| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "adler32" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7" |
| dependencies = [ |
| "ansi_term", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5" |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff" |
| |
| [[package]] |
| name = "arc-swap" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e" |
| dependencies = [ |
| "backtrace-sys", |
| "cfg-if", |
| "libc", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| |
| [[package]] |
| name = "bitmaps" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "blake2b_simd" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
| dependencies = [ |
| "block-padding", |
| "byte-tools", |
| "byteorder", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
| dependencies = [ |
| "byte-tools", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "byte-tools" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
| |
| [[package]] |
| name = "bytes" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
| dependencies = [ |
| "byteorder", |
| "iovec", |
| ] |
| |
| [[package]] |
| name = "bytesize" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010" |
| |
| [[package]] |
| name = "cargo" |
| version = "0.46.0" |
| source = "git+https://github.com/rust-lang/cargo?rev=258c89644c4587273a3ed3ee9522d2640facba43#258c89644c4587273a3ed3ee9522d2640facba43" |
| dependencies = [ |
| "anyhow", |
| "atty", |
| "bytesize", |
| "cargo-platform", |
| "clap", |
| "core-foundation", |
| "crates-io", |
| "crossbeam-utils 0.7.2", |
| "crypto-hash", |
| "curl", |
| "curl-sys", |
| "env_logger 0.7.1", |
| "filetime", |
| "flate2", |
| "fwdansi", |
| "git2", |
| "git2-curl", |
| "glob", |
| "hex 0.4.2", |
| "home", |
| "humantime 2.0.0", |
| "ignore", |
| "im-rc", |
| "jobserver", |
| "lazy_static", |
| "lazycell", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "memchr", |
| "miow 0.3.3", |
| "num_cpus", |
| "opener", |
| "percent-encoding 2.1.0", |
| "remove_dir_all", |
| "rustc-workspace-hack", |
| "rustfix", |
| "same-file", |
| "semver", |
| "serde", |
| "serde_ignored", |
| "serde_json", |
| "shell-escape", |
| "strip-ansi-escapes", |
| "tar", |
| "tempfile", |
| "termcolor", |
| "toml", |
| "unicode-width", |
| "unicode-xid", |
| "url 2.1.1", |
| "walkdir", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.1" |
| source = "git+https://github.com/rust-lang/cargo?rev=258c89644c4587273a3ed3ee9522d2640facba43#258c89644c4587273a3ed3ee9522d2640facba43" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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 = "cargo_metadata" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" |
| dependencies = [ |
| "jobserver", |
| ] |
| |
| [[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 = "clippy_lints" |
| version = "0.0.212" |
| source = "git+https://github.com/rust-lang/rust-clippy?rev=7ea7cd165ad6705603852771bf82cc2fd6560db5#7ea7cd165ad6705603852771bf82cc2fd6560db5" |
| dependencies = [ |
| "cargo_metadata 0.9.1", |
| "if_chain", |
| "itertools 0.9.0", |
| "lazy_static", |
| "pulldown-cmark", |
| "quine-mc_cluskey", |
| "quote", |
| "regex-syntax", |
| "semver", |
| "serde", |
| "smallvec 1.4.0", |
| "syn", |
| "toml", |
| "unicode-normalization", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "clippy_lints" |
| version = "0.0.212" |
| source = "git+https://github.com/rust-lang/rust-clippy?rev=d236b30a1d638340aad8345fa2946cfe9543dcf0#d236b30a1d638340aad8345fa2946cfe9543dcf0" |
| dependencies = [ |
| "cargo_metadata 0.9.1", |
| "if_chain", |
| "itertools 0.9.0", |
| "lazy_static", |
| "pulldown-cmark", |
| "quine-mc_cluskey", |
| "regex-syntax", |
| "semver", |
| "serde", |
| "smallvec 1.4.0", |
| "toml", |
| "unicode-normalization", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "commoncrypto" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" |
| dependencies = [ |
| "commoncrypto-sys", |
| ] |
| |
| [[package]] |
| name = "commoncrypto-sys" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" |
| |
| [[package]] |
| name = "crates-io" |
| version = "0.31.1" |
| source = "git+https://github.com/rust-lang/cargo?rev=258c89644c4587273a3ed3ee9522d2640facba43#258c89644c4587273a3ed3ee9522d2640facba43" |
| dependencies = [ |
| "anyhow", |
| "curl", |
| "percent-encoding 2.1.0", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" |
| dependencies = [ |
| "crossbeam-utils 0.7.2", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils 0.7.2", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils 0.7.2", |
| "lazy_static", |
| "maybe-uninit", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
| dependencies = [ |
| "crossbeam-utils 0.6.6", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils 0.7.2", |
| ] |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "crypto-hash" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca" |
| dependencies = [ |
| "commoncrypto", |
| "hex 0.3.2", |
| "openssl", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "762e34611d2d5233a506a79072be944fddd057db2f18e04c0d6fa79e3fd466fd" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.31+curl-7.70.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcd62757cc4f5ab9404bc6ca9f0ae447e729a1403948ce5106bd588ceac6a3b0" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libnghttp2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| "winapi 0.3.8", |
| ] |
| |
| [[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 = "derive_more" |
| version = "0.99.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" |
| |
| [[package]] |
| name = "difference" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
| |
| [[package]] |
| name = "digest" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[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 0.3.8", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
| dependencies = [ |
| "atty", |
| "humantime 1.3.0", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| dependencies = [ |
| "atty", |
| "humantime 1.3.0", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "failure" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b" |
| dependencies = [ |
| "backtrace", |
| "failure_derive", |
| ] |
| |
| [[package]] |
| name = "failure_derive" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "fake-simd" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42" |
| dependencies = [ |
| "cfg-if", |
| "crc32fast", |
| "libc", |
| "libz-sys", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| dependencies = [ |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| |
| [[package]] |
| name = "fst" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| dependencies = [ |
| "bitflags", |
| "fuchsia-zircon-sys", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon-sys" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
| |
| [[package]] |
| name = "futures" |
| version = "0.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
| |
| [[package]] |
| name = "fwdansi" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" |
| dependencies = [ |
| "memchr", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "git2" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "openssl-probe", |
| "openssl-sys", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "git2-curl" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7" |
| dependencies = [ |
| "curl", |
| "git2", |
| "log", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" |
| 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 = "hermit-abi" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hex" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| dependencies = [ |
| "quick-error", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da" |
| |
| [[package]] |
| name = "idna" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
| dependencies = [ |
| "matches", |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
| dependencies = [ |
| "matches", |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "if_chain" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d" |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddf60d063dbe6b75388eec66cfc07781167ae3d34a09e0c433e6c5de0511f7fb" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-utils 0.7.2", |
| "globset", |
| "lazy_static", |
| "log", |
| "memchr", |
| "regex", |
| "same-file", |
| "thread_local", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "im-rc" |
| version = "14.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "303f7e6256d546e01979071417432425f15c1891fb309a5f2d724ee908fabd6e" |
| dependencies = [ |
| "bitmaps", |
| "rand_core", |
| "rand_xoshiro", |
| "sized-chunks", |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "iovec" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "json" |
| version = "0.11.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5" |
| |
| [[package]] |
| name = "jsonrpc-client-transports" |
| version = "14.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2307a7e78cf969759e390a8a2151ea12e783849a45bb00aa871b468ba58ea79e" |
| dependencies = [ |
| "failure", |
| "futures", |
| "jsonrpc-core", |
| "jsonrpc-pubsub", |
| "jsonrpc-server-utils", |
| "log", |
| "parity-tokio-ipc", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url 1.7.2", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-core" |
| version = "14.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25525f6002338fb4debb5167a89a0b47f727a5a48418417545ad3429758b7fec" |
| dependencies = [ |
| "futures", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-core-client" |
| version = "14.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f9382e831a6d630c658df103aac3f971da096deb57c136ea2b760d3b4e3f9f" |
| dependencies = [ |
| "jsonrpc-client-transports", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-derive" |
| version = "14.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-ipc-server" |
| version = "14.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a" |
| dependencies = [ |
| "jsonrpc-core", |
| "jsonrpc-server-utils", |
| "log", |
| "parity-tokio-ipc", |
| "parking_lot 0.9.0", |
| "tokio-service", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-pubsub" |
| version = "14.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4ca5e391d6c6a2261d4adca029f427fe63ea546ad6cef2957c654c08495ec16" |
| dependencies = [ |
| "jsonrpc-core", |
| "log", |
| "parking_lot 0.10.2", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "jsonrpc-server-utils" |
| version = "14.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f06add502b48351e05dd95814835327fb115e4e9f834ca42fd522d3b769d4d2" |
| dependencies = [ |
| "bytes", |
| "globset", |
| "jsonrpc-core", |
| "lazy_static", |
| "log", |
| "tokio", |
| "tokio-codec", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "kernel32-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.12.5+1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eadeec65514971355bf7134967a543f71372f35b53ac6c7143e7bd157f07535" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libssh2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libnghttp2-sys" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b359f5ec8106bc297694c9a562ace312be2cfd17a5fc68dc12249845aa144b11" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libssh2-sys" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d45f516b9b19ea6c940b9f36d36734062a153a2b4cc9ef31d82c54bb9780f525" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "lsp-codec" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a" |
| dependencies = [ |
| "bytes", |
| "serde_json", |
| "tokio-codec", |
| ] |
| |
| [[package]] |
| name = "lsp-types" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd" |
| dependencies = [ |
| "bitflags", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "url 2.1.1", |
| ] |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
| |
| [[package]] |
| name = "maybe-uninit" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
| |
| [[package]] |
| name = "md-5" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8" |
| dependencies = [ |
| "block-buffer", |
| "digest", |
| "opaque-debug", |
| ] |
| |
| [[package]] |
| name = "measureme" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932" |
| dependencies = [ |
| "byteorder", |
| "memmap", |
| "parking_lot 0.9.0", |
| "rustc-hash", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| |
| [[package]] |
| name = "memmap" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5" |
| dependencies = [ |
| "adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.6.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
| dependencies = [ |
| "cfg-if", |
| "fuchsia-zircon", |
| "fuchsia-zircon-sys", |
| "iovec", |
| "kernel32-sys", |
| "libc", |
| "log", |
| "miow 0.2.1", |
| "net2", |
| "slab", |
| "winapi 0.2.8", |
| ] |
| |
| [[package]] |
| name = "mio-named-pipes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
| dependencies = [ |
| "log", |
| "mio", |
| "miow 0.3.3", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "mio-uds" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
| dependencies = [ |
| "iovec", |
| "libc", |
| "mio", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
| dependencies = [ |
| "kernel32-sys", |
| "net2", |
| "winapi 0.2.8", |
| "ws2_32-sys", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
| dependencies = [ |
| "socket2", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "net2" |
| version = "0.2.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" |
| dependencies = [ |
| "parking_lot 0.10.2", |
| ] |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
| |
| [[package]] |
| name = "opener" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "foreign-types", |
| "lazy_static", |
| "libc", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8" |
| dependencies = [ |
| "autocfg", |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "ordslice" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024" |
| |
| [[package]] |
| name = "parity-tokio-ipc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "log", |
| "mio-named-pipes", |
| "miow 0.3.3", |
| "rand", |
| "tokio", |
| "tokio-named-pipes", |
| "tokio-uds", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core 0.6.2", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core 0.7.2", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
| dependencies = [ |
| "cfg-if", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "rustc_version", |
| "smallvec 0.6.13", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" |
| dependencies = [ |
| "cfg-if", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "smallvec 1.4.0", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" |
| dependencies = [ |
| "toml", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "syn-mid", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| |
| [[package]] |
| name = "quine-mc_cluskey" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c1f4b0efa5fc5e8ceb705136bfee52cfdb6a4e3509f770b478cd6ed434232a7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "racer" |
| version = "2.1.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "421174f19211ba9e5fda34aa0cbc292188aae8e0cfbff4aebbae23f1a416bfb3" |
| dependencies = [ |
| "bitflags", |
| "clap", |
| "derive_more", |
| "env_logger 0.7.1", |
| "humantime 2.0.0", |
| "lazy_static", |
| "log", |
| "rls-span", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_parse", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| dependencies = [ |
| "getrandom", |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| "rand_hc", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_xoshiro" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
| dependencies = [ |
| "crossbeam-deque", |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-queue 0.2.1", |
| "crossbeam-utils 0.7.2", |
| "lazy_static", |
| "num_cpus", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
| dependencies = [ |
| "getrandom", |
| "redox_syscall", |
| "rust-argon2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| "thread_local", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" |
| |
| [[package]] |
| name = "remove_dir_all" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rls" |
| version = "1.41.0" |
| dependencies = [ |
| "anyhow", |
| "cargo", |
| "cargo_metadata 0.8.2", |
| "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=7ea7cd165ad6705603852771bf82cc2fd6560db5)", |
| "crossbeam-channel", |
| "difference", |
| "env_logger 0.7.1", |
| "futures", |
| "heck", |
| "home", |
| "itertools 0.8.2", |
| "jsonrpc-core", |
| "lazy_static", |
| "log", |
| "lsp-codec", |
| "lsp-types", |
| "num_cpus", |
| "ordslice", |
| "racer", |
| "rand", |
| "rayon", |
| "regex", |
| "rls-analysis", |
| "rls-data", |
| "rls-ipc", |
| "rls-rustc", |
| "rls-span", |
| "rls-vfs", |
| "rustc-workspace-hack", |
| "rustc_tools_util", |
| "rustfmt-nightly", |
| "serde", |
| "serde_derive", |
| "serde_ignored", |
| "serde_json", |
| "tempfile", |
| "tokio", |
| "tokio-process", |
| "tokio-timer", |
| "toml", |
| "url 2.1.1", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rls-analysis" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a" |
| dependencies = [ |
| "derive-new", |
| "fst", |
| "itertools 0.8.2", |
| "json", |
| "log", |
| "rls-data", |
| "rls-span", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rls-data" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491" |
| dependencies = [ |
| "rls-span", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rls-ipc" |
| version = "0.1.0" |
| dependencies = [ |
| "jsonrpc-core", |
| "jsonrpc-core-client", |
| "jsonrpc-derive", |
| "jsonrpc-ipc-server", |
| "rls-data", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rls-rustc" |
| version = "0.6.0" |
| dependencies = [ |
| "clippy_lints 0.0.212 (git+https://github.com/rust-lang/rust-clippy?rev=d236b30a1d638340aad8345fa2946cfe9543dcf0)", |
| "env_logger 0.7.1", |
| "futures", |
| "log", |
| "rand", |
| "rls-data", |
| "rls-ipc", |
| "serde", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "rls-span" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rls-vfs" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9" |
| dependencies = [ |
| "log", |
| "rls-span", |
| ] |
| |
| [[package]] |
| name = "rust-argon2" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" |
| dependencies = [ |
| "base64", |
| "blake2b_simd", |
| "constant_time_eq", |
| "crossbeam-utils 0.7.2", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_arena" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c6683b49209f8b132bec33dc6b6c8f9958c8c94eb3586d4cb495e092b61c1da" |
| dependencies = [ |
| "rustc-ap-rustc_data_structures", |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_ast" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b21784d92fb2d584800f528866f00fe814f73abda794f406bfd1fbb2f1ca7f7" |
| dependencies = [ |
| "bitflags", |
| "log", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_index", |
| "rustc-ap-rustc_lexer", |
| "rustc-ap-rustc_macros", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_span", |
| "scoped-tls", |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_ast_passes" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "820c46fde7ef1df0432073090d775f097b7279ca75ea34ba954081ce4b884d4c" |
| dependencies = [ |
| "itertools 0.8.2", |
| "log", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_attr", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_feature", |
| "rustc-ap-rustc_parse", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_ast_pretty" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "013db7dd198fe95962d2cefa5bd0b350cf2028af77c169b17b4baa9c3bbf77d1" |
| dependencies = [ |
| "log", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_span", |
| "rustc-ap-rustc_target", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_attr" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35b5a85c90eb341eec543600ffdd9e262da5ea72a73a23ae4ca2f4ab8cd1a188" |
| dependencies = [ |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_feature", |
| "rustc-ap-rustc_macros", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_data_structures" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b92e4c6cb6c43ee9031a71709dc12853b358253c2b41d12a26379994fab625e0" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "crossbeam-utils 0.7.2", |
| "ena", |
| "indexmap", |
| "jobserver", |
| "lazy_static", |
| "libc", |
| "log", |
| "measureme", |
| "once_cell", |
| "parking_lot 0.10.2", |
| "rustc-ap-rustc_graphviz", |
| "rustc-ap-rustc_index", |
| "rustc-ap-rustc_serialize", |
| "rustc-hash", |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "smallvec 1.4.0", |
| "stable_deref_trait", |
| "stacker", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_errors" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b0aa79423260c1b9e2f856e144e040f606b0f5d43644408375becf9d7bcdf86" |
| dependencies = [ |
| "annotate-snippets 0.8.0", |
| "atty", |
| "log", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_span", |
| "termcolor", |
| "termize", |
| "unicode-width", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_expand" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07d76ba2a1b7d4325a2ed21d6345ccebd89ddc6666a1535a6edd489fb4cbc11" |
| dependencies = [ |
| "log", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_passes", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_attr", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_feature", |
| "rustc-ap-rustc_lexer", |
| "rustc-ap-rustc_parse", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_feature" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bbd625705c1db42a0c7503736292813d7b76ada5da20578fb55c63228c80ab5" |
| dependencies = [ |
| "lazy_static", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_fs_util" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34cca6e2942fa0b059c582437ead666d5bcf20fa7c242599e2bbea9b609f29ae" |
| |
| [[package]] |
| name = "rustc-ap-rustc_graphviz" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13d6a029b81f5e02da85763f82c135507f278a4a0c776432c728520563059529" |
| |
| [[package]] |
| name = "rustc-ap-rustc_index" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bae50852d303e230b2781c994513788136dc6c2fe4ebe032959f0b990a425767" |
| dependencies = [ |
| "rustc-ap-rustc_serialize", |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_lexer" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7186e74aa2d31bf0e2454325fefcdf0a3da77d9344134592144b9e40d45b15d" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_macros" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fc1add04e9d2301164118660ee0bc3266e9a7b1973fc2303fdbe002a12e5401" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_parse" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cd7fc4968bd60084f2fa4f280fa450b0cf98660a7983d6b93a7ae41b6d1d322" |
| dependencies = [ |
| "bitflags", |
| "log", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_feature", |
| "rustc-ap-rustc_lexer", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_serialize" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00bf4c110271d9a2b7dfd2c6eb82e56fd80606a8bad6c102e158c54e44044046" |
| dependencies = [ |
| "indexmap", |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_session" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "431cf962de71d4c03fb877d54f331ec36eca77350b0539017abc40a4410d6501" |
| dependencies = [ |
| "getopts", |
| "log", |
| "num_cpus", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_feature", |
| "rustc-ap-rustc_fs_util", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_span", |
| "rustc-ap-rustc_target", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_span" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b912039640597624f4bcb75f1e1fcfa5710267d715a7f73a6336baef341b23d1" |
| dependencies = [ |
| "cfg-if", |
| "log", |
| "md-5", |
| "rustc-ap-rustc_arena", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_index", |
| "rustc-ap-rustc_macros", |
| "rustc-ap-rustc_serialize", |
| "scoped-tls", |
| "sha-1", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "rustc-ap-rustc_target" |
| version = "664.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51347a9dadc5ad0b5916cc12d42624b31955285ad13745dbe72f0140038b84e9" |
| dependencies = [ |
| "bitflags", |
| "log", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_index", |
| "rustc-ap-rustc_macros", |
| "rustc-ap-rustc_serialize", |
| "rustc-ap-rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-rayon" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a" |
| dependencies = [ |
| "crossbeam-deque", |
| "either", |
| "rustc-rayon-core", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon-core" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-queue 0.1.2", |
| "crossbeam-utils 0.6.6", |
| "lazy_static", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "rustc-workspace-hack" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb" |
| |
| [[package]] |
| name = "rustc_tools_util" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustfix" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e" |
| dependencies = [ |
| "anyhow", |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustfmt-config_proc_macro" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b19836fdb238d3f321427a41b87e6c2e9ac132f209d1dc55c55fae8d1df3996f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "rustfmt-nightly" |
| version = "1.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6d91c72914addd5f6136fc607425f56b19964404940c7b7d19f36428c615021" |
| dependencies = [ |
| "annotate-snippets 0.6.1", |
| "anyhow", |
| "bytecount", |
| "cargo_metadata 0.8.2", |
| "derive-new", |
| "diff", |
| "dirs", |
| "env_logger 0.6.2", |
| "getopts", |
| "ignore", |
| "itertools 0.8.2", |
| "lazy_static", |
| "log", |
| "regex", |
| "rustc-ap-rustc_ast", |
| "rustc-ap-rustc_ast_pretty", |
| "rustc-ap-rustc_attr", |
| "rustc-ap-rustc_data_structures", |
| "rustc-ap-rustc_errors", |
| "rustc-ap-rustc_expand", |
| "rustc-ap-rustc_parse", |
| "rustc-ap-rustc_session", |
| "rustc-ap-rustc_span", |
| "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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19" |
| dependencies = [ |
| "lazy_static", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[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.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_ignored" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7248fdcbd17d3f2604fc2a02d0ecc844d9a7bf52bf95fc196d9f0a38f6da6a0e" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "sha-1" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" |
| dependencies = [ |
| "block-buffer", |
| "digest", |
| "fake-simd", |
| "opaque-debug", |
| ] |
| |
| [[package]] |
| name = "shell-escape" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9" |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
| dependencies = [ |
| "arc-swap", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "sized-chunks" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59044ea371ad781ff976f7b06480b9f0180e834eda94114f2afb4afc12b7718" |
| dependencies = [ |
| "bitmaps", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
| dependencies = [ |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "strip-ansi-escapes" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee" |
| dependencies = [ |
| "vte", |
| ] |
| |
| [[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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef" |
| dependencies = [ |
| "clap", |
| "lazy_static", |
| "structopt-derive", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a" |
| dependencies = [ |
| "heck", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213" |
| 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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "rand", |
| "redox_syscall", |
| "remove_dir_all", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5" |
| dependencies = [ |
| "dirs", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "termize" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.8", |
| ] |
| |
| [[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.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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 = "tokio" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "mio", |
| "num_cpus", |
| "tokio-codec", |
| "tokio-current-thread", |
| "tokio-executor", |
| "tokio-fs", |
| "tokio-io", |
| "tokio-reactor", |
| "tokio-sync", |
| "tokio-tcp", |
| "tokio-threadpool", |
| "tokio-timer", |
| "tokio-udp", |
| "tokio-uds", |
| ] |
| |
| [[package]] |
| name = "tokio-codec" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "tokio-io", |
| ] |
| |
| [[package]] |
| name = "tokio-current-thread" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" |
| dependencies = [ |
| "futures", |
| "tokio-executor", |
| ] |
| |
| [[package]] |
| name = "tokio-executor" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" |
| dependencies = [ |
| "crossbeam-utils 0.7.2", |
| "futures", |
| ] |
| |
| [[package]] |
| name = "tokio-fs" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" |
| dependencies = [ |
| "futures", |
| "tokio-io", |
| "tokio-threadpool", |
| ] |
| |
| [[package]] |
| name = "tokio-io" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "log", |
| ] |
| |
| [[package]] |
| name = "tokio-named-pipes" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "mio", |
| "mio-named-pipes", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-process" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43" |
| dependencies = [ |
| "crossbeam-queue 0.1.2", |
| "futures", |
| "lazy_static", |
| "libc", |
| "log", |
| "mio", |
| "mio-named-pipes", |
| "tokio-io", |
| "tokio-reactor", |
| "tokio-signal", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "tokio-reactor" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
| dependencies = [ |
| "crossbeam-utils 0.7.2", |
| "futures", |
| "lazy_static", |
| "log", |
| "mio", |
| "num_cpus", |
| "parking_lot 0.9.0", |
| "slab", |
| "tokio-executor", |
| "tokio-io", |
| "tokio-sync", |
| ] |
| |
| [[package]] |
| name = "tokio-service" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" |
| dependencies = [ |
| "futures", |
| ] |
| |
| [[package]] |
| name = "tokio-signal" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12" |
| dependencies = [ |
| "futures", |
| "libc", |
| "mio", |
| "mio-uds", |
| "signal-hook-registry", |
| "tokio-executor", |
| "tokio-io", |
| "tokio-reactor", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "tokio-sync" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" |
| dependencies = [ |
| "fnv", |
| "futures", |
| ] |
| |
| [[package]] |
| name = "tokio-tcp" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "iovec", |
| "mio", |
| "tokio-io", |
| "tokio-reactor", |
| ] |
| |
| [[package]] |
| name = "tokio-threadpool" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-queue 0.2.1", |
| "crossbeam-utils 0.7.2", |
| "futures", |
| "lazy_static", |
| "log", |
| "num_cpus", |
| "slab", |
| "tokio-executor", |
| ] |
| |
| [[package]] |
| name = "tokio-timer" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" |
| dependencies = [ |
| "crossbeam-utils 0.7.2", |
| "futures", |
| "slab", |
| "tokio-executor", |
| ] |
| |
| [[package]] |
| name = "tokio-udp" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "log", |
| "mio", |
| "tokio-codec", |
| "tokio-io", |
| "tokio-reactor", |
| ] |
| |
| [[package]] |
| name = "tokio-uds" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "iovec", |
| "libc", |
| "log", |
| "mio", |
| "mio-uds", |
| "tokio-codec", |
| "tokio-io", |
| "tokio-reactor", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
| dependencies = [ |
| "matches", |
| ] |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" |
| dependencies = [ |
| "smallvec 1.4.0", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
| |
| [[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 = "url" |
| version = "1.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
| dependencies = [ |
| "idna 0.1.5", |
| "matches", |
| "percent-encoding 1.0.1", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
| dependencies = [ |
| "idna 0.2.0", |
| "matches", |
| "percent-encoding 2.1.0", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" |
| |
| [[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 = "vte" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
| dependencies = [ |
| "same-file", |
| "winapi 0.3.8", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.9.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
| |
| [[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-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[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 = "ws2_32-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |