git.delta.rocks / jrsonnet / refs/commits / 3d086a1e0389

difftreelog

build remove unused dependencies

Yaroslav Bolyukin2021-09-19parent: #17bf21a.patch.diff
in: trunk

4 files changed

modifiedCargo.lockdiffbeforeafterboth
75 "block-modes",75 "block-modes",
76 "c2-chacha",76 "c2-chacha",
77 "chacha20poly1305",77 "chacha20poly1305",
78 "console",
79 "cookie-factory",78 "cookie-factory",
80 "curve25519-dalek",79 "curve25519-dalek",
81 "hkdf",80 "hkdf",
86 "nom",85 "nom",
87 "num-traits",86 "num-traits",
88 "pin-project",87 "pin-project",
89 "pinentry",
90 "rand 0.7.3",88 "rand 0.7.3",
91 "rpassword",
92 "rsa",89 "rsa",
93 "rust-embed",90 "rust-embed",
94 "scrypt",91 "scrypt",
95 "secrecy",92 "secrecy",
96 "sha2",93 "sha2",
97 "subtle",94 "subtle",
98 "which",
99 "wsl",
100 "x25519-dalek",95 "x25519-dalek",
101 "zeroize",96 "zeroize",
102]97]
116 "rand 0.7.3",111 "rand 0.7.3",
117 "secrecy",112 "secrecy",
118 "sha2",113 "sha2",
119 "tempfile",
120]114]
121115
122[[package]]116[[package]]
128 "memchr",122 "memchr",
129]123]
124
125[[package]]
126name = "ansi_term"
127version = "0.11.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
130dependencies = [
131 "winapi",
132]
130133
131[[package]]134[[package]]
132name = "anyhow"135name = "anyhow"
133version = "1.0.44"136version = "1.0.44"
134source = "registry+https://github.com/rust-lang/crates.io-index"137source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"138checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
136
137[[package]]
138name = "ascii85"
139version = "0.2.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "1f7b2cc50ccfca05cc3e99a014901ae232948108082a2eecebc3ab6544ebd938"
142139
143[[package]]140[[package]]
144name = "atty"141name = "atty"
163source = "registry+https://github.com/rust-lang/crates.io-index"160source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"161checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
165
166[[package]]
167name = "base-x"
168version = "0.2.8"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
171162
172[[package]]163[[package]]
173name = "base64"164name = "base64"
212 "wyz",203 "wyz",
213]204]
214
215[[package]]
216name = "block"
217version = "0.1.6"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
220205
221[[package]]206[[package]]
222name = "block-buffer"207name = "block-buffer"
277]262]
278263
279[[package]]264[[package]]
280name = "cfg-if"265name = "cc"
281version = "0.1.10"266version = "1.0.70"
282source = "registry+https://github.com/rust-lang/crates.io-index"267source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"268checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
284269
285[[package]]270[[package]]
286name = "cfg-if"271name = "cfg-if"
332 "generic-array",317 "generic-array",
333]318]
319
320[[package]]
321name = "clap"
322version = "2.33.3"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
325dependencies = [
326 "ansi_term",
327 "atty",
328 "bitflags",
329 "strsim 0.8.0",
330 "textwrap 0.11.0",
331 "unicode-width",
332 "vec_map",
333]
334334
335[[package]]335[[package]]
336name = "clap"336name = "clap"
344 "indexmap",344 "indexmap",
345 "lazy_static",345 "lazy_static",
346 "os_str_bytes",346 "os_str_bytes",
347 "strsim",347 "strsim 0.10.0",
348 "termcolor",348 "termcolor",
349 "textwrap",349 "textwrap 0.12.1",
350 "unicode-width",350 "unicode-width",
351 "vec_map",351 "vec_map",
352]352]
364 "syn",364 "syn",
365]365]
366
367[[package]]
368name = "console"
369version = "0.14.1"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
372dependencies = [
373 "encode_unicode",
374 "lazy_static",
375 "libc",
376 "regex",
377 "terminal_size",
378 "unicode-width",
379 "winapi",
380]
381
382[[package]]
383name = "const_fn"
384version = "0.4.3"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
387366
388[[package]]367[[package]]
389name = "cookie-factory"368name = "cookie-factory"
444source = "registry+https://github.com/rust-lang/crates.io-index"423source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"424checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
446dependencies = [425dependencies = [
447 "cfg-if 1.0.0",426 "cfg-if",
448 "num_cpus",427 "num_cpus",
449]428]
450429
457 "generic-array",436 "generic-array",
458]437]
459
460[[package]]
461name = "discard"
462version = "1.0.4"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
465438
466[[package]]439[[package]]
467name = "dprint-core"440name = "dprint-core"
474 "serde",447 "serde",
475]448]
476
477[[package]]
478name = "either"
479version = "1.6.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
482
483[[package]]
484name = "encode_unicode"
485version = "0.3.6"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
488449
489[[package]]450[[package]]
490name = "env_logger"451name = "env_logger"
491version = "0.8.2"452version = "0.9.0"
492source = "registry+https://github.com/rust-lang/crates.io-index"453source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"454checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
494dependencies = [455dependencies = [
495 "atty",456 "atty",
496 "humantime",457 "humantime",
515 "age",476 "age",
516 "age-core",477 "age-core",
517 "anyhow",478 "anyhow",
518 "ascii85",
519 "base64",479 "base64",
520 "chrono",480 "chrono",
521 "clap",481 "clap 3.0.0-beta.2",
522 "env_logger",482 "env_logger",
523 "hostname",483 "hostname",
524 "lockfile",
525 "log",484 "log",
526 "nixlike",485 "nixlike",
527 "once_cell",486 "once_cell",
528 "peg",487 "peg",
529 "rage",
530 "serde",488 "serde",
531 "serde_json",489 "serde_json",
532 "tempfile",490 "tempfile",
533 "time 0.2.25",491 "time 0.3.2",
534 "toml",492 "z85",
535]493]
494
495[[package]]
496name = "fleet-install-secrets"
497version = "0.1.0"
498dependencies = [
499 "age",
500 "anyhow",
501 "env_logger",
502 "log",
503 "nix",
504 "serde",
505 "serde_json",
506 "structopt",
507 "tempfile",
508 "z85",
509]
536510
537[[package]]511[[package]]
538name = "fluent"512name = "fluent"
606source = "registry+https://github.com/rust-lang/crates.io-index"580source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"581checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
608dependencies = [582dependencies = [
609 "cfg-if 1.0.0",583 "cfg-if",
610 "libc",584 "libc",
611 "wasi 0.9.0+wasi-snapshot-preview1",585 "wasi 0.9.0+wasi-snapshot-preview1",
612]586]
617source = "registry+https://github.com/rust-lang/crates.io-index"591source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"592checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
619dependencies = [593dependencies = [
620 "cfg-if 1.0.0",594 "cfg-if",
621 "libc",595 "libc",
622 "wasi 0.10.2+wasi-snapshot-preview1",596 "wasi 0.10.2+wasi-snapshot-preview1",
623]597]
624
625[[package]]
626name = "gumdrop"
627version = "0.8.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "46571f5d540478cf70d2a42dd0d6d8e9f4b9cc7531544b93311e657b86568a0b"
630dependencies = [
631 "gumdrop_derive",
632]
633
634[[package]]
635name = "gumdrop_derive"
636version = "0.8.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "915ef07c710d84733522461de2a734d4d62a3fd39a4d4f404c2f385ef8618d05"
639dependencies = [
640 "proc-macro2",
641 "quote",
642 "syn",
643]
644598
645[[package]]599[[package]]
646name = "hashbrown"600name = "hashbrown"
729 "i18n-embed-impl",683 "i18n-embed-impl",
730 "intl-memoizer",684 "intl-memoizer",
731 "lazy_static",685 "lazy_static",
732 "locale_config",
733 "log",686 "log",
734 "parking_lot",687 "parking_lot",
735 "rust-embed",688 "rust-embed",
754 "proc-macro-error",707 "proc-macro-error",
755 "proc-macro2",708 "proc-macro2",
756 "quote",709 "quote",
757 "strsim",710 "strsim 0.10.0",
758 "syn",711 "syn",
759 "unic-langid",712 "unic-langid",
760]713]
788source = "registry+https://github.com/rust-lang/crates.io-index"741source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"742checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
790dependencies = [743dependencies = [
791 "cfg-if 1.0.0",744 "cfg-if",
792]745]
793746
794[[package]]747[[package]]
828781
829[[package]]782[[package]]
830name = "libc"783name = "libc"
831version = "0.2.98"784version = "0.2.102"
832source = "registry+https://github.com/rust-lang/crates.io-index"785source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"786checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
834787
835[[package]]788[[package]]
836name = "libm"789name = "libm"
844source = "registry+https://github.com/rust-lang/crates.io-index"797source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"798checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
846
847[[package]]
848name = "locale_config"
849version = "0.3.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
852dependencies = [
853 "lazy_static",
854 "objc",
855 "objc-foundation",
856 "regex",
857 "winapi",
858]
859799
860[[package]]800[[package]]
861name = "lock_api"801name = "lock_api"
866 "scopeguard",806 "scopeguard",
867]807]
868
869[[package]]
870name = "lockfile"
871version = "0.2.2"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "9e9b01c4735c76fec1c390661ac8794722f0af0b5eb742500308f94b2caae40f"
874dependencies = [
875 "log",
876]
877808
878[[package]]809[[package]]
879name = "log"810name = "log"
880version = "0.4.14"811version = "0.4.14"
881source = "registry+https://github.com/rust-lang/crates.io-index"812source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"813checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
883dependencies = [814dependencies = [
884 "cfg-if 1.0.0",815 "cfg-if",
885]816]
886
887[[package]]
888name = "malloc_buf"
889version = "0.0.6"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
892dependencies = [
893 "libc",
894]
895817
896[[package]]818[[package]]
897name = "match_cfg"819name = "match_cfg"
905source = "registry+https://github.com/rust-lang/crates.io-index"827source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"828checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
829
830[[package]]
831name = "memoffset"
832version = "0.6.4"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
835dependencies = [
836 "autocfg 1.0.1",
837]
838
839[[package]]
840name = "nix"
841version = "0.22.1"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "e7555d6c7164cc913be1ce7f95cbecdabda61eb2ccd89008524af306fb7f5031"
844dependencies = [
845 "bitflags",
846 "cc",
847 "cfg-if",
848 "libc",
849 "memoffset",
850]
907851
908[[package]]852[[package]]
909name = "nixlike"853name = "nixlike"
910version = "0.1.0"854version = "0.1.0"
911dependencies = [855dependencies = [
912 "anyhow",
913 "dprint-core",856 "dprint-core",
914 "linked-hash-map",857 "linked-hash-map",
915 "peg",858 "peg",
916 "serde",859 "serde",
917 "serde_json",
918 "thiserror",860 "thiserror",
919]861]
920862
1000 "libc",942 "libc",
1001]943]
1002
1003[[package]]
1004name = "objc"
1005version = "0.2.7"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1008dependencies = [
1009 "malloc_buf",
1010]
1011
1012[[package]]
1013name = "objc-foundation"
1014version = "0.1.1"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
1017dependencies = [
1018 "block",
1019 "objc",
1020 "objc_id",
1021]
1022
1023[[package]]
1024name = "objc_id"
1025version = "0.1.1"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1028dependencies = [
1029 "objc",
1030]
1031944
1032[[package]]945[[package]]
1033name = "once_cell"946name = "once_cell"
1087source = "registry+https://github.com/rust-lang/crates.io-index"1000source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"1001checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
1089dependencies = [1002dependencies = [
1090 "cfg-if 1.0.0",1003 "cfg-if",
1091 "instant",1004 "instant",
1092 "libc",1005 "libc",
1093 "redox_syscall",1006 "redox_syscall",
1142 "regex",1055 "regex",
1143]1056]
1144
1145[[package]]
1146name = "percent-encoding"
1147version = "2.1.0"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
11501057
1151[[package]]1058[[package]]
1152name = "pin-project"1059name = "pin-project"
1168 "syn",1075 "syn",
1169]1076]
1170
1171[[package]]
1172name = "pinentry"
1173version = "0.3.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "a8266a6e77c40ef16f3d00bfe72ddb6e2fd29384d5b87e6bae1975099aa12921"
1176dependencies = [
1177 "log",
1178 "nom",
1179 "percent-encoding",
1180 "secrecy",
1181 "which",
1182 "zeroize",
1183]
11841077
1185[[package]]1078[[package]]
1186name = "poly1305"1079name = "poly1305"
1222 "version_check",1115 "version_check",
1223]1116]
1224
1225[[package]]
1226name = "proc-macro-hack"
1227version = "0.5.19"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
12301117
1231[[package]]1118[[package]]
1232name = "proc-macro2"1119name = "proc-macro2"
1252source = "registry+https://github.com/rust-lang/crates.io-index"1139source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"1140checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1254
1255[[package]]
1256name = "rage"
1257version = "0.6.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "f544e3deebd81bd2856a761df7a5346b2fed84fac77e3e0462de38b5cb69b618"
1260dependencies = [
1261 "age",
1262 "chrono",
1263 "console",
1264 "env_logger",
1265 "gumdrop",
1266 "i18n-embed",
1267 "i18n-embed-fl",
1268 "lazy_static",
1269 "log",
1270 "pinentry",
1271 "rust-embed",
1272 "secrecy",
1273]
12741141
1275[[package]]1142[[package]]
1276name = "rand"1143name = "rand"
1388 "winapi",1255 "winapi",
1389]1256]
1390
1391[[package]]
1392name = "rpassword"
1393version = "5.0.1"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
1396dependencies = [
1397 "libc",
1398 "winapi",
1399]
14001257
1401[[package]]1258[[package]]
1402name = "rsa"1259name = "rsa"
1459source = "registry+https://github.com/rust-lang/crates.io-index"1316source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1317checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1461
1462[[package]]
1463name = "rustc_version"
1464version = "0.2.3"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1467dependencies = [
1468 "semver",
1469]
14701318
1471[[package]]1319[[package]]
1472name = "ryu"1320name = "ryu"
1519 "zeroize",1367 "zeroize",
1520]1368]
1521
1522[[package]]
1523name = "semver"
1524version = "0.9.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1527dependencies = [
1528 "semver-parser",
1529]
1530
1531[[package]]
1532name = "semver-parser"
1533version = "0.7.0"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
15361369
1537[[package]]1370[[package]]
1538name = "serde"1371name = "serde"
1565 "serde",1398 "serde",
1566]1399]
1567
1568[[package]]
1569name = "sha1"
1570version = "0.6.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
15731400
1574[[package]]1401[[package]]
1575name = "sha2"1402name = "sha2"
1578checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"1405checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
1579dependencies = [1406dependencies = [
1580 "block-buffer",1407 "block-buffer",
1581 "cfg-if 1.0.0",1408 "cfg-if",
1582 "cpufeatures",1409 "cpufeatures",
1583 "digest",1410 "digest",
1584 "opaque-debug",1411 "opaque-debug",
1613source = "registry+https://github.com/rust-lang/crates.io-index"1440source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1441checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1615
1616[[package]]
1617name = "standback"
1618version = "0.2.11"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c"
1621dependencies = [
1622 "version_check",
1623]
16241442
1625[[package]]1443[[package]]
1626name = "stdweb"1444name = "strsim"
1627version = "0.4.20"1445version = "0.8.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"1446source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"1447checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1630dependencies = [
1631 "discard",
1632 "rustc_version",
1633 "stdweb-derive",
1634 "stdweb-internal-macros",
1635 "stdweb-internal-runtime",
1636 "wasm-bindgen",
1637]
1638
1639[[package]]
1640name = "stdweb-derive"
1641version = "0.5.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
1644dependencies = [
1645 "proc-macro2",
1646 "quote",
1647 "serde",
1648 "serde_derive",
1649 "syn",
1650]
1651
1652[[package]]
1653name = "stdweb-internal-macros"
1654version = "0.2.9"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
1657dependencies = [
1658 "base-x",
1659 "proc-macro2",
1660 "quote",
1661 "serde",
1662 "serde_derive",
1663 "serde_json",
1664 "sha1",
1665 "syn",
1666]
1667
1668[[package]]
1669name = "stdweb-internal-runtime"
1670version = "0.1.5"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
16731448
1674[[package]]1449[[package]]
1675name = "strsim"1450name = "strsim"
1676version = "0.10.0"1451version = "0.10.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"1452source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1453checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1454
1455[[package]]
1456name = "structopt"
1457version = "0.3.23"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"
1460dependencies = [
1461 "clap 2.33.3",
1462 "lazy_static",
1463 "structopt-derive",
1464]
1465
1466[[package]]
1467name = "structopt-derive"
1468version = "0.4.16"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"
1471dependencies = [
1472 "heck",
1473 "proc-macro-error",
1474 "proc-macro2",
1475 "quote",
1476 "syn",
1477]
16791478
1680[[package]]1479[[package]]
1681name = "subtle"1480name = "subtle"
1718source = "registry+https://github.com/rust-lang/crates.io-index"1517source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"1518checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
1720dependencies = [1519dependencies = [
1721 "cfg-if 1.0.0",1520 "cfg-if",
1722 "libc",1521 "libc",
1723 "rand 0.8.3",1522 "rand 0.8.3",
1724 "redox_syscall",1523 "redox_syscall",
1736]1535]
17371536
1738[[package]]1537[[package]]
1739name = "terminal_size"1538name = "textwrap"
1740version = "0.1.17"1539version = "0.11.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"1540source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"1541checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1743dependencies = [1542dependencies = [
1744 "libc",
1745 "winapi",1543 "unicode-width",
1746]1544]
17471545
1748[[package]]1546[[package]]
17861584
1787[[package]]1585[[package]]
1788name = "time"1586name = "time"
1789version = "0.2.25"1587version = "0.3.2"
1790source = "registry+https://github.com/rust-lang/crates.io-index"1588source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"1589checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
1792dependencies = [1590dependencies = [
1793 "const_fn",
1794 "libc",1591 "libc",
1795 "serde",1592 "serde",
1796 "standback",
1797 "stdweb",
1798 "time-macros",
1799 "version_check",
1800 "winapi",
1801]1593]
1802
1803[[package]]
1804name = "time-macros"
1805version = "0.1.1"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
1808dependencies = [
1809 "proc-macro-hack",
1810 "time-macros-impl",
1811]
1812
1813[[package]]
1814name = "time-macros-impl"
1815version = "0.1.1"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
1818dependencies = [
1819 "proc-macro-hack",
1820 "proc-macro2",
1821 "quote",
1822 "standback",
1823 "syn",
1824]
18251594
1826[[package]]1595[[package]]
1827name = "tinystr"1596name = "tinystr"
1935source = "registry+https://github.com/rust-lang/crates.io-index"1704source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"1705checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1937
1938[[package]]
1939name = "wasm-bindgen"
1940version = "0.2.68"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
1943dependencies = [
1944 "cfg-if 0.1.10",
1945 "wasm-bindgen-macro",
1946]
1947
1948[[package]]
1949name = "wasm-bindgen-backend"
1950version = "0.2.68"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
1953dependencies = [
1954 "bumpalo",
1955 "lazy_static",
1956 "log",
1957 "proc-macro2",
1958 "quote",
1959 "syn",
1960 "wasm-bindgen-shared",
1961]
1962
1963[[package]]
1964name = "wasm-bindgen-macro"
1965version = "0.2.68"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
1968dependencies = [
1969 "quote",
1970 "wasm-bindgen-macro-support",
1971]
1972
1973[[package]]
1974name = "wasm-bindgen-macro-support"
1975version = "0.2.68"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
1978dependencies = [
1979 "proc-macro2",
1980 "quote",
1981 "syn",
1982 "wasm-bindgen-backend",
1983 "wasm-bindgen-shared",
1984]
1985
1986[[package]]
1987name = "wasm-bindgen-shared"
1988version = "0.2.68"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
1991
1992[[package]]
1993name = "which"
1994version = "4.2.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
1997dependencies = [
1998 "either",
1999 "lazy_static",
2000 "libc",
2001]
20021706
2003[[package]]1707[[package]]
2004name = "winapi"1708name = "winapi"
2031source = "registry+https://github.com/rust-lang/crates.io-index"1735source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1736checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2033
2034[[package]]
2035name = "wsl"
2036version = "0.1.0"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "f8dab7ac864710bdea6594becbea5b5050333cf34fefb0dc319567eb347950d4"
20391737
2040[[package]]1738[[package]]
2041name = "wyz"1739name = "wyz"
2054 "zeroize",1752 "zeroize",
2055]1753]
1754
1755[[package]]
1756name = "z85"
1757version = "3.0.3"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "5ac8b56e4f9906a4ef5412875e9ce448364023335cec645fd457ecf51d4f2781"
20561760
2057[[package]]1761[[package]]
2058name = "zeroize"1762name = "zeroize"
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,27 +9,20 @@
 anyhow = "1.0"
 clap = { version = "3.0.0-beta.2", features = ["derive", "suggestions", "color"] }
 log = "0.4.14"
-env_logger = "0.8.2"
-
+env_logger = "0.9.0"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-
-time = { version = "0.2.25", features = ["serde"] }
-
-lockfile = "0.2.2"
-toml = "0.5"
+time = { version = "0.3.2", features = ["serde"] }
 tempfile = "3.2"
 once_cell = "1.5"
 hostname = "0.3.1"
 age-core = "0.6.0"
 peg = "0.7.0"
-
 nixlike = {path = "crates/nixlike"}
-rage = "0.6.0"
 age = { version = "0.6.0", features = ["ssh", "armor"] }
 base64 = "0.13.0"
-ascii85 = "0.2.1"
 chrono = { version = "0.4.19", features = ["serde"] }
+z85 = "3.0.3"
 
 [workspace]
-members = ["crates/nixlike"]
+members = ["crates/nixlike", "cmds/install-secrets"]
modifiedcmds/install-secrets/Cargo.tomldiffbeforeafterboth
--- a/cmds/install-secrets/Cargo.toml
+++ b/cmds/install-secrets/Cargo.toml
@@ -1,12 +1,11 @@
 [package]
-name = "install-secrets"
+name = "fleet-install-secrets"
 version = "0.1.0"
 edition = "2018"
 
 [dependencies]
 age = { version = "0.6.0", features = ["ssh"] }
 anyhow = "1.0.44"
-ascii85 = "0.2.1"
 env_logger = "0.9.0"
 log = "0.4.14"
 nix = "0.22.1"
modifiedcrates/nixlike/Cargo.tomldiffbeforeafterboth
--- a/crates/nixlike/Cargo.toml
+++ b/crates/nixlike/Cargo.toml
@@ -3,13 +3,9 @@
 version = "0.1.0"
 edition = "2018"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies]
-anyhow = "1.0.44"
 dprint-core = "0.46.2"
 linked-hash-map = "0.5.4"
 peg = "0.7.0"
 serde = "1.0.130"
-serde_json = "1.0.68"
 thiserror = "1.0.29"