| # 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 0.25.0", |
| "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 = "ahash" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" |
| dependencies = [ |
| "getrandom 0.2.0", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b74b175af97d1aecc1add0878b1cbfcbf3bd4c22d7713eeb6d597da23e29bc0d" |
| 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.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" |
| |
| [[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 = "askama" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882" |
| dependencies = [ |
| "askama_derive", |
| "askama_escape", |
| "askama_shared", |
| ] |
| |
| [[package]] |
| name = "askama_derive" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267" |
| dependencies = [ |
| "askama_shared", |
| "proc-macro2", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "askama_escape" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5" |
| |
| [[package]] |
| name = "askama_shared" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012" |
| dependencies = [ |
| "askama_escape", |
| "nom", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[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.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
| 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 = [ |
| "cc", |
| "cmake", |
| "filetime", |
| "getopts", |
| "ignore", |
| "libc", |
| "once_cell", |
| "opener", |
| "pretty_assertions", |
| "serde", |
| "serde_json", |
| "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", |
| "rayon", |
| "serde", |
| "serde_json", |
| "sha2", |
| "tar", |
| "toml", |
| ] |
| |
| [[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.62.0" |
| dependencies = [ |
| "anyhow", |
| "atty", |
| "bytesize", |
| "cargo-platform 0.1.2", |
| "cargo-test-macro", |
| "cargo-test-support", |
| "cargo-util", |
| "clap 3.1.1", |
| "crates-io", |
| "crossbeam-utils", |
| "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", |
| "jobserver", |
| "lazy_static", |
| "lazycell", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "memchr", |
| "opener", |
| "openssl", |
| "os_info", |
| "percent-encoding 2.1.0", |
| "pretty_env_logger", |
| "rustc-workspace-hack", |
| "rustfix 0.6.0", |
| "semver", |
| "serde", |
| "serde_ignored", |
| "serde_json", |
| "shell-escape", |
| "strip-ansi-escapes", |
| "tar", |
| "tempfile", |
| "termcolor", |
| "toml_edit", |
| "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", |
| "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", |
| "lazy_static", |
| "remove_dir_all", |
| "serde_json", |
| "tar", |
| "termcolor", |
| "toml_edit", |
| "url 2.2.2", |
| ] |
| |
| [[package]] |
| name = "cargo-util" |
| version = "0.1.2" |
| 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.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", |
| "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.80.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-engine" |
| version = "0.80.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.80.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1" |
| dependencies = [ |
| "bitflags", |
| "chalk-derive", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "chalk-solve" |
| version = "0.80.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "ena", |
| "indexmap", |
| "itertools", |
| "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.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "bitflags", |
| "strsim 0.8.0", |
| "textwrap 0.11.0", |
| "unicode-width", |
| "vec_map", |
| "yaml-rust 0.3.5", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7" |
| dependencies = [ |
| "atty", |
| "bitflags", |
| "indexmap", |
| "os_str_bytes", |
| "strsim 0.10.0", |
| "termcolor", |
| "textwrap 0.14.2", |
| ] |
| |
| [[package]] |
| name = "clippy" |
| version = "0.1.61" |
| dependencies = [ |
| "cargo_metadata", |
| "clippy_lints", |
| "clippy_utils", |
| "compiletest_rs", |
| "derive-new", |
| "filetime", |
| "futures 0.3.19", |
| "if_chain", |
| "itertools", |
| "parking_lot", |
| "quote", |
| "regex", |
| "rustc-semver", |
| "rustc-workspace-hack", |
| "rustc_tools_util 0.2.0", |
| "semver", |
| "serde", |
| "syn", |
| "tempfile", |
| "tester", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "clippy_dev" |
| version = "0.0.1" |
| dependencies = [ |
| "bytecount", |
| "cargo_metadata", |
| "clap 2.34.0", |
| "indoc", |
| "itertools", |
| "opener", |
| "regex", |
| "shell-escape", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_lints" |
| version = "0.1.61" |
| dependencies = [ |
| "cargo_metadata", |
| "clippy_utils", |
| "if_chain", |
| "itertools", |
| "pulldown-cmark", |
| "quine-mc_cluskey", |
| "regex-syntax", |
| "rustc-semver", |
| "semver", |
| "serde", |
| "serde_json", |
| "toml", |
| "unicode-normalization", |
| "unicode-script", |
| "url 2.2.2", |
| ] |
| |
| [[package]] |
| name = "clippy_utils" |
| version = "0.1.61" |
| dependencies = [ |
| "arrayvec", |
| "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 = "combine" |
| version = "4.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[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.70" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80873f979f0a344a4ade87c2f70d9ccf5720b83b10c97ec7cd745895d021e85a" |
| 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 = "cpufeatures" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crates-io" |
| version = "0.34.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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "crossbeam-utils", |
| "lazy_static", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" |
| dependencies = [ |
| "generic-array 0.14.4", |
| ] |
| |
| [[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.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.51+curl-7.80.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20" |
| 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.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" |
| dependencies = [ |
| "block-buffer 0.10.2", |
| "crypto-common", |
| ] |
| |
| [[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 = "fallible-iterator" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| |
| [[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 = "fluent-bundle" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| dependencies = [ |
| "fluent-langneg", |
| "fluent-syntax", |
| "intl-memoizer", |
| "intl_pluralrules", |
| "rustc-hash", |
| "self_cell", |
| "smallvec", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "fluent-langneg" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| dependencies = [ |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "fluent-syntax" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[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.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164" |
| dependencies = [ |
| "futures 0.1.31", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "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 0.9.0+wasi-snapshot-preview1", |
| ] |
| |
| [[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 0.9.0+wasi-snapshot-preview1", |
| ] |
| |
| [[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 = "gimli" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "git2" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "openssl-probe", |
| "openssl-sys", |
| "url 2.2.2", |
| ] |
| |
| [[package]] |
| name = "git2-curl" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13" |
| 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 = "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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
| dependencies = [ |
| "ahash", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758" |
| 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 = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f" |
| 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", |
| "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.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.11.2", |
| "rustc-rayon", |
| "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 2.34.0", |
| "flate2", |
| "lazy_static", |
| "num_cpus", |
| "rayon", |
| "remove_dir_all", |
| "tar", |
| "walkdir", |
| "winapi", |
| "xz2", |
| ] |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
| |
| [[package]] |
| name = "intl-memoizer" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| dependencies = [ |
| "type-map", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "intl_pluralrules" |
| version = "7.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf" |
| dependencies = [ |
| "tinystr", |
| "unic-langid", |
| ] |
| |
| [[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.19", |
| "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.19", |
| "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.19", |
| "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.19", |
| "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.19", |
| "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.19", |
| "globset", |
| "jsonrpc-core", |
| "lazy_static", |
| "log", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "kstring" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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.116" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.13.2+1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libssh2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "winapi", |
| ] |
| |
| [[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.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" |
| 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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109" |
| 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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" |
| dependencies = [ |
| "log", |
| "phf", |
| "phf_codegen", |
| "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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| dependencies = [ |
| "regex-automata", |
| ] |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" |
| dependencies = [ |
| "digest 0.10.2", |
| ] |
| |
| [[package]] |
| name = "mdbook" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "241f10687eb3b4e0634b3b4e423f97c5f1efbd69dc9522e24a8b94583eeec3c6" |
| dependencies = [ |
| "ammonia", |
| "anyhow", |
| "chrono", |
| "clap 2.34.0", |
| "elasticlunr-rs", |
| "env_logger 0.7.1", |
| "handlebars", |
| "lazy_static", |
| "log", |
| "memchr", |
| "opener", |
| "pulldown-cmark", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "shlex", |
| "tempfile", |
| "toml", |
| "topological-sort", |
| ] |
| |
| [[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.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "minifier" |
| version = "0.0.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e" |
| dependencies = [ |
| "macro-utils", |
| ] |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" |
| 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", |
| "libc", |
| "log", |
| "measureme 9.1.2", |
| "rand 0.8.4", |
| "rustc-workspace-hack", |
| "rustc_version", |
| "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 = "nom" |
| version = "7.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| "version_check", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2" |
| dependencies = [ |
| "compiler_builtins", |
| "memchr", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "hashbrown 0.11.2", |
| "indexmap", |
| "memchr", |
| ] |
| |
| [[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 = "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.17.0+1.1.1m" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4" |
| 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 = "os_str_bytes" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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.19", |
| "libc", |
| "log", |
| "rand 0.7.3", |
| "tokio", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
| dependencies = [ |
| "instant", |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
| 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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
| |
| [[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.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" |
| dependencies = [ |
| "ansi_term", |
| "ctor", |
| "diff", |
| "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-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.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6" |
| dependencies = [ |
| "bitflags", |
| "getopts", |
| "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.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0b4b5faaf07040474e8af74a9e19ff167d5d204df5db5c5c765edecfb900358" |
| dependencies = [ |
| "bitflags", |
| "clap 2.34.0", |
| "derive_more", |
| "env_logger 0.7.1", |
| "humantime 2.0.1", |
| "lazy_static", |
| "log", |
| "rls-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.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" |
| dependencies = [ |
| "autocfg", |
| "crossbeam-deque", |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "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", |
| "clippy_lints", |
| "crossbeam-channel", |
| "difference", |
| "env_logger 0.9.0", |
| "futures 0.3.19", |
| "heck", |
| "home", |
| "itertools", |
| "jsonrpc-core", |
| "lazy_static", |
| "log", |
| "lsp-codec", |
| "lsp-types", |
| "num_cpus", |
| "ordslice", |
| "racer", |
| "rand 0.8.4", |
| "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", |
| "toml_edit", |
| "url 2.2.2", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rls-analysis" |
| version = "0.18.3" |
| dependencies = [ |
| "derive-new", |
| "env_logger 0.9.0", |
| "fst", |
| "itertools", |
| "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.9.0", |
| "futures 0.3.19", |
| "log", |
| "rand 0.8.4", |
| "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 2.34.0", |
| "env_logger 0.7.1", |
| "mdbook", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9974ab223660e61c1b4e7b43b827379df286736ca988308ce7e16f59f2d89246" |
| dependencies = [ |
| "crossbeam-deque", |
| "either", |
| "rustc-rayon-core", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon-core" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "564bfd27be8db888d0fa76aa4335e7851aaed0c2c11ad1e93aeb9349f6b88500" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "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", |
| "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 = [ |
| "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", |
| "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", |
| ] |
| |
| [[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", |
| "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_lint_defs", |
| "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", |
| "libloading", |
| "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_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_codegen_ssa" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "cc", |
| "itertools", |
| "jobserver", |
| "libc", |
| "object 0.28.1", |
| "pathdiff", |
| "regex", |
| "rustc_apfloat", |
| "rustc_arena", |
| "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", |
| "snap", |
| "tempfile", |
| "thorin-dwp", |
| "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 = [ |
| "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_log", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_parse", |
| "rustc_plugin_impl", |
| "rustc_save_analysis", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_typeck", |
| "tracing", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc_error_codes" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_error_messages" |
| version = "0.0.0" |
| dependencies = [ |
| "fluent-bundle", |
| "fluent-syntax", |
| "intl-memoizer", |
| "rustc_data_structures", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "tracing", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_errors" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets", |
| "atty", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "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_error_messages", |
| "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.8.4", |
| "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", |
| "smallvec", |
| ] |
| |
| [[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", |
| "libloading", |
| "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", |
| "unic-emoji-char", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "rustc_lint" |
| version = "0.0.0" |
| dependencies = [ |
| "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_error_messages", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| ] |
| |
| [[package]] |
| name = "rustc_llvm" |
| version = "0.0.0" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "rustc_log" |
| version = "0.0.0" |
| dependencies = [ |
| "atty", |
| "rustc_span", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustc_macros" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc_metadata" |
| version = "0.0.0" |
| dependencies = [ |
| "libloading", |
| "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", |
| ] |
| |
| [[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", |
| "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 = [ |
| "libloading", |
| "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", |
| "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.10.0", |
| "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_graphviz", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_ty_utils", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustdoc" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "askama", |
| "atty", |
| "expect-test", |
| "itertools", |
| "minifier", |
| "pulldown-cmark", |
| "rayon", |
| "regex", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "tempfile", |
| "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", |
| "derive-new", |
| "diff", |
| "dirs", |
| "env_logger 0.8.4", |
| "getopts", |
| "ignore", |
| "itertools", |
| "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 = "self_cell" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "sha-1" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cpufeatures", |
| "digest 0.10.2", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cpufeatures", |
| "digest 0.10.2", |
| ] |
| |
| [[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 0.12.0", |
| "hermit-abi 0.2.0", |
| "libc", |
| "miniz_oxide", |
| "object 0.26.2", |
| "panic_abort", |
| "panic_unwind", |
| "profiler_builtins", |
| "rand 0.7.3", |
| "rustc-demangle", |
| "std_detect", |
| "unwind", |
| "wasi 0.11.0+wasi-snapshot-preview1", |
| ] |
| |
| [[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 = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "structopt" |
| version = "0.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c" |
| dependencies = [ |
| "clap 2.34.0", |
| "lazy_static", |
| "structopt-derive", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" |
| 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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
| 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 = "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 = "textwrap" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thorin-dwp" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be" |
| dependencies = [ |
| "gimli 0.26.1", |
| "hashbrown 0.11.2", |
| "object 0.28.1", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "tidy" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo_metadata", |
| "crossbeam-utils", |
| "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 = "time" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" |
| 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 = "toml_edit" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b" |
| dependencies = [ |
| "combine", |
| "indexmap", |
| "itertools", |
| "kstring", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "topological-sort" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" |
| |
| [[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.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" |
| 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-subscriber" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" |
| dependencies = [ |
| "ansi_term", |
| "lazy_static", |
| "matchers", |
| "parking_lot", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "type-map" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| dependencies = [ |
| "rustc-hash", |
| ] |
| |
| [[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 = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| dependencies = [ |
| "unic-char-range", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| |
| [[package]] |
| name = "unic-emoji-char" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" |
| dependencies = [ |
| "unic-char-property", |
| "unic-char-range", |
| "unic-ucd-version", |
| ] |
| |
| [[package]] |
| name = "unic-langid" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5" |
| dependencies = [ |
| "unic-langid-impl", |
| "unic-langid-macros", |
| ] |
| |
| [[package]] |
| name = "unic-langid-impl" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d" |
| dependencies = [ |
| "tinystr", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5" |
| dependencies = [ |
| "proc-macro-hack", |
| "tinystr", |
| "unic-langid-impl", |
| "unic-langid-macros-impl", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros-impl" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f" |
| dependencies = [ |
| "proc-macro-hack", |
| "quote", |
| "syn", |
| "unic-langid-impl", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| dependencies = [ |
| "unic-common", |
| ] |
| |
| [[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" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 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", |
| ] |