| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5" |
| dependencies = [ |
| "yansi-term", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
| dependencies = [ |
| "nodrop", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" |
| dependencies = [ |
| "backtrace-sys", |
| "cfg-if", |
| "libc", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| |
| [[package]] |
| name = "blake2b_simd" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e" |
| dependencies = [ |
| "packed_simd", |
| ] |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "clap" |
| version = "2.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "bitflags", |
| "strsim", |
| "textwrap", |
| "unicode-width", |
| "vec_map", |
| ] |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" |
| dependencies = [ |
| "crossbeam-utils 0.7.0", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
| dependencies = [ |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "derive-new" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" |
| |
| [[package]] |
| name = "dirs" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" |
| dependencies = [ |
| "cfg-if", |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
| dependencies = [ |
| "atty", |
| "humantime", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "failure" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" |
| dependencies = [ |
| "backtrace", |
| "failure_derive", |
| ] |
| |
| [[package]] |
| name = "failure_derive" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| |
| [[package]] |
| name = "fuchsia-cprng" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "fnv", |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| dependencies = [ |
| "quick-error", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e" |
| dependencies = [ |
| "crossbeam-channel", |
| "globset", |
| "lazy_static", |
| "log", |
| "memchr", |
| "regex", |
| "same-file", |
| "thread_local 1.0.1", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
| |
| [[package]] |
| name = "nodrop" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
| |
| [[package]] |
| name = "packed_simd" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7959c6467d962050d639361f7703b2051c43036d03493c36f01d440fdd3138a" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4002d9f55991d5e019fb940a90e1a95eb80c24e77cb2462dd4dc869604d543a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "syn-mid", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
| dependencies = [ |
| "rand_core 0.4.2", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
| |
| [[package]] |
| name = "rand_os" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
| dependencies = [ |
| "cloudabi", |
| "fuchsia-cprng", |
| "libc", |
| "rand_core 0.4.2", |
| "rdrand", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rdrand" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| dependencies = [ |
| "rand_core 0.3.1", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.1.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" |
| dependencies = [ |
| "failure", |
| "rand_os", |
| "redox_syscall", |
| "rust-argon2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| "thread_local 0.3.6", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
| |
| [[package]] |
| name = "rust-argon2" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" |
| dependencies = [ |
| "base64", |
| "blake2b_simd", |
| "crossbeam-utils 0.6.6", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
| |
| [[package]] |
| name = "rustc-workspace-hack" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb" |
| |
| [[package]] |
| name = "rustfmt-config_proc_macro" |
| version = "0.2.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "rustfmt-nightly" |
| version = "1.4.37" |
| dependencies = [ |
| "annotate-snippets", |
| "anyhow", |
| "bytecount", |
| "cargo_metadata", |
| "derive-new", |
| "diff", |
| "dirs", |
| "env_logger", |
| "getopts", |
| "ignore", |
| "itertools", |
| "lazy_static", |
| "log", |
| "regex", |
| "rustc-workspace-hack", |
| "rustfmt-config_proc_macro", |
| "serde", |
| "serde_json", |
| "structopt", |
| "term", |
| "thiserror", |
| "toml", |
| "unicode-segmentation", |
| "unicode-width", |
| "unicode_categories", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
| dependencies = [ |
| "semver-parser", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "semver-parser" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| |
| [[package]] |
| name = "structopt" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fe43617218c0805c6eb37160119dc3c548110a67786da7218d1c6555212f073" |
| dependencies = [ |
| "clap", |
| "lazy_static", |
| "structopt-derive", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6e79c80e0f4efd86ca960218d4e056249be189ff1c42824dcd9a7f51a56f0bd" |
| dependencies = [ |
| "heck", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "syn-mid" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5" |
| dependencies = [ |
| "dirs", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
| dependencies = [ |
| "wincolor", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc6b305ec0e323c7b6cfff6098a22516e0063d0bb7c3d88660a890217dca099a" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45ba8d810d9c48fc456b7ad54574e8bfb7c7918a57ad7a6e6a0985d7959e8597" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| |
| [[package]] |
| name = "unicode_categories" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
| |
| [[package]] |
| name = "vec_map" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
| dependencies = [ |
| "same-file", |
| "winapi", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "wincolor" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" |
| dependencies = [ |
| "winapi", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "yansi-term" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| dependencies = [ |
| "winapi", |
| ] |