mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
e4b3496618
Ensure that they compile with the now-a-feature-is-required logic.
5821 lines
123 KiB
TOML
5821 lines
123 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"gimli",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"core",
|
|
"rand 0.7.3",
|
|
"rand_xorshift",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ammonia"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
|
|
dependencies = [
|
|
"html5ever",
|
|
"lazy_static",
|
|
"maplit",
|
|
"markup5ever_rcdom",
|
|
"matches",
|
|
"tendril",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "annotate-snippets"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
|
|
dependencies = [
|
|
"yansi-term",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
|
|
|
|
[[package]]
|
|
name = "array_tool"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "bitmaps"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
dependencies = [
|
|
"block-padding",
|
|
"byte-tools",
|
|
"byteorder",
|
|
"generic-array 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
dependencies = [
|
|
"generic-array 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-padding"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
dependencies = [
|
|
"byte-tools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bootstrap"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_helper",
|
|
"cc",
|
|
"cmake",
|
|
"filetime",
|
|
"getopts",
|
|
"ignore",
|
|
"lazy_static",
|
|
"libc",
|
|
"merge",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"opener",
|
|
"pretty_assertions",
|
|
"serde",
|
|
"serde_json",
|
|
"time",
|
|
"toml",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"memchr",
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build-manifest"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"flate2",
|
|
"hex 0.4.2",
|
|
"num_cpus",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"tar",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build_helper"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "bump-stage0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"curl",
|
|
"indexmap",
|
|
"serde",
|
|
"serde_json",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byte-tools"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
[[package]]
|
|
name = "bytecount"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
dependencies = [
|
|
"packed_simd_2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
[[package]]
|
|
name = "bytesize"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
|
|
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo"
|
|
version = "0.59.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"atty",
|
|
"bytesize",
|
|
"cargo-platform 0.1.2",
|
|
"cargo-test-macro",
|
|
"cargo-test-support",
|
|
"cargo-util",
|
|
"clap",
|
|
"crates-io",
|
|
"crossbeam-utils 0.8.3",
|
|
"curl",
|
|
"curl-sys",
|
|
"env_logger 0.9.0",
|
|
"filetime",
|
|
"flate2",
|
|
"fwdansi",
|
|
"git2",
|
|
"git2-curl",
|
|
"glob",
|
|
"hex 0.4.2",
|
|
"home",
|
|
"humantime 2.0.1",
|
|
"ignore",
|
|
"im-rc",
|
|
"itertools 0.10.1",
|
|
"jobserver",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"memchr",
|
|
"num_cpus",
|
|
"opener",
|
|
"openssl",
|
|
"os_info",
|
|
"percent-encoding 2.1.0",
|
|
"pretty_env_logger",
|
|
"rustc-workspace-hack",
|
|
"rustfix 0.6.0",
|
|
"semver 1.0.3",
|
|
"serde",
|
|
"serde_ignored",
|
|
"serde_json",
|
|
"shell-escape",
|
|
"strip-ansi-escapes",
|
|
"tar",
|
|
"tempfile",
|
|
"termcolor",
|
|
"toml",
|
|
"unicode-width",
|
|
"unicode-xid",
|
|
"url 2.2.2",
|
|
"walkdir",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-credential"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "cargo-credential-1password"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo-credential",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-credential-macos-keychain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo-credential",
|
|
"security-framework",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-credential-wincred"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo-credential",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-miri"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"directories",
|
|
"rustc-workspace-hack",
|
|
"rustc_version 0.3.3",
|
|
"serde",
|
|
"serde_json",
|
|
"vergen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-platform"
|
|
version = "0.1.2"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-platform"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-test-macro"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "cargo-test-support"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo-test-macro",
|
|
"cargo-util",
|
|
"filetime",
|
|
"flate2",
|
|
"git2",
|
|
"glob",
|
|
"itertools 0.10.1",
|
|
"lazy_static",
|
|
"remove_dir_all",
|
|
"serde_json",
|
|
"tar",
|
|
"termcolor",
|
|
"toml",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-util"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"core-foundation",
|
|
"crypto-hash",
|
|
"filetime",
|
|
"hex 0.4.2",
|
|
"jobserver",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"same-file",
|
|
"shell-escape",
|
|
"tempfile",
|
|
"walkdir",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"semver 1.0.3",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargotest2"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
|
dependencies = [
|
|
"jobserver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "chalk-derive"
|
|
version = "0.55.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3983193cacd81f0f924acb666b7fe5e1a0d81db9f113fa69203eda7ea8ce8b6c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-engine"
|
|
version = "0.55.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05a171ce5abbf0fbd06f221ab80ab182c7ef78603d23b858bc44e7ce8a86a396"
|
|
dependencies = [
|
|
"chalk-derive",
|
|
"chalk-ir",
|
|
"chalk-solve",
|
|
"rustc-hash",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-ir"
|
|
version = "0.55.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a522f53af971e7678f472d687e053120157b3ae26e2ebd5ecbc0f5ab124f2cb6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"chalk-derive",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chalk-solve"
|
|
version = "0.55.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdf79fb77a567e456a170f7ec84ea6584163d4ba3f13660cd182013d34ca667c"
|
|
dependencies = [
|
|
"chalk-derive",
|
|
"chalk-ir",
|
|
"ena",
|
|
"itertools 0.9.0",
|
|
"petgraph",
|
|
"rustc-hash",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
dependencies = [
|
|
"libc",
|
|
"num-integer",
|
|
"num-traits",
|
|
"time",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.33.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
dependencies = [
|
|
"ansi_term 0.11.0",
|
|
"atty",
|
|
"bitflags",
|
|
"strsim",
|
|
"textwrap",
|
|
"unicode-width",
|
|
"vec_map",
|
|
"yaml-rust 0.3.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clippy"
|
|
version = "0.1.58"
|
|
dependencies = [
|
|
"cargo_metadata 0.14.0",
|
|
"clippy_lints",
|
|
"clippy_utils",
|
|
"compiletest_rs",
|
|
"derive-new",
|
|
"filetime",
|
|
"if_chain",
|
|
"itertools 0.10.1",
|
|
"quote",
|
|
"regex",
|
|
"rustc-workspace-hack",
|
|
"rustc_tools_util 0.2.0",
|
|
"semver 1.0.3",
|
|
"serde",
|
|
"syn",
|
|
"tempfile",
|
|
"tester",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clippy_dev"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bytecount",
|
|
"clap",
|
|
"indoc",
|
|
"itertools 0.10.1",
|
|
"opener",
|
|
"regex",
|
|
"shell-escape",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clippy_lints"
|
|
version = "0.1.58"
|
|
dependencies = [
|
|
"cargo_metadata 0.14.0",
|
|
"clippy_utils",
|
|
"if_chain",
|
|
"itertools 0.10.1",
|
|
"pulldown-cmark 0.8.0",
|
|
"quine-mc_cluskey",
|
|
"regex-syntax",
|
|
"rustc-semver",
|
|
"semver 1.0.3",
|
|
"serde",
|
|
"serde_json",
|
|
"toml",
|
|
"unicode-normalization",
|
|
"unicode-script",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clippy_utils"
|
|
version = "0.1.58"
|
|
dependencies = [
|
|
"if_chain",
|
|
"rustc-semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "colored"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
|
dependencies = [
|
|
"atty",
|
|
"lazy_static",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "commoncrypto"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
|
|
dependencies = [
|
|
"commoncrypto-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "commoncrypto-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.52"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
|
|
dependencies = [
|
|
"cc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiletest"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"colored",
|
|
"diff",
|
|
"getopts",
|
|
"glob",
|
|
"lazy_static",
|
|
"libc",
|
|
"miow",
|
|
"regex",
|
|
"rustfix 0.6.0",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"unified-diff",
|
|
"walkdir",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiletest_rs"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83"
|
|
dependencies = [
|
|
"diff",
|
|
"filetime",
|
|
"getopts",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"regex",
|
|
"rustfix 0.5.1",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tempfile",
|
|
"tester",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rand 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
|
|
|
|
[[package]]
|
|
name = "coverage_test_macros"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "cpuid-bool"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
[[package]]
|
|
name = "crates-io"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"curl",
|
|
"percent-encoding 2.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils 0.8.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 0.1.10",
|
|
"crossbeam-utils 0.7.2",
|
|
"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 0.1.10",
|
|
"crossbeam-utils 0.7.2",
|
|
"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 0.1.10",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-hash"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
|
|
dependencies = [
|
|
"commoncrypto",
|
|
"hex 0.3.2",
|
|
"openssl",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cstr"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl"
|
|
version = "0.4.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877cc2f9b8367e32b6dabb9d581557e651cb3aa693a37f8679091bbf42687d5d"
|
|
dependencies = [
|
|
"curl-sys",
|
|
"libc",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"socket2",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl-sys"
|
|
version = "0.4.50+curl-7.79.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4856b76919dd599f31236bb18db5f5bd36e2ce131e64f857ca5c259665b76171"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libnghttp2-sys",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "datafrog"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
|
|
|
|
[[package]]
|
|
name = "derive-new"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
[[package]]
|
|
name = "difference"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
dependencies = [
|
|
"generic-array 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
dependencies = [
|
|
"generic-array 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "directories"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
|
|
dependencies = [
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-next"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"dirs-sys-next",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys-next"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dlmalloc"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"libc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
|
|
|
|
[[package]]
|
|
name = "elasticlunr-rs"
|
|
version = "2.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"strum",
|
|
"strum_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ena"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
|
|
dependencies = [
|
|
"enum-iterator-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime 1.3.0",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime 2.0.1",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime 2.0.1",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "error_index_generator"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustdoc",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expand-yaml-anchors"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"yaml-merge-keys",
|
|
"yaml-rust 0.4.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expect-test"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
|
|
dependencies = [
|
|
"difference",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fake-simd"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi",
|
|
]
|
|
|
|
[[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 0.1.10",
|
|
"crc32fast",
|
|
"libc",
|
|
"libz-sys",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
dependencies = [
|
|
"matches",
|
|
"percent-encoding 2.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fortanix-sgx-abi"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-err"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
|
|
|
|
[[package]]
|
|
name = "fst"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
|
|
|
|
[[package]]
|
|
name = "futf"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
dependencies = [
|
|
"mac",
|
|
"new_debug_unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.1.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
|
dependencies = [
|
|
"futures 0.1.29",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"proc-macro-hack",
|
|
"proc-macro-nested",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fwdansi"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
|
dependencies = [
|
|
"memchr",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
dependencies = [
|
|
"rustc-std-workspace-core",
|
|
"rustc-std-workspace-std",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getset"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
version = "0.13.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git2-curl"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
|
|
dependencies = [
|
|
"curl",
|
|
"git2",
|
|
"log",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "globset"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"fnv",
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "globwalk"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
dependencies = [
|
|
"bitflags",
|
|
"ignore",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gsgdt"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "handlebars"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
|
|
dependencies = [
|
|
"log",
|
|
"pest",
|
|
"pest_derive",
|
|
"quick-error 2.0.0",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[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.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"libc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
|
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html-checker"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.25.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
dependencies = [
|
|
"quick-error 1.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if_chain"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
|
|
|
|
[[package]]
|
|
name = "ignore"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
|
dependencies = [
|
|
"crossbeam-utils 0.8.3",
|
|
"globset",
|
|
"lazy_static",
|
|
"log",
|
|
"memchr",
|
|
"regex",
|
|
"same-file",
|
|
"thread_local",
|
|
"walkdir",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "im-rc"
|
|
version = "15.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
|
|
dependencies = [
|
|
"bitmaps",
|
|
"rand_core 0.5.1",
|
|
"rand_xoshiro 0.4.0",
|
|
"sized-chunks",
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indoc"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
|
|
dependencies = [
|
|
"unindent",
|
|
]
|
|
|
|
[[package]]
|
|
name = "installer"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"flate2",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
"rayon",
|
|
"remove_dir_all",
|
|
"tar",
|
|
"walkdir",
|
|
"winapi",
|
|
"xz2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "json"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
|
|
|
[[package]]
|
|
name = "jsondocck"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"fs-err",
|
|
"getopts",
|
|
"jsonpath_lib",
|
|
"once_cell",
|
|
"regex",
|
|
"serde_json",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonpath_lib"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
|
|
dependencies = [
|
|
"array_tool",
|
|
"env_logger 0.7.1",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-client-transports"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
|
|
dependencies = [
|
|
"derive_more",
|
|
"futures 0.3.12",
|
|
"jsonrpc-core",
|
|
"jsonrpc-pubsub",
|
|
"jsonrpc-server-utils",
|
|
"log",
|
|
"parity-tokio-ipc",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"url 1.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
|
dependencies = [
|
|
"futures 0.3.12",
|
|
"futures-executor",
|
|
"futures-util",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core-client"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
|
|
dependencies = [
|
|
"futures 0.3.12",
|
|
"jsonrpc-client-transports",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-derive"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-ipc-server"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
|
|
dependencies = [
|
|
"futures 0.3.12",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log",
|
|
"parity-tokio-ipc",
|
|
"parking_lot",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-pubsub"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
|
|
dependencies = [
|
|
"futures 0.3.12",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-server-utils"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures 0.3.12",
|
|
"globset",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"unicase",
|
|
]
|
|
|
|
[[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.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
|
|
dependencies = [
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
version = "0.12.24+1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libssh2-sys",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
|
|
|
|
[[package]]
|
|
name = "libnghttp2-sys"
|
|
version = "0.1.4+1.41.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libssh2-sys"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkchecker"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"once_cell",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
|
|
|
[[package]]
|
|
name = "lint-docs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde_json",
|
|
"tempfile",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lld-wrapper"
|
|
version = "0.1.0"
|
|
|
|
[[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.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp-codec"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
|
|
dependencies = [
|
|
"bytes",
|
|
"serde_json",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lsp-types"
|
|
version = "0.60.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
|
|
dependencies = [
|
|
"bitflags",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lzma-sys"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
[[package]]
|
|
name = "macro-utils"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
|
|
|
|
[[package]]
|
|
name = "maplit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
[[package]]
|
|
name = "markup5ever"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
|
|
dependencies = [
|
|
"log",
|
|
"phf",
|
|
"phf_codegen",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"string_cache",
|
|
"string_cache_codegen",
|
|
"tendril",
|
|
]
|
|
|
|
[[package]]
|
|
name = "markup5ever_rcdom"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
|
|
dependencies = [
|
|
"html5ever",
|
|
"markup5ever",
|
|
"tendril",
|
|
"xml5ever",
|
|
]
|
|
|
|
[[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 = "md-5"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mdbook"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
|
|
dependencies = [
|
|
"ammonia",
|
|
"anyhow",
|
|
"chrono",
|
|
"clap",
|
|
"elasticlunr-rs",
|
|
"env_logger 0.7.1",
|
|
"handlebars",
|
|
"lazy_static",
|
|
"log",
|
|
"memchr",
|
|
"open",
|
|
"pulldown-cmark 0.7.2",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"shlex",
|
|
"tempfile",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "measureme"
|
|
version = "9.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
|
|
dependencies = [
|
|
"log",
|
|
"memmap2",
|
|
"parking_lot",
|
|
"perf-event-open-sys",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "measureme"
|
|
version = "10.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
|
|
dependencies = [
|
|
"log",
|
|
"memmap2",
|
|
"parking_lot",
|
|
"perf-event-open-sys",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "merge"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
|
|
dependencies = [
|
|
"merge_derive",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "merge_derive"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minifier"
|
|
version = "0.0.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
|
|
dependencies = [
|
|
"macro-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
|
|
dependencies = [
|
|
"adler",
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"ntapi",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miri"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"colored",
|
|
"compiletest_rs",
|
|
"env_logger 0.9.0",
|
|
"getrandom 0.2.0",
|
|
"hex 0.4.2",
|
|
"libc",
|
|
"log",
|
|
"measureme 9.1.2",
|
|
"rand 0.8.4",
|
|
"rustc-workspace-hack",
|
|
"rustc_version 0.4.0",
|
|
"shell-escape",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[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.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"crc32fast",
|
|
"indexmap",
|
|
"memchr",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "odht"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
[[package]]
|
|
name = "open"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "opener"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
|
|
dependencies = [
|
|
"bstr",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.10.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"foreign-types",
|
|
"libc",
|
|
"once_cell",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
[[package]]
|
|
name = "openssl-src"
|
|
version = "111.16.0+1.1.1l"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.65"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
"openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordslice"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
|
|
|
|
[[package]]
|
|
name = "os_info"
|
|
version = "3.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
|
|
dependencies = [
|
|
"log",
|
|
"serde",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "output_vt100"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "packed_simd_2"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "panic_abort"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc",
|
|
"cfg-if 0.1.10",
|
|
"compiler_builtins",
|
|
"core",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "panic_unwind"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc",
|
|
"cfg-if 0.1.10",
|
|
"compiler_builtins",
|
|
"core",
|
|
"libc",
|
|
"unwind",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-tokio-ipc"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
|
dependencies = [
|
|
"futures 0.3.12",
|
|
"libc",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"tokio",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pathdiff"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "perf-event-open-sys"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
dependencies = [
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_derive"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_generator"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_meta",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_meta"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
dependencies = [
|
|
"maplit",
|
|
"pest",
|
|
"sha-1 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
dependencies = [
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
dependencies = [
|
|
"phf_shared",
|
|
"rand 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
dependencies = [
|
|
"siphasher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
|
|
|
[[package]]
|
|
name = "polonius-engine"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
|
|
dependencies = [
|
|
"datafrog",
|
|
"log",
|
|
"rustc-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
|
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
[[package]]
|
|
name = "pretty_assertions"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
|
dependencies = [
|
|
"ansi_term 0.11.0",
|
|
"ctor",
|
|
"difference",
|
|
"output_vt100",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pretty_env_logger"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
dependencies = [
|
|
"env_logger 0.7.1",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc_macro"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profiler_builtins"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cc",
|
|
"compiler_builtins",
|
|
"core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "psm"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
|
|
dependencies = [
|
|
"bitflags",
|
|
"getopts",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
|
dependencies = [
|
|
"bitflags",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "punycode"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
|
|
|
|
[[package]]
|
|
name = "quine-mc_cluskey"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "racer"
|
|
version = "2.1.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
|
|
dependencies = [
|
|
"bitflags",
|
|
"clap",
|
|
"derive_more",
|
|
"env_logger 0.7.1",
|
|
"humantime 2.0.1",
|
|
"lazy_static",
|
|
"log",
|
|
"rls-span",
|
|
"rustc-ap-rustc_ast",
|
|
"rustc-ap-rustc_ast_pretty",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_errors",
|
|
"rustc-ap-rustc_parse",
|
|
"rustc-ap-rustc_session",
|
|
"rustc-ap-rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.5.1",
|
|
"rand_hc 0.2.0",
|
|
"rand_pcg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.0",
|
|
"rand_core 0.6.2",
|
|
"rand_hc 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
dependencies = [
|
|
"getrandom 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
dependencies = [
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xoshiro"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xoshiro"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
dependencies = [
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[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 0.7.2",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
dependencies = [
|
|
"getrandom 0.2.0",
|
|
"redox_syscall",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
dependencies = [
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
[[package]]
|
|
name = "remote-test-client"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "remote-test-server"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls"
|
|
version = "1.41.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo",
|
|
"cargo-util",
|
|
"cargo_metadata 0.12.0",
|
|
"clippy_lints",
|
|
"crossbeam-channel",
|
|
"difference",
|
|
"env_logger 0.7.1",
|
|
"futures 0.3.12",
|
|
"heck",
|
|
"home",
|
|
"itertools 0.9.0",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"lsp-codec",
|
|
"lsp-types",
|
|
"num_cpus",
|
|
"ordslice",
|
|
"racer",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"regex",
|
|
"rls-analysis",
|
|
"rls-data",
|
|
"rls-ipc",
|
|
"rls-rustc",
|
|
"rls-span",
|
|
"rls-vfs",
|
|
"rustc-workspace-hack",
|
|
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustfmt-nightly",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_ignored",
|
|
"serde_json",
|
|
"tempfile",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"toml",
|
|
"url 2.2.2",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-analysis"
|
|
version = "0.18.2"
|
|
dependencies = [
|
|
"derive-new",
|
|
"env_logger 0.7.1",
|
|
"fst",
|
|
"itertools 0.9.0",
|
|
"json",
|
|
"lazy_static",
|
|
"log",
|
|
"rls-data",
|
|
"rls-span",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-data"
|
|
version = "0.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
|
|
dependencies = [
|
|
"rls-span",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-ipc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"jsonrpc-core",
|
|
"jsonrpc-core-client",
|
|
"jsonrpc-derive",
|
|
"jsonrpc-ipc-server",
|
|
"rls-data",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-rustc"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"clippy_lints",
|
|
"env_logger 0.7.1",
|
|
"futures 0.3.12",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"rls-data",
|
|
"rls-ipc",
|
|
"serde",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-span"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rls-vfs"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
|
|
dependencies = [
|
|
"log",
|
|
"rls-span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-demangler"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"regex",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustbook"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"clap",
|
|
"env_logger 0.7.1",
|
|
"mdbook",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_arena"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "550ca1a0925d31a0af089b18c89f5adf3b286e319e3e1f1a5204c21bd2f17371"
|
|
dependencies = [
|
|
"rustc-ap-rustc_data_structures",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_ast"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4aa53b68080df17994a54747f7c37b0686288a670efb9ba3b382ce62e744aed2"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_index",
|
|
"rustc-ap-rustc_lexer",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-ap-rustc_span",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_ast_pretty"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ae71e68fada466a4b2c39c79ca6aee3226587abe6787170d2f6c92237569565"
|
|
dependencies = [
|
|
"rustc-ap-rustc_ast",
|
|
"rustc-ap-rustc_span",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_data_structures"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faa484d6e0ca32d1d82303647275c696f745599b3d97e686f396ceef5b99d7ae"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"cfg-if 0.1.10",
|
|
"crossbeam-utils 0.8.3",
|
|
"ena",
|
|
"indexmap",
|
|
"jobserver",
|
|
"libc",
|
|
"measureme 9.1.2",
|
|
"memmap2",
|
|
"parking_lot",
|
|
"rustc-ap-rustc_graphviz",
|
|
"rustc-ap-rustc_index",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-hash",
|
|
"rustc-rayon",
|
|
"rustc-rayon-core",
|
|
"smallvec",
|
|
"stable_deref_trait",
|
|
"stacker",
|
|
"tempfile",
|
|
"tracing",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_errors"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f85ba19cca320ad797e3a29c35cab9bddfff0e7adbde336a436249e54cee7b1"
|
|
dependencies = [
|
|
"annotate-snippets",
|
|
"atty",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_lint_defs",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-ap-rustc_span",
|
|
"termcolor",
|
|
"termize",
|
|
"tracing",
|
|
"unicode-width",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_feature"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97d538adab96b8b2b1ca9fcd4c8c47d4e23e862a23d1a38b6c15cd8fd52b34b1"
|
|
dependencies = [
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_fs_util"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ad6f13d240944fa8f360d2f3b849a7cadaec75e477829e7dde61e838deda83d"
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_graphviz"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08b3451153cc5828c02cc4f1a0df146d25ac4b3382a112e25fd9d3f5bff15cdc"
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_index"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd39a9f01b442c629bdff5778cb3dd29b7c2ea4afe62d5ab61d216bd1b556692"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_lexer"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5de290c44a90e671d2cd730062b9ef73d11155da7e44e7741d633e1e51e616e"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_lint_defs"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69570b4beb61088926b131579865bbe70d124d30778c46307a62ec8b310ae462"
|
|
dependencies = [
|
|
"rustc-ap-rustc_ast",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-ap-rustc_span",
|
|
"rustc-ap-rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_macros"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86bd877df37f15c5a44d9679d1b5207ebc95f3943fbc336eeac670195ac58610"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_parse"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02502d8522ba31d0bcad28a78822b68c1b6ba947a2b4aa6a2341b30594379b80"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc-ap-rustc_ast",
|
|
"rustc-ap-rustc_ast_pretty",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_errors",
|
|
"rustc-ap-rustc_feature",
|
|
"rustc-ap-rustc_lexer",
|
|
"rustc-ap-rustc_session",
|
|
"rustc-ap-rustc_span",
|
|
"smallvec",
|
|
"tracing",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_serialize"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f741f8e9aee6323fbe127329490608a5a250cc0072ac91e684ef62518cdb1ff"
|
|
dependencies = [
|
|
"indexmap",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_session"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dba61eca749f4fced4427ad1cc7f23342cfc6527c3bcc624e3aa56abc1f81298"
|
|
dependencies = [
|
|
"bitflags",
|
|
"getopts",
|
|
"num_cpus",
|
|
"rustc-ap-rustc_ast",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_errors",
|
|
"rustc-ap-rustc_feature",
|
|
"rustc-ap-rustc_fs_util",
|
|
"rustc-ap-rustc_lint_defs",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-ap-rustc_span",
|
|
"rustc-ap-rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_span"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a642e8d6fc883f34e0778e079f8242ac40c6614a6b7a0ef61681333e847f5e62"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"md-5",
|
|
"rustc-ap-rustc_arena",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_index",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"scoped-tls",
|
|
"sha-1 0.9.1",
|
|
"sha2",
|
|
"tracing",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-ap-rustc_target"
|
|
version = "722.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80feebd8c323b80dd73a395fa7fabba9e2098b6277670ff89c473f618ffa07de"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc-ap-rustc_data_structures",
|
|
"rustc-ap-rustc_index",
|
|
"rustc-ap-rustc_macros",
|
|
"rustc-ap-rustc_serialize",
|
|
"rustc-ap-rustc_span",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc-main"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_codegen_ssa",
|
|
"rustc_driver",
|
|
"tikv-jemalloc-sys",
|
|
"tikv-jemallocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-rayon"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rustc-rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-rayon-core"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-queue",
|
|
"crossbeam-utils 0.7.2",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-semver"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-alloc"
|
|
version = "1.99.0"
|
|
dependencies = [
|
|
"alloc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-core"
|
|
version = "1.99.0"
|
|
dependencies = [
|
|
"core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-std"
|
|
version = "1.99.0"
|
|
dependencies = [
|
|
"std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-workspace-hack"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bstr",
|
|
"byteorder",
|
|
"crossbeam-utils 0.8.3",
|
|
"libc",
|
|
"libz-sys",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rand_core 0.5.1",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"syn",
|
|
"url 2.2.2",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_apfloat"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_data_structures",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_ast"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc_data_structures",
|
|
"rustc_index",
|
|
"rustc_lexer",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_ast_lowering"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_query_system",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_ast_passes"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"itertools 0.9.0",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_parse",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_ast_pretty"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_span",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_attr"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_lexer",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_borrowck"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"either",
|
|
"itertools 0.9.0",
|
|
"polonius-engine",
|
|
"rustc_const_eval",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_graphviz",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_lexer",
|
|
"rustc_middle",
|
|
"rustc_mir_dataflow",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"rustc_traits",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_builtin_macros"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_expand",
|
|
"rustc_feature",
|
|
"rustc_lexer",
|
|
"rustc_parse",
|
|
"rustc_parse_format",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_codegen_llvm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cstr",
|
|
"libc",
|
|
"measureme 10.0.0",
|
|
"rustc-demangle",
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_codegen_ssa",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_fs_util",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_llvm",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_query_system",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"snap",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_codegen_ssa"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"itertools 0.9.0",
|
|
"jobserver",
|
|
"libc",
|
|
"object",
|
|
"pathdiff",
|
|
"regex",
|
|
"rustc_apfloat",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_fs_util",
|
|
"rustc_hir",
|
|
"rustc_incremental",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_query_system",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_symbol_mangling",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tempfile",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_const_eval"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_apfloat",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_mir_dataflow",
|
|
"rustc_query_system",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_data_structures"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitflags",
|
|
"cfg-if 0.1.10",
|
|
"ena",
|
|
"indexmap",
|
|
"jobserver",
|
|
"libc",
|
|
"measureme 10.0.0",
|
|
"memmap2",
|
|
"parking_lot",
|
|
"rustc-hash",
|
|
"rustc-rayon",
|
|
"rustc-rayon-core",
|
|
"rustc_graphviz",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"smallvec",
|
|
"stable_deref_trait",
|
|
"stacker",
|
|
"tempfile",
|
|
"tracing",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_driver"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"atty",
|
|
"libc",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_codegen_ssa",
|
|
"rustc_const_eval",
|
|
"rustc_data_structures",
|
|
"rustc_error_codes",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_hir_pretty",
|
|
"rustc_interface",
|
|
"rustc_lint",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_parse",
|
|
"rustc_plugin_impl",
|
|
"rustc_save_analysis",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_typeck",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tree",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_error_codes"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "rustc_errors"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"annotate-snippets",
|
|
"atty",
|
|
"rustc_data_structures",
|
|
"rustc_lint_defs",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"termcolor",
|
|
"termize",
|
|
"tracing",
|
|
"unicode-width",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_expand"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_ast_passes",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_lexer",
|
|
"rustc_lint_defs",
|
|
"rustc_macros",
|
|
"rustc_parse",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_feature"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_data_structures",
|
|
"rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_fs_util"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "rustc_graphviz"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "rustc_hir"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"odht",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_feature",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_hir_pretty"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_hir",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_incremental"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rand 0.7.3",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_fs_util",
|
|
"rustc_graphviz",
|
|
"rustc_hir",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_index"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_infer"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_interface"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libc",
|
|
"rustc-rayon",
|
|
"rustc-rayon-core",
|
|
"rustc_ast",
|
|
"rustc_ast_lowering",
|
|
"rustc_ast_passes",
|
|
"rustc_attr",
|
|
"rustc_borrowck",
|
|
"rustc_builtin_macros",
|
|
"rustc_codegen_llvm",
|
|
"rustc_codegen_ssa",
|
|
"rustc_const_eval",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_expand",
|
|
"rustc_hir",
|
|
"rustc_incremental",
|
|
"rustc_lint",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_mir_build",
|
|
"rustc_mir_transform",
|
|
"rustc_monomorphize",
|
|
"rustc_parse",
|
|
"rustc_passes",
|
|
"rustc_plugin_impl",
|
|
"rustc_privacy",
|
|
"rustc_query_impl",
|
|
"rustc_resolve",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_symbol_mangling",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"rustc_traits",
|
|
"rustc_ty_utils",
|
|
"rustc_typeck",
|
|
"smallvec",
|
|
"tempfile",
|
|
"tracing",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_lexer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"expect-test",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_lint"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"if_chain",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_middle",
|
|
"rustc_parse_format",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"tracing",
|
|
"unicode-security",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_lint_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_helper",
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_metadata"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libc",
|
|
"odht",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_expand",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_hir_pretty",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"snap",
|
|
"tracing",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_middle"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"chalk-ir",
|
|
"either",
|
|
"gsgdt",
|
|
"polonius-engine",
|
|
"rand 0.8.4",
|
|
"rand_xoshiro 0.6.0",
|
|
"rustc-rayon",
|
|
"rustc-rayon-core",
|
|
"rustc_apfloat",
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_graphviz",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_query_system",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_type_ir",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_mir_build"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_apfloat",
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_middle",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_mir_dataflow"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"polonius-engine",
|
|
"regex",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_graphviz",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_middle",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_mir_transform"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"coverage_test_macros",
|
|
"itertools 0.9.0",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_const_eval",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_middle",
|
|
"rustc_mir_dataflow",
|
|
"rustc_query_system",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_monomorphize"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_parse"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_lexer",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"tracing",
|
|
"unicode-normalization",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_parse_format"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_lexer",
|
|
"rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_passes"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_lexer",
|
|
"rustc_middle",
|
|
"rustc_parse",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_plugin_impl"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_lint",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_privacy"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_trait_selection",
|
|
"rustc_typeck",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_query_impl"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"measureme 10.0.0",
|
|
"rustc-rayon-core",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_query_system",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_query_system"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"parking_lot",
|
|
"rustc-rayon-core",
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_resolve"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_ast_lowering",
|
|
"rustc_ast_pretty",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_expand",
|
|
"rustc_feature",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_metadata",
|
|
"rustc_middle",
|
|
"rustc_query_system",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_save_analysis"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rls-data",
|
|
"rls-span",
|
|
"rustc_ast",
|
|
"rustc_ast_pretty",
|
|
"rustc_data_structures",
|
|
"rustc_hir",
|
|
"rustc_hir_pretty",
|
|
"rustc_lexer",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"serde_json",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_serialize"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"indexmap",
|
|
"rustc_macros",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_session"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"getopts",
|
|
"num_cpus",
|
|
"rustc_ast",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_feature",
|
|
"rustc_fs_util",
|
|
"rustc_hir",
|
|
"rustc_lint_defs",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_span"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"md-5",
|
|
"rustc_arena",
|
|
"rustc_data_structures",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"scoped-tls",
|
|
"sha-1 0.9.1",
|
|
"sha2",
|
|
"tracing",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_symbol_mangling"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"punycode",
|
|
"rustc-demangle",
|
|
"rustc_data_structures",
|
|
"rustc_hir",
|
|
"rustc_middle",
|
|
"rustc_query_system",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_target"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc_data_structures",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
"rustc_span",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_tools_util"
|
|
version = "0.2.0"
|
|
|
|
[[package]]
|
|
name = "rustc_tools_util"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
|
|
|
|
[[package]]
|
|
name = "rustc_trait_selection"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_lint_defs",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_parse_format",
|
|
"rustc_query_system",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_traits"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chalk-engine",
|
|
"chalk-ir",
|
|
"chalk-solve",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_hir",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_middle",
|
|
"rustc_span",
|
|
"rustc_trait_selection",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_ty_utils"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_infer",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_type_ir"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rustc_data_structures",
|
|
"rustc_index",
|
|
"rustc_macros",
|
|
"rustc_serialize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_typeck"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustc_arena",
|
|
"rustc_ast",
|
|
"rustc_attr",
|
|
"rustc_data_structures",
|
|
"rustc_errors",
|
|
"rustc_hir",
|
|
"rustc_hir_pretty",
|
|
"rustc_index",
|
|
"rustc_infer",
|
|
"rustc_lint",
|
|
"rustc_macros",
|
|
"rustc_middle",
|
|
"rustc_session",
|
|
"rustc_span",
|
|
"rustc_target",
|
|
"rustc_trait_selection",
|
|
"rustc_ty_utils",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver 1.0.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustdoc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"expect-test",
|
|
"itertools 0.9.0",
|
|
"minifier",
|
|
"pulldown-cmark 0.8.0",
|
|
"rayon",
|
|
"regex",
|
|
"rustdoc-json-types",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"tempfile",
|
|
"tera",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustdoc-json-types"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustdoc-themes"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "rustdoc-tool"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"rustdoc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustfix"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
|
|
dependencies = [
|
|
"anyhow",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustfix"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustfmt-config_proc_macro"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustfmt-nightly"
|
|
version = "1.4.38"
|
|
dependencies = [
|
|
"annotate-snippets",
|
|
"anyhow",
|
|
"bytecount",
|
|
"cargo_metadata 0.14.0",
|
|
"derive-new",
|
|
"diff",
|
|
"dirs",
|
|
"env_logger 0.8.4",
|
|
"getopts",
|
|
"ignore",
|
|
"itertools 0.9.0",
|
|
"lazy_static",
|
|
"log",
|
|
"regex",
|
|
"rustc-workspace-hack",
|
|
"rustfmt-config_proc_macro",
|
|
"serde",
|
|
"serde_json",
|
|
"structopt",
|
|
"term 0.6.1",
|
|
"thiserror",
|
|
"toml",
|
|
"unicode-segmentation",
|
|
"unicode-width",
|
|
"unicode_categories",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"winapi",
|
|
]
|
|
|
|
[[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 = "security-framework"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
dependencies = [
|
|
"pest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.125"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.125"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_ignored"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.59"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
|
dependencies = [
|
|
"indexmap",
|
|
"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 = "sha-1"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
dependencies = [
|
|
"block-buffer 0.7.3",
|
|
"digest 0.8.1",
|
|
"fake-simd",
|
|
"opaque-debug 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if 0.1.10",
|
|
"cpuid-bool",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if 0.1.10",
|
|
"cpuid-bool",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell-escape"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
|
|
|
|
[[package]]
|
|
name = "sized-chunks"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
|
|
dependencies = [
|
|
"bitmaps",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
|
|
|
[[package]]
|
|
name = "snap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "stacker"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"psm",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "std"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"addr2line",
|
|
"alloc",
|
|
"cfg-if 0.1.10",
|
|
"compiler_builtins",
|
|
"core",
|
|
"dlmalloc",
|
|
"fortanix-sgx-abi",
|
|
"hashbrown",
|
|
"hermit-abi",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object",
|
|
"panic_abort",
|
|
"panic_unwind",
|
|
"profiler_builtins",
|
|
"rand 0.7.3",
|
|
"rustc-demangle",
|
|
"std_detect",
|
|
"unwind",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "std_detect"
|
|
version = "0.1.5"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"compiler_builtins",
|
|
"libc",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"new_debug_unreachable",
|
|
"phf_shared",
|
|
"precomputed-hash",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_codegen"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strip-ansi-escapes"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
|
|
dependencies = [
|
|
"vte",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
[[package]]
|
|
name = "structopt"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
|
|
dependencies = [
|
|
"clap",
|
|
"lazy_static",
|
|
"structopt-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "structopt-derive"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
|
|
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 = "tar"
|
|
version = "0.4.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
|
|
dependencies = [
|
|
"filetime",
|
|
"libc",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"rand 0.8.4",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tendril"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
|
|
dependencies = [
|
|
"futf",
|
|
"mac",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tera"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
|
|
dependencies = [
|
|
"globwalk",
|
|
"lazy_static",
|
|
"pest",
|
|
"pest_derive",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
|
|
dependencies = [
|
|
"dirs",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
dependencies = [
|
|
"dirs-next",
|
|
"rustversion",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termize"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"core",
|
|
"getopts",
|
|
"libc",
|
|
"panic_abort",
|
|
"panic_unwind",
|
|
"proc_macro",
|
|
"std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tester"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"getopts",
|
|
"libc",
|
|
"num_cpus",
|
|
"term 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tidy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"cargo_metadata 0.12.0",
|
|
"crossbeam-utils 0.8.3",
|
|
"lazy_static",
|
|
"regex",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tier-check"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-sys"
|
|
version = "0.4.1+5.2.1-patched"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
|
|
dependencies = [
|
|
"cc",
|
|
"fs_extra",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bytes",
|
|
"libc",
|
|
"memchr",
|
|
"mio",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"log",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4f915eb6abf914599c200260efced9203504c4c37380af10cdf3b7d36970650"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-serde"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
|
dependencies = [
|
|
"serde",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
|
|
dependencies = [
|
|
"ansi_term 0.12.1",
|
|
"chrono",
|
|
"lazy_static",
|
|
"matchers",
|
|
"parking_lot",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-tree"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
|
|
dependencies = [
|
|
"ansi_term 0.12.1",
|
|
"atty",
|
|
"termcolor",
|
|
"tracing",
|
|
"tracing-log",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
[[package]]
|
|
name = "ucd-parse"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bdd"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ucd-parse",
|
|
]
|
|
|
|
[[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-script"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
|
|
|
|
[[package]]
|
|
name = "unicode-security"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
|
|
dependencies = [
|
|
"unicode-normalization",
|
|
"unicode-script",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-core",
|
|
"rustc-std-workspace-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
[[package]]
|
|
name = "unicode_categories"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
[[package]]
|
|
name = "unified-diff"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
|
|
dependencies = [
|
|
"diff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unindent"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
|
|
|
|
[[package]]
|
|
name = "unstable-book-gen"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"num-traits",
|
|
"tidy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unwind"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"compiler_builtins",
|
|
"core",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
dependencies = [
|
|
"idna 0.1.5",
|
|
"matches",
|
|
"percent-encoding 1.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna 0.2.0",
|
|
"matches",
|
|
"percent-encoding 2.1.0",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
[[package]]
|
|
name = "utf8parse"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "5.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chrono",
|
|
"enum-iterator",
|
|
"getset",
|
|
"git2",
|
|
"rustversion",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
|
|
[[package]]
|
|
name = "vte"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[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-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",
|
|
]
|
|
|
|
[[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 = "xattr"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml5ever"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
|
|
dependencies = [
|
|
"log",
|
|
"mac",
|
|
"markup5ever",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xz2"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
|
|
dependencies = [
|
|
"lzma-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yaml-merge-keys"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"thiserror",
|
|
"yaml-rust 0.4.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yaml-rust"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
|
|
|
[[package]]
|
|
name = "yaml-rust"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yansi-term"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|