mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
1863 lines
40 KiB
TOML
1863 lines
40 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
|
|
dependencies = [
|
|
"gimli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
|
|
|
[[package]]
|
|
name = "anymap"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
|
|
|
[[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.9",
|
|
]
|
|
|
|
[[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.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
|
|
dependencies = [
|
|
"semver",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[package]]
|
|
name = "chalk-derive"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1df0dbb57d74b4acd20f20fa66ab2acd09776b79eaeb9d8f947b2f3e01c40bf"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-ir"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44361a25dbdb1dc428f56ad7a3c21ba9ca12f3225c26a47919ff6fcb10a583d4"
|
|
dependencies = [
|
|
"chalk-derive",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-recursive"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd89556b98de156d5eaf21077d297cd2198628f10f2df140798ea3a5dd84bc86"
|
|
dependencies = [
|
|
"chalk-derive",
|
|
"chalk-ir",
|
|
"chalk-solve",
|
|
"rustc-hash",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-solve"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a886da37a0dc457057d86f78f026f7a09c6d8088aa13f4f4127fdb8dc80119a3"
|
|
dependencies = [
|
|
"chalk-derive",
|
|
"chalk-ir",
|
|
"ena",
|
|
"itertools",
|
|
"petgraph",
|
|
"rustc-hash",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-traits",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[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",
|
|
"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",
|
|
"lazy_static",
|
|
"maybe-uninit",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-utils",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[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 = "difference"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
[[package]]
|
|
name = "drop_bomb"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
|
|
|
|
[[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.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expect"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"difference",
|
|
"once_cell",
|
|
"stdx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flycheck"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo_metadata",
|
|
"crossbeam-channel",
|
|
"jod-thread",
|
|
"log",
|
|
"ra_toolchain",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fsevent-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fst"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7293de202dbfe786c0b3fe6110a027836c5438ed06db7b715c9955ff4bfea51"
|
|
|
|
[[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 = "gimli"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
|
|
|
|
[[package]]
|
|
name = "goblin"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
|
|
dependencies = [
|
|
"log",
|
|
"plain",
|
|
"scroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[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.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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 = "indexmap"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46dd0a94b393c730779ccfd2a872b67b1eb67be3fc33082e733bdb38b5fde4d4"
|
|
dependencies = [
|
|
"bitflags",
|
|
"inotify-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify-sys"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
|
|
|
[[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.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
|
|
[[package]]
|
|
name = "jod-thread"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
|
|
|
|
[[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.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libmimalloc-sys"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a27252ec1d0c4e0dd6142cbc572da50b363ab56fc334f7aa8fadf295b2e24e74"
|
|
dependencies = [
|
|
"cmake",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp-server"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53b4ace8ebe5d2aff3687ce0ed507f6020d6a47a7de2b0d3d664ea237ffb0c62"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp-types"
|
|
version = "0.79.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f1f86677fdbe8df5f88b99131b1424e50aad27bbe3e5900d221bc414bd72e9b"
|
|
dependencies = [
|
|
"base64",
|
|
"bitflags",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[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 = "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.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mimalloc"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c52de2069999f01bd26436564dbe7de3a87898feeb7a0d0ff9eb20a05bb7ca0"
|
|
dependencies = [
|
|
"libmimalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"net2",
|
|
"slab",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-extras"
|
|
version = "2.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
dependencies = [
|
|
"lazycell",
|
|
"log",
|
|
"mio",
|
|
"slab",
|
|
]
|
|
|
|
[[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 = "net2"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify"
|
|
version = "5.0.0-pre.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77d03607cf88b4b160ba0e9ed425fff3cee3b55ac813f0c685b3a3772da37d0e"
|
|
dependencies = [
|
|
"anymap",
|
|
"bitflags",
|
|
"crossbeam-channel",
|
|
"filetime",
|
|
"fsevent",
|
|
"fsevent-sys",
|
|
"inotify",
|
|
"libc",
|
|
"mio",
|
|
"mio-extras",
|
|
"walkdir",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[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 = "object"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
|
|
|
|
[[package]]
|
|
name = "oorandom"
|
|
version = "11.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cloudabi",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paths"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "perf-event"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76c42ba5d85a2f4472b99f475fb60cf336d9b4c85b1ea8bb300fef2e3c7c8f89"
|
|
dependencies = [
|
|
"libc",
|
|
"perf-event-open-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "perf-event-open-sys"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83e7183862f36d10263d0a1ccaef50fef734ade948bf026afd1bd97355c78273"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pico-args"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
|
|
|
|
[[package]]
|
|
name = "plain"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_arena"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "ra_assists"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"either",
|
|
"itertools",
|
|
"ra_db",
|
|
"ra_fmt",
|
|
"ra_hir",
|
|
"ra_ide_db",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"ra_text_edit",
|
|
"rustc-hash",
|
|
"stdx",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_cfg"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ra_mbe",
|
|
"ra_syntax",
|
|
"ra_tt",
|
|
"rustc-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_db"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ra_cfg",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"ra_tt",
|
|
"rustc-hash",
|
|
"salsa",
|
|
"stdx",
|
|
"test_utils",
|
|
"vfs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_fmt"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"itertools",
|
|
"ra_syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_hir"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"either",
|
|
"itertools",
|
|
"log",
|
|
"ra_db",
|
|
"ra_hir_def",
|
|
"ra_hir_expand",
|
|
"ra_hir_ty",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"rustc-hash",
|
|
"stdx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_hir_def"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anymap",
|
|
"drop_bomb",
|
|
"either",
|
|
"expect",
|
|
"fst",
|
|
"indexmap",
|
|
"itertools",
|
|
"log",
|
|
"once_cell",
|
|
"ra_arena",
|
|
"ra_cfg",
|
|
"ra_db",
|
|
"ra_hir_expand",
|
|
"ra_mbe",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"ra_tt",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
"stdx",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_hir_expand"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"either",
|
|
"log",
|
|
"ra_arena",
|
|
"ra_db",
|
|
"ra_mbe",
|
|
"ra_parser",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"ra_tt",
|
|
"rustc-hash",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_hir_ty"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"chalk-ir",
|
|
"chalk-recursive",
|
|
"chalk-solve",
|
|
"ena",
|
|
"expect",
|
|
"itertools",
|
|
"log",
|
|
"ra_arena",
|
|
"ra_db",
|
|
"ra_hir_def",
|
|
"ra_hir_expand",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"rustc-hash",
|
|
"scoped-tls",
|
|
"smallvec",
|
|
"stdx",
|
|
"test_utils",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_ide"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"either",
|
|
"expect",
|
|
"indexmap",
|
|
"itertools",
|
|
"log",
|
|
"oorandom",
|
|
"ra_assists",
|
|
"ra_cfg",
|
|
"ra_db",
|
|
"ra_fmt",
|
|
"ra_hir",
|
|
"ra_ide_db",
|
|
"ra_prof",
|
|
"ra_ssr",
|
|
"ra_syntax",
|
|
"ra_text_edit",
|
|
"rustc-hash",
|
|
"stdx",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_ide_db"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"either",
|
|
"fst",
|
|
"log",
|
|
"once_cell",
|
|
"ra_db",
|
|
"ra_hir",
|
|
"ra_prof",
|
|
"ra_syntax",
|
|
"ra_text_edit",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"stdx",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_mbe"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"ra_parser",
|
|
"ra_syntax",
|
|
"ra_tt",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_parser"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"drop_bomb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_proc_macro"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"jod-thread",
|
|
"log",
|
|
"ra_tt",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_proc_macro_srv"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo_metadata",
|
|
"difference",
|
|
"goblin",
|
|
"libloading",
|
|
"memmap",
|
|
"ra_mbe",
|
|
"ra_proc_macro",
|
|
"ra_toolchain",
|
|
"ra_tt",
|
|
"serde_derive",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_prof"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cfg-if",
|
|
"libc",
|
|
"once_cell",
|
|
"perf-event",
|
|
"ra_arena",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_project_model"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata",
|
|
"log",
|
|
"paths",
|
|
"ra_arena",
|
|
"ra_cfg",
|
|
"ra_db",
|
|
"ra_proc_macro",
|
|
"ra_toolchain",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"stdx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_ssr"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"expect",
|
|
"ra_db",
|
|
"ra_hir",
|
|
"ra_ide_db",
|
|
"ra_syntax",
|
|
"ra_text_edit",
|
|
"rustc-hash",
|
|
"test_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_syntax"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"expect",
|
|
"itertools",
|
|
"once_cell",
|
|
"ra_parser",
|
|
"ra_text_edit",
|
|
"rayon",
|
|
"rowan",
|
|
"rustc-ap-rustc_lexer",
|
|
"rustc-hash",
|
|
"serde",
|
|
"smol_str",
|
|
"stdx",
|
|
"test_utils",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_text_edit"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"text-size",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_toolchain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"home",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ra_tt"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"smol_str",
|
|
"stdx",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-queue",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
dependencies = [
|
|
"byteorder",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
[[package]]
|
|
name = "rowan"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e081ed6eacce09e243b619ab90f069c27b0cff8a6d0eb8ad2ec935b65853798"
|
|
dependencies = [
|
|
"rustc-hash",
|
|
"smol_str",
|
|
"text-size",
|
|
"thin-dst",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-analyzer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"crossbeam-channel",
|
|
"env_logger",
|
|
"expect",
|
|
"flycheck",
|
|
"itertools",
|
|
"jod-thread",
|
|
"log",
|
|
"lsp-server",
|
|
"lsp-types",
|
|
"mimalloc",
|
|
"oorandom",
|
|
"parking_lot",
|
|
"pico-args",
|
|
"ra_cfg",
|
|
"ra_db",
|
|
"ra_hir",
|
|
"ra_hir_def",
|
|
"ra_hir_ty",
|
|
"ra_ide",
|
|
"ra_ide_db",
|
|
"ra_mbe",
|
|
"ra_proc_macro_srv",
|
|
"ra_prof",
|
|
"ra_project_model",
|
|
"ra_ssr",
|
|
"ra_syntax",
|
|
"ra_text_edit",
|
|
"ra_toolchain",
|
|
"ra_tt",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"stdx",
|
|
"test_utils",
|
|
"threadpool",
|
|
"vfs",
|
|
"vfs-notify",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_lexer"
|
|
version = "671.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[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 = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[package]]
|
|
name = "salsa"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ab29056d4fb4048a5f0d169c9b6e5526160c9ec37aded5a6879c2c9c445a8e4"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
"indexmap",
|
|
"lock_api",
|
|
"log",
|
|
"oorandom",
|
|
"parking_lot",
|
|
"rustc-hash",
|
|
"salsa-macros",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "salsa-macros"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1c3aec007c63c4ed4cd7a018529fb0b5575c4562575fc6a40d6cd2ae0b792ef"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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 = "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 = "scroll"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
|
|
dependencies = [
|
|
"scroll_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scroll_derive"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
|
|
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.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_repr"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
|
|
|
|
[[package]]
|
|
name = "smol_str"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f7909a1d8bc166a862124d84fdc11bda0ea4ed3157ccca662296919c2972db1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdx"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"difference",
|
|
"rustc-hash",
|
|
"serde_json",
|
|
"stdx",
|
|
"text-size",
|
|
]
|
|
|
|
[[package]]
|
|
name = "text-size"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a"
|
|
|
|
[[package]]
|
|
name = "thin-dst"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
|
|
|
|
[[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 = "threadpool"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
dependencies = [
|
|
"num_cpus",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9"
|
|
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"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"chrono",
|
|
"lazy_static",
|
|
"matchers",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-tree"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1a3dc4774db3a6b2d66a4f8d8de670e874ec3ed55615860c994927419b32c5f"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"atty",
|
|
"chrono",
|
|
"termcolor",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ungrammar"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4e20e58a08ee1bcf8a4695cf74550cf054d6c489105f594beacb2c684210aad"
|
|
|
|
[[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.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
|
dependencies = [
|
|
"idna",
|
|
"matches",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vfs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"fst",
|
|
"paths",
|
|
"rustc-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vfs-notify"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"jod-thread",
|
|
"log",
|
|
"notify",
|
|
"paths",
|
|
"rustc-hash",
|
|
"vfs",
|
|
"walkdir",
|
|
]
|
|
|
|
[[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.9",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[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.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
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.9",
|
|
]
|
|
|
|
[[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 = "write-json"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"flate2",
|
|
"pico-args",
|
|
"proc-macro2",
|
|
"quote",
|
|
"ungrammar",
|
|
"walkdir",
|
|
"write-json",
|
|
]
|