rust-analyzer/Cargo.lock

2028 lines
44 KiB
Text
Raw Normal View History

2019-02-08 21:43:13 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-05-12 20:49:42 +00:00
[[package]]
name = "addr2line"
2020-07-07 14:26:33 +00:00
version = "0.13.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-07 14:26:33 +00:00
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
2020-05-12 20:49:42 +00:00
dependencies = [
"gimli",
]
2020-06-16 17:21:38 +00:00
[[package]]
2020-07-07 14:26:33 +00:00
name = "adler"
version = "0.2.2"
2020-06-16 17:21:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-07 14:26:33 +00:00
checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"
2020-06-16 17:21:38 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "aho-corasick"
2020-06-27 07:09:47 +00:00
version = "0.7.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
2018-09-18 22:10:19 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
2020-06-22 11:18:10 +00:00
]
[[package]]
name = "anyhow"
2020-05-19 14:11:34 +00:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
[[package]]
name = "anymap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
2019-10-17 15:06:01 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-10-17 15:06:01 +00:00
2020-01-12 01:16:35 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-12 01:16:35 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "backtrace"
2020-07-07 14:26:33 +00:00
version = "0.3.50"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-07 14:26:33 +00:00
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-05-12 20:49:42 +00:00
"addr2line",
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
2020-06-16 17:21:38 +00:00
"miniz_oxide",
2020-05-12 20:49:42 +00:00
"object",
2020-01-30 17:14:20 +00:00
"rustc-demangle",
2018-09-18 22:10:19 +00:00
]
2019-12-23 14:33:49 +00:00
[[package]]
name = "base64"
2020-06-27 07:09:47 +00:00
version = "0.12.3"
2019-12-23 14:33:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2019-12-23 14:33:49 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "bitflags"
2019-10-17 15:06:01 +00:00
version = "1.2.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-09-18 22:10:19 +00:00
[[package]]
name = "bstr"
2020-05-12 20:49:42 +00:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
2020-05-09 22:22:26 +00:00
version = "0.10.0"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 22:22:26 +00:00
checksum = "b8de60b887edf6d74370fc8eb177040da4847d971d6234c7b13a6da324ef0caf"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"semver",
"serde",
"serde_derive",
"serde_json",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
2020-07-08 20:02:54 +00:00
version = "1.0.58"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-08 20:02:54 +00:00
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
2018-09-18 22:10:19 +00:00
[[package]]
name = "cfg-if"
2019-09-30 19:05:46 +00:00
version = "0.1.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-09-18 22:10:19 +00:00
[[package]]
name = "chalk-derive"
2020-06-28 19:24:20 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7379caa72d04103fcfd9bde5642b816f58e3ffd6a0d39347e9e35a066648226"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2020-04-10 15:44:29 +00:00
"synstructure",
]
[[package]]
name = "chalk-engine"
2020-06-28 19:24:20 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8afe48b5663504b485791ab4fae69cf4864869a71ceec9c758fd4d03423722"
dependencies = [
"chalk-derive",
"chalk-ir",
2020-01-30 17:14:20 +00:00
"rustc-hash",
2020-06-22 11:18:10 +00:00
"tracing",
]
[[package]]
name = "chalk-ir"
2020-06-28 19:24:20 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "231e391a03c1fc45874171d92be9542efedc939bac59d9501ee28b9521feb406"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
2020-05-29 14:49:52 +00:00
"lazy_static",
]
[[package]]
name = "chalk-solve"
2020-06-28 19:24:20 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c969c0fd06ad50538253327ca3445ff02cc9d0209f94c3cbf198ad9d365b48"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-ir",
"ena",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"petgraph",
"rustc-hash",
2020-06-22 11:18:10 +00:00
"tracing",
"tracing-subscriber",
]
[[package]]
name = "chrono"
2020-07-06 17:44:41 +00:00
version = "0.4.13"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
2020-06-22 11:18:10 +00:00
dependencies = [
"num-integer",
"num-traits",
"time",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cloudabi"
2020-06-27 07:09:47 +00:00
version = "0.1.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
2018-09-18 22:10:19 +00:00
]
2019-10-17 15:06:01 +00:00
[[package]]
name = "console"
version = "0.11.3"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
2019-10-17 15:06:01 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"encode_unicode",
"lazy_static",
"libc",
2020-05-01 12:29:03 +00:00
"terminal_size",
2020-01-30 17:14:20 +00:00
"termios",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2019-08-29 13:49:10 +00:00
]
[[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"
2020-02-22 16:22:09 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-utils",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam-deque"
2020-02-22 16:22:09 +00:00
version = "0.7.3"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2019-06-26 06:12:46 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-epoch",
"crossbeam-utils",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
2019-06-26 06:12:46 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "crossbeam-epoch"
2020-02-22 16:22:09 +00:00
version = "0.8.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-utils",
"lazy_static",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
2020-01-30 17:14:20 +00:00
"memoffset",
"scopeguard",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "crossbeam-queue"
2020-06-11 12:43:35 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 12:43:35 +00:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-utils",
2020-06-11 12:43:35 +00:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-utils"
2020-02-22 16:22:09 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"cfg-if",
"lazy_static",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2018-09-18 22:10:19 +00:00
[[package]]
name = "drop_bomb"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
2018-09-18 22:10:19 +00:00
2019-01-21 22:28:57 +00:00
[[package]]
name = "dtoa"
2020-06-21 15:53:52 +00:00
version = "0.4.6"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2019-01-21 22:28:57 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "either"
2019-10-02 14:48:14 +00:00
version = "1.5.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2018-09-18 22:10:19 +00:00
2020-05-01 12:29:03 +00:00
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
dependencies = [
"log",
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "encode_unicode"
2019-08-30 17:23:28 +00:00
version = "0.3.6"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-01-14 13:27:08 +00:00
2019-11-30 00:20:48 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-11-30 00:20:48 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"log",
2019-11-30 00:20:48 +00:00
]
[[package]]
name = "expect"
version = "0.1.0"
dependencies = [
2020-06-27 19:13:49 +00:00
"difference",
"once_cell",
"stdx",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "filetime"
2020-05-07 20:22:53 +00:00
version = "0.2.10"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"redox_syscall",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
2020-06-25 07:13:46 +00:00
[[package]]
name = "flycheck"
version = "0.1.0"
dependencies = [
"cargo_metadata",
"crossbeam-channel",
"jod-thread",
"log",
"ra_toolchain",
"serde_json",
]
[[package]]
name = "fnv"
2020-05-19 14:11:34 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-01-26 18:12:16 +00:00
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
2019-01-26 18:12:16 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "fsevent"
2020-06-11 09:04:09 +00:00
version = "2.0.2"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 09:04:09 +00:00
checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"fsevent-sys",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "fsevent-sys"
2020-06-11 09:04:09 +00:00
version = "3.0.2"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 09:04:09 +00:00
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "fst"
2020-05-24 13:42:11 +00:00
version = "0.4.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "a7293de202dbfe786c0b3fe6110a027836c5438ed06db7b715c9955ff4bfea51"
2018-09-18 22:10:19 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"fuchsia-zircon-sys",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-09-18 22:10:19 +00:00
2019-07-04 19:16:06 +00:00
[[package]]
name = "getrandom"
2020-01-07 15:04:50 +00:00
version = "0.1.14"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"wasi",
2019-07-04 19:16:06 +00:00
]
2020-05-12 20:49:42 +00:00
[[package]]
name = "gimli"
2020-07-07 14:26:33 +00:00
version = "0.22.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-07 14:26:33 +00:00
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
2020-05-12 20:49:42 +00:00
[[package]]
name = "globset"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
dependencies = [
2020-01-30 17:14:20 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-04-04 08:09:36 +00:00
[[package]]
name = "goblin"
2020-05-12 20:49:42 +00:00
version = "0.2.3"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
2020-04-04 08:09:36 +00:00
dependencies = [
"log",
"plain",
"scroll",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "heck"
2018-12-18 09:29:14 +00:00
version = "0.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-segmentation",
2019-10-31 14:31:59 +00:00
]
[[package]]
name = "hermit-abi"
2020-07-06 17:44:41 +00:00
version = "0.1.15"
2019-10-31 14:31:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
2019-10-31 14:31:59 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2018-09-18 22:10:19 +00:00
]
2020-05-07 19:06:44 +00:00
[[package]]
name = "home"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
dependencies = [
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-05-07 19:06:44 +00:00
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-08-17 18:34:31 +00:00
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indexmap"
2020-06-03 13:43:27 +00:00
version = "1.4.0"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
2019-10-22 17:01:26 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2019-10-22 17:01:26 +00:00
]
2018-10-07 08:32:02 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "inotify"
2020-06-11 09:04:09 +00:00
version = "0.8.3"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 09:04:09 +00:00
checksum = "46dd0a94b393c730779ccfd2a872b67b1eb67be3fc33082e733bdb38b5fde4d4"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"inotify-sys",
"libc",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "insta"
version = "0.16.1"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617e921abc813f96a3b00958c079e7bf1e2db998f8a04f1546dd967373a418ee"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"console",
"difference",
"lazy_static",
"serde",
"serde_json",
"serde_yaml",
2019-01-14 13:27:08 +00:00
]
2020-06-27 07:09:47 +00:00
[[package]]
name = "instant"
2020-07-06 17:44:41 +00:00
version = "0.1.6"
2020-06-27 07:09:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
2020-06-27 07:09:47 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2020-03-23 23:22:46 +00:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itoa"
2020-06-21 15:53:52 +00:00
version = "0.4.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2018-09-18 22:10:19 +00:00
2019-01-26 18:12:16 +00:00
[[package]]
name = "jemalloc-ctl"
2019-07-17 14:58:17 +00:00
version = "0.3.3"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"jemalloc-sys",
"libc",
"paste",
2019-01-26 18:12:16 +00:00
]
[[package]]
name = "jemalloc-sys"
2019-07-17 14:58:17 +00:00
version = "0.3.2"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cc",
"fs_extra",
"libc",
2019-01-26 18:12:16 +00:00
]
[[package]]
name = "jemallocator"
2019-07-17 14:58:17 +00:00
version = "0.3.2"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"jemalloc-sys",
"libc",
2019-01-26 18:12:16 +00:00
]
2019-08-21 07:31:33 +00:00
[[package]]
name = "jod-thread"
2020-06-11 12:55:41 +00:00
version = "0.1.2"
2019-08-21 07:31:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 12:55:41 +00:00
checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
2019-08-21 07:31:33 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.2.8",
"winapi-build",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "lazy_static"
2019-08-30 17:23:28 +00:00
version = "1.4.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "lazycell"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "libc"
2020-07-08 20:02:54 +00:00
version = "0.2.72"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-08 20:02:54 +00:00
checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
2018-09-18 22:10:19 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "libloading"
2020-05-07 20:22:53 +00:00
version = "0.6.2"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
2020-04-04 08:09:36 +00:00
dependencies = [
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-04-04 08:09:36 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "linked-hash-map"
2020-05-07 20:22:53 +00:00
version = "0.5.3"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2019-01-21 22:28:57 +00:00
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
2020-07-06 17:44:41 +00:00
version = "0.4.1"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
2019-07-14 16:21:50 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"scopeguard",
2019-07-14 16:21:50 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "log"
2019-07-31 14:05:00 +00:00
version = "0.4.8"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
2020-06-20 21:08:01 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-20 21:08:01 +00:00
checksum = "53b4ace8ebe5d2aff3687ce0ed507f6020d6a47a7de2b0d3d664ea237ffb0c62"
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-channel",
"log",
"serde",
"serde_json",
]
2019-01-14 10:55:56 +00:00
[[package]]
name = "lsp-types"
2020-05-31 15:38:09 +00:00
version = "0.74.2"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "b360754e89e0e13c114245131382ba921d4ff1efabb918e549422938aaa8d392"
2019-01-14 10:55:56 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"base64",
"bitflags",
"serde",
"serde_json",
"serde_repr",
"url",
2019-01-14 10:55:56 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-09-18 22:10:19 +00:00
2020-02-22 16:22:09 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2018-09-18 22:10:19 +00:00
[[package]]
name = "memchr"
2020-02-22 16:22:09 +00:00
version = "2.3.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-09-18 22:10:19 +00:00
2020-04-17 07:47:15 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-04-17 07:47:15 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memoffset"
2020-07-04 14:49:13 +00:00
version = "0.5.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-04 14:49:13 +00:00
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
"autocfg",
]
2018-09-18 22:10:19 +00:00
2020-06-16 17:21:38 +00:00
[[package]]
name = "miniz_oxide"
2020-07-07 14:26:33 +00:00
version = "0.4.0"
2020-06-16 17:21:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-07 14:26:33 +00:00
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2020-06-16 17:21:38 +00:00
dependencies = [
2020-07-07 14:26:33 +00:00
"adler",
2020-06-16 17:21:38 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2020-05-01 22:26:42 +00:00
version = "0.6.22"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-01 22:26:42 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "mio-extras"
version = "2.0.6"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"lazycell",
"log",
"mio",
"slab",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "net2"
2020-05-01 22:26:42 +00:00
version = "0.2.34"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-01 22:26:42 +00:00
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "notify"
2020-06-11 09:04:09 +00:00
version = "5.0.0-pre.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 09:04:09 +00:00
checksum = "77d03607cf88b4b160ba0e9ed425fff3cee3b55ac813f0c685b3a3772da37d0e"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-06-11 09:04:09 +00:00
"anymap",
2020-01-30 17:14:20 +00:00
"bitflags",
2020-06-11 09:04:09 +00:00
"crossbeam-channel",
2020-01-30 17:14:20 +00:00
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2019-01-06 14:05:12 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "num-integer"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
"autocfg",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num_cpus"
2020-04-16 13:13:44 +00:00
version = "1.13.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-16 13:13:44 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"hermit-abi",
"libc",
2018-09-18 22:10:19 +00:00
]
2020-05-12 20:49:42 +00:00
[[package]]
name = "object"
2020-06-16 17:21:38 +00:00
version = "0.20.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 17:21:38 +00:00
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
2020-05-12 20:49:42 +00:00
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2020-05-19 14:11:34 +00:00
version = "1.4.0"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
2019-05-07 17:54:33 +00:00
2019-11-26 08:29:20 +00:00
[[package]]
name = "parking_lot"
2020-06-27 07:09:47 +00:00
version = "0.11.0"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2019-11-26 08:29:20 +00:00
dependencies = [
2020-06-27 07:09:47 +00:00
"instant",
2020-01-30 17:14:20 +00:00
"lock_api",
"parking_lot_core",
2019-11-26 08:29:20 +00:00
]
[[package]]
name = "parking_lot_core"
2020-06-27 07:09:47 +00:00
version = "0.8.0"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2019-11-26 08:29:20 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"cloudabi",
2020-06-27 07:09:47 +00:00
"instant",
2020-01-30 17:14:20 +00:00
"libc",
"redox_syscall",
"smallvec",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2019-11-26 08:29:20 +00:00
]
2019-07-17 14:58:17 +00:00
[[package]]
name = "paste"
2020-06-21 15:53:52 +00:00
version = "0.1.18"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
2019-07-17 14:58:17 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"paste-impl",
"proc-macro-hack",
2019-07-17 14:58:17 +00:00
]
[[package]]
name = "paste-impl"
2020-06-21 15:53:52 +00:00
version = "0.1.18"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
2019-07-17 14:58:17 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro-hack",
2019-07-17 14:58:17 +00:00
]
[[package]]
name = "paths"
version = "0.1.0"
2019-08-17 18:34:31 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-08-17 18:34:31 +00:00
[[package]]
name = "petgraph"
2020-05-24 13:42:11 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
2020-01-30 17:14:20 +00:00
"fixedbitset",
"indexmap",
]
2019-09-10 10:31:40 +00:00
[[package]]
name = "pico-args"
2020-06-27 07:09:47 +00:00
version = "0.3.3"
2019-09-10 10:31:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "1b1eee8b1f4966c8343d7ca0f5a8452cd35d5610a2e0efbe2a68cae44bef2046"
2019-09-10 10:31:40 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2019-07-04 19:16:06 +00:00
[[package]]
name = "ppv-lite86"
2020-05-19 14:11:34 +00:00
version = "0.2.8"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2019-07-04 19:16:06 +00:00
2019-07-17 14:58:17 +00:00
[[package]]
name = "proc-macro-hack"
2020-05-26 18:32:56 +00:00
version = "0.5.16"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-26 18:32:56 +00:00
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
2019-07-17 14:58:17 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2020-06-03 13:43:27 +00:00
version = "1.0.18"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
[[package]]
name = "quote"
2020-06-07 22:21:38 +00:00
version = "1.0.7"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-07 22:21:38 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
2019-08-15 12:58:08 +00:00
]
2019-01-04 13:01:06 +00:00
[[package]]
name = "ra_arena"
version = "0.1.0"
2019-02-03 18:26:35 +00:00
[[package]]
name = "ra_assists"
version = "0.1.0"
dependencies = [
2020-03-23 11:34:56 +00:00
"either",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"ra_db",
"ra_fmt",
"ra_hir",
"ra_ide_db",
"ra_prof",
2020-01-30 17:14:20 +00:00
"ra_syntax",
"ra_text_edit",
"rustc-hash",
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-02-03 18:26:35 +00:00
]
[[package]]
name = "ra_cfg"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"ra_mbe",
"ra_syntax",
"ra_tt",
"rustc-hash",
]
[[package]]
name = "ra_db"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"ra_cfg",
"ra_prof",
"ra_syntax",
2020-03-26 16:41:44 +00:00
"ra_tt",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"salsa",
2020-06-11 09:04:09 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2020-06-11 09:04:09 +00:00
"vfs",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"ra_syntax",
]
2018-11-28 00:42:26 +00:00
[[package]]
name = "ra_hir"
version = "0.1.0"
dependencies = [
2020-03-11 02:58:17 +00:00
"arrayvec",
2020-01-30 17:14:20 +00:00
"either",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_hir_ty",
"ra_prof",
"ra_syntax",
"rustc-hash",
2018-09-18 22:10:19 +00:00
]
2019-10-30 09:27:54 +00:00
[[package]]
name = "ra_hir_def"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"anymap",
"drop_bomb",
"either",
2020-06-09 15:32:42 +00:00
"fst",
"indexmap",
2020-01-30 17:14:20 +00:00
"insta",
2020-06-09 15:32:42 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"once_cell",
"ra_arena",
"ra_cfg",
"ra_db",
"ra_hir_expand",
"ra_mbe",
"ra_prof",
"ra_syntax",
"ra_tt",
"rustc-hash",
2020-06-12 11:58:02 +00:00
"smallvec",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-10-30 09:27:54 +00:00
]
2019-10-29 08:15:51 +00:00
[[package]]
2019-10-29 11:59:55 +00:00
name = "ra_hir_expand"
2019-10-29 08:15:51 +00:00
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"either",
"log",
"ra_arena",
"ra_db",
"ra_mbe",
"ra_parser",
"ra_prof",
"ra_syntax",
"ra_tt",
2020-06-11 09:30:06 +00:00
"rustc-hash",
2020-04-21 17:44:21 +00:00
"test_utils",
2019-10-29 08:15:51 +00:00
]
2019-11-26 11:35:23 +00:00
[[package]]
name = "ra_hir_ty"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"arrayvec",
"chalk-ir",
"chalk-solve",
"ena",
2020-07-09 15:33:49 +00:00
"expect",
2020-01-30 17:14:20 +00:00
"insta",
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"ra_arena",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_prof",
"ra_syntax",
"rustc-hash",
"scoped-tls",
2020-03-24 11:40:58 +00:00
"smallvec",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-11-26 11:35:23 +00:00
]
2019-01-08 19:33:36 +00:00
[[package]]
2019-11-27 18:32:33 +00:00
name = "ra_ide"
2019-01-08 19:33:36 +00:00
version = "0.1.0"
2020-02-06 11:43:56 +00:00
dependencies = [
"either",
"expect",
2020-02-06 11:43:56 +00:00
"indexmap",
2020-03-27 13:50:08 +00:00
"itertools",
2020-02-06 11:43:56 +00:00
"log",
"ra_assists",
"ra_cfg",
"ra_db",
"ra_fmt",
"ra_hir",
"ra_ide_db",
"ra_prof",
"ra_ssr",
2020-02-06 11:43:56 +00:00
"ra_syntax",
"ra_text_edit",
"rand",
2020-02-06 11:43:56 +00:00
"rustc-hash",
"stdx",
2020-02-06 11:43:56 +00:00
"test_utils",
]
[[package]]
name = "ra_ide_db"
version = "0.1.0"
2019-01-08 19:33:36 +00:00
dependencies = [
2020-03-23 11:34:56 +00:00
"either",
2020-01-30 17:14:20 +00:00
"fst",
"log",
2020-03-04 11:14:48 +00:00
"once_cell",
2020-01-30 17:14:20 +00:00
"ra_db",
"ra_hir",
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rayon",
"rustc-hash",
"superslice",
2020-03-04 10:38:55 +00:00
"test_utils",
2019-01-08 19:33:36 +00:00
]
2019-01-31 10:40:05 +00:00
[[package]]
2019-01-31 18:09:43 +00:00
name = "ra_mbe"
2019-01-31 10:40:05 +00:00
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"log",
"ra_parser",
"ra_syntax",
"ra_tt",
"rustc-hash",
"smallvec",
"test_utils",
2019-01-31 10:40:05 +00:00
]
2019-02-21 10:27:45 +00:00
[[package]]
name = "ra_parser"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"drop_bomb",
2019-02-21 10:27:45 +00:00
]
2020-03-18 09:47:59 +00:00
[[package]]
name = "ra_proc_macro"
version = "0.1.0"
dependencies = [
2020-03-26 20:26:34 +00:00
"crossbeam-channel",
2020-03-28 12:52:45 +00:00
"jod-thread",
2020-03-26 20:26:34 +00:00
"log",
2020-03-18 09:47:59 +00:00
"ra_tt",
2020-03-26 20:26:34 +00:00
"serde",
"serde_json",
2020-03-18 09:47:59 +00:00
]
2020-04-01 05:11:26 +00:00
[[package]]
name = "ra_proc_macro_srv"
version = "0.1.0"
dependencies = [
"cargo_metadata",
"difference",
2020-04-04 08:09:36 +00:00
"goblin",
"libloading",
2020-04-17 07:47:15 +00:00
"memmap",
2020-04-04 08:07:22 +00:00
"ra_mbe",
2020-04-01 05:11:26 +00:00
"ra_proc_macro",
2020-05-23 13:31:56 +00:00
"ra_toolchain",
2020-04-01 05:11:26 +00:00
"ra_tt",
"serde_derive",
2020-04-09 17:43:47 +00:00
"test_utils",
2020-04-01 05:11:26 +00:00
]
2019-03-27 15:09:51 +00:00
[[package]]
name = "ra_prof"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"backtrace",
"jemalloc-ctl",
"jemallocator",
"once_cell",
"ra_arena",
2019-03-27 15:09:51 +00:00
]
[[package]]
name = "ra_project_model"
version = "0.1.0"
dependencies = [
"anyhow",
2020-01-30 17:14:20 +00:00
"cargo_metadata",
"log",
"paths",
2020-01-30 17:14:20 +00:00
"ra_arena",
"ra_cfg",
"ra_db",
2020-03-18 12:56:46 +00:00
"ra_proc_macro",
2020-05-08 10:25:36 +00:00
"ra_toolchain",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"serde",
"serde_json",
2020-06-24 13:52:07 +00:00
"stdx",
]
[[package]]
name = "ra_ssr"
version = "0.1.0"
dependencies = [
"ra_db",
"ra_hir",
"ra_ide_db",
"ra_syntax",
"ra_text_edit",
"rustc-hash",
"test_utils",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_syntax"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"arrayvec",
2020-07-09 08:58:56 +00:00
"expect",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"once_cell",
"ra_parser",
"ra_text_edit",
2020-07-11 10:56:44 +00:00
"rayon",
2020-01-30 17:14:20 +00:00
"rowan",
"rustc-ap-rustc_lexer",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"serde",
"smol_str",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
"walkdir",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "ra_text_edit"
version = "0.1.0"
dependencies = [
2020-04-24 21:40:41 +00:00
"text-size",
]
2020-05-08 10:25:36 +00:00
[[package]]
name = "ra_toolchain"
version = "0.1.0"
dependencies = [
"home",
]
2019-01-31 18:09:43 +00:00
[[package]]
name = "ra_tt"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"smol_str",
2019-01-31 18:09:43 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand"
2020-01-12 01:16:35 +00:00
version = "0.7.3"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-01-25 20:38:09 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand_chacha"
2020-03-10 13:51:27 +00:00
version = "0.2.2"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-10 13:51:27 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-03-10 13:51:27 +00:00
"ppv-lite86",
"rand_core",
2019-07-04 19:16:06 +00:00
]
[[package]]
name = "rand_core"
2019-08-30 17:23:28 +00:00
version = "0.5.1"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"getrandom",
2019-07-04 19:16:06 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-04 19:16:06 +00:00
dependencies = [
"rand_core",
2018-12-18 13:38:05 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand_pcg"
2019-10-24 14:35:22 +00:00
version = "0.2.1"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-07-04 19:16:06 +00:00
dependencies = [
"rand_core",
2018-12-18 13:38:05 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rayon"
2020-06-16 17:21:38 +00:00
version = "1.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 17:21:38 +00:00
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-06-16 17:21:38 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
"either",
"rayon-core",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
2020-06-16 17:21:38 +00:00
version = "1.7.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 17:21:38 +00:00
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "redox_syscall"
2020-07-10 21:14:24 +00:00
version = "0.1.57"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-10 21:14:24 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-09-18 22:10:19 +00:00
[[package]]
name = "regex"
2020-05-31 15:38:09 +00:00
version = "1.3.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-09-18 22:10:19 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
"regex-syntax",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "regex-syntax"
2020-05-31 15:38:09 +00:00
version = "0.6.18"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2018-09-18 22:10:19 +00:00
[[package]]
name = "remove_dir_all"
2020-06-16 17:21:38 +00:00
version = "0.5.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 17:21:38 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2018-09-18 22:10:19 +00:00
]
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
2020-04-25 09:52:10 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e081ed6eacce09e243b619ab90f069c27b0cff8a6d0eb8ad2ec935b65853798"
2018-10-02 14:07:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"rustc-hash",
"smol_str",
2020-04-24 21:40:41 +00:00
"text-size",
2020-01-30 17:14:20 +00:00
"thin-dst",
2018-10-02 14:07:12 +00:00
]
2020-02-18 11:33:16 +00:00
[[package]]
name = "rust-analyzer"
version = "0.1.0"
dependencies = [
"anyhow",
"crossbeam-channel",
"env_logger",
2020-07-09 13:34:37 +00:00
"expect",
2020-06-25 07:13:46 +00:00
"flycheck",
2020-02-18 11:33:16 +00:00
"globset",
2020-03-27 13:50:08 +00:00
"itertools",
2020-02-18 11:33:16 +00:00
"jod-thread",
"log",
"lsp-server",
"lsp-types",
"parking_lot",
"pico-args",
"ra_cfg",
2020-02-18 11:33:16 +00:00
"ra_db",
"ra_hir",
"ra_hir_def",
"ra_hir_ty",
"ra_ide",
"ra_ide_db",
"ra_mbe",
"ra_proc_macro_srv",
2020-02-18 11:33:16 +00:00
"ra_prof",
"ra_project_model",
"ra_ssr",
2020-02-18 11:33:16 +00:00
"ra_syntax",
"ra_text_edit",
2020-06-26 23:28:06 +00:00
"ra_toolchain",
"ra_tt",
2020-02-18 11:33:16 +00:00
"rand",
"rayon",
2020-02-18 11:33:16 +00:00
"rustc-hash",
"serde",
"serde_json",
2020-03-28 10:08:19 +00:00
"stdx",
2020-02-18 11:33:16 +00:00
"tempfile",
"test_utils",
"threadpool",
2020-06-11 09:04:09 +00:00
"vfs",
"vfs-notify",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-02-18 11:33:16 +00:00
]
[[package]]
name = "rustc-ap-rustc_lexer"
2020-06-27 07:26:28 +00:00
version = "666.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:26:28 +00:00
checksum = "4e00c526f9f8430ea4cd2178d25b02bfc7debe6677350c57292f92f50e65d2fe"
dependencies = [
"unicode-xid",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-demangle"
2019-08-15 12:58:08 +00:00
version = "0.1.16"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-hash"
2020-02-10 15:42:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-10 15:42:56 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-09-18 22:10:19 +00:00
[[package]]
name = "ryu"
2020-06-03 13:43:27 +00:00
version = "1.0.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-18 22:10:19 +00:00
2018-10-07 08:32:02 +00:00
[[package]]
name = "salsa"
2020-07-07 13:48:55 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9"
2018-10-07 08:32:02 +00:00
dependencies = [
2020-07-03 14:41:58 +00:00
"crossbeam-utils",
2020-01-30 17:14:20 +00:00
"indexmap",
2020-07-03 14:41:58 +00:00
"lock_api",
2020-01-30 17:14:20 +00:00
"log",
"parking_lot",
"rand",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"salsa-macros",
"smallvec",
2018-09-18 22:10:19 +00:00
]
2019-01-17 11:11:00 +00:00
[[package]]
name = "salsa-macros"
2020-07-07 13:48:55 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c280ac85b15ac214b86ac4b407626a48e6a1c4f90769a582fec74aa57942b9f"
2019-01-17 11:11:00 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
2019-01-17 11:11:00 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "same-file"
2020-01-12 01:16:35 +00:00
version = "1.0.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-util",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2019-05-04 20:40:40 +00:00
[[package]]
name = "scopeguard"
2020-02-17 14:19:55 +00:00
version = "1.1.0"
2019-05-04 20:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-05-04 20:40:40 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
2020-05-12 20:49:42 +00:00
version = "0.10.2"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
2020-04-04 08:09:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"semver-parser",
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2018-09-18 22:10:19 +00:00
[[package]]
name = "serde"
2020-06-22 11:18:10 +00:00
version = "1.0.114"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-22 11:18:10 +00:00
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde_derive",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_derive"
2020-06-22 11:18:10 +00:00
version = "1.0.114"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-22 11:18:10 +00:00
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
2020-06-29 18:09:29 +00:00
version = "1.0.56"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-29 18:09:29 +00:00
checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"itoa",
"ryu",
"serde",
2019-01-21 22:28:57 +00:00
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "serde_repr"
2020-06-21 15:53:52 +00:00
version = "0.1.6"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2019-08-17 18:34:31 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "serde_yaml"
2020-06-11 12:55:41 +00:00
version = "0.8.13"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 12:55:41 +00:00
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5"
2019-01-21 22:28:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
2018-10-07 08:32:02 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
"lazy_static",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-01-06 14:05:12 +00:00
2019-11-15 11:45:58 +00:00
[[package]]
name = "smallvec"
2020-07-06 17:44:41 +00:00
version = "1.4.1"
2019-11-15 11:45:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
2019-11-15 11:45:58 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "smol_str"
2020-07-06 17:44:41 +00:00
version = "0.1.16"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 17:44:41 +00:00
checksum = "2f7909a1d8bc166a862124d84fdc11bda0ea4ed3157ccca662296919c2972db1"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "stdx"
version = "0.1.0"
2018-09-18 22:10:19 +00:00
[[package]]
name = "superslice"
2019-02-12 16:03:28 +00:00
version = "1.0.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
2020-06-22 11:18:10 +00:00
version = "1.0.33"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-22 11:18:10 +00:00
checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
2020-04-10 15:44:29 +00:00
[[package]]
name = "synstructure"
2020-06-11 12:55:41 +00:00
version = "0.12.4"
2020-04-10 15:44:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 12:55:41 +00:00
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2020-04-10 15:44:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "tempfile"
2019-07-04 21:52:22 +00:00
version = "3.1.0"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-12-18 13:38:05 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"rand",
2020-01-30 17:14:20 +00:00
"redox_syscall",
"remove_dir_all",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2018-12-18 13:38:05 +00:00
]
2020-05-01 12:29:03 +00:00
[[package]]
name = "terminal_size"
2020-07-04 14:49:13 +00:00
version = "0.1.13"
2020-05-01 12:29:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-04 14:49:13 +00:00
checksum = "9a14cd9f8c72704232f0bfc8455c0e861f0ad4eb60cc9ec8a170e231414c1e13"
2020-05-01 12:29:03 +00:00
dependencies = [
"libc",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-05-01 12:29:03 +00:00
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "termios"
2020-04-10 17:48:25 +00:00
version = "0.3.2"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-10 17:48:25 +00:00
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-14 13:27:08 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "test_utils"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"difference",
2020-05-24 13:42:11 +00:00
"rustc-hash",
2020-01-30 17:14:20 +00:00
"serde_json",
"stdx",
2020-04-24 21:40:41 +00:00
"text-size",
2018-09-18 22:10:19 +00:00
]
[[package]]
2020-04-24 21:40:41 +00:00
name = "text-size"
2020-04-25 09:52:10 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a"
2018-09-18 22:10:19 +00:00
2019-11-25 13:12:28 +00:00
[[package]]
name = "thin-dst"
2020-03-18 21:17:45 +00:00
version = "1.1.0"
2019-11-25 13:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 21:17:45 +00:00
checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
2019-11-25 13:12:28 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "thread_local"
2020-01-12 01:16:35 +00:00
version = "1.0.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"lazy_static",
2018-12-18 09:45:20 +00:00
]
[[package]]
name = "threadpool"
2020-05-12 20:49:42 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
2020-01-30 17:14:20 +00:00
"num_cpus",
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi 0.3.9",
2020-06-22 11:18:10 +00:00
]
2020-06-21 15:53:52 +00:00
[[package]]
name = "tinyvec"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
2020-06-22 11:18:10 +00:00
[[package]]
name = "tracing"
2020-07-10 21:14:24 +00:00
version = "0.1.16"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-10 21:14:24 +00:00
checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd"
2020-06-22 11:18:10 +00:00
dependencies = [
"cfg-if",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2020-07-08 20:02:54 +00:00
version = "0.1.9"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-08 20:02:54 +00:00
checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
2020-06-22 11:18:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2020-07-10 21:14:24 +00:00
version = "0.1.11"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-10 21:14:24 +00:00
checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-log"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ccba2f8f16e0ed268fc765d9b7ff22e965e7185d32f8f1ec8294fe17d86e79"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2020-07-04 14:49:13 +00:00
version = "0.2.7"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-04 14:49:13 +00:00
checksum = "c72c8cf3ec4ed69fef614d011a5ae4274537a8a8c59133558029bd731eb71659"
2020-06-22 11:18:10 +00:00
dependencies = [
"ansi_term",
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"tracing-core",
"tracing-log",
"tracing-serde",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"matches",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "unicode-normalization"
2020-06-21 15:53:52 +00:00
version = "0.1.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-21 15:53:52 +00:00
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
2019-01-23 11:48:57 +00:00
dependencies = [
2020-06-21 15:53:52 +00:00
"tinyvec",
2019-01-23 11:48:57 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-segmentation"
2019-11-13 13:25:37 +00:00
version = "1.6.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "unicode-xid"
2020-06-27 07:09:47 +00:00
version = "0.2.1"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-08-15 12:58:08 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
2019-08-17 18:34:31 +00:00
name = "url"
2020-01-12 01:16:35 +00:00
version = "2.1.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"idna",
"matches",
"percent-encoding",
"serde",
2018-09-18 22:10:19 +00:00
]
2020-06-15 11:29:07 +00:00
[[package]]
name = "vfs"
version = "0.1.0"
2020-06-11 09:04:09 +00:00
dependencies = [
2020-07-07 20:53:12 +00:00
"fst",
2020-06-11 09:04:09 +00:00
"paths",
"rustc-hash",
]
[[package]]
name = "vfs-notify"
version = "0.1.0"
2020-06-15 11:29:07 +00:00
dependencies = [
"crossbeam-channel",
"globset",
"jod-thread",
2020-06-11 09:04:09 +00:00
"log",
"notify",
2020-06-15 11:29:07 +00:00
"paths",
"rustc-hash",
2020-06-11 09:04:09 +00:00
"vfs",
2020-06-15 11:29:07 +00:00
"walkdir",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "walkdir"
2020-01-12 01:16:35 +00:00
version = "2.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"same-file",
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2020-01-30 17:14:20 +00:00
"winapi-util",
2018-09-18 22:10:19 +00:00
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "wasi"
2020-01-07 15:04:50 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-08-15 12:58:08 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi"
2020-06-27 07:09:47 +00:00
version = "0.3.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-09-18 22:10:19 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi-util"
2020-04-22 14:34:53 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-22 14:34:53 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-06-27 07:09:47 +00:00
"winapi 0.3.9",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.2.8",
"winapi-build",
2019-01-06 14:05:12 +00:00
]
2019-10-17 16:36:55 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"anyhow",
"flate2",
2020-01-30 17:14:20 +00:00
"pico-args",
"proc-macro2",
"quote",
"walkdir",
2019-10-17 16:36:55 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "yaml-rust"
2020-06-03 13:43:27 +00:00
version = "0.4.4"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
2019-01-21 22:28:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"linked-hash-map",
]