|
@@ -14,6 +14,23 @@ dependencies = [
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "argon2rs"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "arrayvec"
|
|
|
+version = "0.4.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "atty"
|
|
|
version = "0.2.11"
|
|
@@ -29,11 +46,51 @@ name = "autocfg"
|
|
|
version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "backtrace"
|
|
|
+version = "0.3.26"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "backtrace-sys"
|
|
|
+version = "0.1.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "1.0.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "blake2-rfc"
|
|
|
+version = "0.2.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cc"
|
|
|
+version = "1.0.37"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "0.1.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "clap"
|
|
|
version = "2.32.0"
|
|
@@ -56,6 +113,51 @@ dependencies = [
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "constant_time_eq"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dirs"
|
|
|
+version = "2.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dirs-sys"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "failure"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "failure_derive"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fuchsia-cprng"
|
|
|
version = "0.1.1"
|
|
@@ -76,11 +178,32 @@ name = "memchr"
|
|
|
version = "2.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "nodrop"
|
|
|
+version = "0.1.13"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "numtoa"
|
|
|
version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "0.4.30"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "0.6.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
version = "0.6.5"
|
|
@@ -198,6 +321,17 @@ dependencies = [
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "redox_users"
|
|
|
+version = "0.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
version = "1.1.6"
|
|
@@ -218,6 +352,16 @@ dependencies = [
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustc-demangle"
|
|
|
+version = "0.1.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "scoped_threadpool"
|
|
|
+version = "0.1.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "strsim"
|
|
|
version = "0.7.0"
|
|
@@ -228,10 +372,32 @@ name = "swmkp"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "0.15.34"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "synstructure"
|
|
|
+version = "0.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "termion"
|
|
|
version = "1.5.2"
|
|
@@ -269,6 +435,11 @@ name = "unicode-width"
|
|
|
version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "utf8-ranges"
|
|
|
version = "1.0.2"
|
|
@@ -301,16 +472,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
[metadata]
|
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
+"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
|
|
|
+"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
|
|
+"checksum backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" = "1a13fc43f04daf08ab4f71e3d27e1fc27fc437d3e95ac0063a796d92fb40f39b"
|
|
|
+"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
|
+"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
|
+"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
+"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
+"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
+"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
|
|
|
+"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
|
|
|
+"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
+"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
"checksum libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "a844cabbd5a77e60403a58af576f0a1baa83c3dd2670be63e615bd24fc58b82d"
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
|
|
+"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
+"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
+"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
@@ -324,14 +510,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
+"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
|
|
|
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
|
|
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
|
|
+"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
|
|
+"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
|
|
+"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
|
|
|
+"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
|
|
"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
|
+"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|