Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project-model/test_data/regex-metadata.json')
-rw-r--r--crates/project-model/test_data/regex-metadata.json6420
1 files changed, 0 insertions, 6420 deletions
diff --git a/crates/project-model/test_data/regex-metadata.json b/crates/project-model/test_data/regex-metadata.json
deleted file mode 100644
index 371464dd20..0000000000
--- a/crates/project-model/test_data/regex-metadata.json
+++ /dev/null
@@ -1,6420 +0,0 @@
-{
- "packages": [
- {
- "name": "aho-corasick",
- "version": "0.7.20",
- "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "Unlicense OR MIT",
- "license_file": null,
- "description": "Fast multiple substring searching.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "memchr",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^2.4.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "aho_corasick",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- }
- ],
- "features": {
- "default": [
- "std"
- ],
- "std": [
- "memchr/std"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Andrew Gallant <[email protected]>"
- ],
- "categories": [
- "text-processing"
- ],
- "keywords": [
- "string",
- "search",
- "text",
- "aho",
- "multi"
- ],
- "readme": "README.md",
- "repository": "https://github.com/BurntSushi/aho-corasick",
- "homepage": "https://github.com/BurntSushi/aho-corasick",
- "documentation": null,
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "cc",
- "version": "1.0.79",
- "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "jobserver",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1.16",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "tempfile",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "cc",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "bin"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "gcc-shim",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/bin/gcc-shim.rs",
- "edition": "2018",
- "doc": true,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cc_env",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cc_env.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cflags",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cflags.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cxxflags",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cxxflags.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/test.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "jobserver": [
- "dep:jobserver"
- ],
- "parallel": [
- "jobserver"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Alex Crichton <[email protected]>"
- ],
- "categories": [
- "development-tools::build-utils"
- ],
- "keywords": [
- "build-dependencies"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/cc-rs",
- "homepage": "https://github.com/rust-lang/cc-rs",
- "documentation": "https://docs.rs/cc",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "cfg-if",
- "version": "0.1.10",
- "id": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "compiler_builtins",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.0",
- "kind": null,
- "rename": "core",
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "cfg-if",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "xcrate",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/tests/xcrate.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "compiler_builtins": [
- "dep:compiler_builtins"
- ],
- "core": [
- "dep:core"
- ],
- "rustc-dep-of-std": [
- "core",
- "compiler_builtins"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Alex Crichton <[email protected]>"
- ],
- "categories": [],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/alexcrichton/cfg-if",
- "homepage": "https://github.com/alexcrichton/cfg-if",
- "documentation": "https://docs.rs/cfg-if",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "cfg-if",
- "version": "1.0.0",
- "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "compiler_builtins",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.0",
- "kind": null,
- "rename": "core",
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "cfg-if",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "xcrate",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "compiler_builtins": [
- "dep:compiler_builtins"
- ],
- "core": [
- "dep:core"
- ],
- "rustc-dep-of-std": [
- "core",
- "compiler_builtins"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Alex Crichton <[email protected]>"
- ],
- "categories": [],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/alexcrichton/cfg-if",
- "homepage": "https://github.com/alexcrichton/cfg-if",
- "documentation": "https://docs.rs/cfg-if",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "docopt",
- "version": "1.1.1",
- "id": "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "Unlicense/MIT",
- "license_file": null,
- "description": "Command line argument parsing.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "lazy_static",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.3",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.4.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [
- "std",
- "unicode"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "derive"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "strsim",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.10",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "docopt",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "bin"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "docopt-wordlist",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/src/wordlist.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cargo",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/cargo.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cp",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/cp.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "decode",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/decode.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "hashmap",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/hashmap.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "optional_command",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/optional_command.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "verbose_multiple",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/examples/verbose_multiple.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/docopt-1.1.1/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Andrew Gallant <[email protected]>"
- ],
- "categories": [
- "command-line-interface"
- ],
- "keywords": [
- "docopt",
- "argument",
- "command",
- "argv"
- ],
- "readme": "README.md",
- "repository": "https://github.com/docopt/docopt.rs",
- "homepage": "https://github.com/docopt/docopt.rs",
- "documentation": "http://burntsushi.net/rustdoc/docopt/",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "getrandom",
- "version": "0.2.9",
- "id": "getrandom 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A small cross-platform library for retrieving random data from system source",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "cfg-if",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "compiler_builtins",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": "core",
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "js-sys",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
- "registry": null
- },
- {
- "name": "wasm-bindgen",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2.62",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
- "registry": null
- },
- {
- "name": "wasm-bindgen-test",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.18",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
- "registry": null
- },
- {
- "name": "wasi",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.11",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": "cfg(target_os = \"wasi\")",
- "registry": null
- },
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2.139",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": "cfg(unix)",
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "getrandom",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "custom",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/tests/custom.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "normal",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/tests/normal.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "rdrand",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/tests/rdrand.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "buffer",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/benches/buffer.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "compiler_builtins": [
- "dep:compiler_builtins"
- ],
- "core": [
- "dep:core"
- ],
- "custom": [],
- "js": [
- "wasm-bindgen",
- "js-sys"
- ],
- "js-sys": [
- "dep:js-sys"
- ],
- "rdrand": [],
- "rustc-dep-of-std": [
- "compiler_builtins",
- "core",
- "libc/rustc-dep-of-std",
- "wasi/rustc-dep-of-std"
- ],
- "std": [],
- "test-in-browser": [],
- "wasm-bindgen": [
- "dep:wasm-bindgen"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.9/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "features": [
- "std",
- "custom"
- ],
- "rustdoc-args": [
- "--cfg",
- "docsrs"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "The Rand Project Developers"
- ],
- "categories": [
- "os",
- "no-std"
- ],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-random/getrandom",
- "homepage": null,
- "documentation": "https://docs.rs/getrandom",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "lazy_static",
- "version": "1.4.0",
- "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "A macro for declaring lazily evaluated statics in Rust.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "spin",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.5.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "doc-comment",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "lazy_static",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "no_std",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "spin": [
- "dep:spin"
- ],
- "spin_no_std": [
- "spin"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Marvin Löbel <[email protected]>"
- ],
- "categories": [
- "no-std",
- "rust-patterns",
- "memory-management"
- ],
- "keywords": [
- "macro",
- "lazy",
- "static"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang-nursery/lazy-static.rs",
- "homepage": null,
- "documentation": "https://docs.rs/lazy_static",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "libc",
- "version": "0.2.142",
- "id": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Raw FFI bindings to platform libraries like libc.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "libc",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "const_fn",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/tests/const_fn.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "align": [],
- "const-extern-fn": [],
- "default": [
- "std"
- ],
- "extra_traits": [],
- "rustc-dep-of-std": [
- "align",
- "rustc-std-workspace-core"
- ],
- "rustc-std-workspace-core": [
- "dep:rustc-std-workspace-core"
- ],
- "std": [],
- "use_std": [
- "std"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "features": [
- "const-extern-fn",
- "extra_traits"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [
- "external-ffi-bindings",
- "no-std",
- "os"
- ],
- "keywords": [
- "libc",
- "ffi",
- "bindings",
- "operating",
- "system"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/libc",
- "homepage": "https://github.com/rust-lang/libc",
- "documentation": "https://docs.rs/libc/",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "memchr",
- "version": "2.5.0",
- "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "Unlicense/MIT",
- "license_file": null,
- "description": "Safe interface to memchr.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "compiler_builtins",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.0",
- "kind": null,
- "rename": "core",
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2.18",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quickcheck",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "memchr",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/build.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "compiler_builtins": [
- "dep:compiler_builtins"
- ],
- "core": [
- "dep:core"
- ],
- "default": [
- "std"
- ],
- "libc": [
- "dep:libc"
- ],
- "rustc-dep-of-std": [
- "core",
- "compiler_builtins"
- ],
- "std": [],
- "use_std": [
- "std"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Andrew Gallant <[email protected]>",
- "bluss"
- ],
- "categories": [],
- "keywords": [
- "memchr",
- "char",
- "scan",
- "strchr",
- "string"
- ],
- "readme": "README.md",
- "repository": "https://github.com/BurntSushi/memchr",
- "homepage": "https://github.com/BurntSushi/memchr",
- "documentation": "https://docs.rs/memchr/",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "memmap",
- "version": "0.6.2",
- "id": "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "Cross-platform Rust API for memory-mapped file IO",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "tempdir",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": "cfg(unix)",
- "registry": null
- },
- {
- "name": "winapi",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "basetsd",
- "handleapi",
- "memoryapi",
- "minwindef",
- "std",
- "sysinfoapi"
- ],
- "target": "cfg(windows)",
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "memmap",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.6.2/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "cat",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.6.2/examples/cat.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.6.2/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Dan Burkert <[email protected]>"
- ],
- "categories": [],
- "keywords": [
- "mmap",
- "memory-map",
- "io",
- "file"
- ],
- "readme": "README.md",
- "repository": "https://github.com/danburkert/memmap-rs",
- "homepage": null,
- "documentation": "https://docs.rs/memmap",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "pkg-config",
- "version": "0.3.26",
- "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "lazy_static",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "pkg-config",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/tests/test.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Alex Crichton <[email protected]>"
- ],
- "categories": [],
- "keywords": [
- "build-dependencies"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/pkg-config-rs",
- "homepage": null,
- "documentation": "https://docs.rs/pkg-config",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "proc-macro2",
- "version": "1.0.56",
- "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "unicode-ident",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quote",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustversion",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "proc-macro2",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "comments",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/comments.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "features",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/features.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "marker",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/marker.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_fmt",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_fmt.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_size",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_size.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/build.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [
- "proc-macro"
- ],
- "nightly": [],
- "proc-macro": [],
- "span-locations": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "rustc-args": [
- "--cfg",
- "procmacro2_semver_exempt"
- ],
- "rustdoc-args": [
- "--cfg",
- "procmacro2_semver_exempt",
- "--cfg",
- "doc_cfg"
- ],
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- },
- "playground": {
- "features": [
- "span-locations"
- ]
- }
- },
- "publish": null,
- "authors": [
- "David Tolnay <[email protected]>",
- "Alex Crichton <[email protected]>"
- ],
- "categories": [
- "development-tools::procedural-macro-helpers"
- ],
- "keywords": [
- "macros",
- "syn"
- ],
- "readme": "README.md",
- "repository": "https://github.com/dtolnay/proc-macro2",
- "homepage": null,
- "documentation": "https://docs.rs/proc-macro2",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": "1.31"
- },
- {
- "name": "quickcheck",
- "version": "1.0.3",
- "id": "quickcheck 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "Unlicense/MIT",
- "license_file": null,
- "description": "Automatic property based testing with shrinking.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "env_logger",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.8.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "log",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.8",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [
- "getrandom",
- "small_rng"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "quickcheck",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "btree_set_range",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/btree_set_range.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "out_of_bounds",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/out_of_bounds.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "reverse",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/reverse.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "reverse_single",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/reverse_single.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "sieve",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/sieve.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "sort",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/examples/sort.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [
- "regex",
- "use_logging"
- ],
- "env_logger": [
- "dep:env_logger"
- ],
- "log": [
- "dep:log"
- ],
- "regex": [
- "env_logger/regex"
- ],
- "use_logging": [
- "log",
- "env_logger"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quickcheck-1.0.3/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Andrew Gallant <[email protected]>"
- ],
- "categories": [
- "development-tools::testing"
- ],
- "keywords": [
- "testing",
- "quickcheck",
- "property",
- "shrinking",
- "fuzz"
- ],
- "readme": "README.md",
- "repository": "https://github.com/BurntSushi/quickcheck",
- "homepage": "https://github.com/BurntSushi/quickcheck",
- "documentation": "https://docs.rs/quickcheck",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "quote",
- "version": "1.0.26",
- "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Quasi-quoting macro quote!(...)",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "proc-macro2",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.52",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustversion",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "trybuild",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.66",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "diff"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "quote",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "compiletest",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/compiletest.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/test.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/build.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [
- "proc-macro"
- ],
- "proc-macro": [
- "proc-macro2/proc-macro"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "David Tolnay <[email protected]>"
- ],
- "categories": [
- "development-tools::procedural-macro-helpers"
- ],
- "keywords": [
- "macros",
- "syn"
- ],
- "readme": "README.md",
- "repository": "https://github.com/dtolnay/quote",
- "homepage": null,
- "documentation": "https://docs.rs/quote/",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": "1.31"
- },
- {
- "name": "rand",
- "version": "0.8.5",
- "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Random number generators and other randomness functionality.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "log",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4.4",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "packed_simd_2",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.7",
- "kind": null,
- "rename": "packed_simd",
- "optional": true,
- "uses_default_features": true,
- "features": [
- "into_bits"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "rand_chacha",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand_core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.6.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.103",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [
- "derive"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "bincode",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.2.1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand_pcg",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2.22",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": "cfg(unix)",
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "rand",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- }
- ],
- "features": {
- "alloc": [
- "rand_core/alloc"
- ],
- "default": [
- "std",
- "std_rng"
- ],
- "getrandom": [
- "rand_core/getrandom"
- ],
- "libc": [
- "dep:libc"
- ],
- "log": [
- "dep:log"
- ],
- "min_const_gen": [],
- "nightly": [],
- "packed_simd": [
- "dep:packed_simd"
- ],
- "rand_chacha": [
- "dep:rand_chacha"
- ],
- "serde": [
- "dep:serde"
- ],
- "serde1": [
- "serde",
- "rand_core/serde1"
- ],
- "simd_support": [
- "packed_simd"
- ],
- "small_rng": [],
- "std": [
- "rand_core/std",
- "rand_chacha/std",
- "alloc",
- "getrandom",
- "libc"
- ],
- "std_rng": [
- "rand_chacha"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "all-features": true,
- "rustdoc-args": [
- "--cfg",
- "doc_cfg"
- ]
- }
- },
- "playground": {
- "features": [
- "small_rng",
- "serde1"
- ]
- }
- },
- "publish": null,
- "authors": [
- "The Rand Project Developers",
- "The Rust Project Developers"
- ],
- "categories": [
- "algorithms",
- "no-std"
- ],
- "keywords": [
- "random",
- "rng"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-random/rand",
- "homepage": "https://rust-random.github.io/book",
- "documentation": "https://docs.rs/rand",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "rand_core",
- "version": "0.6.4",
- "id": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Core random number generator traits and tools for implementation.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "getrandom",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [
- "derive"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "rand_core",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- }
- ],
- "features": {
- "alloc": [],
- "getrandom": [
- "dep:getrandom"
- ],
- "serde": [
- "dep:serde"
- ],
- "serde1": [
- "serde"
- ],
- "std": [
- "alloc",
- "getrandom",
- "getrandom/std"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "all-features": true,
- "rustdoc-args": [
- "--cfg",
- "doc_cfg"
- ]
- }
- },
- "playground": {
- "all-features": true
- }
- },
- "publish": null,
- "authors": [
- "The Rand Project Developers",
- "The Rust Project Developers"
- ],
- "categories": [
- "algorithms",
- "no-std"
- ],
- "keywords": [
- "random",
- "rng"
- ],
- "readme": "README.md",
- "repository": "https://github.com/rust-random/rand",
- "homepage": "https://rust-random.github.io/book",
- "documentation": "https://docs.rs/rand_core",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "regex",
- "version": "1.7.1",
- "id": "regex 1.7.1 (path+file:///$ROOT$regex)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n",
- "source": null,
- "dependencies": [
- {
- "name": "aho-corasick",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.7.18",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "memchr",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^2.4.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex-syntax",
- "source": null,
- "req": "^0.6.27",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex/regex-syntax"
- },
- {
- "name": "lazy_static",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quickcheck",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.8.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [
- "getrandom",
- "small_rng"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "regex",
- "src_path": "$ROOT$regex/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-bytes",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna-bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-cheat",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna-cheat.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-replace",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna-replace.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-single-cheat",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna-single-cheat.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-single",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna-single.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna",
- "src_path": "$ROOT$regex/examples/shootout-regex-dna.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "default",
- "src_path": "$ROOT$regex/tests/test_default.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "default-bytes",
- "src_path": "$ROOT$regex/tests/test_default_bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa",
- "src_path": "$ROOT$regex/tests/test_nfa.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa-utf8bytes",
- "src_path": "$ROOT$regex/tests/test_nfa_utf8bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa-bytes",
- "src_path": "$ROOT$regex/tests/test_nfa_bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack",
- "src_path": "$ROOT$regex/tests/test_backtrack.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack-utf8bytes",
- "src_path": "$ROOT$regex/tests/test_backtrack_utf8bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack-bytes",
- "src_path": "$ROOT$regex/tests/test_backtrack_bytes.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "crates-regex",
- "src_path": "$ROOT$regex/tests/test_crates_regex.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "aho-corasick": [
- "dep:aho-corasick"
- ],
- "default": [
- "std",
- "perf",
- "unicode",
- "regex-syntax/default"
- ],
- "memchr": [
- "dep:memchr"
- ],
- "pattern": [],
- "perf": [
- "perf-cache",
- "perf-dfa",
- "perf-inline",
- "perf-literal"
- ],
- "perf-cache": [],
- "perf-dfa": [],
- "perf-inline": [],
- "perf-literal": [
- "aho-corasick",
- "memchr"
- ],
- "std": [],
- "unicode": [
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment",
- "regex-syntax/unicode"
- ],
- "unicode-age": [
- "regex-syntax/unicode-age"
- ],
- "unicode-bool": [
- "regex-syntax/unicode-bool"
- ],
- "unicode-case": [
- "regex-syntax/unicode-case"
- ],
- "unicode-gencat": [
- "regex-syntax/unicode-gencat"
- ],
- "unicode-perl": [
- "regex-syntax/unicode-perl"
- ],
- "unicode-script": [
- "regex-syntax/unicode-script"
- ],
- "unicode-segment": [
- "regex-syntax/unicode-segment"
- ],
- "unstable": [
- "pattern"
- ],
- "use_std": [
- "std"
- ]
- },
- "manifest_path": "$ROOT$regex/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [
- "text-processing"
- ],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "regex",
- "version": "1.8.1",
- "id": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "aho-corasick",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "memchr",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^2.5.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex-syntax",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.7.1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "lazy_static",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quickcheck",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.8.3",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [
- "getrandom",
- "small_rng"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "regex",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/src/lib.rs",
- "edition": "2021",
- "doc": true,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-cheat",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-cheat.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-replace",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-replace.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-single-cheat",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-single-cheat.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna-single",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-single.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "example"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "shootout-regex-dna",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "default",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_default.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "default-bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_default_bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa-utf8bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa_utf8bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "nfa-bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa_bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack-utf8bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack_utf8bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "backtrack-bytes",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack_bytes.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "crates-regex",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_crates_regex.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- }
- ],
- "features": {
- "aho-corasick": [
- "dep:aho-corasick"
- ],
- "default": [
- "std",
- "perf",
- "unicode",
- "regex-syntax/default"
- ],
- "memchr": [
- "dep:memchr"
- ],
- "pattern": [],
- "perf": [
- "perf-cache",
- "perf-dfa",
- "perf-inline",
- "perf-literal"
- ],
- "perf-cache": [],
- "perf-dfa": [],
- "perf-inline": [],
- "perf-literal": [
- "aho-corasick",
- "memchr"
- ],
- "std": [],
- "unicode": [
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment",
- "regex-syntax/unicode"
- ],
- "unicode-age": [
- "regex-syntax/unicode-age"
- ],
- "unicode-bool": [
- "regex-syntax/unicode-bool"
- ],
- "unicode-case": [
- "regex-syntax/unicode-case"
- ],
- "unicode-gencat": [
- "regex-syntax/unicode-gencat"
- ],
- "unicode-perl": [
- "regex-syntax/unicode-perl"
- ],
- "unicode-script": [
- "regex-syntax/unicode-script"
- ],
- "unicode-segment": [
- "regex-syntax/unicode-segment"
- ],
- "unstable": [
- "pattern"
- ],
- "use_std": [
- "std"
- ]
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [
- "text-processing"
- ],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex",
- "edition": "2021",
- "links": null,
- "default_run": null,
- "rust_version": "1.60.0"
- },
- {
- "name": "regex-benchmark",
- "version": "0.1.0",
- "id": "regex-benchmark 0.1.0 (path+file:///$ROOT$regex/bench)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Regex benchmarks for Rust's and other engines.",
- "source": null,
- "dependencies": [
- {
- "name": "cfg-if",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "docopt",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "lazy_static",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "libpcre-sys",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "memmap",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.6.2",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "onig",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^3",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex",
- "source": null,
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex"
- },
- {
- "name": "regex-syntax",
- "source": null,
- "req": "^0.6",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex/regex-syntax"
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "derive"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "cc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "build",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "pkg-config",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.3.9",
- "kind": "build",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "bin"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "regex-run-one",
- "src_path": "$ROOT$regex/bench/src/main.rs",
- "edition": "2018",
- "doc": true,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "bench",
- "src_path": "$ROOT$regex/bench/src/bench.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$regex/bench/build.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "libpcre-sys": [
- "dep:libpcre-sys"
- ],
- "onig": [
- "dep:onig"
- ],
- "re-onig": [
- "onig"
- ],
- "re-pcre1": [
- "libpcre-sys"
- ],
- "re-pcre2": [],
- "re-re2": [],
- "re-rust": [],
- "re-rust-bytes": [],
- "re-tcl": []
- },
- "manifest_path": "$ROOT$regex/bench/Cargo.toml",
- "metadata": null,
- "publish": [],
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [],
- "keywords": [],
- "readme": null,
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "regex-debug",
- "version": "0.1.0",
- "id": "regex-debug 0.1.0 (path+file:///$ROOT$regex/regex-debug)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A tool useful for debugging regular expressions.",
- "source": null,
- "dependencies": [
- {
- "name": "docopt",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex",
- "source": null,
- "req": "^1.1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex"
- },
- {
- "name": "regex-syntax",
- "source": null,
- "req": "^0.6",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex/regex-syntax"
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "derive"
- ],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "bin"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "regex-debug",
- "src_path": "$ROOT$regex/regex-debug/src/main.rs",
- "edition": "2018",
- "doc": true,
- "doctest": false,
- "test": true
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$regex/regex-debug/Cargo.toml",
- "metadata": null,
- "publish": [],
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [],
- "keywords": [],
- "readme": null,
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "regex-syntax",
- "version": "0.6.28",
- "id": "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A regular expression parser.",
- "source": null,
- "dependencies": [],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "regex-syntax",
- "src_path": "$ROOT$regex/regex-syntax/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "bench",
- "src_path": "$ROOT$regex/regex-syntax/benches/bench.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [
- "unicode"
- ],
- "unicode": [
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ],
- "unicode-age": [],
- "unicode-bool": [],
- "unicode-case": [],
- "unicode-gencat": [],
- "unicode-perl": [],
- "unicode-script": [],
- "unicode-segment": []
- },
- "manifest_path": "$ROOT$regex/regex-syntax/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex-syntax",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "regex-syntax",
- "version": "0.7.1",
- "id": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A regular expression parser.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "regex-syntax",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/src/lib.rs",
- "edition": "2021",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "bench",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/benches/bench.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [
- "std",
- "unicode"
- ],
- "std": [],
- "unicode": [
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ],
- "unicode-age": [],
- "unicode-bool": [],
- "unicode-case": [],
- "unicode-gencat": [],
- "unicode-perl": [],
- "unicode-script": [],
- "unicode-segment": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "all-features": true,
- "rustdoc-args": [
- "--cfg",
- "docsrs"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://docs.rs/regex-syntax",
- "edition": "2021",
- "links": null,
- "default_run": null,
- "rust_version": "1.60.0"
- },
- {
- "name": "rure",
- "version": "0.2.2",
- "id": "rure 0.2.2 (path+file:///$ROOT$regex/regex-capi)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A C API for Rust's regular expression library.\n",
- "source": null,
- "dependencies": [
- {
- "name": "libc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex",
- "source": null,
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null,
- "path": "$ROOT$regex"
- }
- ],
- "targets": [
- {
- "kind": [
- "staticlib",
- "cdylib",
- "rlib"
- ],
- "crate_types": [
- "staticlib",
- "cdylib",
- "rlib"
- ],
- "name": "rure",
- "src_path": "$ROOT$regex/regex-capi/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$regex/regex-capi/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "The Rust Project Developers"
- ],
- "categories": [],
- "keywords": [],
- "readme": "README.md",
- "repository": "https://github.com/rust-lang/regex",
- "homepage": "https://github.com/rust-lang/regex",
- "documentation": "https://github.com/rust-lang/regex/tree/master/regex-capi",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "serde",
- "version": "1.0.160",
- "id": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "A generic serialization/deserialization framework",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "serde_derive",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "=1.0.160",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "serde_derive",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "serde",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "alloc": [],
- "default": [
- "std"
- ],
- "derive": [
- "serde_derive"
- ],
- "rc": [],
- "serde_derive": [
- "dep:serde_derive"
- ],
- "std": [],
- "unstable": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "features": [
- "derive"
- ],
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- },
- "playground": {
- "features": [
- "derive",
- "rc"
- ]
- }
- },
- "publish": null,
- "authors": [
- "Erick Tryzelaar <[email protected]>",
- "David Tolnay <[email protected]>"
- ],
- "categories": [
- "encoding",
- "no-std"
- ],
- "keywords": [
- "serde",
- "serialization",
- "no_std"
- ],
- "readme": "crates-io.md",
- "repository": "https://github.com/serde-rs/serde",
- "homepage": "https://serde.rs",
- "documentation": "https://docs.rs/serde",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": "1.19"
- },
- {
- "name": "serde_derive",
- "version": "1.0.160",
- "id": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "proc-macro2",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quote",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "syn",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^2.0.3",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "serde",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "proc-macro"
- ],
- "crate_types": [
- "proc-macro"
- ],
- "name": "serde_derive",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "default": [],
- "deserialize_in_place": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "Erick Tryzelaar <[email protected]>",
- "David Tolnay <[email protected]>"
- ],
- "categories": [
- "no-std"
- ],
- "keywords": [
- "serde",
- "serialization",
- "no_std",
- "derive"
- ],
- "readme": "crates-io.md",
- "repository": "https://github.com/serde-rs/serde",
- "homepage": "https://serde.rs",
- "documentation": "https://serde.rs/derive.html",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": "1.56"
- },
- {
- "name": "strsim",
- "version": "0.10.0",
- "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT",
- "license_file": null,
- "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "strsim",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "lib",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/tests/lib.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "benches",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/benches/benches.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Danny Guo <[email protected]>"
- ],
- "categories": [],
- "keywords": [
- "string",
- "similarity",
- "Hamming",
- "Levenshtein",
- "Jaro"
- ],
- "readme": "README.md",
- "repository": "https://github.com/dguo/strsim-rs",
- "homepage": "https://github.com/dguo/strsim-rs",
- "documentation": "https://docs.rs/strsim/",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "syn",
- "version": "2.0.15",
- "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT OR Apache-2.0",
- "license_file": null,
- "description": "Parser for Rust source code",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "proc-macro2",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.55",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "quote",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0.25",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "unicode-ident",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "anyhow",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "automod",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "flate2",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "insta",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rayon",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "ref-cast",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "regex",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "reqwest",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.11",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "blocking"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "rustversion",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "syn-test-suite",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "tar",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4.16",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "termcolor",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "walkdir",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^2.3.2",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "syn",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/src/lib.rs",
- "edition": "2021",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "regression",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/regression.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_asyncness",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_asyncness.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_attribute",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_attribute.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_derive_input",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_derive_input.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_expr",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_expr.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_generics",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_generics.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_grouping",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_grouping.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_ident",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ident.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_item",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_item.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_iterators",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_iterators.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_lit",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_lit.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_meta",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_meta.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_parse_buffer",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_buffer.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_parse_stream",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_stream.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_pat",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_pat.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_path",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_path.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_precedence",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_precedence.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_receiver",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_receiver.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_round_trip",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_round_trip.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_shebang",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_shebang.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_should_parse",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_should_parse.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_size",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_size.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_stmt",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_stmt.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_token_trees",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_token_trees.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_ty",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ty.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "test_visibility",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_visibility.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "zzz_stable",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/zzz_stable.rs",
- "edition": "2021",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "rust",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/rust.rs",
- "edition": "2021",
- "required-features": [
- "full",
- "parsing"
- ],
- "doc": false,
- "doctest": false,
- "test": false
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "file",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/file.rs",
- "edition": "2021",
- "required-features": [
- "full",
- "parsing"
- ],
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "clone-impls": [],
- "default": [
- "derive",
- "parsing",
- "printing",
- "clone-impls",
- "proc-macro"
- ],
- "derive": [],
- "extra-traits": [],
- "fold": [],
- "full": [],
- "parsing": [],
- "printing": [
- "quote"
- ],
- "proc-macro": [
- "proc-macro2/proc-macro",
- "quote/proc-macro"
- ],
- "quote": [
- "dep:quote"
- ],
- "test": [
- "syn-test-suite/all-features"
- ],
- "visit": [],
- "visit-mut": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "all-features": true,
- "rustdoc-args": [
- "--cfg",
- "doc_cfg"
- ],
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- },
- "playground": {
- "features": [
- "full",
- "visit",
- "visit-mut",
- "fold",
- "extra-traits"
- ]
- }
- },
- "publish": null,
- "authors": [
- "David Tolnay <[email protected]>"
- ],
- "categories": [
- "development-tools::procedural-macro-helpers",
- "parser-implementations"
- ],
- "keywords": [
- "macros",
- "syn"
- ],
- "readme": "README.md",
- "repository": "https://github.com/dtolnay/syn",
- "homepage": null,
- "documentation": "https://docs.rs/syn",
- "edition": "2021",
- "links": null,
- "default_run": null,
- "rust_version": "1.56"
- },
- {
- "name": "unicode-ident",
- "version": "1.0.8",
- "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
- "license_file": null,
- "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "criterion",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "fst",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rand",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.8",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [
- "small_rng"
- ],
- "target": null,
- "registry": null
- },
- {
- "name": "roaring",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.10",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "ucd-trie",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": false,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "unicode-xid",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.2.4",
- "kind": "dev",
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "unicode-ident",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "compare",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/compare.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "test"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "static_size",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/static_size.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": true
- },
- {
- "kind": [
- "bench"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "xid",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/benches/xid.rs",
- "edition": "2018",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "targets": [
- "x86_64-unknown-linux-gnu"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "David Tolnay <[email protected]>"
- ],
- "categories": [
- "development-tools::procedural-macro-helpers",
- "no-std"
- ],
- "keywords": [
- "unicode",
- "xid"
- ],
- "readme": "README.md",
- "repository": "https://github.com/dtolnay/unicode-ident",
- "homepage": null,
- "documentation": "https://docs.rs/unicode-ident",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": "1.31"
- },
- {
- "name": "wasi",
- "version": "0.11.0+wasi-snapshot-preview1",
- "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
- "license_file": null,
- "description": "Experimental WASI API bindings for Rust",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "compiler_builtins",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.1",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-core",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": "core",
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- },
- {
- "name": "rustc-std-workspace-alloc",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^1.0",
- "kind": null,
- "rename": null,
- "optional": true,
- "uses_default_features": true,
- "features": [],
- "target": null,
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "wasi",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs",
- "edition": "2018",
- "doc": true,
- "doctest": true,
- "test": true
- }
- ],
- "features": {
- "compiler_builtins": [
- "dep:compiler_builtins"
- ],
- "core": [
- "dep:core"
- ],
- "default": [
- "std"
- ],
- "rustc-dep-of-std": [
- "compiler_builtins",
- "core",
- "rustc-std-workspace-alloc"
- ],
- "rustc-std-workspace-alloc": [
- "dep:rustc-std-workspace-alloc"
- ],
- "std": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "The Cranelift Project Developers"
- ],
- "categories": [
- "no-std",
- "wasm"
- ],
- "keywords": [
- "webassembly",
- "wasm"
- ],
- "readme": "README.md",
- "repository": "https://github.com/bytecodealliance/wasi",
- "homepage": null,
- "documentation": "https://docs.rs/wasi",
- "edition": "2018",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "winapi",
- "version": "0.3.9",
- "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "Raw FFI bindings for all of Windows API.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [
- {
- "name": "winapi-i686-pc-windows-gnu",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": "i686-pc-windows-gnu",
- "registry": null
- },
- {
- "name": "winapi-x86_64-pc-windows-gnu",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "req": "^0.4",
- "kind": null,
- "rename": null,
- "optional": false,
- "uses_default_features": true,
- "features": [],
- "target": "x86_64-pc-windows-gnu",
- "registry": null
- }
- ],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "winapi",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {
- "accctrl": [],
- "aclapi": [],
- "activation": [],
- "adhoc": [],
- "appmgmt": [],
- "audioclient": [],
- "audiosessiontypes": [],
- "avrt": [],
- "basetsd": [],
- "bcrypt": [],
- "bits": [],
- "bits10_1": [],
- "bits1_5": [],
- "bits2_0": [],
- "bits2_5": [],
- "bits3_0": [],
- "bits4_0": [],
- "bits5_0": [],
- "bitscfg": [],
- "bitsmsg": [],
- "bluetoothapis": [],
- "bluetoothleapis": [],
- "bthdef": [],
- "bthioctl": [],
- "bthledef": [],
- "bthsdpdef": [],
- "bugcodes": [],
- "cderr": [],
- "cfg": [],
- "cfgmgr32": [],
- "cguid": [],
- "combaseapi": [],
- "coml2api": [],
- "commapi": [],
- "commctrl": [],
- "commdlg": [],
- "commoncontrols": [],
- "consoleapi": [],
- "corecrt": [],
- "corsym": [],
- "d2d1": [],
- "d2d1_1": [],
- "d2d1_2": [],
- "d2d1_3": [],
- "d2d1effectauthor": [],
- "d2d1effects": [],
- "d2d1effects_1": [],
- "d2d1effects_2": [],
- "d2d1svg": [],
- "d2dbasetypes": [],
- "d3d": [],
- "d3d10": [],
- "d3d10_1": [],
- "d3d10_1shader": [],
- "d3d10effect": [],
- "d3d10misc": [],
- "d3d10sdklayers": [],
- "d3d10shader": [],
- "d3d11": [],
- "d3d11_1": [],
- "d3d11_2": [],
- "d3d11_3": [],
- "d3d11_4": [],
- "d3d11on12": [],
- "d3d11sdklayers": [],
- "d3d11shader": [],
- "d3d11tokenizedprogramformat": [],
- "d3d12": [],
- "d3d12sdklayers": [],
- "d3d12shader": [],
- "d3d9": [],
- "d3d9caps": [],
- "d3d9types": [],
- "d3dcommon": [],
- "d3dcompiler": [],
- "d3dcsx": [],
- "d3dkmdt": [],
- "d3dkmthk": [],
- "d3dukmdt": [],
- "d3dx10core": [],
- "d3dx10math": [],
- "d3dx10mesh": [],
- "datetimeapi": [],
- "davclnt": [],
- "dbghelp": [],
- "dbt": [],
- "dcommon": [],
- "dcomp": [],
- "dcompanimation": [],
- "dcomptypes": [],
- "dde": [],
- "ddraw": [],
- "ddrawi": [],
- "ddrawint": [],
- "debug": [
- "impl-debug"
- ],
- "debugapi": [],
- "devguid": [],
- "devicetopology": [],
- "devpkey": [],
- "devpropdef": [],
- "dinput": [],
- "dinputd": [],
- "dispex": [],
- "dmksctl": [],
- "dmusicc": [],
- "docobj": [],
- "documenttarget": [],
- "dot1x": [],
- "dpa_dsa": [],
- "dpapi": [],
- "dsgetdc": [],
- "dsound": [],
- "dsrole": [],
- "dvp": [],
- "dwmapi": [],
- "dwrite": [],
- "dwrite_1": [],
- "dwrite_2": [],
- "dwrite_3": [],
- "dxdiag": [],
- "dxfile": [],
- "dxgi": [],
- "dxgi1_2": [],
- "dxgi1_3": [],
- "dxgi1_4": [],
- "dxgi1_5": [],
- "dxgi1_6": [],
- "dxgidebug": [],
- "dxgiformat": [],
- "dxgitype": [],
- "dxva2api": [],
- "dxvahd": [],
- "eaptypes": [],
- "enclaveapi": [],
- "endpointvolume": [],
- "errhandlingapi": [],
- "everything": [],
- "evntcons": [],
- "evntprov": [],
- "evntrace": [],
- "excpt": [],
- "exdisp": [],
- "fibersapi": [],
- "fileapi": [],
- "functiondiscoverykeys_devpkey": [],
- "gl-gl": [],
- "guiddef": [],
- "handleapi": [],
- "heapapi": [],
- "hidclass": [],
- "hidpi": [],
- "hidsdi": [],
- "hidusage": [],
- "highlevelmonitorconfigurationapi": [],
- "hstring": [],
- "http": [],
- "ifdef": [],
- "ifmib": [],
- "imm": [],
- "impl-debug": [],
- "impl-default": [],
- "in6addr": [],
- "inaddr": [],
- "inspectable": [],
- "interlockedapi": [],
- "intsafe": [],
- "ioapiset": [],
- "ipexport": [],
- "iphlpapi": [],
- "ipifcons": [],
- "ipmib": [],
- "iprtrmib": [],
- "iptypes": [],
- "jobapi": [],
- "jobapi2": [],
- "knownfolders": [],
- "ks": [],
- "ksmedia": [],
- "ktmtypes": [],
- "ktmw32": [],
- "l2cmn": [],
- "libloaderapi": [],
- "limits": [],
- "lmaccess": [],
- "lmalert": [],
- "lmapibuf": [],
- "lmat": [],
- "lmcons": [],
- "lmdfs": [],
- "lmerrlog": [],
- "lmjoin": [],
- "lmmsg": [],
- "lmremutl": [],
- "lmrepl": [],
- "lmserver": [],
- "lmshare": [],
- "lmstats": [],
- "lmsvc": [],
- "lmuse": [],
- "lmwksta": [],
- "lowlevelmonitorconfigurationapi": [],
- "lsalookup": [],
- "memoryapi": [],
- "minschannel": [],
- "minwinbase": [],
- "minwindef": [],
- "mmdeviceapi": [],
- "mmeapi": [],
- "mmreg": [],
- "mmsystem": [],
- "mprapidef": [],
- "msaatext": [],
- "mscat": [],
- "mschapp": [],
- "mssip": [],
- "mstcpip": [],
- "mswsock": [],
- "mswsockdef": [],
- "namedpipeapi": [],
- "namespaceapi": [],
- "nb30": [],
- "ncrypt": [],
- "netioapi": [],
- "nldef": [],
- "ntddndis": [],
- "ntddscsi": [],
- "ntddser": [],
- "ntdef": [],
- "ntlsa": [],
- "ntsecapi": [],
- "ntstatus": [],
- "oaidl": [],
- "objbase": [],
- "objidl": [],
- "objidlbase": [],
- "ocidl": [],
- "ole2": [],
- "oleauto": [],
- "olectl": [],
- "oleidl": [],
- "opmapi": [],
- "pdh": [],
- "perflib": [],
- "physicalmonitorenumerationapi": [],
- "playsoundapi": [],
- "portabledevice": [],
- "portabledeviceapi": [],
- "portabledevicetypes": [],
- "powerbase": [],
- "powersetting": [],
- "powrprof": [],
- "processenv": [],
- "processsnapshot": [],
- "processthreadsapi": [],
- "processtopologyapi": [],
- "profileapi": [],
- "propidl": [],
- "propkey": [],
- "propkeydef": [],
- "propsys": [],
- "prsht": [],
- "psapi": [],
- "qos": [],
- "realtimeapiset": [],
- "reason": [],
- "restartmanager": [],
- "restrictederrorinfo": [],
- "rmxfguid": [],
- "roapi": [],
- "robuffer": [],
- "roerrorapi": [],
- "rpc": [],
- "rpcdce": [],
- "rpcndr": [],
- "rtinfo": [],
- "sapi": [],
- "sapi51": [],
- "sapi53": [],
- "sapiddk": [],
- "sapiddk51": [],
- "schannel": [],
- "sddl": [],
- "securityappcontainer": [],
- "securitybaseapi": [],
- "servprov": [],
- "setupapi": [],
- "shellapi": [],
- "shellscalingapi": [],
- "shlobj": [],
- "shobjidl": [],
- "shobjidl_core": [],
- "shtypes": [],
- "softpub": [],
- "spapidef": [],
- "spellcheck": [],
- "sporder": [],
- "sql": [],
- "sqlext": [],
- "sqltypes": [],
- "sqlucode": [],
- "sspi": [],
- "std": [],
- "stralign": [],
- "stringapiset": [],
- "strmif": [],
- "subauth": [],
- "synchapi": [],
- "sysinfoapi": [],
- "systemtopologyapi": [],
- "taskschd": [],
- "tcpestats": [],
- "tcpmib": [],
- "textstor": [],
- "threadpoolapiset": [],
- "threadpoollegacyapiset": [],
- "timeapi": [],
- "timezoneapi": [],
- "tlhelp32": [],
- "transportsettingcommon": [],
- "tvout": [],
- "udpmib": [],
- "unknwnbase": [],
- "urlhist": [],
- "urlmon": [],
- "usb": [],
- "usbioctl": [],
- "usbiodef": [],
- "usbscan": [],
- "usbspec": [],
- "userenv": [],
- "usp10": [],
- "utilapiset": [],
- "uxtheme": [],
- "vadefs": [],
- "vcruntime": [],
- "vsbackup": [],
- "vss": [],
- "vsserror": [],
- "vswriter": [],
- "wbemads": [],
- "wbemcli": [],
- "wbemdisp": [],
- "wbemprov": [],
- "wbemtran": [],
- "wct": [],
- "werapi": [],
- "winbase": [],
- "wincodec": [],
- "wincodecsdk": [],
- "wincon": [],
- "wincontypes": [],
- "wincred": [],
- "wincrypt": [],
- "windef": [],
- "windot11": [],
- "windowsceip": [],
- "windowsx": [],
- "winefs": [],
- "winerror": [],
- "winevt": [],
- "wingdi": [],
- "winhttp": [],
- "wininet": [],
- "winineti": [],
- "winioctl": [],
- "winnetwk": [],
- "winnls": [],
- "winnt": [],
- "winreg": [],
- "winsafer": [],
- "winscard": [],
- "winsmcrd": [],
- "winsock2": [],
- "winspool": [],
- "winstring": [],
- "winsvc": [],
- "wintrust": [],
- "winusb": [],
- "winusbio": [],
- "winuser": [],
- "winver": [],
- "wlanapi": [],
- "wlanihv": [],
- "wlanihvtypes": [],
- "wlantypes": [],
- "wlclient": [],
- "wmistr": [],
- "wnnc": [],
- "wow64apiset": [],
- "wpdmtpextensions": [],
- "ws2bth": [],
- "ws2def": [],
- "ws2ipdef": [],
- "ws2spi": [],
- "ws2tcpip": [],
- "wtsapi32": [],
- "wtypes": [],
- "wtypesbase": [],
- "xinput": []
- },
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml",
- "metadata": {
- "docs": {
- "rs": {
- "default-target": "x86_64-pc-windows-msvc",
- "features": [
- "everything",
- "impl-debug",
- "impl-default"
- ],
- "targets": [
- "aarch64-pc-windows-msvc",
- "i686-pc-windows-msvc",
- "x86_64-pc-windows-msvc"
- ]
- }
- }
- },
- "publish": null,
- "authors": [
- "Peter Atashian <[email protected]>"
- ],
- "categories": [
- "external-ffi-bindings",
- "no-std",
- "os::windows-apis"
- ],
- "keywords": [
- "windows",
- "ffi",
- "win32",
- "com",
- "directx"
- ],
- "readme": "README.md",
- "repository": "https://github.com/retep998/winapi-rs",
- "homepage": null,
- "documentation": "https://docs.rs/winapi/",
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "winapi-i686-pc-windows-gnu",
- "version": "0.4.0",
- "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "winapi-i686-pc-windows-gnu",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Peter Atashian <[email protected]>"
- ],
- "categories": [],
- "keywords": [
- "windows"
- ],
- "readme": null,
- "repository": "https://github.com/retep998/winapi-rs",
- "homepage": null,
- "documentation": null,
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- },
- {
- "name": "winapi-x86_64-pc-windows-gnu",
- "version": "0.4.0",
- "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "license": "MIT/Apache-2.0",
- "license_file": null,
- "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
- "source": "registry+https://github.com/rust-lang/crates.io-index",
- "dependencies": [],
- "targets": [
- {
- "kind": [
- "lib"
- ],
- "crate_types": [
- "lib"
- ],
- "name": "winapi-x86_64-pc-windows-gnu",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs",
- "edition": "2015",
- "doc": true,
- "doctest": true,
- "test": true
- },
- {
- "kind": [
- "custom-build"
- ],
- "crate_types": [
- "bin"
- ],
- "name": "build-script-build",
- "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs",
- "edition": "2015",
- "doc": false,
- "doctest": false,
- "test": false
- }
- ],
- "features": {},
- "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml",
- "metadata": null,
- "publish": null,
- "authors": [
- "Peter Atashian <[email protected]>"
- ],
- "categories": [],
- "keywords": [
- "windows"
- ],
- "readme": null,
- "repository": "https://github.com/retep998/winapi-rs",
- "homepage": null,
- "documentation": null,
- "edition": "2015",
- "links": null,
- "default_run": null,
- "rust_version": null
- }
- ],
- "workspace_members": [
- "regex-benchmark 0.1.0 (path+file:///$ROOT$regex/bench)",
- "regex 1.7.1 (path+file:///$ROOT$regex)",
- "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "rure 0.2.2 (path+file:///$ROOT$regex/regex-capi)",
- "regex-debug 0.1.0 (path+file:///$ROOT$regex/regex-debug)"
- ],
- "resolve": {
- "nodes": [
- {
- "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "memchr",
- "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "default",
- "std"
- ]
- },
- {
- "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "lazy_static",
- "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "regex",
- "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "serde",
- "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "strsim",
- "pkg": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "getrandom 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "cfg_if",
- "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "libc",
- "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "cfg(unix)"
- }
- ]
- },
- {
- "name": "wasi",
- "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "cfg(target_os = \"wasi\")"
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": [
- "default",
- "std"
- ]
- },
- {
- "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": [
- "default",
- "std"
- ]
- },
- {
- "id": "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "libc",
- "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "cfg(unix)"
- }
- ]
- },
- {
- "name": "winapi",
- "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "cfg(windows)"
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "unicode_ident",
- "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "default",
- "proc-macro"
- ]
- },
- {
- "id": "quickcheck 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "rand",
- "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "proc_macro2",
- "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "default",
- "proc-macro"
- ]
- },
- {
- "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "rand_core",
- "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "getrandom",
- "small_rng"
- ]
- },
- {
- "id": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "getrandom 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "getrandom",
- "pkg": "getrandom 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "getrandom"
- ]
- },
- {
- "id": "regex 1.7.1 (path+file:///$ROOT$regex)",
- "dependencies": [
- "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "quickcheck 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)"
- ],
- "deps": [
- {
- "name": "aho_corasick",
- "pkg": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "lazy_static",
- "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": "dev",
- "target": null
- }
- ]
- },
- {
- "name": "memchr",
- "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "quickcheck",
- "pkg": "quickcheck 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": "dev",
- "target": null
- }
- ]
- },
- {
- "name": "rand",
- "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": "dev",
- "target": null
- }
- ]
- },
- {
- "name": "regex_syntax",
- "pkg": "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "aho-corasick",
- "default",
- "memchr",
- "perf",
- "perf-cache",
- "perf-dfa",
- "perf-inline",
- "perf-literal",
- "std",
- "unicode",
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ]
- },
- {
- "id": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "regex_syntax",
- "pkg": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "std",
- "unicode",
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ]
- },
- {
- "id": "regex-benchmark 0.1.0 (path+file:///$ROOT$regex/bench)",
- "dependencies": [
- "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
- "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.7.1 (path+file:///$ROOT$regex)",
- "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "cc",
- "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": "build",
- "target": null
- }
- ]
- },
- {
- "name": "cfg_if",
- "pkg": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "docopt",
- "pkg": "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "lazy_static",
- "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "libc",
- "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "memmap",
- "pkg": "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "pkg_config",
- "pkg": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": "build",
- "target": null
- }
- ]
- },
- {
- "name": "regex",
- "pkg": "regex 1.7.1 (path+file:///$ROOT$regex)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "regex_syntax",
- "pkg": "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "serde",
- "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "regex-debug 0.1.0 (path+file:///$ROOT$regex/regex-debug)",
- "dependencies": [
- "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.7.1 (path+file:///$ROOT$regex)",
- "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "docopt",
- "pkg": "docopt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "regex",
- "pkg": "regex 1.7.1 (path+file:///$ROOT$regex)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "regex_syntax",
- "pkg": "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "serde",
- "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "regex-syntax 0.6.28 (path+file:///$ROOT$regex/regex-syntax)",
- "dependencies": [],
- "deps": [],
- "features": [
- "default",
- "unicode",
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ]
- },
- {
- "id": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": [
- "unicode",
- "unicode-age",
- "unicode-bool",
- "unicode-case",
- "unicode-gencat",
- "unicode-perl",
- "unicode-script",
- "unicode-segment"
- ]
- },
- {
- "id": "rure 0.2.2 (path+file:///$ROOT$regex/regex-capi)",
- "dependencies": [
- "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.7.1 (path+file:///$ROOT$regex)"
- ],
- "deps": [
- {
- "name": "libc",
- "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "regex",
- "pkg": "regex 1.7.1 (path+file:///$ROOT$regex)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": []
- },
- {
- "id": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "serde_derive",
- "pkg": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "default",
- "derive",
- "serde_derive",
- "std"
- ]
- },
- {
- "id": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "proc_macro2",
- "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "quote",
- "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "syn",
- "pkg": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "default"
- ]
- },
- {
- "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "proc_macro2",
- "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "quote",
- "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- },
- {
- "name": "unicode_ident",
- "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": null
- }
- ]
- }
- ],
- "features": [
- "clone-impls",
- "default",
- "derive",
- "parsing",
- "printing",
- "proc-macro",
- "quote"
- ]
- },
- {
- "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [
- "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"
- ],
- "deps": [
- {
- "name": "winapi_i686_pc_windows_gnu",
- "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "i686-pc-windows-gnu"
- }
- ]
- },
- {
- "name": "winapi_x86_64_pc_windows_gnu",
- "pkg": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dep_kinds": [
- {
- "kind": null,
- "target": "x86_64-pc-windows-gnu"
- }
- ]
- }
- ],
- "features": [
- "basetsd",
- "handleapi",
- "memoryapi",
- "minwindef",
- "std",
- "sysinfoapi"
- ]
- },
- {
- "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- },
- {
- "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "dependencies": [],
- "deps": [],
- "features": []
- }
- ],
- "root": "regex 1.7.1 (path+file:///$ROOT$regex)"
- },
- "target_directory": "$ROOT$regex/target",
- "version": 1,
- "workspace_root": "$ROOT$regex",
- "metadata": null
-}