From 62401abe4961fbd60327fb5d58ca7456848580ba Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 30 Oct 2023 04:44:02 -0700 Subject: [PATCH] Regenerated crate_universe test data (#2221) Updated the `//crate_universe/test_data/private:metadata_generator` script to sort keys which should improve the diffability of these files. --- .../test_data/metadata/aliases/metadata.json | 9209 ++++---- .../metadata/build_scripts/metadata.json | 6763 +++--- .../test_data/metadata/common/metadata.json | 503 +- .../crate_combined_features/metadata.json | 11045 ++++----- .../metadata.json | 1971 +- .../crate_optional_deps_enabled/metadata.json | 8797 ++++---- .../metadata/crate_types/metadata.json | 4671 ++-- .../metadata/git_repos/metadata.json | 2849 +-- .../has_package_metadata/metadata.json | 82 +- .../metadata/multi_cfg_dep/metadata.json | 397 +- .../multi_kind_proc_macro_dep/metadata.json | 576 +- .../test_data/metadata/no_deps/metadata.json | 65 +- .../target_cfg_features/metadata.json | 3523 +-- .../metadata/target_features/metadata.json | 18389 +++++++-------- .../metadata/workspace/metadata.json | 18475 ++++++++-------- .../metadata/workspace_path/metadata.json | 195 +- .../test_data/private/metadata_generator.py | 2 +- 17 files changed, 43777 insertions(+), 43735 deletions(-) diff --git a/crate_universe/test_data/metadata/aliases/metadata.json b/crate_universe/test_data/metadata/aliases/metadata.json index 134d1c9a0a..d1a001f7f3 100644 --- a/crate_universe/test_data/metadata/aliases/metadata.json +++ b/crate_universe/test_data/metadata/aliases/metadata.json @@ -1,148 +1,140 @@ { + "metadata": null, "packages": [ { - "name": "aliases", - "version": "0.1.0", - "id": "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.4.14", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.4.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "names", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.13.0", + "features": [], "kind": null, - "rename": null, + "name": "names", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.3.9", + "features": [], "kind": null, - "rename": "pinned_log", + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "pinned_log", + "req": "=0.3.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "names", - "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f", - "req": "*", + "features": [], "kind": null, - "rename": "pinned_names", + "name": "names", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "pinned_names", + "req": "*", + "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.7", + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/aliases/Cargo.toml", + "metadata": null, + "name": "aliases", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "aliases", "src_path": "{TEMP_DIR}/aliases/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/aliases/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "atty", - "version": "0.2.14", - "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A simple interface for querying atty", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "softprops " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "hermit-abi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.6", + "features": [], "kind": null, - "rename": null, + "name": "hermit-abi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"hermit\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": false }, { - "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": [ "consoleapi", "processenv", @@ -150,331 +142,299 @@ "minwindef", "winbase" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple interface for querying atty", + "documentation": "http://softprops.github.io/atty", + "edition": "2015", + "features": {}, + "homepage": "https://github.com/softprops/atty", + "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "terminal", + "tty", + "isatty" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", + "metadata": null, + "name": "atty", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/softprops/atty", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "atty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "atty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "atty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/examples/atty.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "atty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.14" + }, + { "authors": [ - "softprops " + "Josh Stone " ], - "categories": [], - "keywords": [ - "terminal", - "tty", - "isatty" + "categories": [ + "development-tools::build-utils" ], - "readme": "README.md", - "repository": "https://github.com/softprops/atty", - "homepage": "https://github.com/softprops/atty", - "documentation": "http://softprops.github.io/atty", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "autocfg", - "version": "1.1.0", + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], - "crate_types": [ - "bin" - ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "Josh Stone " + "The Rust Project Developers" ], "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -489,7 +449,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -499,92 +470,93 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], + "version": "1.3.2" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "compiler_builtins", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -597,1434 +569,1461 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", + "test": true + } + ], + "version": "1.0.0" }, { - "name": "clap", - "version": "3.1.5", - "id": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "command-line-interface" + ], + "default_run": null, "dependencies": [ { - "name": "atty", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "atty", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "backtrace", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "backtrace", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "clap_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.4", + "features": [], "kind": null, - "rename": null, + "name": "clap_derive", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "indexmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "indexmap", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "lazy_static", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "os_str_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^6.0", + "features": [], "kind": null, - "rename": null, + "name": "os_str_bytes", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "regex", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "strsim", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "strsim", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "terminal_size", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.12", + "features": [], "kind": null, - "rename": null, + "name": "terminal_size", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "textwrap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.15.0", + "features": [], "kind": null, - "rename": null, + "name": "textwrap", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.15.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicase", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.6", + "features": [], "kind": null, - "rename": null, + "name": "unicase", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "yaml-rust", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.1", + "features": [], "kind": null, - "rename": null, + "name": "yaml-rust", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "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": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.18", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trycmd", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": false, + "registry": null, + "rename": null, + "req": "^1.0.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "color-auto", "diff", "examples" ], + "kind": "dev", + "name": "trycmd", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "documentation": "https://docs.rs/clap/", + "edition": "2018", + "features": { + "atty": [ + "dep:atty" + ], + "backtrace": [ + "dep:backtrace" + ], + "cargo": [ + "lazy_static" + ], + "clap_derive": [ + "dep:clap_derive" + ], + "color": [ + "atty", + "termcolor" + ], + "debug": [ + "clap_derive/debug", + "backtrace" + ], + "default": [ + "std", + "color", + "suggestions" + ], + "derive": [ + "clap_derive", + "lazy_static" + ], + "env": [], + "lazy_static": [ + "dep:lazy_static" + ], + "regex": [ + "dep:regex" + ], + "std": [ + "indexmap/std" + ], + "strsim": [ + "dep:strsim" + ], + "suggestions": [ + "strsim" + ], + "termcolor": [ + "dep:termcolor" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "unicase": [ + "dep:unicase" + ], + "unicode": [ + "textwrap/unicode-width", + "unicase" + ], + "unstable-doc": [ + "derive", + "cargo", + "wrap_help", + "yaml", + "env", + "unicode", + "regex", + "unstable-replace", + "unstable-multicall", + "unstable-grouped" + ], + "unstable-grouped": [], + "unstable-multicall": [], + "unstable-replace": [], + "unstable-v4": [], + "wrap_help": [ + "terminal_size", + "textwrap/terminal_size" + ], + "yaml": [ + "yaml-rust" + ], + "yaml-rust": [ + "dep:yaml-rust" + ] + }, + "homepage": null, + "id": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples=examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "unstable-doc" + ] + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + }, + { + "exactly": 13, + "file": "README.md", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + }, + { + "exactly": 1, + "file": "README.md", + "prerelease": true, + "replace": "version = \"{{version}}\"", + "search": "version = \"[a-z0-9\\.-]+\"" + }, + { + "exactly": 4, + "file": "src/derive.rs", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + } + ], + "shared-version": true, + "tag-name": "v{{version}}" + } + }, + "name": "clap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "clap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "clap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "demo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/demo.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "demo", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/demo.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/cargo-example.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "cargo-example", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/cargo-example.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/cargo-example-derive.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "cargo-example-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/cargo-example-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/escaped-positional.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "escaped-positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/escaped-positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/escaped-positional-derive.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "escaped-positional-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/escaped-positional-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "git-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/git-derive.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "git-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/git-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "keyvalue-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/keyvalue-derive.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "keyvalue-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/keyvalue-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "busybox", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/multicall-busybox.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "busybox", "required-features": [ "unstable-multicall" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/multicall-busybox.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "hostname", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/multicall-hostname.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "hostname", "required-features": [ "unstable-multicall" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/multicall-hostname.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "01_quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/01_quick.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "01_quick", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/02_apps.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_apps", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_apps.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/02_crate.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_crate", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_app_settings", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_01_flag_bool", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_01_flag_count", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_02_option", "required-features": [ "cargo" - ], - "doc": false, - "doctest": false, + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_03_positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_04_subcommands", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_05_default_values", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_05_default_values.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_possible", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_01_possible.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_01_possible", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_01_possible.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_enum", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_01_enum.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_01_enum", "required-features": [ "cargo", "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_02_parse", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_validate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_02_validate.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_02_validate", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_03_relations", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_04_custom", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_builder/05_01_assert.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "05_01_assert", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/05_01_assert.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "01_quick_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/01_quick.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "01_quick_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/02_apps.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_apps_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_apps.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_crate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/02_crate.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_crate_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "02_app_settings_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_01_flag_bool_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_01_flag_count_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_02_option_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_03_positional_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_04_subcommands_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_alt_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_04_subcommands_alt.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_04_subcommands_alt_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_04_subcommands_alt.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "03_05_default_values_derive", "required-features": [ "derive" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_05_default_values.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], - "crate_types": [ - "bin" - ], "name": "04_01_enum_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/04_01_enum.rs", - "edition": "2018", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_02_parse_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_validate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/04_02_validate.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_02_validate_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_03_relations_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "04_04_custom_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/tutorial_derive/05_01_assert.rs", - "edition": "2018", - "required-features": [ - "derive" - ], "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "example" ], - "crate_types": [ - "bin" - ], - "name": "custom-bool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/derive_ref/custom-bool.rs", - "edition": "2018", + "name": "05_01_assert_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, - "test": false + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/05_01_assert.rs", + "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "pacman", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/pacman.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], - "crate_types": [ - "bin" + "name": "custom-bool", + "required-features": [ + "derive" ], - "name": "git", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/examples/git.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/derive_ref/custom-bool.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "01_default", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/01_default.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "pacman", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/pacman.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "02_simple", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/02_simple.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "git", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/git.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "03_complex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/03_complex.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], - "name": "04_new_help", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/04_new_help.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "01_default", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/01_default.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "05_ripgrep", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/05_ripgrep.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], - "name": "06_rustup", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/benches/06_rustup.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - } - ], - "features": { - "atty": [ - "dep:atty" - ], - "backtrace": [ - "dep:backtrace" - ], - "cargo": [ - "lazy_static" - ], - "clap_derive": [ - "dep:clap_derive" - ], - "color": [ - "atty", - "termcolor" - ], - "debug": [ - "clap_derive/debug", - "backtrace" - ], - "default": [ - "std", - "color", - "suggestions" - ], - "derive": [ - "clap_derive", - "lazy_static" - ], - "env": [], - "lazy_static": [ - "dep:lazy_static" - ], - "regex": [ - "dep:regex" - ], - "std": [ - "indexmap/std" - ], - "strsim": [ - "dep:strsim" - ], - "suggestions": [ - "strsim" - ], - "termcolor": [ - "dep:termcolor" - ], - "terminal_size": [ - "dep:terminal_size" - ], - "unicase": [ - "dep:unicase" - ], - "unicode": [ - "textwrap/unicode-width", - "unicase" - ], - "unstable-doc": [ - "derive", - "cargo", - "wrap_help", - "yaml", - "env", - "unicode", - "regex", - "unstable-replace", - "unstable-multicall", - "unstable-grouped" - ], - "unstable-grouped": [], - "unstable-multicall": [], - "unstable-replace": [], - "unstable-v4": [], - "wrap_help": [ - "terminal_size", - "textwrap/terminal_size" - ], - "yaml": [ - "yaml-rust" - ], - "yaml-rust": [ - "dep:yaml-rust" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-3.1.5/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "cargo-args": [ - "-Zunstable-options", - "-Zrustdoc-scrape-examples=examples" - ], - "features": [ - "unstable-doc" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } + "name": "02_simple", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/02_simple.rs", + "test": false }, - "playground": { - "features": [ - "unstable-doc" - ] + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "03_complex", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/03_complex.rs", + "test": false }, - "release": { - "shared-version": true, - "tag-name": "v{{version}}", - "pre-release-replacements": [ - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{version}}", - "search": "Unreleased" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "...{{tag_name}}", - "search": "\\.\\.\\.HEAD" - }, - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{date}}", - "search": "ReleaseDate" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n## [Unreleased] - ReleaseDate\n", - "search": "" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", - "search": "" - }, - { - "exactly": 13, - "file": "README.md", - "prerelease": true, - "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", - "search": "github.com/clap-rs/clap/blob/[^/]+/" - }, - { - "exactly": 1, - "file": "README.md", - "prerelease": true, - "replace": "version = \"{{version}}\"", - "search": "version = \"[a-z0-9\\.-]+\"" - }, - { - "exactly": 4, - "file": "src/derive.rs", - "prerelease": true, - "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", - "search": "github.com/clap-rs/clap/blob/[^/]+/" - } - ] + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "04_new_help", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/04_new_help.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "05_ripgrep", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/05_ripgrep.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "06_rustup", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/06_rustup.rs", + "test": false } - }, - "publish": null, + ], + "version": "3.1.5" + }, + { "authors": [], "categories": [ - "command-line-interface" - ], - "keywords": [ - "argument", - "cli", - "arg", - "parser", - "parse" + "command-line-interface", + "development-tools::procedural-macro-helpers" ], - "readme": "README.md", - "repository": "https://github.com/clap-rs/clap", - "homepage": null, - "documentation": "https://docs.rs/clap/", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "clap_derive", - "version": "3.1.4", - "id": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Parse command line argument by defining a struct, derive crate.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "heck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.0", + "features": [], "kind": null, - "rename": null, + "name": "heck", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro-error", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro-error", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.28", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.9", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.74", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.74", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "clap_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_derive-3.1.4/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Parse command line argument by defining a struct, derive crate.", + "documentation": "https://docs.rs/clap_derive", + "edition": "2018", "features": { "debug": [], "default": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_derive-3.1.4/Cargo.toml", + "homepage": null, + "id": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "clap", + "cli", + "parse", + "derive", + "proc_macro" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.1.4/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2035,8 +2034,6 @@ }, "release": { "dependent-version": "upgrade", - "shared-version": true, - "tag-name": "v{{version}}", "pre-release-replacements": [ { "exactly": 2, @@ -2045,308 +2042,244 @@ "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", "search": "github.com/clap-rs/clap/blob/[^/]+/" } - ] + ], + "shared-version": true, + "tag-name": "v{{version}}" } }, + "name": "clap_derive", "publish": null, - "authors": [], - "categories": [ - "command-line-interface", - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "clap", - "cli", - "parse", - "derive", - "proc_macro" - ], "readme": "README.md", "repository": "https://github.com/clap-rs/clap/tree/master/clap_derive", - "homepage": null, - "documentation": "https://docs.rs/clap_derive", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "clap_derive", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.1.4/src/lib.rs", + "test": true + } + ], + "version": "3.1.4" }, { - "name": "ctor", - "version": "0.1.21", - "id": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "__attribute__((constructor)) for Rust", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Matt Mastracci " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.9", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.73", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "full", "parsing", "printing", "proc-macro" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.73", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "libc-print", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.15", + "features": [], "kind": "dev", - "rename": null, + "name": "libc-print", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.15", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "__attribute__((constructor)) for Rust", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/Cargo.toml", + "metadata": null, + "name": "ctor", + "publish": null, + "readme": "../README.md", + "repository": "https://github.com/mmastrac/rust-ctor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "ctor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.21/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "ctor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.21/src/example.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "example", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/src/example.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.21/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.21" + }, + { "authors": [ - "Matt Mastracci " + "The Rand Project Developers" + ], + "categories": [ + "os", + "no-std" ], - "categories": [], - "keywords": [], - "readme": "../README.md", - "repository": "https://github.com/mmastrac/rust-ctor", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "getrandom", - "version": "0.2.5", - "id": "getrandom 0.2.5 (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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.62", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.62", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": false }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.18", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "wasi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.64", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], - "target": "cfg(unix)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "getrandom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "normal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/tests/normal.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/tests/custom.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "rdrand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/tests/rdrand.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "mod", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/benches/mod.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "registry": null, + "rename": null, + "req": "^0.2.64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(unix)", + "uses_default_features": false } ], + "description": "A small cross-platform library for retrieving random data from system source", + "documentation": "https://docs.rs/getrandom", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -2375,7 +2308,13 @@ "dep:wasm-bindgen" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/Cargo.toml", + "homepage": null, + "id": "getrandom 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2390,278 +2329,258 @@ } } }, + "name": "getrandom", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-random/getrandom", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "getrandom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "normal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/tests/normal.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "custom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/tests/custom.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "rdrand", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/tests/rdrand.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "mod", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.5/benches/mod.rs", + "test": false + } + ], + "version": "0.2.5" + }, + { "authors": [ - "The Rand Project Developers" + "Amanieu d'Antras " ], "categories": [ - "os", + "data-structures", "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": "hashbrown", - "version": "0.11.2", - "id": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "A Rust port of Google's SwissTable hash map", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "ahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", + "features": [], "kind": null, - "rename": null, + "name": "ahash", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.5.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - }, - { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "fnv", + "req": "^1.0.25", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], "target": null, - "registry": null + "uses_default_features": false }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.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.7.3", "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [ - "small_rng" - ], - "target": null, - "registry": null - }, - { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hashbrown", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/tests/serde.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "rayon", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/tests/rayon.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "lazy_static", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" + "features": [ + "small_rng" ], - "name": "set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/tests/set.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "hasher", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/tests/hasher.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "rayon", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/benches/bench.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A Rust port of Google's SwissTable hash map", + "documentation": null, + "edition": "2018", "features": { "ahash": [ "dep:ahash" @@ -2703,7 +2622,18 @@ "dep:serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/Cargo.toml", + "homepage": null, + "id": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2716,67 +2646,123 @@ } } }, + "name": "hashbrown", "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "no_std", - "hashmap", - "swisstable" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/hashbrown", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "heck", - "version": "0.4.0", - "id": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "heck is a case conversion library.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "unicode-segmentation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "hashbrown", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "heck", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/serde.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "rayon", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/rayon.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/set.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "hasher", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/hasher.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/benches/bench.rs", + "test": false + } + ], + "version": "0.11.2" + }, + { + "authors": [ + "Without Boats " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "unicode-segmentation", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "heck is a case conversion library.", + "documentation": "https://docs.rs/heck", + "edition": "2018", "features": { "default": [], "unicode": [ @@ -2786,13 +2772,8 @@ "dep:unicode-segmentation" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Without Boats " - ], - "categories": [], + "homepage": "https://github.com/withoutboats/heck", + "id": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "string", "case", @@ -2800,77 +2781,84 @@ "snake", "unicode" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.0/Cargo.toml", + "metadata": null, + "name": "heck", + "publish": null, "readme": "README.md", "repository": "https://github.com/withoutboats/heck", - "homepage": "https://github.com/withoutboats/heck", - "documentation": "https://docs.rs/heck", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "heck", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.0/src/lib.rs", + "test": true + } + ], + "version": "0.4.0" }, { - "name": "hermit-abi", - "version": "0.1.19", - "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Stefan Lankes" + ], + "categories": [ + "os" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.51", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hermit-abi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", + "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -2886,7 +2874,16 @@ "libc/rustc-dep-of-std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/Cargo.toml", + "homepage": null, + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unikernel", + "libos" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2897,430 +2894,395 @@ } } }, + "name": "hermit-abi", "publish": null, + "readme": "README.md", + "repository": "https://github.com/hermitcore/libhermit-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "hermit-abi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", + "test": true + } + ], + "version": "0.1.19" + }, + { "authors": [ - "Stefan Lankes" + "bluss", + "Josh Stone " ], "categories": [ - "os" - ], - "keywords": [ - "unikernel", - "libos" + "data-structures", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/hermitcore/libhermit-rs", - "homepage": null, - "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "indexmap", - "version": "1.8.0", - "id": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "A hash table with consistent order and fast iteration.\n\nThe indexmap is a hash table where the iteration order of the key-value\npairs is independent of the hash values of the keys. It has the usual\nhash table functionality, it preserves insertion order except after\nremovals, and it allows lookup of its elements by either hash table key\nor numerical index. A corresponding hash set type is also provided.\n\nThis crate was initially published under the name ordermap, but it was renamed to\nindexmap.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "raw" ], + "kind": null, + "name": "hashbrown", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.1", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "rustc-rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "itertools", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "itertools", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "small_rng" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [], + "kind": "build", + "name": "autocfg", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true + } + ], + "description": "A hash table with consistent order and fast iteration.\n\nThe indexmap is a hash table where the iteration order of the key-value\npairs is independent of the hash values of the keys. It has the usual\nhash table functionality, it preserves insertion order except after\nremovals, and it allows lookup of its elements by either hash table key\nor numerical index. A corresponding hash set type is also provided.\n\nThis crate was initially published under the name ordermap, but it was renamed to\nindexmap.\n", + "documentation": "https://docs.rs/indexmap/", + "edition": "2018", + "features": { + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde" + ], + "std": [], + "test_debug": [], + "test_low_transition_point": [] + }, + "homepage": null, + "id": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hashmap", + "no_std" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde-1", + "rayon" + ] + } }, - { - "name": "autocfg", - "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 + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" } - ], + }, + "name": "indexmap", + "publish": null, + "readme": null, + "repository": "https://github.com/bluss/indexmap", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "indexmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "indexmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/tests/quick.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "quick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/quick.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_full_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/tests/macros_full_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_full_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/macros_full_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "equivalent_trait", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/tests/equivalent_trait.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "equivalent_trait", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/equivalent_trait.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "faststring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/benches/faststring.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "faststring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/benches/faststring.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/benches/bench.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/build.rs", "test": false } ], - "features": { - "rayon": [ - "dep:rayon" - ], - "rustc-rayon": [ - "dep:rustc-rayon" - ], - "serde": [ - "dep:serde" - ], - "serde-1": [ - "serde" - ], - "std": [], - "test_debug": [], - "test_low_transition_point": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "serde-1", - "rayon" - ] - } - }, - "release": { - "no-dev-version": true, - "tag-name": "{{version}}" - } - }, - "publish": null, + "version": "1.8.0" + }, + { "authors": [ - "bluss", - "Josh Stone " + "Marvin L\u00f6bel " ], "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hashmap", - "no_std" + "no-std", + "rust-patterns", + "memory-management" ], - "readme": null, - "repository": "https://github.com/bluss/indexmap", - "homepage": null, - "documentation": "https://docs.rs/indexmap/", - "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", + "features": [], "kind": null, - "rename": null, + "name": "spin", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/test.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "no_std", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/no_std.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro for declaring lazily evaluated statics in Rust.", + "documentation": "https://docs.rs/lazy_static", + "edition": "2015", "features": { "spin": [ "dep:spin" @@ -3329,97 +3291,97 @@ "spin" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Marvin L\u00f6bel " - ], - "categories": [ - "no-std", - "rust-patterns", - "memory-management" - ], + "homepage": null, + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "macro", "lazy", "static" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", + "metadata": null, + "name": "lazy_static", + "publish": null, "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.119", - "id": "libc 0.2.119 (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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.119/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "lazy_static", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.119/tests/const_fn.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.119/build.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2015", + "kind": [ + "test" + ], + "name": "no_std", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", + "test": true + } + ], + "version": "1.4.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -3439,7 +3401,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.119/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.119/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3450,69 +3424,83 @@ } } }, + "name": "libc", "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": "log", - "version": "0.3.9", - "id": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", + "rust_version": null, "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", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", "kind": [ "lib" ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.119/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.3.9/src/lib.rs", - "edition": "2015", - "doc": true, + "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.119/tests/const_fn.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.119/build.rs", + "test": false + } + ], + "version": "0.2.119" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "development-tools::debugging" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "log", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://doc.rust-lang.org/log", + "edition": "2015", "features": { "default": [ "use_std" @@ -3558,209 +3546,153 @@ "log/std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.3.9/Cargo.toml", + "homepage": "https://github.com/rust-lang/log", + "id": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.3.9/Cargo.toml", "metadata": null, + "name": "log", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/log", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": false, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.3.9/src/lib.rs", + "test": true + } + ], + "version": "0.3.9" + }, + { "authors": [ "The Rust Project Developers" ], "categories": [ "development-tools::debugging" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rust-lang/log", - "homepage": "https://github.com/rust-lang/log", - "documentation": "https://doc.rust-lang.org/log", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "log", - "version": "0.4.14", - "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", - "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.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "registry": null, + "rename": null, "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.5", + "features": [], "kind": null, - "rename": null, + "name": "sval", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.6", + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0-alpha.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.5", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], - "target": null, - "registry": null - }, - { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.6", "kind": "dev", - "rename": null, + "name": "sval", "optional": false, - "uses_default_features": true, - "features": [ - "test" - ], + "registry": null, + "rename": null, + "req": "^1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "filters", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/filters.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ + "features": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/macros.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "value", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/benches/value.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "value-bag", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.0-alpha.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://docs.rs/log", + "edition": "2015", "features": { "kv_unstable": [ "value-bag" @@ -3803,7 +3735,15 @@ "dep:value-bag" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/Cargo.toml", + "homepage": null, + "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3817,113 +3757,146 @@ } } }, + "name": "log", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "development-tools::debugging" - ], - "keywords": [ - "logging" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/log", - "homepage": null, - "documentation": "https://docs.rs/log", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "filters", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/tests/filters.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/tests/macros.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "value", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/benches/value.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.14/build.rs", + "test": false + } + ], + "version": "0.4.14" }, { - "name": "memchr", - "version": "2.4.1", - "id": "memchr 2.4.1 (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", + "authors": [ + "Andrew Gallant ", + "bluss" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.18", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "memchr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": false } ], + "description": "Safe interface to memchr.", + "documentation": "https://docs.rs/memchr/", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -3946,14 +3919,8 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Andrew Gallant ", - "bluss" - ], - "categories": [], + "homepage": "https://github.com/BurntSushi/memchr", + "id": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "memchr", "char", @@ -3961,379 +3928,404 @@ "strchr", "string" ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.4.1/Cargo.toml", + "metadata": null, + "name": "memchr", + "publish": null, "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "memchr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.4.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.4.1/build.rs", + "test": false + } + ], + "version": "2.4.1" }, { - "name": "names", - "version": "0.12.1-dev", - "id": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)", - "license": "MIT", - "license_file": null, - "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", - "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f", + "authors": [ + "Fletcher Nichol " + ], + "categories": [ + "command-line-utilities" + ], + "default_run": null, "dependencies": [ { - "name": "clap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.5", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "clap", + "optional": true, + "registry": null, + "rename": null, + "req": "^3.1.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.4", + "features": [], "kind": null, - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version-sync", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.1", + "features": [], "kind": "dev", - "rename": null, + "name": "version-sync", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", + "documentation": "https://docs.rs/names", + "edition": "2018", + "features": { + "application": [ + "clap" + ], + "clap": [ + "dep:clap" + ], + "default": [ + "application" + ] + }, + "homepage": "https://github.com/fnichol/names", + "id": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)", + "keywords": [ + "name", + "random" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "no-default-features": true + } + } + }, + "name": "names", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/fnichol/names", + "rust_version": null, + "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f", "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "names", "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true }, { - "kind": [ + "crate_types": [ "bin" ], - "crate_types": [ + "doc": true, + "doctest": false, + "edition": "2018", + "kind": [ "bin" ], "name": "names", "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/src/bin/names.rs", - "edition": "2018", - "doc": true, - "doctest": false, "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "version-numbers", - "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/tests/version-numbers.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "version-numbers", + "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/tests/version-numbers.rs", "test": true }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - } - ], - "features": { - "application": [ - "clap" - ], - "clap": [ - "dep:clap" - ], - "default": [ - "application" - ] - }, - "manifest_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "no-default-features": true - } + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/build.rs", + "test": false } - }, - "publish": null, + ], + "version": "0.12.1-dev" + }, + { "authors": [ "Fletcher Nichol " ], "categories": [ "command-line-utilities" ], - "keywords": [ - "name", - "random" - ], - "readme": "README.md", - "repository": "https://github.com/fnichol/names", - "homepage": "https://github.com/fnichol/names", - "documentation": "https://docs.rs/names", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "names", - "version": "0.13.0", - "id": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "clap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.5", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "clap", + "optional": true, + "registry": null, + "rename": null, + "req": "^3.1.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.4", + "features": [], "kind": null, - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version-sync", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.1", + "features": [], "kind": "dev", - "rename": null, + "name": "version-sync", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", + "documentation": "https://docs.rs/names", + "edition": "2018", + "features": { + "application": [ + "clap" + ], + "clap": [ + "dep:clap" + ], + "default": [ + "application" + ] + }, + "homepage": "https://github.com/fnichol/names", + "id": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "name", + "random" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "no-default-features": true + } + } + }, + "name": "names", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/fnichol/names", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "names", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/names-0.13.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "names", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/src/lib.rs", "test": true }, { - "kind": [ - "bin" - ], "crate_types": [ "bin" ], - "name": "names", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/names-0.13.0/src/bin/names.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "bin" + ], + "name": "names", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/src/bin/names.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "version-numbers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/names-0.13.0/tests/version-numbers.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "version-numbers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/tests/version-numbers.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/names-0.13.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/build.rs", "test": false } ], - "features": { - "application": [ - "clap" - ], - "clap": [ - "dep:clap" - ], - "default": [ - "application" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/names-0.13.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "no-default-features": true - } - } - }, - "publish": null, + "version": "0.13.0" + }, + { "authors": [ - "Fletcher Nichol " + "dylni" ], "categories": [ - "command-line-utilities" - ], - "keywords": [ - "name", - "random" + "command-line-interface", + "development-tools::ffi", + "encoding", + "os", + "rust-patterns" ], - "readme": "README.md", - "repository": "https://github.com/fnichol/names", - "homepage": "https://github.com/fnichol/names", - "documentation": "https://docs.rs/names", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "os_str_bytes", - "version": "6.0.0", - "id": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Utilities for converting between byte sequences and platform-native strings\n", - "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", + "features": [], "kind": null, - "rename": null, + "name": "memchr", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "print_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "print_bytes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uniquote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0", + "features": [], "kind": null, - "rename": null, + "name": "uniquote", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "getrandom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "getrandom", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "os_str_bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Utilities for converting between byte sequences and platform-native strings\n", + "documentation": null, + "edition": "2018", "features": { "default": [ "memchr", @@ -4350,7 +4342,19 @@ "dep:uniquote" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.0/Cargo.toml", + "homepage": null, + "id": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bytes", + "osstr", + "osstring", + "path", + "windows" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.0.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4366,58 +4370,43 @@ } } }, + "name": "os_str_bytes", "publish": null, - "authors": [ - "dylni" - ], - "categories": [ - "command-line-interface", - "development-tools::ffi", - "encoding", - "os", - "rust-patterns" - ], - "keywords": [ - "bytes", - "osstr", - "osstring", - "path", - "windows" - ], "readme": "README.md", "repository": "https://github.com/dylni/os_str_bytes", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.52.0" - }, - { - "name": "ppv-lite86", - "version": "0.2.16", - "id": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Implementation of the crypto-simd API for x86", + "rust_version": "1.52.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ppv-lite86", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "os_str_bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.0.0/src/lib.rs", "test": true } ], + "version": "6.0.0" + }, + { + "authors": [ + "The CryptoCorrosion Contributors" + ], + "categories": [ + "cryptography", + "no-std" + ], + "default_run": null, + "dependencies": [], + "description": "Implementation of the crypto-simd API for x86", + "documentation": null, + "edition": "2018", "features": { "default": [ "std" @@ -4426,796 +4415,797 @@ "simd": [], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The CryptoCorrosion Contributors" - ], - "categories": [ - "cryptography", - "no-std" - ], + "homepage": null, + "id": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "crypto", "simd", "x86" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.16/Cargo.toml", + "metadata": null, + "name": "ppv-lite86", + "publish": null, "readme": null, "repository": "https://github.com/cryptocorrosion/cryptocorrosion", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ppv-lite86", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.16/src/lib.rs", + "test": true + } + ], + "version": "0.2.16" }, { - "name": "proc-macro-error", - "version": "1.0.4", - "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Almost drop-in replacement to panics in proc-macros", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "CreepySkeleton " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "default_run": null, "dependencies": [ { - "name": "proc-macro-error-attr", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.4", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro-error-attr", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "syn", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.107", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.107", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "toml", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.5.2", + "features": [], "kind": "dev", - "rename": null, + "name": "toml", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.19", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.19", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Almost drop-in replacement to panics in proc-macros", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "syn-error" + ], + "syn": [ + "dep:syn" + ], + "syn-error": [ + "syn" + ] + }, + "homepage": null, + "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "proc-macro", + "error", + "errors" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "proc-macro-error", + "publish": null, + "readme": "README.md", + "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro-error", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro-error", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "ok", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/ok.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "ok", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/ok.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macro-errors", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/macro-errors.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "macro-errors", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/macro-errors.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], "name": "runtime-errors", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/runtime-errors.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/runtime-errors.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs", "test": false } ], - "features": { - "default": [ - "syn-error" - ], - "syn": [ - "dep:syn" - ], - "syn-error": [ - "syn" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.4" + }, + { "authors": [ "CreepySkeleton " ], - "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "proc-macro", - "error", - "errors" - ], - "readme": "README.md", - "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "proc-macro-error-attr", - "version": "1.0.4", - "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Attribute macro for proc-macro-error crate", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Attribute macro for proc-macro-error crate", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "proc-macro-error-attr", + "publish": null, + "readme": null, + "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "proc-macro-error-attr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "proc-macro-error-attr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.4" + }, + { "authors": [ - "CreepySkeleton " + "David Tolnay ", + "Alex Crichton " + ], + "categories": [ + "development-tools::procedural-macro-helpers" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "proc-macro2", - "version": "1.0.36", - "id": "proc-macro2 1.0.36 (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\ntoken-based libraries from the procedural macro use case.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/features.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/comments.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/marker.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/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, + "version": "1.0.36" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers" ], - "keywords": [ - "macros" - ], - "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": "quote", - "version": "1.0.15", - "id": "quote 1.0.15 (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.36", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.52", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro" + ] + }, + "homepage": null, + "id": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.15/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "quote", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/quote", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "quote", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.15/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.15/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.15/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.15/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.15/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.15/tests/compiletest.rs", "test": true } ], - "features": { - "default": [ - "proc-macro" - ], - "proc-macro": [ - "proc-macro2/proc-macro" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.15/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.15" + }, + { "authors": [ - "David Tolnay " + "The Rand Project Developers", + "The Rust Project Developers" ], "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "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", + "algorithms", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": null, + "name": "packed_simd_2", + "optional": true, + "registry": null, + "rename": "packed_simd", + "req": "^0.3.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_chacha", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "rand_chacha", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.0", + "features": [], "kind": null, - "rename": null, + "name": "rand_core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.103", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_pcg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_pcg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.22", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.22", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "rand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "Random number generators and other randomness functionality.\n", + "documentation": "https://docs.rs/rand", + "edition": "2018", "features": { "alloc": [ "rand_core/alloc" @@ -5263,7 +5253,16 @@ "rand_chacha" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/Cargo.toml", + "homepage": "https://rust-random.github.io/book", + "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "random", + "rng" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5281,106 +5280,98 @@ ] } }, + "name": "rand", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rand", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs", + "test": true + } + ], + "version": "0.8.5" + }, + { "authors": [ "The Rand Project Developers", - "The Rust Project Developers" + "The Rust Project Developers", + "The CryptoCorrosion Contributors" ], "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_chacha", - "version": "0.3.1", - "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "ChaCha random number generator\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "ppv-lite86", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "simd" ], + "kind": null, + "name": "ppv-lite86", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.0", + "features": [], "kind": null, - "rename": null, + "name": "rand_core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "rand_chacha", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "ChaCha random number generator\n", + "documentation": "https://docs.rs/rand_chacha", + "edition": "2018", "features": { "default": [ "std" @@ -5396,84 +5387,83 @@ "ppv-lite86/std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Rand Project Developers", - "The Rust Project Developers", - "The CryptoCorrosion Contributors" - ], - "categories": [ - "algorithms", - "no-std" - ], + "homepage": "https://rust-random.github.io/book", + "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "random", "rng", "chacha" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml", + "metadata": null, + "name": "rand_chacha", + "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rand", - "homepage": "https://rust-random.github.io/book", - "documentation": "https://docs.rs/rand_chacha", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rand_chacha", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs", + "test": true + } + ], + "version": "0.3.1" }, { - "name": "rand_core", - "version": "0.6.3", - "id": "rand_core 0.6.3 (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", + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "getrandom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "getrandom", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "rand_core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Core random number generator traits and tools for implementation.\n", + "documentation": "https://docs.rs/rand_core", + "edition": "2018", "features": { "alloc": [], "getrandom": [ @@ -5491,7 +5481,16 @@ "getrandom/std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/Cargo.toml", + "homepage": "https://rust-random.github.io/book", + "id": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "random", + "rng" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5506,1450 +5505,1426 @@ "all-features": true } }, + "name": "rand_core", "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rand_core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs", + "test": true + } + ], + "version": "0.6.3" }, { - "name": "strsim", - "version": "0.10.0", + "authors": [ + "Danny Guo " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and S\u00f8rensen-Dice.\n", + "documentation": "https://docs.rs/strsim/", + "edition": "2015", + "features": {}, + "homepage": "https://github.com/dguo/strsim-rs", "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "string", + "similarity", + "Hamming", + "Levenshtein", + "Jaro" + ], "license": "MIT", "license_file": null, - "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and S\u00f8rensen-Dice.\n", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/Cargo.toml", + "metadata": null, + "name": "strsim", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dguo/strsim-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "strsim", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "strsim", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "lib", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/tests/lib.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "lib", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/tests/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "benches", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/benches/benches.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "benches", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/benches/benches.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.10.0" + }, + { "authors": [ - "Danny Guo " + "David Tolnay " ], - "categories": [], - "keywords": [ - "string", - "similarity", - "Hamming", - "Levenshtein", - "Jaro" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "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": "1.0.86", - "id": "syn 1.0.86 (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.32", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.32", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_should_parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_visibility.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_stmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_round_trip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_shebang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_pat.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_receiver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_precedence.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_precedence.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_lit.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_lit.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_parse_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_grouping.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_ident.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_iterators.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_parse_buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_asyncness.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_token_trees.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_ty.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/zzz_stable.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_meta.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_item.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_derive_input.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/tests/test_attribute.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/tests/test_attribute.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/benches/rust.rs", - "edition": "2018", - "required-features": [ - "full", - "parsing" - ], "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/benches/file.rs", - "edition": "2018", + "name": "rust", "required-features": [ "full", "parsing" - ], - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/build.rs", - "edition": "2018", - "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.86/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "doc_cfg" - ], - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/benches/rust.rs", + "test": false }, - "playground": { - "features": [ + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "file", + "required-features": [ "full", - "visit", - "visit-mut", - "fold", - "extra-traits" - ] + "parsing" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/benches/file.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.86/build.rs", + "test": false } - }, - "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [ - "development-tools::procedural-macro-helpers" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/dtolnay/syn", - "homepage": null, - "documentation": "https://docs.rs/syn", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" + "version": "1.0.86" }, { - "name": "termcolor", - "version": "1.1.3", - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "A simple cross platform library for writing colored text to a terminal.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple cross platform library for writing colored text to a terminal.\n", + "documentation": "https://docs.rs/termcolor", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/termcolor", + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "win", + "color", + "ansi", + "console" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/Cargo.toml", + "metadata": null, + "name": "termcolor", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/termcolor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "termcolor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "termcolor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.3" + }, + { "authors": [ - "Andrew Gallant " + "Martin Geisler " ], - "categories": [], - "keywords": [ - "windows", - "win", - "color", - "ansi", - "console" + "categories": [ + "text-processing", + "command-line-interface" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/termcolor", - "homepage": "https://github.com/BurntSushi/termcolor", - "documentation": "https://docs.rs/termcolor", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "textwrap", - "version": "0.15.0", - "id": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Powerful library for word wrapping, indenting, and dedenting strings", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "hyphenation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.4", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "embed_en-us" ], + "kind": null, + "name": "hyphenation", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.8.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smawk", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": null, - "rename": null, + "name": "smawk", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "terminal_size", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.17", + "features": [], "kind": null, - "rename": null, + "name": "terminal_size", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-linebreak", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "unicode-linebreak", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-width", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.9", + "features": [], "kind": null, - "rename": null, + "name": "unicode-width", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.5", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lipsum", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lipsum", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unic-emoji-char", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": "dev", - "rename": null, + "name": "unic-emoji-char", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version-sync", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.4", + "features": [], "kind": "dev", - "rename": null, + "name": "version-sync", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.5.6", + "features": [], "kind": "dev", - "rename": null, + "name": "termion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.5.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true } ], + "description": "Powerful library for word wrapping, indenting, and dedenting strings", + "documentation": "https://docs.rs/textwrap/", + "edition": "2018", + "features": { + "default": [ + "unicode-linebreak", + "unicode-width", + "smawk" + ], + "hyphenation": [ + "dep:hyphenation" + ], + "smawk": [ + "dep:smawk" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "unicode-linebreak": [ + "dep:unicode-linebreak" + ], + "unicode-width": [ + "dep:unicode-width" + ] + }, + "homepage": null, + "id": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "text", + "formatting", + "wrap", + "typesetting", + "hyphenation" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "textwrap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/mgeisler/textwrap", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "textwrap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "textwrap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "hyphenation", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/examples/hyphenation.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "hyphenation", "required-features": [ "hyphenation" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/examples/hyphenation.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "termwidth", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/examples/termwidth.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "termwidth", "required-features": [ "terminal_size" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/examples/termwidth.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "version-numbers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/tests/version-numbers.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "version-numbers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/tests/version-numbers.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "indent", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/tests/indent.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "indent", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/tests/indent.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "linear", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/benches/linear.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "linear", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/benches/linear.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "indent", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/benches/indent.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "indent", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/benches/indent.rs", "test": false } ], - "features": { - "default": [ - "unicode-linebreak", - "unicode-width", - "smawk" - ], - "hyphenation": [ - "dep:hyphenation" - ], - "smawk": [ - "dep:smawk" - ], - "terminal_size": [ - "dep:terminal_size" - ], - "unicode-linebreak": [ - "dep:unicode-linebreak" - ], - "unicode-width": [ - "dep:unicode-width" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "0.15.0" + }, + { "authors": [ - "Martin Geisler " - ], - "categories": [ - "text-processing", - "command-line-interface" - ], - "keywords": [ - "text", - "formatting", - "wrap", - "typesetting", - "hyphenation" + "erick.tryzelaar ", + "kwantam ", + "Manish Goregaokar " ], - "readme": "README.md", - "repository": "https://github.com/mgeisler/textwrap", - "homepage": null, - "documentation": "https://docs.rs/textwrap/", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "unicode-xid", - "version": "0.2.2", - "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", - "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.3", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", + "documentation": "https://unicode-rs.github.io/unicode-xid", + "edition": "2015", + "features": { + "bench": [], + "default": [], + "no_std": [] + }, + "homepage": "https://github.com/unicode-rs/unicode-xid", + "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "text", + "unicode", + "xid" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/Cargo.toml", + "metadata": null, + "name": "unicode-xid", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-xid", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "exhaustive_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/tests/exhaustive_tests.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "exhaustive_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/tests/exhaustive_tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/benches/xid.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "bench": [], - "default": [], - "no_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "erick.tryzelaar ", - "kwantam ", - "Manish Goregaokar " - ], - "categories": [], - "keywords": [ - "text", - "unicode", - "xid" - ], - "readme": "README.md", - "repository": "https://github.com/unicode-rs/unicode-xid", - "homepage": "https://github.com/unicode-rs/unicode-xid", - "documentation": "https://unicode-rs.github.io/unicode-xid", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "edition": "2015", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/benches/xid.rs", + "test": false + } + ], + "version": "0.2.2" }, { - "name": "value-bag", - "version": "1.0.0-alpha.7", - "id": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Anonymous structured values", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Ashley Mannix " + ], + "categories": [ + "encoding", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "ctor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "ctor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "erased-serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": "erased-serde1", + "name": "erased-serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": "erased-serde1", + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde_fmt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "serde1_fmt", + "name": "serde_fmt", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "serde1_fmt", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "serde1_lib", + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": "serde1_lib", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.5", - "kind": null, - "rename": "sval1_lib", - "optional": true, - "uses_default_features": false, "features": [ "fmt" ], + "kind": null, + "name": "sval", + "optional": true, + "registry": null, + "rename": "sval1_lib", + "req": "^1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": "serde1_json", + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "serde1_json", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": "serde1_test", + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "serde1_test", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.5", - "kind": "dev", - "rename": "sval1_json", - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": "dev", + "name": "sval_json", + "optional": false, + "registry": null, + "rename": "sval1_json", + "req": "^1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0-alpha.5", - "kind": "dev", - "rename": "sval1_lib", - "optional": false, - "uses_default_features": true, "features": [ "test" ], + "kind": "dev", + "name": "sval", + "optional": false, + "registry": null, + "rename": "sval1_lib", + "req": "^1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": "rustc", + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "rustc", + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "value-bag", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Anonymous structured values", + "documentation": "https://docs.rs/value-bag", + "edition": "2018", "features": { "erased-serde1": [ "dep:erased-serde1" @@ -6988,7 +6963,16 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/value-bag-1.0.0-alpha.7/Cargo.toml", + "homepage": null, + "id": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "serialization", + "no_std" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7002,137 +6986,142 @@ } } }, + "name": "value-bag", "publish": null, - "authors": [ - "Ashley Mannix " - ], - "categories": [ - "encoding", - "no-std" - ], - "keywords": [ - "serialization", - "no_std" - ], "readme": "README.md", "repository": "https://github.com/sval-rs/value-bag", - "homepage": null, - "documentation": "https://docs.rs/value-bag", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "value-bag", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/build.rs", + "test": false + } + ], + "version": "1.0.0-alpha.7" }, { - "name": "version_check", - "version": "0.9.4", + "authors": [ + "Sergio Benitez " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Tiny crate to check the version of the installed/running rustc.", + "documentation": "https://docs.rs/version_check/", + "edition": "2015", + "features": {}, + "homepage": null, "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "version", + "rustc", + "minimum", + "check" + ], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Tiny crate to check the version of the installed/running rustc.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml", + "metadata": null, + "name": "version_check", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/SergioBenitez/version_check", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "version_check", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "version_check", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.9.4" + }, + { "authors": [ - "Sergio Benitez " + "The Cranelift Project Developers" ], - "categories": [], - "keywords": [ - "version", - "rustc", - "minimum", - "check" + "categories": [ + "no-std", + "wasm" ], - "readme": "README.md", - "repository": "https://github.com/SergioBenitez/version_check", - "homepage": null, - "documentation": "https://docs.rs/version_check/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasi", - "version": "0.10.2+wasi-snapshot-preview1", - "id": "wasi 0.10.2+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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wasi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.10.2+wasi-snapshot-preview1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Experimental WASI API bindings for Rust", + "documentation": "https://docs.rs/wasi", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -7153,93 +7142,80 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.10.2+wasi-snapshot-preview1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Cranelift Project Developers" - ], - "categories": [ - "no-std", - "wasm" - ], + "homepage": null, + "id": "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "webassembly", "wasm" ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.10.2+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "name": "wasi", + "publish": null, "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.10.2+wasi-snapshot-preview1/src/lib.rs", + "test": true + } + ], + "version": "0.10.2+wasi-snapshot-preview1" }, { - "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", + "authors": [ + "Peter Atashian " + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os::windows-apis" + ], + "default_run": null, "dependencies": [ { - "name": "winapi-i686-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-i686-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "winapi-x86_64-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-x86_64-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings for all of Windows API.", + "documentation": "https://docs.rs/winapi/", + "edition": "2015", "features": { "accctrl": [], "aclapi": [], @@ -7643,7 +7619,19 @@ "wtypesbase": [], "xinput": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml", + "homepage": null, + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7661,107 +7649,114 @@ } } }, + "name": "winapi", "publish": null, - "authors": [ - "Peter Atashian " - ], - "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", + "test": false + } + ], + "version": "0.3.9" }, { - "name": "winapi-i686-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-i686-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.0" + }, + { "authors": [ - "Peter Atashian " + "Andrew Gallant " ], - "categories": [], - "keywords": [ - "windows" + "categories": [ + "os::windows-apis", + "external-ffi-bindings" ], - "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-util", - "version": "0.1.5", - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "A dumping ground for high level safe wrappers over winapi.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "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": [ "std", "consoleapi", @@ -7774,28 +7769,33 @@ "winerror", "winnt" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi-util", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "A dumping ground for high level safe wrappers over winapi.", + "documentation": "https://docs.rs/winapi-util", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml", + "homepage": "https://github.com/BurntSushi/winapi-util", + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "winapi", + "util", + "win" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7805,96 +7805,93 @@ } } }, + "name": "winapi-util", "publish": null, - "authors": [ - "Andrew Gallant " - ], - "categories": [ - "os::windows-apis", - "external-ffi-bindings" - ], - "keywords": [ - "windows", - "winapi", - "util", - "win" - ], "readme": "README.md", "repository": "https://github.com/BurntSushi/winapi-util", - "homepage": "https://github.com/BurntSushi/winapi-util", - "documentation": "https://docs.rs/winapi-util", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "winapi-util", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", + "test": true + } + ], + "version": "0.1.5" }, { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-x86_64-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Peter Atashian " - ], - "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 + "version": "0.4.0" } ], - "workspace_members": [ - "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)" - ], "resolve": { "nodes": [ { - "id": "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)", "dependencies": [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7904,60 +7901,60 @@ ], "deps": [ { - "name": "pinned_log", - "pkg": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "pinned_log", + "pkg": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pinned_names", - "pkg": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "pinned_names", + "pkg": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)" }, { - "name": "names", - "pkg": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "names", + "pkg": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "value_bag", - "pkg": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "value_bag", + "pkg": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)" }, { - "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7965,60 +7962,60 @@ ], "deps": [ { - "name": "hermit_abi", - "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"hermit\")" } - ] + ], + "name": "hermit_abi", + "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8032,94 +8029,94 @@ ], "deps": [ { - "name": "atty", - "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "clap_derive", - "pkg": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap_derive", + "pkg": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "indexmap", - "pkg": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "indexmap", + "pkg": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "os_str_bytes", - "pkg": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "os_str_bytes", + "pkg": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "strsim", - "pkg": "strsim 0.10.0 (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)" }, { - "name": "termcolor", - "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "textwrap", - "pkg": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "textwrap", + "pkg": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -8133,10 +8130,10 @@ "strsim", "suggestions", "termcolor" - ] + ], + "id": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8146,92 +8143,92 @@ ], "deps": [ { - "name": "heck", - "pkg": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "heck", + "pkg": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro_error", - "pkg": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro_error", + "pkg": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "clap_derive 3.1.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "quote", - "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "getrandom 0.2.5 (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.119 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8239,275 +8236,275 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasi", - "pkg": "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"wasi\")" } - ] + ], + "name": "wasi", + "pkg": "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "getrandom 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "raw" - ] + ], + "id": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "heck 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "indexmap 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "log", - "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "use_std" - ] + ], + "id": "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)", "dependencies": [ "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "clap", - "pkg": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap", + "pkg": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rand", - "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "application", "clap", "default" - ] + ], + "id": "names 0.12.1-dev (git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f)" }, { - "id": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "clap", - "pkg": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap", + "pkg": "clap 3.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rand", - "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "application", "clap", "default" - ] + ], + "id": "names 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "memchr", - "pkg": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "memchr", + "pkg": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "memchr", "raw_os_str" - ] + ], + "id": "os_str_bytes 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "simd", "std" - ] + ], + "id": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8517,64 +8514,64 @@ ], "deps": [ { - "name": "proc_macro_error_attr", - "pkg": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro_error_attr", + "pkg": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "syn", "syn-error" - ] + ], + "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8582,84 +8579,84 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8667,34 +8664,34 @@ ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.119 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rand_chacha", - "pkg": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rand_chacha", + "pkg": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rand_core", - "pkg": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rand_core", + "pkg": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -8705,71 +8702,71 @@ "rand_chacha", "std", "std_rng" - ] + ], + "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "ppv_lite86", - "pkg": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ppv_lite86", + "pkg": "ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rand_core", - "pkg": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rand_core", + "pkg": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "getrandom 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "getrandom", - "pkg": "getrandom 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "getrandom", + "pkg": "getrandom 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "alloc", "getrandom", "std" - ] + ], + "id": "rand_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8777,34 +8774,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -8816,112 +8813,112 @@ "printing", "proc-macro", "quote" - ] + ], + "id": "syn 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "textwrap 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "ctor", - "pkg": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ctor", + "pkg": "ctor 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rustc", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "rustc", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "value-bag 1.0.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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" } - ] + ], + "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)" } ], "features": [ @@ -8936,44 +8933,50 @@ "wincon", "winerror", "winnt" - ] + ], + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)" }, "target_directory": "{TEMP_DIR}/aliases/target", "version": 1, - "workspace_root": "{TEMP_DIR}/aliases", - "metadata": null + "workspace_default_members": [ + "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)" + ], + "workspace_members": [ + "aliases 0.1.0 (path+file://{TEMP_DIR}/aliases)" + ], + "workspace_root": "{TEMP_DIR}/aliases" } diff --git a/crate_universe/test_data/metadata/build_scripts/metadata.json b/crate_universe/test_data/metadata/build_scripts/metadata.json index 1508d678da..283a238f2f 100644 --- a/crate_universe/test_data/metadata/build_scripts/metadata.json +++ b/crate_universe/test_data/metadata/build_scripts/metadata.json @@ -1,155 +1,115 @@ { + "metadata": null, "packages": [ { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -164,7 +124,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -174,1356 +145,1347 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", + "test": true + } + ], + "version": "1.3.2" }, { - "name": "build-scripts", - "version": "0.1.0", - "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "git2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.17.1", + "features": [], "kind": null, - "rename": null, + "name": "git2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.17.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.10.52", + "features": [], "kind": null, - "rename": null, + "name": "openssl", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.10.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/build_scripts/Cargo.toml", + "metadata": null, + "name": "build-scripts", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "build-scripts", "src_path": "{TEMP_DIR}/build_scripts/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/build_scripts/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "cc", - "version": "1.0.72", - "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/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", + "authors": [ + "Alex Crichton " + ], + "categories": [ + "development-tools::build-utils" + ], + "default_run": null, "dependencies": [ { - "name": "jobserver", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.16", + "features": [], "kind": null, - "rename": null, + "name": "jobserver", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cc", + "edition": "2018", + "features": { + "jobserver": [ + "dep:jobserver" + ], + "parallel": [ + "jobserver" + ] + }, + "homepage": "https://github.com/alexcrichton/cc-rs", + "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/Cargo.toml", + "metadata": null, + "name": "cc", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cc-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/lib.rs", "test": true }, { - "kind": [ - "bin" - ], "crate_types": [ "bin" ], - "name": "gcc-shim", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/src/bin/gcc-shim.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "bin" + ], + "name": "gcc-shim", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/bin/gcc-shim.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cxxflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/tests/cxxflags.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cxxflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cxxflags.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/tests/cflags.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cflags.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cc_env", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/tests/cc_env.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "cc_env", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cc_env.rs", "test": true } ], - "features": { - "jobserver": [ - "dep:jobserver" - ], - "parallel": [ - "jobserver" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.72" + }, + { "authors": [ "Alex Crichton " ], - "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "build-dependencies" - ], - "readme": "README.md", - "repository": "https://github.com/alexcrichton/cc-rs", - "homepage": "https://github.com/alexcrichton/cc-rs", - "documentation": "https://docs.rs/cc", - "edition": "2018", - "links": null, + "categories": [], "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", + "metadata": null, + "name": "cfg-if", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cfg-if", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], - "features": { - "compiler_builtins": [ - "dep:compiler_builtins" - ], - "core": [ - "dep:core" - ], - "rustc-dep-of-std": [ - "core", - "compiler_builtins" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.0" + }, + { "authors": [ - "Alex Crichton " + "Steven Fackler " ], "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": "foreign-types", - "version": "0.3.2", - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A framework for Rust wrappers over C APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "foreign-types-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A framework for Rust wrappers over C APIs", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", + "metadata": null, + "name": "foreign-types", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.2" + }, + { "authors": [ "Steven Fackler " ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "An internal crate used by foreign-types", "documentation": null, "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "foreign-types-shared", - "version": "0.1.1", + "features": {}, + "homepage": null, "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "An internal crate used by foreign-types", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", + "metadata": null, + "name": "foreign-types-shared", + "publish": null, + "readme": null, + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types-shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types-shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Steven Fackler " + "The rust-url developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "form_urlencoded", - "version": "1.1.0", - "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "percent-encoding", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.0", + "features": [], "kind": null, - "rename": null, + "name": "percent-encoding", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/Cargo.toml", + "metadata": null, + "name": "form_urlencoded", + "publish": null, + "readme": null, + "repository": "https://github.com/servo/rust-url", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "form_urlencoded", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.1.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "form_urlencoded", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/src/lib.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "The rust-url developers" + "Josh Triplett ", + "Alex Crichton " + ], + "categories": [ + "api-bindings" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/rust-url", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "git2", - "version": "0.17.1", - "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libgit2-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.15.1", + "features": [], "kind": null, - "rename": null, + "name": "libgit2-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.15.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.8", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "url", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.0", + "features": [], "kind": null, - "rename": null, + "name": "url", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "structopt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "structopt", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "time", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.39", + "features": [], "kind": "dev", - "rename": null, + "name": "time", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.39", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl-probe", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "openssl-probe", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(unix, not(target_os = \"macos\")))", - "registry": null + "uses_default_features": true }, { - "name": "openssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": null, - "rename": null, + "name": "openssl-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(unix, not(target_os = \"macos\")))", - "registry": null + "uses_default_features": true } ], + "description": "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n", + "documentation": "https://docs.rs/git2", + "edition": "2018", + "features": { + "default": [ + "ssh", + "https", + "ssh_key_from_memory" + ], + "https": [ + "libgit2-sys/https", + "openssl-sys", + "openssl-probe" + ], + "openssl-probe": [ + "dep:openssl-probe" + ], + "openssl-sys": [ + "dep:openssl-sys" + ], + "ssh": [ + "libgit2-sys/ssh" + ], + "ssh_key_from_memory": [ + "libgit2-sys/ssh_key_from_memory" + ], + "unstable": [], + "vendored-libgit2": [ + "libgit2-sys/vendored" + ], + "vendored-openssl": [ + "openssl-sys/vendored", + "libgit2-sys/vendored-openssl" + ], + "zlib-ng-compat": [ + "libgit2-sys/zlib-ng-compat" + ] + }, + "homepage": null, + "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "git" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/Cargo.toml", + "metadata": null, + "name": "git2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/git2-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "git2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "git2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "ls-remote", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/ls-remote.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "ls-remote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/ls-remote.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "add", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/add.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "add", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/add.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "pull", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/pull.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "pull", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/pull.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/log.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/log.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "rev-parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/rev-parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "rev-parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/rev-parse.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "cat-file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/cat-file.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "cat-file", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/cat-file.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "fetch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/fetch.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "fetch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/fetch.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "clone", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/clone.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "clone", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/clone.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "status", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/status.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "status", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/status.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "tag", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/tag.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "tag", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/tag.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "init", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/init.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "init", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/init.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "rev-list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/rev-list.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "rev-list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/rev-list.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "blame", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/blame.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "blame", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/blame.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "diff", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/examples/diff.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "diff", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/diff.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "add_extensions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/tests/add_extensions.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "add_extensions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/add_extensions.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "remove_extensions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/tests/remove_extensions.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "remove_extensions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/remove_extensions.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "get_extensions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/tests/get_extensions.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "get_extensions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/get_extensions.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "global_state", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/tests/global_state.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "global_state", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/global_state.rs", "test": true } ], - "features": { - "default": [ - "ssh", - "https", - "ssh_key_from_memory" - ], - "https": [ - "libgit2-sys/https", - "openssl-sys", - "openssl-probe" - ], - "openssl-probe": [ - "dep:openssl-probe" - ], - "openssl-sys": [ - "dep:openssl-sys" - ], - "ssh": [ - "libgit2-sys/ssh" - ], - "ssh_key_from_memory": [ - "libgit2-sys/ssh_key_from_memory" - ], - "unstable": [], - "vendored-libgit2": [ - "libgit2-sys/vendored" - ], - "vendored-openssl": [ - "openssl-sys/vendored", - "libgit2-sys/vendored-openssl" - ], - "zlib-ng-compat": [ - "libgit2-sys/zlib-ng-compat" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/git2-0.17.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.17.1" + }, + { "authors": [ - "Josh Triplett ", - "Alex Crichton " - ], - "categories": [ - "api-bindings" - ], - "keywords": [ - "git" + "The rust-url developers" ], - "readme": "README.md", - "repository": "https://github.com/rust-lang/git2-rs", - "homepage": null, - "documentation": "https://docs.rs/git2", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "idna", - "version": "0.3.0", - "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "unicode-bidi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "unicode-bidi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-normalization", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.17", + "features": [], "kind": null, - "rename": null, + "name": "unicode-normalization", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "assert_matches", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": "dev", - "rename": null, + "name": "assert_matches", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tester", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "tester", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/Cargo.toml", + "metadata": null, + "name": "idna", + "publish": null, + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "idna", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "idna", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/tests.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/tests/unit.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "unit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/unit.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "all", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/benches/all.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "all", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/benches/all.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.0" + }, + { "authors": [ - "The rust-url developers" + "Alex Crichton " ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/rust-url/", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "jobserver", - "version": "0.1.26", - "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "An implementation of the GNU make jobserver for Rust\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "num_cpus", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-process", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-process", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "libc", + "registry": null, + "rename": null, + "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.50", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.50", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true } ], + "description": "An implementation of the GNU make jobserver for Rust\n", + "documentation": "https://docs.rs/jobserver", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/alexcrichton/jobserver-rs", + "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/Cargo.toml", + "metadata": null, + "name": "jobserver", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/jobserver-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "jobserver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "jobserver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "client", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/tests/client.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "client", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "server", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/tests/server.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "server", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/server.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "client-of-myself", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/tests/client-of-myself.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "client-of-myself", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client-of-myself.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "make-as-a-client", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/tests/make-as-a-client.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "make-as-a-client", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/make-as-a-client.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "helper", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/tests/helper.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "helper", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/helper.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.26/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.26" + }, + { "authors": [ - "Alex Crichton " + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" ], - "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/alexcrichton/jobserver-rs", - "homepage": "https://github.com/alexcrichton/jobserver-rs", - "documentation": "https://docs.rs/jobserver", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "libc", - "version": "0.2.112", - "id": "libc 0.2.112 (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", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "libc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/tests/const_fn.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -1543,7 +1505,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1554,147 +1528,146 @@ } } }, + "name": "libc", "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": "libgit2-sys", - "version": "0.15.1+1.6.4", - "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Native bindings to the libgit2 library", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ + "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], "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 + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/src/lib.rs", + "test": true }, { - "name": "libssh2-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/tests/const_fn.rs", + "test": true }, { - "name": "libz-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", - "kind": null, - "rename": null, + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/build.rs", + "test": false + } + ], + "version": "0.2.112" + }, + { + "authors": [ + "Josh Triplett ", + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "libc", "optional": false, - "uses_default_features": false, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "libssh2-sys", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "libc" ], + "kind": null, + "name": "libz-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.43", - "kind": "build", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "parallel" ], + "kind": "build", + "name": "cc", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.43", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.7", + "features": [], "kind": "build", - "rename": null, + "name": "pkg-config", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": null, - "rename": null, + "name": "openssl-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "libgit2_sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.15.1+1.6.4/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.15.1+1.6.4/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Native bindings to the libgit2 library", + "documentation": null, + "edition": "2018", "features": { "https": [ "openssl-sys" @@ -1718,150 +1691,151 @@ "libssh2-sys?/zlib-ng-compat" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.15.1+1.6.4/Cargo.toml", + "homepage": null, + "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": "git2", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/Cargo.toml", "metadata": null, + "name": "libgit2-sys", "publish": null, - "authors": [ - "Josh Triplett ", - "Alex Crichton " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/rust-lang/git2-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": "git2", - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "libgit2_sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/build.rs", + "test": false + } + ], + "version": "0.15.1+1.6.4" }, { - "name": "libssh2-sys", - "version": "0.3.0", - "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Native bindings to the libssh2 library", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Alex Crichton ", + "Wez Furlong ", + "Matteo Bigoi " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libz-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "libc" ], + "kind": null, + "name": "libz-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.11", + "features": [], "kind": "build", - "rename": null, + "name": "pkg-config", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "vcpkg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "build", - "rename": null, + "name": "vcpkg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_env = \"msvc\")", - "registry": null + "uses_default_features": true }, { - "name": "openssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.35", + "features": [], "kind": null, - "rename": null, + "name": "openssl-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.35", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "openssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.35", + "features": [], "kind": null, - "rename": null, + "name": "openssl-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.35", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "libssh2_sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.3.0/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.3.0/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Native bindings to the libssh2 library", + "documentation": "https://docs.rs/libssh2-sys", + "edition": "2015", "features": { "openssl-on-win32": [ "openssl-sys" @@ -1876,125 +1850,127 @@ "libz-sys/zlib-ng" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.3.0/Cargo.toml", + "homepage": null, + "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": "ssh2", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/Cargo.toml", "metadata": null, + "name": "libssh2-sys", "publish": null, - "authors": [ - "Alex Crichton ", - "Wez Furlong ", - "Matteo Bigoi " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/alexcrichton/ssh2-rs", - "homepage": null, - "documentation": "https://docs.rs/libssh2-sys", - "edition": "2015", - "links": "ssh2", - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libssh2_sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/build.rs", + "test": false + } + ], + "version": "0.3.0" }, { - "name": "libz-sys", - "version": "1.1.8", - "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Low-level bindings to the system libz library (also known as zlib).", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Alex Crichton ", + "Josh Triplett " + ], + "categories": [ + "compression", + "external-ffi-bindings" + ], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.43", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.43", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.18", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cmake", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.44", + "features": [], "kind": "build", - "rename": null, + "name": "cmake", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.44", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.9", + "features": [], "kind": "build", - "rename": null, + "name": "pkg-config", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "vcpkg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "build", - "rename": null, + "name": "vcpkg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_env = \"msvc\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "libz-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Low-level bindings to the system libz library (also known as zlib).", + "documentation": null, + "edition": "2018", "features": { "asm": [], "cmake": [ @@ -2014,226 +1990,182 @@ "cmake" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alex Crichton ", - "Josh Triplett " - ], - "categories": [ - "compression", - "external-ffi-bindings" - ], + "homepage": null, + "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "zlib", "zlib-ng" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": "z", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/Cargo.toml", + "metadata": null, + "name": "libz-sys", + "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/libz-sys", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": "z", - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "libz-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/build.rs", + "test": false + } + ], + "version": "1.1.8" }, { - "name": "log", - "version": "0.4.17", - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "development-tools::debugging" + ], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", + "features": [], "kind": null, - "rename": null, + "name": "sval", "optional": true, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - }, - { - "name": "value-bag", + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", + "target": null, + "uses_default_features": false + }, + { + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], - "target": null, - "registry": null - }, - { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", "kind": "dev", - "rename": null, + "name": "sval", "optional": false, - "uses_default_features": true, - "features": [ - "test" - ], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "filters", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/filters.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ + "features": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/macros.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "value", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/benches/value.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "value-bag", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://docs.rs/log", + "edition": "2015", "features": { "kv_unstable": [ "value-bag" @@ -2276,7 +2208,15 @@ "dep:value-bag" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml", + "homepage": null, + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2290,442 +2230,463 @@ } } }, + "name": "log", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "development-tools::debugging" - ], - "keywords": [ - "logging" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/log", - "homepage": null, - "documentation": "https://docs.rs/log", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "once_cell", - "version": "1.9.0", - "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Single assignment cells and lazy values.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "atomic-polyfill", - "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": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - }, - { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.2", - "kind": "dev", - "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.0.0", - "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.2.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench.rs", - "edition": "2018", - "required-features": [ - "std" - ], "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ - "example" + "test" ], + "name": "filters", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bench_acquire", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench_acquire.rs", - "edition": "2018", - "required-features": [ - "std" - ], "doc": false, "doctest": false, - "test": false + "edition": "2015", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", + "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "example" + "bench" ], + "name": "value", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bench_vs_lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench_vs_lazy_static.rs", - "edition": "2018", - "required-features": [ - "std" - ], "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", "test": false + } + ], + "version": "0.4.17" + }, + { + "authors": [ + "Aleksey Kladov " + ], + "categories": [ + "rust-patterns", + "memory-management" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "atomic-polyfill", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { + "features": [], + "kind": null, + "name": "parking_lot", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "crossbeam-utils", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "lazy_static", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "regex", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Single assignment cells and lazy values.", + "documentation": "https://docs.rs/once_cell", + "edition": "2018", + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "dep:atomic-polyfill" + ], + "default": [ + "std" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "homepage": null, + "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lazy", + "static" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "once_cell", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ - "example" + "lib" ], + "name": "once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/src/lib.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "bench", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "example" ], + "name": "bench_acquire", + "required-features": [ + "std" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_acquire.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "reentrant_init_deadlocks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/reentrant_init_deadlocks.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "bench_vs_lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_vs_lazy_static.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "example" ], + "name": "lazy_static", + "required-features": [ + "std" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/lazy_static.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "regex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/regex.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "reentrant_init_deadlocks", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/reentrant_init_deadlocks.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "example" ], + "name": "regex", + "required-features": [ + "std" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/regex.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "test_synchronization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/test_synchronization.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "test_synchronization", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/test_synchronization.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "it", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/tests/it.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "it", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/tests/it.rs", "test": true } ], - "features": { - "alloc": [ - "race" - ], - "atomic-polyfill": [ - "dep:atomic-polyfill" - ], - "default": [ - "std" - ], - "parking_lot": [ - "dep:parking_lot" - ], - "race": [], - "std": [ - "alloc" - ], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "1.9.0" + }, + { "authors": [ - "Aleksey Kladov " + "Steven Fackler " ], "categories": [ - "rust-patterns", - "memory-management" - ], - "keywords": [ - "lazy", - "static" + "cryptography", + "api-bindings" ], - "readme": "README.md", - "repository": "https://github.com/matklad/once_cell", - "homepage": null, - "documentation": "https://docs.rs/once_cell", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "openssl", - "version": "0.10.52", - "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0", - "license_file": null, - "description": "OpenSSL bindings", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.87", + "features": [], "kind": null, - "rename": "ffi", + "name": "openssl-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "ffi", + "req": "^0.9.87", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.5.2", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl-macros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": null, - "rename": null, + "name": "openssl-macros", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "hex", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "openssl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "mk_certs", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/examples/mk_certs.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "OpenSSL bindings", + "documentation": null, + "edition": "2018", "features": { "bindgen": [ "ffi/bindgen" @@ -2742,294 +2703,309 @@ "ffi/vendored" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Steven Fackler " - ], - "categories": [ - "cryptography", - "api-bindings" - ], + "homepage": null, + "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "crypto", "tls", "ssl", "dtls" ], + "license": "Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/Cargo.toml", + "metadata": null, + "name": "openssl", + "publish": null, "readme": "README.md", "repository": "https://github.com/sfackler/rust-openssl", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "openssl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "mk_certs", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/examples/mk_certs.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/build.rs", + "test": false + } + ], + "version": "0.10.52" }, { - "name": "openssl-macros", - "version": "0.1.1", - "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Internal macros used by the openssl crate.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Internal macros used by the openssl crate.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/Cargo.toml", + "metadata": null, + "name": "openssl-macros", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "openssl-macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-macros-0.1.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "openssl-macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-macros-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.1" }, { - "name": "openssl-probe", - "version": "0.1.5", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL\n", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": "https://github.com/alexcrichton/openssl-probe", "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL\n", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/Cargo.toml", + "metadata": null, + "name": "openssl-probe", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/openssl-probe", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "openssl-probe", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.5/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "openssl-probe", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "probe", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.5/examples/probe.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "probe", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/examples/probe.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.5/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.5" + }, + { "authors": [ - "Alex Crichton " + "Alex Crichton ", + "Steven Fackler " + ], + "categories": [ + "cryptography", + "external-ffi-bindings" ], - "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/alexcrichton/openssl-probe", - "homepage": "https://github.com/alexcrichton/openssl-probe", - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "openssl-sys", - "version": "0.9.87", - "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "FFI bindings to OpenSSL", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bssl-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": null, - "rename": null, + "name": "bssl-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.64.0", - "kind": "build", - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "experimental" ], - "target": null, - "registry": null - }, - { - "name": "cc", + "kind": "build", + "name": "bindgen", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.64.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.61", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.61", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "openssl-src", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^111", + "features": [], "kind": "build", - "rename": null, + "name": "openssl-src", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^111", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.9", + "features": [], "kind": "build", - "rename": null, + "name": "pkg-config", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "vcpkg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": "build", - "rename": null, + "name": "vcpkg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_env = \"msvc\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "openssl-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-main", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/build/main.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "FFI bindings to OpenSSL", + "documentation": null, + "edition": "2018", "features": { "bindgen": [ "dep:bindgen" @@ -3047,1383 +3023,1329 @@ "openssl-src" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/Cargo.toml", + "homepage": null, + "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": "openssl", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/Cargo.toml", "metadata": { "pkg-config": { "openssl": "1.0.1" } }, + "name": "openssl-sys", "publish": null, - "authors": [ - "Alex Crichton ", - "Steven Fackler " - ], - "categories": [ - "cryptography", - "external-ffi-bindings" - ], - "keywords": [], "readme": "README.md", "repository": "https://github.com/sfackler/rust-openssl", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": "openssl", - "default_run": null, - "rust_version": null - }, - { - "name": "percent-encoding", - "version": "2.2.0", - "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Percent encoding and decoding", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "percent-encoding", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "openssl-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/src/lib.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-main", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/build/main.rs", + "test": false } ], + "version": "0.9.87" + }, + { + "authors": [ + "The rust-url developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Percent encoding and decoding", + "documentation": null, + "edition": "2018", "features": { "alloc": [], "default": [ "alloc" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/Cargo.toml", + "homepage": null, + "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/Cargo.toml", "metadata": null, + "name": "percent-encoding", "publish": null, - "authors": [ - "The rust-url developers" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/servo/rust-url/", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.51" + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "percent-encoding", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/src/lib.rs", + "test": true + } + ], + "version": "2.2.0" }, { - "name": "pkg-config", - "version": "0.3.24", - "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/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", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", + "documentation": "https://docs.rs/pkg-config", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/Cargo.toml", + "metadata": null, + "name": "pkg-config", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/pkg-config-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pkg-config", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.24/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "pkg-config", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.24/tests/test.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/tests/test.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.24/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.24" + }, + { "authors": [ + "David Tolnay ", "Alex Crichton " ], - "categories": [], - "keywords": [ - "build-dependencies" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "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", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/features.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/comments.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/marker.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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, + "version": "1.0.56" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "David Tolnay " ], "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": "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.66", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro" + ] + }, + "homepage": null, + "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "quote", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/quote", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "quote", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/compiletest.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "proc-macro": [ - "proc-macro2/proc-macro" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.26" + }, + { "authors": [ "David Tolnay " ], "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "macros", - "syn" + "development-tools::procedural-macro-helpers", + "parser-implementations" ], - "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": "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.55", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-ident", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2021", + "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": [] + }, + "homepage": null, + "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_should_parse.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_visibility.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_should_parse.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_stmt.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_round_trip.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_visibility.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_size.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_shebang.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_stmt.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_pat.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_receiver.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_round_trip.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_precedence.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_lit.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_size.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/regression.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_parse_stream.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_shebang.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_grouping.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_ident.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_pat.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_iterators.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_parse_buffer.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_precedence.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_asyncness.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_token_trees.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_ty.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/zzz_stable.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_meta.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_expr.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_item.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_path.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_derive_input.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_generics.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/tests/test_attribute.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/zzz_stable.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.15/benches/rust.rs", - "edition": "2021", - "required-features": [ - "full", - "parsing" - ], "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ - "bench" + "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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 " - ], - "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": "tinyvec", - "version": "1.6.0", - "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Zlib OR Apache-2.0 OR MIT", - "license_file": null, - "description": "`tinyvec` provides 100% safe vec-like data structures.", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "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.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - }, - { - "name": "tinyvec_macros", - "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": "criterion", - "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": "serde_test", - "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": "smallvec", - "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" + "edition": "2021", + "kind": [ + "test" ], - "name": "tinyvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_expr.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tinyvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/tests/tinyvec.rs", - "edition": "2018", - "required-features": [ - "alloc", - "std" - ], "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_path.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "arrayvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/tests/arrayvec.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_generics.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/benches/macros.rs", - "edition": "2018", - "required-features": [ - "alloc" - ], "doc": false, "doctest": false, - "test": false + "edition": "2021", + "kind": [ + "test" + ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_attribute.rs", + "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "bench" ], + "name": "rust", + "required-features": [ + "full", + "parsing" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/rust.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "smallvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/benches/smallvec.rs", - "edition": "2018", - "required-features": [ - "alloc", - "real_blackbox" - ], "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "file", + "required-features": [ + "full", + "parsing" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/file.rs", "test": false } ], + "version": "2.0.15" + }, + { + "authors": [ + "Lokathor " + ], + "categories": [ + "data-structures", + "no-std" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "arbitrary", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": null, + "name": "tinyvec_macros", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "criterion", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "smallvec", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "`tinyvec` provides 100% safe vec-like data structures.", + "documentation": null, + "edition": "2018", "features": { "alloc": [ "tinyvec_macros" @@ -4455,7 +4377,17 @@ "dep:tinyvec_macros" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/Cargo.toml", + "homepage": null, + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "vec", + "no_std", + "no-std" + ], + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4484,164 +4416,205 @@ ] } }, + "name": "tinyvec", "publish": null, - "authors": [ - "Lokathor " - ], - "categories": [ - "data-structures", - "no-std" + "readme": "README.md", + "repository": "https://github.com/Lokathor/tinyvec", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "tinyvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tinyvec", + "required-features": [ + "alloc", + "std" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "arrayvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "macros", + "required-features": [ + "alloc" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "smallvec", + "required-features": [ + "alloc", + "real_blackbox" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", + "test": false + } ], - "keywords": [ - "vec", - "no_std", - "no-std" + "version": "1.6.0" + }, + { + "authors": [ + "Soveu " ], - "readme": "README.md", - "repository": "https://github.com/Lokathor/tinyvec", - "homepage": null, + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Some macros for tiny containers", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "tinyvec_macros", - "version": "0.1.1", + "features": {}, + "homepage": null, "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0 OR Zlib", "license_file": null, - "description": "Some macros for tiny containers", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", + "metadata": null, + "name": "tinyvec_macros", + "publish": null, + "readme": null, + "repository": "https://github.com/Soveu/tinyvec_macros", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "tinyvec_macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "tinyvec_macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Soveu " + "The Servo Project Developers" + ], + "categories": [ + "no-std", + "encoding", + "text-processing" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/Soveu/tinyvec_macros", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "unicode-bidi", - "version": "0.3.13", - "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation of the Unicode Bidirectional Algorithm", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "flame", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "flame", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flamer", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "flamer", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.8, <2.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": ">=0.8, <2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.8, <2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.8, <2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "unicode_bidi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "conformance_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/tests/conformance_tests.rs", - "edition": "2018", - "required-features": [ - "hardcoded-data" - ], - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Implementation of the Unicode Bidirectional Algorithm", + "documentation": "https://docs.rs/unicode-bidi/", + "edition": "2018", "features": { "bench_it": [], "default": [ @@ -4668,17 +4641,8 @@ "serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "no-std", - "encoding", - "text-processing" - ], + "homepage": null, + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "rtl", "unicode", @@ -4686,681 +4650,714 @@ "layout", "bidi" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/Cargo.toml", + "metadata": null, + "name": "unicode-bidi", + "publish": null, "readme": "README.md", "repository": "https://github.com/servo/unicode-bidi", - "homepage": null, - "documentation": "https://docs.rs/unicode-bidi/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode_bidi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "conformance_tests", + "required-features": [ + "hardcoded-data" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/tests/conformance_tests.rs", + "test": true + } + ], + "version": "0.3.13" }, { - "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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fst", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "fst", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, - { - "name": "roaring", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + { + "features": [], "kind": "dev", - "rename": null, + "name": "roaring", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ucd-trie", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "ucd-trie", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", + "features": [], "kind": "dev", - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", + "documentation": "https://docs.rs/unicode-ident", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unicode", + "xid" + ], + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "unicode-ident", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/unicode-ident", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "static_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/tests/static_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "static_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/static_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compare", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/tests/compare.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compare", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/compare.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/benches/xid.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/benches/xid.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.8" + }, + { "authors": [ - "David Tolnay " - ], - "categories": [ - "development-tools::procedural-macro-helpers", - "no-std" - ], - "keywords": [ - "unicode", - "xid" + "kwantam ", + "Manish Goregaokar " ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/unicode-ident", - "homepage": null, - "documentation": "https://docs.rs/unicode-ident", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.31" - }, - { - "name": "unicode-normalization", - "version": "0.1.22", - "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "tinyvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "alloc" ], + "kind": null, + "name": "tinyvec", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", + "documentation": "https://docs.rs/unicode-normalization/", + "edition": "2018", + "features": { + "default": [ + "std" + ], + "std": [] + }, + "homepage": "https://github.com/unicode-rs/unicode-normalization", + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "text", + "unicode", + "normalization", + "decomposition", + "recomposition" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/Cargo.toml", + "metadata": null, + "name": "unicode-normalization", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-normalization", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-normalization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-normalization", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/benches/bench.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.22" + }, + { "authors": [ - "kwantam ", - "Manish Goregaokar " + "The rust-url developers" ], - "categories": [], - "keywords": [ - "text", - "unicode", - "normalization", - "decomposition", - "recomposition" + "categories": [ + "parser-implementations", + "web-programming", + "encoding" ], - "readme": "README.md", - "repository": "https://github.com/unicode-rs/unicode-normalization", - "homepage": "https://github.com/unicode-rs/unicode-normalization", - "documentation": "https://docs.rs/unicode-normalization/", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "url", - "version": "2.3.1", - "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "URL library for Rust, based on the WHATWG URL Standard", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "form_urlencoded", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": null, - "registry": null - }, - { - "name": "idna", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", "kind": null, - "rename": null, + "name": "form_urlencoded", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "percent-encoding", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.0", + "features": [], "kind": null, - "rename": null, + "name": "idna", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, + "name": "percent-encoding", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, + "req": "^2.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test_parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test_parser", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "URL library for Rust, based on the WHATWG URL Standard", + "documentation": "https://docs.rs/url", + "edition": "2018", + "features": { + "debugger_visualizer": [], + "default": [], + "expose_internals": [], + "serde": [ + "dep:serde" + ] + }, + "homepage": null, + "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "url", + "parser" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/Cargo.toml", + "metadata": null, + "name": "url", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/servo/rust-url", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "url", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "url", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "debugger_visualizer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/debugger_visualizer.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "debugger_visualizer", "required-features": [ "debugger_visualizer" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/debugger_visualizer.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "data", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/data.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "data", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/data.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/unit.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "unit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/unit.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "parse_url", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/benches/parse_url.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "parse_url", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/benches/parse_url.rs", "test": false } ], - "features": { - "debugger_visualizer": [], - "default": [], - "expose_internals": [], - "serde": [ - "dep:serde" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "2.3.1" + }, + { "authors": [ - "The rust-url developers" + "Jim McGrath " ], "categories": [ - "parser-implementations", - "web-programming", - "encoding" - ], - "keywords": [ - "url", - "parser" + "development-tools::build-utils" ], - "readme": "README.md", - "repository": "https://github.com/servo/rust-url", - "homepage": null, - "documentation": "https://docs.rs/url", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "vcpkg", - "version": "0.2.15", - "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo 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", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.7", + "features": [], "kind": "dev", - "rename": null, + "name": "tempdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n", + "documentation": "https://docs.rs/vcpkg", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies", + "windows", + "macos", + "linux" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/Cargo.toml", + "metadata": null, + "name": "vcpkg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/mcgoo/vcpkg-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "vcpkg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.15/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "vcpkg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.15/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Jim McGrath " - ], - "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "build-dependencies", - "windows", - "macos", - "linux" - ], - "readme": "README.md", - "repository": "https://github.com/mcgoo/vcpkg-rs", - "homepage": null, - "documentation": "https://docs.rs/vcpkg", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.2.15" } ], - "workspace_members": [ - "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" - ], "resolve": { "nodes": [ { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)", "dependencies": [ "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "git2", - "pkg": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "git2", + "pkg": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl", - "pkg": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "openssl", + "pkg": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" }, { - "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "jobserver", - "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "jobserver", + "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "jobserver", "parallel" - ] + ], + "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "foreign_types_shared", - "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types_shared", + "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "percent_encoding", - "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "percent_encoding", + "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5372,74 +5369,74 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libgit2_sys", - "pkg": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libgit2_sys", + "pkg": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl_probe", - "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(unix, not(target_os = \"macos\")))" } - ] + ], + "name": "openssl_probe", + "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl_sys", - "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(unix, not(target_os = \"macos\")))" } - ] + ], + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "url", - "pkg": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "url", + "pkg": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -5449,68 +5446,68 @@ "openssl-sys", "ssh", "ssh_key_from_memory" - ] + ], + "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_bidi", - "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_bidi", + "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_normalization", - "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5521,64 +5518,64 @@ ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libssh2_sys", - "pkg": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libssh2_sys", + "pkg": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libz_sys", - "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libz_sys", + "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl_sys", - "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pkg_config", - "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "pkg_config", + "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -5587,10 +5584,10 @@ "openssl-sys", "ssh", "ssh_key_from_memory" - ] + ], + "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5601,70 +5598,70 @@ ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libz_sys", - "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libz_sys", + "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl_sys", - "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pkg_config", - "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "pkg_config", + "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "vcpkg", - "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": "cfg(target_env = \"msvc\")" } - ] + ], + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5673,71 +5670,71 @@ ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pkg_config", - "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "pkg_config", + "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "vcpkg", - "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": "cfg(target_env = \"msvc\")" } - ] + ], + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "libc" - ] + ], + "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -5745,10 +5742,10 @@ "default", "race", "std" - ] + ], + "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5760,82 +5757,82 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "openssl_macros", - "pkg": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "openssl_macros", + "pkg": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ffi", - "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ffi", + "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "openssl-macros 0.1.1 (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)", @@ -5843,46 +5840,46 @@ ], "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": "proc_macro2", + "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "syn", - "pkg": "syn 2.0.15 (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)" } ], - "features": [] + "features": [], + "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5891,109 +5888,109 @@ ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pkg_config", - "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "pkg_config", + "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "vcpkg", - "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": "cfg(target_env = \"msvc\")" } - ] + ], + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "alloc", "default" - ] + ], + "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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 } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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 } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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)", @@ -6001,34 +5998,34 @@ ], "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": "proc_macro2", + "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.8 (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)" } ], "features": [ @@ -6040,77 +6037,77 @@ "printing", "proc-macro", "quote" - ] + ], + "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "tinyvec_macros", - "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tinyvec_macros", + "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "alloc", "default", "tinyvec_macros" - ] + ], + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "hardcoded-data", "std" - ] + ], + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "tinyvec", - "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tinyvec", + "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6118,51 +6115,57 @@ ], "deps": [ { - "name": "form_urlencoded", - "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "form_urlencoded", + "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "idna", - "pkg": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "idna", + "pkg": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "percent_encoding", - "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "percent_encoding", + "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" }, "target_directory": "{TEMP_DIR}/build_scripts/target", "version": 1, - "workspace_root": "{TEMP_DIR}/build_scripts", - "metadata": null + "workspace_default_members": [ + "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" + ], + "workspace_members": [ + "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" + ], + "workspace_root": "{TEMP_DIR}/build_scripts" } diff --git a/crate_universe/test_data/metadata/common/metadata.json b/crate_universe/test_data/metadata/common/metadata.json index 4e542c8d55..dde6341350 100644 --- a/crate_universe/test_data/metadata/common/metadata.json +++ b/crate_universe/test_data/metadata/common/metadata.json @@ -1,155 +1,115 @@ { + "metadata": null, "packages": [ { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -164,7 +124,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -174,92 +145,93 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], + "version": "1.3.2" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "compiler_builtins", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -272,172 +244,203 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", + "test": true + } + ], + "version": "1.0.0" }, { - "name": "common", - "version": "0.1.0", - "id": "common 0.1.0 (path+file://{TEMP_DIR}/common)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.3.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "common 0.1.0 (path+file://{TEMP_DIR}/common)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/common/Cargo.toml", + "metadata": null, + "name": "common", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "common", "src_path": "{TEMP_DIR}/common/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true }, { - "kind": [ + "crate_types": [ "bin" ], - "crate_types": [ + "doc": true, + "doctest": false, + "edition": "2018", + "kind": [ "bin" ], "name": "common-bin", "src_path": "{TEMP_DIR}/common/main.rs", - "edition": "2018", - "doc": true, - "doctest": false, "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "common-test", - "src_path": "{TEMP_DIR}/common/test.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "common-test", + "src_path": "{TEMP_DIR}/common/test.rs", "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/common/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" } ], - "workspace_members": [ - "common 0.1.0 (path+file://{TEMP_DIR}/common)" - ], "resolve": { "nodes": [ { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "common 0.1.0 (path+file://{TEMP_DIR}/common)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "common 0.1.0 (path+file://{TEMP_DIR}/common)" } ], "root": "common 0.1.0 (path+file://{TEMP_DIR}/common)" }, "target_directory": "{TEMP_DIR}/common/target", "version": 1, - "workspace_root": "{TEMP_DIR}/common", - "metadata": null + "workspace_default_members": [ + "common 0.1.0 (path+file://{TEMP_DIR}/common)" + ], + "workspace_members": [ + "common 0.1.0 (path+file://{TEMP_DIR}/common)" + ], + "workspace_root": "{TEMP_DIR}/common" } diff --git a/crate_universe/test_data/metadata/crate_combined_features/metadata.json b/crate_universe/test_data/metadata/crate_combined_features/metadata.json index de8ba55960..e55a98f1dc 100644 --- a/crate_universe/test_data/metadata/crate_combined_features/metadata.json +++ b/crate_universe/test_data/metadata/crate_combined_features/metadata.json @@ -1,1139 +1,1044 @@ { + "metadata": null, "packages": [ { - "name": "assign", - "version": "1.1.1", + "authors": [ + "Alan Darmasaputra ", + "Jonas Platte " + ], + "categories": [ + "no-std" + ], + "default_run": null, + "dependencies": [], + "description": "Simple macro to allow mutating instance with declarative flavor", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, "id": "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macro" + ], "license": "MIT", "license_file": "LICENSE", - "description": "Simple macro to allow mutating instance with declarative flavor", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/assign-1.1.1/Cargo.toml", + "metadata": null, + "name": "assign", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/Kelerchian/assign", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "assign", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/assign-1.1.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "assign", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/assign-1.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/assign-1.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.1" + }, + { "authors": [ - "Alan Darmasaputra ", - "Jonas Platte " + "Josh Stone " ], "categories": [ - "no-std" - ], - "keywords": [ - "macro" + "development-tools::build-utils" ], - "readme": "README.md", - "repository": "https://github.com/Kelerchian/assign", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "autocfg", - "version": "1.1.0", + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "Josh Stone " + "Alice Maz ", + "Marshall Pierce " ], "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "encoding" ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "base64", - "version": "0.13.1", - "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "encodes and decodes base64 as bytes or utf8", - "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.3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.1", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "structopt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "structopt", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "encodes and decodes base64 as bytes or utf8", + "documentation": "https://docs.rs/base64", + "edition": "2018", + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [] + }, + "homepage": null, + "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "base64", + "utf8", + "encode", + "decode", + "no_std" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/Cargo.toml", + "metadata": null, + "name": "base64", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/marshallpierce/rust-base64", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "base64", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "base64", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "base64", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/examples/base64.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], - "crate_types": [ - "bin" - ], - "name": "make_tables", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/examples/make_tables.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "base64", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/examples/base64.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "encode", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/encode.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" + "example" ], + "name": "make_tables", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/examples/make_tables.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "helpers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/helpers.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "encode", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/encode.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "decode", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/decode.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "helpers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/helpers.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "decode", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/decode.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "benchmarks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/benches/benchmarks.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "benchmarks", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/benches/benchmarks.rs", "test": false } ], - "features": { - "alloc": [], - "default": [ - "std" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.13.1" + }, + { "authors": [ - "Alice Maz ", - "Marshall Pierce " + "Carl Lerche ", + "Sean McArthur " ], "categories": [ - "encoding" - ], - "keywords": [ - "base64", - "utf8", - "encode", - "decode", - "no_std" + "network-programming", + "data-structures" ], - "readme": "README.md", - "repository": "https://github.com/marshallpierce/rust-base64", - "homepage": null, - "documentation": "https://docs.rs/base64", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "bytes", - "version": "1.4.0", - "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Types and traits for working with bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.60", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "alloc" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "loom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "loom", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(loom)", - "registry": null + "uses_default_features": true } ], + "description": "Types and traits for working with bytes", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "homepage": null, + "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "buffers", + "zero-copy", + "io" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "bytes", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/bytes", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_buf.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_bytes_odd_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_bytes_odd_alloc.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_bytes_odd_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes_odd_alloc.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_bytes.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_debug", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_debug.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_debug", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_debug.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iter", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_iter.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_iter", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_iter.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_reader", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_reader.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_reader", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_reader.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_bytes_vec_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_bytes_vec_alloc.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_bytes_vec_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes_vec_alloc.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_chain", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_chain.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_chain", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_chain.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_serde.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_serde.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_buf_mut", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_buf_mut.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_buf_mut", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_buf_mut.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_take", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/tests/test_take.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_take", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_take.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/benches/buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/buf.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bytes_mut", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/benches/bytes_mut.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "bytes_mut", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/bytes_mut.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/benches/bytes.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/bytes.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bytes-1.4.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "1.4.0" + }, + { "authors": [ - "Carl Lerche ", - "Sean McArthur " - ], - "categories": [ - "network-programming", - "data-structures" - ], - "keywords": [ - "buffers", - "zero-copy", - "io" + "Alex Crichton " ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/bytes", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, + "categories": [], "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", + "metadata": null, + "name": "cfg-if", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cfg-if", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], - "features": { - "compiler_builtins": [ - "dep:compiler_builtins" - ], - "core": [ - "dep:core" - ], - "rustc-dep-of-std": [ - "core", - "compiler_builtins" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alex Crichton " - ], - "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 + "version": "1.0.0" }, { - "name": "crate-combined-features", - "version": "0.1.0", - "id": "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "ruma", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "ruma", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2021", + "features": {}, + "homepage": null, + "id": "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/crate_combined_features/Cargo.toml", + "metadata": null, + "name": "crate-combined-features", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ "lib" ], "name": "crate-combined-features", "src_path": "{TEMP_DIR}/crate_combined_features/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/crate_combined_features/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], + "version": "0.1.0" + }, + { + "authors": [ + "The rust-url developers" + ], "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "form_urlencoded", - "version": "1.1.0", - "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "percent-encoding", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.0", + "features": [], "kind": null, - "rename": null, + "name": "percent-encoding", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/Cargo.toml", + "metadata": null, + "name": "form_urlencoded", + "publish": null, + "readme": null, + "repository": "https://github.com/servo/rust-url", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "form_urlencoded", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.1.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "form_urlencoded", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/src/lib.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "The rust-url developers" + "Amanieu d'Antras " + ], + "categories": [ + "data-structures", + "no-std" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/rust-url", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "hashbrown", - "version": "0.12.3", - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A Rust port of Google's SwissTable hash map", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "ahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", + "features": [], "kind": null, - "rename": null, + "name": "ahash", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.5.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": true, "features": [ "small_rng" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hashbrown", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/serde.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "rayon", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/rayon.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/set.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "hasher", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/hasher.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "insert_unique_unchecked", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/bench.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A Rust port of Google's SwissTable hash map", + "documentation": null, + "edition": "2021", "features": { "ahash": [ "dep:ahash" @@ -1175,7 +1080,18 @@ "dep:serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml", + "homepage": null, + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1188,614 +1104,667 @@ } } }, + "name": "hashbrown", "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "no_std", - "hashmap", - "swisstable" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/hashbrown", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56.0" - }, - { - "name": "idna", - "version": "0.3.0", - "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "unicode-bidi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "unicode-normalization", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.17", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "assert_matches", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "serde_json", - "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": "tester", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "idna", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/src/lib.rs", - "edition": "2018", "doc": true, - "doctest": false, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "hashbrown", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "rayon", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/tests/unit.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "hasher", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "bench" ], + "name": "insert_unique_unchecked", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "all", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/benches/all.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/idna-0.3.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.12.3" + }, + { "authors": [ "The rust-url developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/rust-url/", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "indexmap", - "version": "1.9.2", - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A hash table with consistent order and fast iteration.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, + "name": "unicode-bidi", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": false, - "features": [], + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", + "features": [], "kind": null, - "rename": null, + "name": "unicode-normalization", "optional": false, - "uses_default_features": false, - "features": [ - "raw" - ], + "registry": null, + "rename": null, + "req": "^0.1.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [], - "target": null, - "registry": null - }, - { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.1", - "kind": null, + "kind": "dev", + "name": "assert_matches", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "rustc-rayon", + "req": "^1.3", "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 + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [], - "target": null, - "registry": null - }, - { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "itertools", + "req": "^0.1", "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 + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", - "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", "kind": "dev", - "rename": null, + "name": "serde_json", "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", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [ - "small_rng" - ], + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tester", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": "build", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/Cargo.toml", + "metadata": null, + "name": "idna", + "publish": null, + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "indexmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/src/lib.rs", - "edition": "2021", "doc": true, - "doctest": true, + "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "idna", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/quick.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros_full_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/macros_full_path.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/tests.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "equivalent_trait", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/equivalent_trait.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/tests.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "unit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/unit.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "faststring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/faststring.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/bench.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "all", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/benches/all.rs", "test": false } ], - "features": { - "arbitrary": [ - "dep:arbitrary" - ], - "quickcheck": [ - "dep:quickcheck" - ], - "rayon": [ - "dep:rayon" - ], - "rustc-rayon": [ - "dep:rustc-rayon" - ], - "serde": [ - "dep:serde" - ], - "serde-1": [ - "serde" - ], - "std": [], - "test_debug": [], - "test_low_transition_point": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "arbitrary", - "quickcheck", - "serde-1", - "rayon" - ] - } - }, - "release": { - "no-dev-version": true, - "tag-name": "{{version}}" - } - }, - "publish": null, + "version": "0.3.0" + }, + { "authors": [], "categories": [ "data-structures", "no-std" ], - "keywords": [ - "hashmap", - "no_std" - ], - "readme": "README.md", - "repository": "https://github.com/bluss/indexmap", - "homepage": null, - "documentation": "https://docs.rs/indexmap/", - "edition": "2021", - "links": null, "default_run": null, - "rust_version": "1.56" - }, - { - "name": "itoa", - "version": "1.0.6", - "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Fast integer primitive to string conversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "no-panic", + "features": [], + "kind": null, + "name": "arbitrary", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "target": null, + "uses_default_features": false + }, + { + "features": [ + "raw" + ], + "kind": null, + "name": "hashbrown", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], "kind": null, + "name": "quickcheck", + "optional": true, + "registry": null, "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": null, + "name": "rayon", "optional": true, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^1.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [], + "kind": null, + "name": "rustc-rayon", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "fnv", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "fxhash", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "itertools", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "lazy_static", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "quickcheck", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [ + "small_rng" + ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "serde_derive", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "build", + "name": "autocfg", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A hash table with consistent order and fast iteration.", + "documentation": "https://docs.rs/indexmap/", + "edition": "2021", + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde" + ], + "std": [], + "test_debug": [], + "test_low_transition_point": [] + }, + "homepage": null, + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hashmap", + "no_std" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "arbitrary", + "quickcheck", + "serde-1", + "rayon" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "name": "indexmap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bluss/indexmap", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "itoa", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "indexmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "quick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/quick.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "macros_full_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/macros_full_path.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "equivalent_trait", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/equivalent_trait.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/tests.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "bench" ], + "name": "faststring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/faststring.rs", + "test": false + }, + { "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/benches/bench.rs", - "edition": "2018", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/bench.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/build.rs", "test": false } ], + "version": "1.9.2" + }, + { + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting", + "no-std" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "no-panic", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Fast integer primitive to string conversion", + "documentation": "https://docs.rs/itoa", + "edition": "2018", "features": { "no-panic": [ "dep:no-panic" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/Cargo.toml", + "homepage": null, + "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "integer" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1805,106 +1774,97 @@ } } }, + "name": "itoa", "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [ - "value-formatting", - "no-std" - ], - "keywords": [ - "integer" - ], "readme": "README.md", "repository": "https://github.com/dtolnay/itoa", - "homepage": null, - "documentation": "https://docs.rs/itoa", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.36" - }, - { - "name": "js_int", - "version": "0.2.2", - "id": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "JavaScript-interoperable integer types", + "rust_version": "1.36", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, - "features": [ - "derive" - ], - "target": null, - "registry": null - }, - { - "name": "serde_test", - "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": "js_int", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_int-0.2.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "itoa", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "int", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_int-0.2.2/tests/int.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "uint", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_int-0.2.2/tests/uint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/benches/bench.rs", + "test": false + } + ], + "version": "1.0.6" + }, + { + "authors": [ + "Jonas Platte " + ], + "categories": [ + "no-std" + ], + "default_run": null, + "dependencies": [ + { + "features": [ + "derive" + ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "JavaScript-interoperable integer types", + "documentation": null, + "edition": "2018", "features": { "default": [ "std" @@ -1920,92 +1880,116 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_int-0.2.2/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Jonas Platte " - ], - "categories": [ - "no-std" - ], + "homepage": null, + "id": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "integer", "no_std" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_int-0.2.2/Cargo.toml", + "metadata": null, + "name": "js_int", + "publish": null, "readme": "README.md", "repository": "https://github.com/ruma/js_int", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "js_int", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_int-0.2.2/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "int", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_int-0.2.2/tests/int.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "uint", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_int-0.2.2/tests/uint.rs", + "test": true + } + ], + "version": "0.2.2" }, { - "name": "js_option", - "version": "0.1.1", - "id": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "An Option-like type with separate null and undefined variants", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.125", + "features": [], "kind": null, - "rename": "serde_crate", + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "serde_crate", + "req": "^1.0.125", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.125", - "kind": "dev", - "rename": "serde_crate", - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": "serde_crate", + "req": "^1.0.125", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.64", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.64", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "js_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_option-0.1.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "An Option-like type with separate null and undefined variants", + "documentation": null, + "edition": "2018", "features": { "default": [ "serde" @@ -2017,1218 +2001,1207 @@ "dep:serde_crate" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js_option-0.1.1/Cargo.toml", + "homepage": null, + "id": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_option-0.1.1/Cargo.toml", "metadata": null, + "name": "js_option", "publish": null, - "authors": [], - "categories": [], - "keywords": [], "readme": "README.md", "repository": "https://github.com/ruma/js_option", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "js_option", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js_option-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" }, { - "name": "once_cell", - "version": "1.17.1", - "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Single assignment cells and lazy values.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Aleksey Kladov " + ], + "categories": [ + "rust-patterns", + "memory-management" + ], + "default_run": null, "dependencies": [ { - "name": "atomic-polyfill", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "atomic_polyfill", + "name": "atomic-polyfill", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "atomic_polyfill", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "critical_section", + "name": "critical-section", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "critical_section", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.3", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot_core", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", - "kind": "dev", - "rename": "critical_section", - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": "dev", + "name": "critical-section", + "optional": false, + "registry": null, + "rename": "critical_section", + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.7", + "features": [], "kind": "dev", - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Single assignment cells and lazy values.", + "documentation": "https://docs.rs/once_cell", + "edition": "2021", + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "critical-section" + ], + "atomic_polyfill": [ + "dep:atomic_polyfill" + ], + "critical-section": [ + "critical_section", + "atomic_polyfill" + ], + "critical_section": [ + "dep:critical_section" + ], + "default": [ + "std" + ], + "parking_lot": [ + "parking_lot_core" + ], + "parking_lot_core": [ + "dep:parking_lot_core" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "homepage": null, + "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lazy", + "static" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "once_cell", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/bench.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_acquire", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/bench_acquire.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_acquire", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench_acquire.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_vs_lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/bench_vs_lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_vs_lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench_vs_lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "reentrant_init_deadlocks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/reentrant_init_deadlocks.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "reentrant_init_deadlocks", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/reentrant_init_deadlocks.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "regex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/regex.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "regex", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/regex.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "test_synchronization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/examples/test_synchronization.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "test_synchronization", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/test_synchronization.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "it", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/tests/it.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "it", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/tests/it.rs", "test": true - } - ], - "features": { - "alloc": [ - "race" - ], - "atomic-polyfill": [ - "critical-section" - ], - "atomic_polyfill": [ - "dep:atomic_polyfill" - ], - "critical-section": [ - "critical_section", - "atomic_polyfill" - ], - "critical_section": [ - "dep:critical_section" - ], - "default": [ - "std" - ], - "parking_lot": [ - "parking_lot_core" - ], - "parking_lot_core": [ - "dep:parking_lot_core" - ], - "race": [], - "std": [ - "alloc" - ], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, - "authors": [ - "Aleksey Kladov " - ], - "categories": [ - "rust-patterns", - "memory-management" - ], - "keywords": [ - "lazy", - "static" + } ], - "readme": "README.md", - "repository": "https://github.com/matklad/once_cell", - "homepage": null, - "documentation": "https://docs.rs/once_cell", - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56" + "version": "1.17.1" }, { - "name": "percent-encoding", - "version": "2.2.0", + "authors": [ + "The rust-url developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Percent encoding and decoding", + "documentation": null, + "edition": "2018", + "features": { + "alloc": [], + "default": [ + "alloc" + ] + }, + "homepage": null, "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Percent encoding and decoding", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/Cargo.toml", + "metadata": null, + "name": "percent-encoding", + "publish": null, + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "rust_version": "1.51", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "percent-encoding", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "percent-encoding", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/src/lib.rs", "test": true } ], - "features": { - "alloc": [], - "default": [ - "alloc" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The rust-url developers" - ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/rust-url/", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.51" + "version": "2.2.0" }, { - "name": "pin-project-lite", - "version": "0.2.9", - "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A lightweight version of pin-project written with declarative macros.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "no-std", + "rust-patterns" + ], + "default_run": null, "dependencies": [ { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A lightweight version of pin-project written with declarative macros.\n", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "pin", + "macros" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "pin-project-lite", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/taiki-e/pin-project-lite", + "rust_version": "1.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pin-project-lite", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "pin-project-lite", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "proper_unpin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/proper_unpin.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "proper_unpin", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/proper_unpin.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "drop_order", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/drop_order.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "drop_order", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/drop_order.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "expandtest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/expandtest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "expandtest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/expandtest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lint", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/lint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "lint", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/lint.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/compiletest.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, - "authors": [], - "categories": [ - "no-std", - "rust-patterns" + "version": "0.2.9" + }, + { + "authors": [ + "Bastian K\u00f6cher " ], - "keywords": [ - "pin", - "macros" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "readme": "README.md", - "repository": "https://github.com/taiki-e/pin-project-lite", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.37" - }, - { - "name": "proc-macro-crate", - "version": "1.2.1", - "id": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "Replacement for crate (macro_rules keyword) in proc-macros\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.13.0", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.24", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "toml", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.2", + "features": [], "kind": null, - "rename": null, + "name": "toml", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.18", + "features": [], "kind": "dev", - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.33", + "features": [], "kind": "dev", - "rename": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Replacement for crate (macro_rules keyword) in proc-macros\n", + "documentation": "https://docs.rs/proc-macro-crate", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macro-rules", + "crate", + "macro", + "proc-macro" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.2.1/Cargo.toml", + "metadata": null, + "name": "proc-macro-crate", + "publish": null, + "readme": "./README.md", + "repository": "https://github.com/bkchr/proc-macro-crate", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro-crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.2.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro-crate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.2.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.2.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.2.1" + }, + { "authors": [ - "Bastian K\u00f6cher " + "David Tolnay ", + "Alex Crichton " ], "categories": [ "development-tools::procedural-macro-helpers" ], - "keywords": [ - "macro-rules", - "crate", - "macro", - "proc-macro" - ], - "readme": "./README.md", - "repository": "https://github.com/bkchr/proc-macro-crate", - "homepage": null, - "documentation": "https://docs.rs/proc-macro-crate", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "proc-macro2", - "version": "1.0.52", - "id": "proc-macro2 1.0.52 (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", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/features.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/comments.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "custom-build" + "test" ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/tests/marker.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.52/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, + "version": "1.0.52" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "David Tolnay " ], "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": "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.66", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro" + ] + }, + "homepage": null, + "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "quote", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/quote", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "quote", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/compiletest.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "proc-macro": [ - "proc-macro2/proc-macro" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, - "authors": [ - "David Tolnay " - ], + "version": "1.0.26" + }, + { + "authors": [], "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "macros", - "syn" + "api-bindings", + "web-programming" ], - "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": "ruma", - "version": "0.6.4", - "id": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Types and traits for working with the Matrix protocol.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "assign", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": null, - "rename": null, + "name": "assign", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js_int", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", + "features": [], "kind": null, - "rename": null, + "name": "js_int", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-appservice-api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-appservice-api", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-client", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-client", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-client-api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14.1", + "features": [], "kind": null, - "rename": null, + "name": "ruma-client-api", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.14.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-common", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.3", + "features": [], "kind": null, - "rename": null, + "name": "ruma-common", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-federation-api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-federation-api", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-identity-service-api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-identity-service-api", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-push-gateway-api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-push-gateway-api", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-signatures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-signatures", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-state-res", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", + "features": [], "kind": null, - "rename": null, + "name": "ruma-state-res", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.118", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.118", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "ruma", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-0.6.4/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "outgoing", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-0.6.4/tests/outgoing.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Types and traits for working with the Matrix protocol.", + "documentation": null, + "edition": "2018", "features": { "__ci": [ "full", @@ -3507,7 +3480,18 @@ "ruma-push-gateway-api/unstable-pre-spec" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-0.6.4/Cargo.toml", + "homepage": "https://www.ruma.io/", + "id": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "matrix", + "chat", + "messaging", + "ruma" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-0.6.4/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3519,427 +3503,399 @@ } } }, + "name": "ruma", "publish": null, - "authors": [], - "categories": [ - "api-bindings", - "web-programming" - ], - "keywords": [ - "matrix", - "chat", - "messaging", - "ruma" - ], "readme": "README.md", "repository": "https://github.com/ruma/ruma", - "homepage": "https://www.ruma.io/", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ruma", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-0.6.4/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "outgoing", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-0.6.4/tests/outgoing.rs", + "test": true + } + ], + "version": "0.6.4" }, { - "name": "ruma-common", - "version": "0.9.3", - "id": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Common types for other ruma crates.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "base64", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.13.0", + "features": [], "kind": null, - "rename": null, + "name": "base64", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", + "features": [], "kind": null, - "rename": null, + "name": "bytes", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.3", + "features": [], "kind": null, - "rename": null, + "name": "criterion", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "form_urlencoded", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "form_urlencoded", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "getrandom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.6", + "features": [], "kind": null, - "rename": null, + "name": "getrandom", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "http", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.2", + "features": [], "kind": null, - "rename": null, + "name": "http", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "indexmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "serde-1" ], - "target": null, - "registry": null - }, - { - "name": "itoa", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", "kind": null, - "rename": null, + "name": "indexmap", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.6.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js_int", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", + "features": [], "kind": null, - "rename": null, + "name": "itoa", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "serde" ], + "kind": null, + "name": "js_int", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js_option", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": null, - "rename": null, + "name": "js_option", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "percent-encoding", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1.0", + "features": [], "kind": null, - "rename": null, + "name": "percent-encoding", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pulldown-cmark", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.1", + "features": [], "kind": null, - "rename": null, + "name": "pulldown-cmark", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.3", + "features": [], "kind": null, - "rename": "rand_crate", + "name": "rand", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "rand_crate", + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-identifiers-validation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.1", + "features": [], "kind": null, - "rename": null, + "name": "ruma-identifiers-validation", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "ruma-macros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.3", + "features": [], "kind": null, - "rename": null, + "name": "ruma-macros", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.118", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.118", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.64", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "raw_value" ], + "kind": null, + "name": "serde_json", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.64", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.26", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.26", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.25", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "url", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.2", + "features": [], "kind": null, - "rename": null, + "name": "url", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uuid", - "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": [ "v4" ], + "kind": null, + "name": "uuid", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wildmatch", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.0.0", + "features": [], "kind": null, - "rename": null, + "name": "wildmatch", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "assign", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": "dev", - "rename": null, + "name": "assign", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "http", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.2", + "features": [], "kind": "dev", - "rename": null, + "name": "http", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "maplit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "maplit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "matches", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.8", + "features": [], "kind": "dev", - "rename": null, + "name": "matches", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.42", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.42", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": true, - "uses_default_features": true, - "features": [], - "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "ruma-common", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-common-0.9.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-common-0.9.3/tests/tests.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "event_deserialize", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-common-0.9.3/benches/event_deserialize.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", + "uses_default_features": true } ], + "description": "Common types for other ruma crates.", + "documentation": null, + "edition": "2018", "features": { "api": [ "http", @@ -4027,7 +3983,18 @@ "dep:uuid" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-common-0.9.3/Cargo.toml", + "homepage": "https://www.ruma.io/", + "id": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "matrix", + "chat", + "messaging", + "ruma" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-common-0.9.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4039,66 +4006,89 @@ } } }, + "name": "ruma-common", "publish": null, - "authors": [], - "categories": [], - "keywords": [ - "matrix", - "chat", - "messaging", - "ruma" - ], "readme": "README.md", "repository": "https://github.com/ruma/ruma", - "homepage": "https://www.ruma.io/", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "ruma-identifiers-validation", - "version": "0.8.1", - "id": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Validation logic for ruma-common and ruma-macros", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.26", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "ruma-common", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-common-0.9.3/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "ruma-identifiers-validation", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-identifiers-validation-0.8.1/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-common-0.9.3/tests/tests.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "event_deserialize", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-common-0.9.3/benches/event_deserialize.rs", + "test": false + } + ], + "version": "0.9.3" + }, + { + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "thiserror", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.26", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Validation logic for ruma-common and ruma-macros", + "documentation": null, + "edition": "2018", "features": { "compat": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-identifiers-validation-0.8.1/Cargo.toml", + "homepage": "https://www.ruma.io/", + "id": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-identifiers-validation-0.8.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4106,435 +4096,421 @@ } } }, + "name": "ruma-identifiers-validation", "publish": null, - "authors": [], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/ruma/ruma", - "homepage": "https://www.ruma.io/", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ruma-identifiers-validation", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-identifiers-validation-0.8.1/src/lib.rs", + "test": true + } + ], + "version": "0.8.1" }, { - "name": "ruma-macros", - "version": "0.9.3", - "id": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Procedural macros used by the Ruma crates.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "api-bindings", + "web-programming" + ], + "default_run": null, "dependencies": [ { - "name": "proc-macro-crate", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro-crate", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.24", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.8", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ruma-identifiers-validation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.1", + "features": [], "kind": null, - "rename": null, + "name": "ruma-identifiers-validation", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.57", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "extra-traits", "full", "visit" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.57", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "ruma-macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-macros-0.9.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Procedural macros used by the Ruma crates.", + "documentation": null, + "edition": "2018", "features": { "compat": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ruma-macros-0.9.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [ - "api-bindings", - "web-programming" - ], + "homepage": "https://www.ruma.io/", + "id": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "matrix", "chat", "messaging", "ruma" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-macros-0.9.3/Cargo.toml", + "metadata": null, + "name": "ruma-macros", + "publish": null, "readme": "README.md", "repository": "https://github.com/ruma/ruma", - "homepage": "https://www.ruma.io/", - "documentation": null, - "edition": "2018", - "links": null, + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "ruma-macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ruma-macros-0.9.3/src/lib.rs", + "test": true + } + ], + "version": "0.9.3" + }, + { + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting", + "no-std" + ], "default_run": null, - "rust_version": null - }, - { - "name": "ryu", - "version": "1.0.13", - "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR BSL-1.0", - "license_file": null, - "description": "Fast floating point to string conversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "no-panic", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "no-panic", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8", + "features": [], "kind": "dev", - "rename": null, + "name": "num_cpus", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_xorshift", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_xorshift", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Fast floating point to string conversion", + "documentation": "https://docs.rs/ryu", + "edition": "2018", + "features": { + "no-panic": [ + "dep:no-panic" + ], + "small": [] + }, + "homepage": null, + "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "float" + ], + "license": "Apache-2.0 OR BSL-1.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "ryu", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/ryu", + "rust_version": "1.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ryu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ryu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "upstream_benchmark", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/examples/upstream_benchmark.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "upstream_benchmark", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/examples/upstream_benchmark.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "d2s_table_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/d2s_table_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "d2s_table_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/d2s_table_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "common_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/common_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "common_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/common_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "d2s_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/d2s_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "d2s_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/d2s_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "s2d_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/s2d_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "s2d_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/s2d_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "exhaustive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/exhaustive.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "exhaustive", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/exhaustive.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "f2s_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/f2s_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "f2s_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/f2s_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "s2f_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/tests/s2f_test.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "s2f_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/s2f_test.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/benches/bench.rs", "test": false } ], - "features": { - "no-panic": [ - "dep:no-panic" - ], - "small": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.13" + }, + { "authors": [ + "Erick Tryzelaar ", "David Tolnay " ], "categories": [ - "value-formatting", + "encoding", "no-std" ], - "keywords": [ - "float" - ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/ryu", - "homepage": null, - "documentation": "https://docs.rs/ryu", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.36" - }, - { - "name": "serde", - "version": "1.0.158", - "id": "serde 1.0.158 (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.158", - "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde-1.0.158/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "dependencies": [ + { + "features": [], + "kind": null, + "name": "serde_derive", + "optional": true, + "registry": null, + "rename": null, + "req": "=1.0.158", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde-1.0.158/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "serde_derive", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A generic serialization/deserialization framework", + "documentation": "https://docs.rs/serde", + "edition": "2015", "features": { "alloc": [], "default": [ @@ -4550,7 +4526,17 @@ "std": [], "unstable": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde-1.0.158/Cargo.toml", + "homepage": "https://serde.rs", + "id": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "serde", + "serialization", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.158/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4569,1214 +4555,1250 @@ ] } }, + "name": "serde", "publish": null, + "readme": "crates-io.md", + "repository": "https://github.com/serde-rs/serde", + "rust_version": "1.19", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.158/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.158/build.rs", + "test": false + } + ], + "version": "1.0.158" + }, + { "authors": [ "Erick Tryzelaar ", "David Tolnay " ], "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.158", - "id": "serde_derive 1.0.158 (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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.0.3", + "features": [], "kind": null, - "rename": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", + "documentation": "https://serde.rs/derive.html", + "edition": "2015", + "features": { + "default": [], + "deserialize_in_place": [] + }, + "homepage": "https://serde.rs", + "id": "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "serde", + "serialization", + "no_std", + "derive" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.158/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "serde_derive", + "publish": null, + "readme": "crates-io.md", + "repository": "https://github.com/serde-rs/serde", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "serde_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.158/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "proc-macro" + ], + "name": "serde_derive", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.158/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.158/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.158/build.rs", "test": false } ], - "features": { - "default": [], - "deserialize_in_place": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.158/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.158" + }, + { "authors": [ "Erick Tryzelaar ", "David Tolnay " ], "categories": [ + "encoding", + "parser-implementations", "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": "serde_json", - "version": "1.0.94", - "id": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A JSON serialization file format", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "indexmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.5.2", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "std" ], + "kind": null, + "name": "indexmap", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "itoa", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "itoa", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ryu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "ryu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.100", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.100", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "indoc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "indoc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.100", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.100", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_bytes", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_stacker", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_stacker", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A JSON serialization file format", + "documentation": "https://docs.rs/serde_json", + "edition": "2018", + "features": { + "alloc": [ + "serde/alloc" + ], + "arbitrary_precision": [], + "default": [ + "std" + ], + "float_roundtrip": [], + "indexmap": [ + "dep:indexmap" + ], + "preserve_order": [ + "indexmap", + "std" + ], + "raw_value": [], + "std": [ + "serde/std" + ], + "unbounded_depth": [] + }, + "homepage": null, + "id": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "json", + "serde", + "serialization" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "raw_value", + "unbounded_depth" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "raw_value" + ] + } + }, + "name": "serde_json", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/serde-rs/json", + "rust_version": "1.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "serde_json", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "serde_json", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/compiletest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "debug", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/debug.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "debug", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/debug.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lexical", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/lexical.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "lexical", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/lexical.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "map", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/tests/map.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "map", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/tests/map.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.94/build.rs", "test": false } ], - "features": { - "alloc": [ - "serde/alloc" - ], - "arbitrary_precision": [], - "default": [ - "std" - ], - "float_roundtrip": [], - "indexmap": [ - "dep:indexmap" - ], - "preserve_order": [ - "indexmap", - "std" - ], - "raw_value": [], - "std": [ - "serde/std" - ], - "unbounded_depth": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.94/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "raw_value", - "unbounded_depth" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ], - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - }, - "playground": { - "features": [ - "raw_value" - ] - } - }, - "publish": null, + "version": "1.0.94" + }, + { "authors": [ - "Erick Tryzelaar ", "David Tolnay " ], "categories": [ - "encoding", - "parser-implementations", - "no-std" - ], - "keywords": [ - "json", - "serde", - "serialization" + "development-tools::procedural-macro-helpers", + "parser-implementations" ], - "readme": "README.md", - "repository": "https://github.com/serde-rs/json", - "homepage": null, - "documentation": "https://docs.rs/serde_json", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.36" - }, - { - "name": "syn", - "version": "1.0.109", - "id": "syn 1.0.109 (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.46", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.46", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-ident", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { + "features": [], + "kind": "dev", "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "optional": false, + "registry": null, + "rename": null, "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true + } + ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } }, - { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null + "playground": { + "features": [ + "full", + "visit", + "visit-mut", + "fold", + "extra-traits" + ] } - ], + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_should_parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_visibility.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_stmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_round_trip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_shebang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_pat.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_receiver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_precedence.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_lit.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_parse_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_grouping.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_ident.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_iterators.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_parse_buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_asyncness.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_token_trees.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_ty.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/zzz_stable.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_meta.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_item.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_derive_input.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/tests/test_attribute.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/benches/rust.rs", - "edition": "2018", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/benches/file.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "bench" + ], + "name": "file", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/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, + "version": "1.0.109" + }, + { "authors": [ "David Tolnay " ], @@ -5784,1108 +5806,1078 @@ "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": "2018", - "links": null, "default_run": null, - "rust_version": "1.31" - }, - { - "name": "syn", - "version": "2.0.3", - "id": "syn 2.0.3 (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.52", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-ident", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2021", + "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": [] + }, + "homepage": null, + "id": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_should_parse.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_visibility.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_stmt.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_round_trip.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_size.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_shebang.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_pat.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_receiver.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_receiver.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", "kind": [ "test" ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_precedence.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_precedence.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_lit.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/regression.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_parse_stream.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_grouping.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_ident.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_iterators.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_parse_buffer.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_asyncness.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_token_trees.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_ty.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/zzz_stable.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_meta.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_expr.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_item.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_path.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_derive_input.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_generics.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/tests/test_attribute.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/tests/test_attribute.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/benches/rust.rs", - "edition": "2021", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/benches/rust.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-2.0.3/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" - ] + "edition": "2021", + "kind": [ + "bench" + ], + "name": "file", + "required-features": [ + "full", + "parsing" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.3/benches/file.rs", + "test": false } - }, - "publish": null, + ], + "version": "2.0.3" + }, + { "authors": [ "David Tolnay " ], "categories": [ - "development-tools::procedural-macro-helpers", - "parser-implementations" - ], - "keywords": [ - "macros", - "syn" + "rust-patterns" ], - "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": "thiserror", - "version": "1.0.40", - "id": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "derive(Error)", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "thiserror-impl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.40", + "features": [], "kind": null, - "rename": null, + "name": "thiserror-impl", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.40", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.65", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.65", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.66", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "derive(Error)", + "documentation": "https://docs.rs/thiserror", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "error", + "error-handling", + "derive" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "thiserror", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/thiserror", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "thiserror", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "thiserror", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_source", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_source.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_source", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_source.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_backtrace", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_backtrace.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_backtrace", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_backtrace.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_display", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_display.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_display", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_display.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lints", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_lints.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_lints", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_lints.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_transparent", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_transparent.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_transparent", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_transparent.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/compiletest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_from", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_from.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_from", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_from.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_error", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_error.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_error", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_error.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_option.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_option", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_option.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_deprecated", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/tests/test_deprecated.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "custom-build" + "test" ], + "name": "test_deprecated", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/tests/test_deprecated.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.40/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.40" + }, + { "authors": [ "David Tolnay " ], - "categories": [ - "rust-patterns" - ], - "keywords": [ - "error", - "error-handling", - "derive" - ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": "https://docs.rs/thiserror", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.56" - }, - { - "name": "thiserror-impl", - "version": "1.0.40", - "id": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation detail of the `thiserror` crate", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.0", + "features": [], "kind": null, - "rename": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "thiserror-impl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.40/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Implementation detail of the `thiserror` crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.40/Cargo.toml", + "homepage": null, + "id": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.40/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6895,186 +6887,116 @@ } } }, + "name": "thiserror-impl", "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.56" + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "thiserror-impl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.40/src/lib.rs", + "test": true + } + ], + "version": "1.0.40" }, { - "name": "tinyvec", - "version": "1.6.0", - "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Zlib OR Apache-2.0 OR MIT", - "license_file": null, - "description": "`tinyvec` provides 100% safe vec-like data structures.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Lokathor " + ], + "categories": [ + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "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.0", "kind": null, - "rename": null, + "name": "arbitrary", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tinyvec_macros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", "req": "^1.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], + "kind": null, + "name": "tinyvec_macros", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "tinyvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "tinyvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/tests/tinyvec.rs", - "edition": "2018", - "required-features": [ - "alloc", - "std" - ], - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "arrayvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/tests/arrayvec.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/benches/macros.rs", - "edition": "2018", - "required-features": [ - "alloc" - ], - "doc": false, - "doctest": false, - "test": false + { + "features": [], + "kind": "dev", + "name": "criterion", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", "name": "smallvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/benches/smallvec.rs", - "edition": "2018", - "required-features": [ - "alloc", - "real_blackbox" - ], - "doc": false, - "doctest": false, - "test": false + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "`tinyvec` provides 100% safe vec-like data structures.", + "documentation": null, + "edition": "2018", "features": { "alloc": [ "tinyvec_macros" @@ -7106,7 +7028,17 @@ "dep:tinyvec_macros" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/Cargo.toml", + "homepage": null, + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "vec", + "no_std", + "no-std" + ], + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7135,201 +7067,204 @@ ] } }, + "name": "tinyvec", "publish": null, - "authors": [ - "Lokathor " - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "vec", - "no_std", - "no-std" - ], "readme": "README.md", "repository": "https://github.com/Lokathor/tinyvec", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "tinyvec_macros", - "version": "0.1.1", - "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0 OR Zlib", - "license_file": null, - "description": "Some macros for tiny containers", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "tinyvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "tinyvec_macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.1/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "tinyvec", + "required-features": [ + "alloc", + "std" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "arrayvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "macros", + "required-features": [ + "alloc" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "smallvec", + "required-features": [ + "alloc", + "real_blackbox" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.6.0" + }, + { "authors": [ "Soveu " ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/Soveu/tinyvec_macros", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Some macros for tiny containers", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "toml", - "version": "0.5.11", - "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", + "features": {}, + "homepage": null, + "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0 OR Zlib", "license_file": null, - "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", + "metadata": null, + "name": "tinyvec_macros", + "publish": null, + "readme": null, + "repository": "https://github.com/Soveu/tinyvec_macros", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "indexmap", - "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 - }, - { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.97", - "kind": null, - "rename": null, - "optional": false, - "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 - }, - { - "name": "serde_json", - "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": "toml", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "example" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "toml2json", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/examples/toml2json.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "name": "tinyvec_macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "indexmap", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "enum_external", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/examples/enum_external.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": null, + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.97", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "decode", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/examples/decode.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "serde_derive", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "enum_external_deserialize", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/tests/enum_external_deserialize.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "serde_json", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", + "documentation": "https://docs.rs/toml", + "edition": "2018", "features": { "default": [], "indexmap": [ @@ -7339,7 +7274,16 @@ "indexmap" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/toml-0.5.11/Cargo.toml", + "homepage": "https://github.com/toml-rs/toml", + "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "encoding", + "toml" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/Cargo.toml", "metadata": { "release": { "pre-release-replacements": [ @@ -7376,665 +7320,719 @@ ] } }, + "name": "toml", "publish": null, + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "rust_version": "1.48.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "toml", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "toml2json", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/toml2json.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "enum_external", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/enum_external.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "decode", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/decode.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "enum_external_deserialize", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/tests/enum_external_deserialize.rs", + "test": true + } + ], + "version": "0.5.11" + }, + { "authors": [ - "Alex Crichton " + "Eliza Weisman ", + "Tokio Contributors " ], "categories": [ - "encoding", - "parser-implementations", - "parsing", - "config" - ], - "keywords": [ - "encoding", - "toml" + "development-tools::debugging", + "development-tools::profiling", + "asynchronous", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/toml-rs/toml", - "homepage": "https://github.com/toml-rs/toml", - "documentation": "https://docs.rs/toml", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.48.0" - }, - { - "name": "tracing", - "version": "0.1.37", - "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Application-level tracing for Rust.\n", - "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.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.17", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pin-project-lite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.9", + "features": [], "kind": null, - "rename": null, + "name": "pin-project-lite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-attributes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.23", + "features": [], "kind": null, - "rename": null, + "name": "tracing-attributes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.23", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.30", + "features": [], "kind": null, - "rename": null, + "name": "tracing-core", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.30", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.6", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.17", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Application-level tracing for Rust.\n", + "documentation": null, + "edition": "2018", + "features": { + "async-await": [], + "attributes": [ + "tracing-attributes" + ], + "default": [ + "std", + "attributes" + ], + "log": [ + "dep:log" + ], + "log-always": [ + "log" + ], + "max_level_debug": [], + "max_level_error": [], + "max_level_info": [], + "max_level_off": [], + "max_level_trace": [], + "max_level_warn": [], + "release_max_level_debug": [], + "release_max_level_error": [], + "release_max_level_info": [], + "release_max_level_off": [], + "release_max_level_trace": [], + "release_max_level_warn": [], + "std": [ + "tracing-core/std" + ], + "tracing-attributes": [ + "dep:tracing-attributes" + ], + "valuable": [ + "tracing-core/valuable" + ] + }, + "homepage": "https://tokio.rs", + "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging", + "tracing", + "metrics", + "async" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "tracing_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tracing_unstable" + ] + } + } + }, + "name": "tracing", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "rust_version": "1.49.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "tracing", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "tracing", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "max_level_hint", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/max_level_hint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "max_level_hint", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/max_level_hint.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filter_caching_is_lexically_scoped", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/filter_caching_is_lexically_scoped.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "filter_caching_is_lexically_scoped", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filter_caching_is_lexically_scoped.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "register_callsite_deadlock", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/register_callsite_deadlock.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "register_callsite_deadlock", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/register_callsite_deadlock.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filters_dont_leak", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/filters_dont_leak.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "filters_dont_leak", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_dont_leak.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "subscriber", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/subscriber.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "subscriber", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/subscriber.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "no_subscriber", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/no_subscriber.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "no_subscriber", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/no_subscriber.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "future_send", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/future_send.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "future_send", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/future_send.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filters_are_reevaluated_for_different_call_sites", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/filters_are_reevaluated_for_different_call_sites.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "filters_are_reevaluated_for_different_call_sites", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_are_reevaluated_for_different_call_sites.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "enabled", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/enabled.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "enabled", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/enabled.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "event", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/event.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "event", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/event.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "multiple_max_level_hints", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/multiple_max_level_hints.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "multiple_max_level_hints", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/multiple_max_level_hints.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filters_are_not_reevaluated_for_the_same_span", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/filters_are_not_reevaluated_for_the_same_span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "filters_are_not_reevaluated_for_the_same_span", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_are_not_reevaluated_for_the_same_span.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "span", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "span", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/span.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_redefined_core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/macros_redefined_core.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_redefined_core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros_redefined_core.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macro_imports", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/macro_imports.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macro_imports", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macro_imports.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/macros.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], "name": "macros_incompatible_concat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/macros_incompatible_concat.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros_incompatible_concat.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "scoped_clobbers_default", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/tests/scoped_clobbers_default.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "scoped_clobbers_default", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/scoped_clobbers_default.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "baseline", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/baseline.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "baseline", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/baseline.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "dispatch_get_clone", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/dispatch_get_clone.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "dispatch_get_clone", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/dispatch_get_clone.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "dispatch_get_ref", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/dispatch_get_ref.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "dispatch_get_ref", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/dispatch_get_ref.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "empty_span", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/empty_span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "empty_span", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/empty_span.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "enter_span", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/enter_span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "enter_span", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/enter_span.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "event", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/event.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "event", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/event.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "span_fields", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/span_fields.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "span_fields", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_fields.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "span_no_fields", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/span_no_fields.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "span_no_fields", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_no_fields.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "span_repeated", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/span_repeated.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "span_repeated", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_repeated.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/benches/shared.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/shared.rs", "test": false } ], - "features": { - "async-await": [], - "attributes": [ - "tracing-attributes" - ], - "default": [ - "std", - "attributes" - ], - "log": [ - "dep:log" - ], - "log-always": [ - "log" - ], - "max_level_debug": [], - "max_level_error": [], - "max_level_info": [], - "max_level_off": [], - "max_level_trace": [], - "max_level_warn": [], - "release_max_level_debug": [], - "release_max_level_error": [], - "release_max_level_info": [], - "release_max_level_off": [], - "release_max_level_trace": [], - "release_max_level_warn": [], - "std": [ - "tracing-core/std" - ], - "tracing-attributes": [ - "dep:tracing-attributes" - ], - "valuable": [ - "tracing-core/valuable" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustc-args": [ - "--cfg", - "tracing_unstable" - ], - "rustdoc-args": [ - "--cfg", - "docsrs", - "--cfg", - "tracing_unstable" - ] - } - } - }, - "publish": null, + "version": "0.1.37" + }, + { "authors": [ + "Tokio Contributors ", "Eliza Weisman ", - "Tokio Contributors " + "David Barsky " ], "categories": [ "development-tools::debugging", "development-tools::profiling", - "asynchronous", - "no-std" - ], - "keywords": [ - "logging", - "tracing", - "metrics", - "async" + "asynchronous" ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.49.0" - }, - { - "name": "tracing-attributes", - "version": "0.1.23", - "id": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Procedural macro attributes for automatically instrumenting functions.\n", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.98", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "full", "parsing", @@ -8045,404 +8043,354 @@ "extra-traits", "proc-macro" ], - "target": null, - "registry": null - }, - { - "name": "async-trait", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.56", - "kind": "dev", - "rename": null, + "kind": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.98", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "async-trait", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.35", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.28", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.35", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-subscriber", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing-core", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.1.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "env-filter" ], + "kind": "dev", + "name": "tracing-subscriber", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.64", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.64", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Procedural macro attributes for automatically instrumenting functions.\n", + "documentation": null, + "edition": "2018", + "features": { + "async-await": [] + }, + "homepage": "https://tokio.rs", + "id": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging", + "tracing", + "macro", + "instrument", + "log" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/Cargo.toml", + "metadata": null, + "name": "tracing-attributes", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "rust_version": "1.49.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "tracing-attributes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "ui", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/ui.rs", "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { "kind": [ - "test" - ], - "crate_types": [ - "bin" + "proc-macro" ], - "name": "async_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/async_fn.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "tracing-attributes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "targets", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/targets.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "fields", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/fields.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "ui", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/ui.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "destructuring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/destructuring.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "err", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/err.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "async_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/async_fn.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "ret", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/ret.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "levels", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/levels.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "targets", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/targets.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "follows_from", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/follows_from.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "instrument", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/instrument.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "fields", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/fields.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "names", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/names.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "parents", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/tests/parents.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "destructuring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/destructuring.rs", "test": true - } - ], - "features": { - "async-await": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Tokio Contributors ", - "Eliza Weisman ", - "David Barsky " - ], - "categories": [ - "development-tools::debugging", - "development-tools::profiling", - "asynchronous" - ], - "keywords": [ - "logging", - "tracing", - "macro", - "instrument", - "log" - ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49.0" - }, - { - "name": "tracing-core", - "version": "0.1.30", - "id": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Core primitives for application-level tracing.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.13.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null }, { - "name": "valuable", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, - "features": [], - "target": "cfg(tracing_unstable)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], "crate_types": [ - "lib" + "bin" ], - "name": "tracing-core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "err", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/err.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "ret", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/ret.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "dispatch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/tests/dispatch.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "levels", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/levels.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "follows_from", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/follows_from.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/tests/macros.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "instrument", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/instrument.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "names", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/names.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "global_dispatch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/tests/global_dispatch.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "parents", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.23/tests/parents.rs", "test": true } ], + "version": "0.1.23" + }, + { + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "once_cell", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "valuable", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(tracing_unstable)", + "uses_default_features": false + } + ], + "description": "Core primitives for application-level tracing.\n", + "documentation": null, + "edition": "2018", "features": { "default": [ "std", @@ -8458,7 +8406,17 @@ "dep:valuable" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/Cargo.toml", + "homepage": "https://tokio.rs", + "id": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging", + "tracing", + "profiling" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8476,122 +8434,137 @@ } } }, + "name": "tracing-core", "publish": null, - "authors": [ - "Tokio Contributors " - ], - "categories": [ - "development-tools::debugging", - "development-tools::profiling", - "asynchronous" - ], - "keywords": [ - "logging", - "tracing", - "profiling" - ], "readme": "README.md", "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49.0" - }, - { - "name": "unicode-bidi", - "version": "0.3.13", - "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation of the Unicode Bidirectional Algorithm", + "rust_version": "1.49.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "flame", - "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": "flamer", - "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": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.8, <2.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, - "features": [ - "derive" - ], - "target": null, - "registry": null - }, - { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.8, <2.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode_bidi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "tracing-core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "dispatch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/tests/dispatch.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "conformance_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/tests/conformance_tests.rs", + "doc": false, + "doctest": false, "edition": "2018", - "required-features": [ - "hardcoded-data" + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/tests/macros.rs", + "test": true + }, + { + "crate_types": [ + "bin" ], "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "global_dispatch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/tests/global_dispatch.rs", "test": true } ], + "version": "0.1.30" + }, + { + "authors": [ + "The Servo Project Developers" + ], + "categories": [ + "no-std", + "encoding", + "text-processing" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "flame", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "flamer", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "derive" + ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": ">=0.8, <2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": ">=0.8, <2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Implementation of the Unicode Bidirectional Algorithm", + "documentation": "https://docs.rs/unicode-bidi/", + "edition": "2018", "features": { "bench_it": [], "default": [ @@ -8618,17 +8591,8 @@ "serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.13/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "no-std", - "encoding", - "text-processing" - ], + "homepage": null, + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "rtl", "unicode", @@ -8636,159 +8600,151 @@ "layout", "bidi" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/Cargo.toml", + "metadata": null, + "name": "unicode-bidi", + "publish": null, "readme": "README.md", "repository": "https://github.com/servo/unicode-bidi", - "homepage": null, - "documentation": "https://docs.rs/unicode-bidi/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode_bidi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "conformance_tests", + "required-features": [ + "hardcoded-data" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/tests/conformance_tests.rs", + "test": true + } + ], + "version": "0.3.13" }, { - "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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fst", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "fst", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "roaring", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "roaring", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ucd-trie", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "ucd-trie", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", + "features": [], "kind": "dev", - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "unicode-ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "static_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/tests/static_size.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compare", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/tests/compare.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/benches/xid.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", + "documentation": "https://docs.rs/unicode-ident", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/Cargo.toml", + "homepage": null, + "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unicode", + "xid" + ], + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8798,95 +8754,106 @@ } } }, - "publish": null, - "authors": [ - "David Tolnay " - ], - "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": "unicode-normalization", - "version": "0.1.22", - "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "tinyvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [ - "alloc" - ], - "target": null, - "registry": null - } - ], + "name": "unicode-ident", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/unicode-ident", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-normalization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ - "bench" + "test" ], + "name": "static_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/static_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/benches/bench.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "compare", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/compare.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/benches/xid.rs", "test": false } ], + "version": "1.0.8" + }, + { + "authors": [ + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [ + "alloc" + ], + "kind": null, + "name": "tinyvec", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", + "documentation": "https://docs.rs/unicode-normalization/", + "edition": "2018", "features": { "default": [ "std" ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.22/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "kwantam ", - "Manish Goregaokar " - ], - "categories": [], + "homepage": "https://github.com/unicode-rs/unicode-normalization", + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "text", "unicode", @@ -8894,464 +8861,494 @@ "decomposition", "recomposition" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/Cargo.toml", + "metadata": null, + "name": "unicode-normalization", + "publish": null, "readme": "README.md", "repository": "https://github.com/unicode-rs/unicode-normalization", - "homepage": "https://github.com/unicode-rs/unicode-normalization", - "documentation": "https://docs.rs/unicode-normalization/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-normalization", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/benches/bench.rs", + "test": false + } + ], + "version": "0.1.22" }, { - "name": "url", - "version": "2.3.1", - "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "URL library for Rust, based on the WHATWG URL Standard", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The rust-url developers" + ], + "categories": [ + "parser-implementations", + "web-programming", + "encoding" + ], + "default_run": null, "dependencies": [ { - "name": "form_urlencoded", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "form_urlencoded", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "idna", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "idna", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "percent-encoding", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.0", + "features": [], "kind": null, - "rename": null, + "name": "percent-encoding", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test_parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test_parser", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "URL library for Rust, based on the WHATWG URL Standard", + "documentation": "https://docs.rs/url", + "edition": "2018", + "features": { + "debugger_visualizer": [], + "default": [], + "expose_internals": [], + "serde": [ + "dep:serde" + ] + }, + "homepage": null, + "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "url", + "parser" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/Cargo.toml", + "metadata": null, + "name": "url", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/servo/rust-url", + "rust_version": "1.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "url", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/src/lib.rs", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { "kind": [ "test" ], - "crate_types": [ - "bin" - ], "name": "debugger_visualizer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/debugger_visualizer.rs", - "edition": "2018", "required-features": [ "debugger_visualizer" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/debugger_visualizer.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "data", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/data.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "data", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/data.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/tests/unit.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "unit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/unit.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "parse_url", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/benches/parse_url.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "parse_url", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/benches/parse_url.rs", "test": false } ], - "features": { - "debugger_visualizer": [], - "default": [], - "expose_internals": [], - "serde": [ - "dep:serde" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "2.3.1" + }, + { "authors": [ - "The rust-url developers" + "Armin Becher " ], "categories": [ - "parser-implementations", - "web-programming", - "encoding" - ], - "keywords": [ - "url", - "parser" + "algorithms" ], - "readme": "README.md", - "repository": "https://github.com/servo/rust-url", - "homepage": null, - "documentation": "https://docs.rs/url", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.51" - }, - { - "name": "wildmatch", - "version": "2.1.1", - "id": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Simple string matching with questionmark and star wildcard operator.", - "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.3.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glob", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": "dev", - "rename": null, + "name": "glob", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ntest", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.3", + "features": [], "kind": "dev", - "rename": null, + "name": "ntest", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.3", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Simple string matching with questionmark and star wildcard operator.", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "globbing", + "matching", + "questionmark", + "star", + "string-matching" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wildmatch-2.1.1/Cargo.toml", + "metadata": null, + "name": "wildmatch", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/becheran/wildmatch", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wildmatch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wildmatch-2.1.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wildmatch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wildmatch-2.1.1/src/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "patterns", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wildmatch-2.1.1/benches/patterns.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "patterns", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wildmatch-2.1.1/benches/patterns.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wildmatch-2.1.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Armin Becher " - ], - "categories": [ - "algorithms" - ], - "keywords": [ - "globbing", - "matching", - "questionmark", - "star", - "string-matching" - ], - "readme": "README.md", - "repository": "https://github.com/becheran/wildmatch", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "2.1.1" } ], - "workspace_members": [ - "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)" - ], "resolve": { "nodes": [ { - "id": "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)", "dependencies": [ "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "ruma", - "pkg": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ruma", + "pkg": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)" }, { - "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "percent_encoding", - "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "percent_encoding", + "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "raw" - ] + ], + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_bidi", - "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_bidi", + "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_normalization", - "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9359,95 +9356,95 @@ ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "serde", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "serde", "serde-1" - ] + ], + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "serde", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "serde", "std" - ] + ], + "id": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "serde_crate", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde_crate", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "serde", "serde_crate" - ] + ], + "id": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -9455,25 +9452,25 @@ "default", "race", "std" - ] + ], + "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "alloc", "default" - ] + ], + "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9481,84 +9478,84 @@ ], "deps": [ { - "name": "once_cell", - "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "toml", - "pkg": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "toml", + "pkg": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro2 1.0.52 (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 } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9566,40 +9563,40 @@ ], "deps": [ { - "name": "assign", - "pkg": "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "assign", + "pkg": "assign 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_int", - "pkg": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_int", + "pkg": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ruma_common", - "pkg": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ruma_common", + "pkg": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ruma 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9619,183 +9616,183 @@ ], "deps": [ { - "name": "base64", - "pkg": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "base64", + "pkg": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bytes", - "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "form_urlencoded", - "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "form_urlencoded", + "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "indexmap", - "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "indexmap", + "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "itoa", - "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_int", - "pkg": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_int", + "pkg": "js_int 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_option", - "pkg": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_option", + "pkg": "js_option 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "percent_encoding", - "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "percent_encoding", + "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ruma_identifiers_validation", - "pkg": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ruma_identifiers_validation", + "pkg": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ruma_macros", - "pkg": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ruma_macros", + "pkg": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "serde", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "serde_json", - "pkg": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde_json", + "pkg": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "tracing", - "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "url", - "pkg": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "url", + "pkg": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wildmatch", - "pkg": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wildmatch", + "pkg": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "client", "default", "server" - ] + ], + "id": "ruma-common 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "thiserror", - "pkg": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9805,79 +9802,79 @@ ], "deps": [ { - "name": "proc_macro_crate", - "pkg": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro_crate", + "pkg": "proc-macro-crate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "ruma_identifiers_validation", - "pkg": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ruma_identifiers_validation", + "pkg": "ruma-identifiers-validation 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ruma-macros 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "serde_derive", - "pkg": "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde_derive", + "pkg": "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -9885,10 +9882,10 @@ "derive", "serde_derive", "std" - ] + ], + "id": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9896,42 +9893,42 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "syn", - "pkg": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "serde_derive 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9939,44 +9936,44 @@ ], "deps": [ { - "name": "itoa", - "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ryu", - "pkg": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ryu", + "pkg": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "serde", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "raw_value", "std" - ] + ], + "id": "serde_json 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9984,34 +9981,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.8 (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)" } ], "features": [ @@ -10026,10 +10023,10 @@ "quote", "visit", "visit-mut" - ] + ], + "id": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10037,34 +10034,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.8 (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)" } ], "features": [ @@ -10075,29 +10072,29 @@ "printing", "proc-macro", "quote" - ] + ], + "id": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "thiserror_impl", - "pkg": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror_impl", + "pkg": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10105,90 +10102,90 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "syn", - "pkg": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror-impl 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "tinyvec_macros", - "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tinyvec_macros", + "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "alloc", "default", "tinyvec_macros" - ] + ], + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "serde", - "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "serde", + "pkg": "serde 1.0.158 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10197,44 +10194,44 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pin_project_lite", - "pkg": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "tracing_attributes", - "pkg": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing_attributes", + "pkg": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "tracing_core", - "pkg": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing_core", + "pkg": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -10242,10 +10239,10 @@ "default", "std", "tracing-attributes" - ] + ], + "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10253,100 +10250,100 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.26 (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)" }, { - "name": "syn", - "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "tracing-attributes 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "once_cell", - "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "once_cell", "std" - ] + ], + "id": "tracing-core 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "hardcoded-data", "std" - ] + ], + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "tinyvec", - "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tinyvec", + "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10354,51 +10351,57 @@ ], "deps": [ { - "name": "form_urlencoded", - "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "form_urlencoded", + "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "idna", - "pkg": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "idna", + "pkg": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "percent_encoding", - "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "percent_encoding", + "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "wildmatch 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)" }, "target_directory": "{TEMP_DIR}/crate_combined_features/target", "version": 1, - "workspace_root": "{TEMP_DIR}/crate_combined_features", - "metadata": null + "workspace_default_members": [ + "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)" + ], + "workspace_members": [ + "crate-combined-features 0.1.0 (path+file://{TEMP_DIR}/crate_combined_features)" + ], + "workspace_root": "{TEMP_DIR}/crate_combined_features" } diff --git a/crate_universe/test_data/metadata/crate_optional_deps_disabled/metadata.json b/crate_universe/test_data/metadata/crate_optional_deps_disabled/metadata.json index 3935447e39..69edb1655f 100644 --- a/crate_universe/test_data/metadata/crate_optional_deps_disabled/metadata.json +++ b/crate_universe/test_data/metadata/crate_optional_deps_disabled/metadata.json @@ -1,1576 +1,1574 @@ { + "metadata": null, "packages": [ { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [], + "example_generated": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "example_generated" + ] + } + } + }, + "name": "bitflags", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bitflags/bitflags", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], - "features": { - "compiler_builtins": [ - "dep:compiler_builtins" - ], - "core": [ - "dep:core" - ], - "default": [], - "example_generated": [], - "rustc-dep-of-std": [ - "core", - "compiler_builtins" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "example_generated" - ] - } - } - }, - "publish": null, - "authors": [ - "The Rust Project Developers" - ], + "version": "1.3.2" + }, + { + "authors": [], "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" + "command-line-interface" ], - "readme": "README.md", - "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "clap", - "version": "4.1.1", - "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "backtrace", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "backtrace", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "clap_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=4.1.0", + "features": [], "kind": null, - "rename": null, + "name": "clap_derive", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=4.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "clap_lex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "clap_lex", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "is-terminal", + "registry": null, + "rename": null, + "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.1", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": null, - "rename": null, + "name": "is-terminal", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.12.0", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.12.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "strsim", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "strsim", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "terminal_size", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "terminal_size", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicase", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.6", + "features": [], "kind": null, - "rename": null, + "name": "unicase", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-width", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.9", + "features": [], "kind": null, - "rename": null, + "name": "unicode-width", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "humantime", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2", + "features": [], "kind": "dev", - "rename": null, + "name": "humantime", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "shlex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "shlex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "snapbox", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "snapbox", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.73", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.73", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trycmd", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14.9", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "color-auto", "diff", "examples" ], + "kind": "dev", + "name": "trycmd", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.14.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unic-emoji-char", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": "dev", - "rename": null, + "name": "unic-emoji-char", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "documentation": null, + "edition": "2021", + "features": { + "cargo": [ + "dep:once_cell" + ], + "color": [ + "dep:is-terminal", + "dep:termcolor" + ], + "debug": [ + "clap_derive?/debug", + "dep:backtrace" + ], + "default": [ + "std", + "color", + "help", + "usage", + "error-context", + "suggestions" + ], + "deprecated": [ + "clap_derive?/deprecated" + ], + "derive": [ + "dep:clap_derive", + "dep:once_cell" + ], + "env": [], + "error-context": [], + "help": [], + "std": [], + "string": [], + "suggestions": [ + "dep:strsim", + "error-context" + ], + "unicode": [ + "dep:unicode-width", + "dep:unicase" + ], + "unstable-doc": [ + "derive", + "cargo", + "wrap_help", + "env", + "unicode", + "string", + "unstable-replace" + ], + "unstable-grouped": [], + "unstable-replace": [], + "unstable-v5": [ + "clap_derive?/unstable-v5", + "deprecated" + ], + "usage": [], + "wrap_help": [ + "help", + "dep:terminal_size" + ] + }, + "homepage": null, + "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "unstable-doc" + ] + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + } + ], + "shared-version": true, + "tag-name": "v{{version}}" + } + }, + "name": "clap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "rust_version": "1.64.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "clap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "clap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/lib.rs", "test": true }, { - "kind": [ - "bin" - ], "crate_types": [ "bin" ], - "name": "stdio-fixture", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/src/bin/stdio-fixture.rs", - "edition": "2021", "doc": true, "doctest": false, + "edition": "2021", + "kind": [ + "bin" + ], + "name": "stdio-fixture", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/bin/stdio-fixture.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "demo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/demo.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "demo", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/demo.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/cargo-example.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "cargo-example", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/cargo-example-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "cargo-example-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/escaped-positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "escaped-positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/escaped-positional-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "escaped-positional-derive", "required-features": [ "derive" - ], - "doc": false, - "doctest": false, + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "find", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/find.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "find", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/find.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "git-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/git-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "git-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "typed-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/typed-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "typed-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/typed-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "busybox", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/multicall-busybox.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "busybox", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-busybox.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hostname", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/multicall-hostname.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hostname", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-hostname.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "repl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/repl.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "repl", "required-features": [ "help" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/repl.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "01_quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/01_quick.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "01_quick", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_apps.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "02_apps", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_apps.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "02_crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_crate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_crate", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_app_settings", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_bool", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_count", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_mult", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_02_option_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_mult", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_mult", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_03_positional_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_mult", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_05_default_values", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_05_default_values.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_possible", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_01_possible.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_possible", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_possible.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_enum", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_01_enum.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_enum", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_parse", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], "name": "04_02_validate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_02_validate.rs", - "edition": "2021", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_03_relations", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_04_custom", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/05_01_assert.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "05_01_assert", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/05_01_assert.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "01_quick_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/01_quick.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "01_quick_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_apps.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_apps_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_apps.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_crate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_crate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_crate_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_app_settings_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_bool_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_count_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_mult_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_02_option_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_mult_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_mult_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_03_positional_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_mult_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_alt_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_04_subcommands_alt.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands_alt_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands_alt.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_05_default_values_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_05_default_values.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_enum_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_01_enum.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_enum_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_parse_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_validate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_02_validate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_validate_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_03_relations_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_04_custom_derive", "required-features": [ "derive" - ], - "doc": false, - "doctest": false, + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/05_01_assert.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "05_01_assert_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/05_01_assert.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_augment_args", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/augment_args.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_augment_args", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_args.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_augment_subcommands", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/augment_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_augment_subcommands", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_hand_subcommand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/hand_subcommand.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_hand_subcommand", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/hand_subcommand.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_flatten_hand_args", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/flatten_hand_args.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_flatten_hand_args", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/flatten_hand_args.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "pacman", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/pacman.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "pacman", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/pacman.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "git", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/git.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "git", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git.rs", "test": false } ], - "features": { - "cargo": [ - "dep:once_cell" - ], - "color": [ - "dep:is-terminal", - "dep:termcolor" - ], - "debug": [ - "clap_derive?/debug", - "dep:backtrace" - ], - "default": [ - "std", - "color", - "help", - "usage", - "error-context", - "suggestions" - ], - "deprecated": [ - "clap_derive?/deprecated" - ], - "derive": [ - "dep:clap_derive", - "dep:once_cell" - ], - "env": [], - "error-context": [], - "help": [], - "std": [], - "string": [], - "suggestions": [ - "dep:strsim", - "error-context" - ], - "unicode": [ - "dep:unicode-width", - "dep:unicase" - ], - "unstable-doc": [ - "derive", - "cargo", - "wrap_help", - "env", - "unicode", - "string", - "unstable-replace" - ], - "unstable-grouped": [], - "unstable-replace": [], - "unstable-v5": [ - "clap_derive?/unstable-v5", - "deprecated" - ], - "usage": [], - "wrap_help": [ - "help", - "dep:terminal_size" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "cargo-args": [ - "-Zunstable-options", - "-Zrustdoc-scrape-examples" - ], - "features": [ - "unstable-doc" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - }, - "playground": { - "features": [ - "unstable-doc" - ] - }, - "release": { - "shared-version": true, - "tag-name": "v{{version}}", - "pre-release-replacements": [ - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{version}}", - "search": "Unreleased" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "...{{tag_name}}", - "search": "\\.\\.\\.HEAD" - }, - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{date}}", - "search": "ReleaseDate" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n## [Unreleased] - ReleaseDate\n", - "search": "" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", - "search": "" - } - ] - } - }, - "publish": null, + "version": "4.1.1" + }, + { "authors": [], "categories": [ "command-line-interface" ], - "keywords": [ - "argument", - "cli", - "arg", - "parser", - "parse" - ], - "readme": "README.md", - "repository": "https://github.com/clap-rs/clap", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": "1.64.0" - }, - { - "name": "clap_lex", - "version": "0.3.3", - "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Minimal, flexible command line parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "os_str_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^6.0.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "raw_os_str" ], + "kind": null, + "name": "os_str_bytes", + "optional": false, + "registry": null, + "rename": null, + "req": "^6.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "clap_lex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.3/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - } + "description": "Minimal, flexible command line parser", + "documentation": null, + "edition": "2021", + "features": {}, + "homepage": null, + "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.3/Cargo.toml", + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/Cargo.toml", "metadata": { "release": { "pre-release-replacements": [ @@ -1614,155 +1612,149 @@ ] } }, + "name": "clap_lex", "publish": null, - "authors": [], - "categories": [ - "command-line-interface" - ], - "keywords": [ - "argument", - "cli", - "arg", - "parser", - "parse" - ], "readme": "README.md", "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.64.0" + "rust_version": "1.64.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "clap_lex", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/src/lib.rs", + "test": true + } + ], + "version": "0.3.3" }, { - "name": "crate-with-optional-deps", - "version": "0.1.0", - "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "clap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=4.1.1", + "features": [], "kind": null, - "rename": null, + "name": "clap", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=4.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": null, + "documentation": null, + "edition": "2021", + "features": {}, + "homepage": null, + "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/crate_optional_deps_disabled/Cargo.toml", + "metadata": null, + "name": "crate-with-optional-deps", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ "lib" ], "name": "crate-with-optional-deps", "src_path": "{TEMP_DIR}/crate_optional_deps_disabled/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/crate_optional_deps_disabled/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "os_str_bytes", - "version": "6.5.0", - "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Convert between byte sequences and platform-native strings\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "dylni" + ], + "categories": [ + "command-line-interface", + "development-tools::ffi", + "encoding", + "os", + "rust-patterns" + ], + "default_run": null, "dependencies": [ { - "name": "memchr", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.4", + "features": [], "kind": null, - "rename": null, + "name": "memchr", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "print_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "print_bytes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uniquote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0", + "features": [], "kind": null, - "rename": null, + "name": "uniquote", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fastrand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8", + "features": [], "kind": "dev", - "rename": null, + "name": "fastrand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "os_str_bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.5.0/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Convert between byte sequences and platform-native strings\n", + "documentation": null, + "edition": "2021", "features": { "checked_conversions": [], "default": [ @@ -1780,7 +1772,19 @@ "dep:uniquote" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.5.0/Cargo.toml", + "homepage": null, + "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bytes", + "osstr", + "osstring", + "path", + "windows" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1796,128 +1800,127 @@ } } }, + "name": "os_str_bytes", "publish": null, - "authors": [ - "dylni" - ], - "categories": [ - "command-line-interface", - "development-tools::ffi", - "encoding", - "os", - "rust-patterns" - ], - "keywords": [ - "bytes", - "osstr", - "osstring", - "path", - "windows" - ], "readme": "README.md", "repository": "https://github.com/dylni/os_str_bytes", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.57.0" + "rust_version": "1.57.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "os_str_bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/src/lib.rs", + "test": true + } + ], + "version": "6.5.0" } ], - "workspace_members": [ - "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)" - ], "resolve": { "nodes": [ { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "clap_lex", - "pkg": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap_lex", + "pkg": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "os_str_bytes", - "pkg": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "os_str_bytes", + "pkg": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)", "dependencies": [ "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "clap", - "pkg": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap", + "pkg": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)" }, { - "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "raw_os_str" - ] + ], + "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)" }, "target_directory": "{TEMP_DIR}/crate_optional_deps_disabled/target", "version": 1, - "workspace_root": "{TEMP_DIR}/crate_optional_deps_disabled", - "metadata": null + "workspace_default_members": [ + "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)" + ], + "workspace_members": [ + "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_disabled)" + ], + "workspace_root": "{TEMP_DIR}/crate_optional_deps_disabled" } diff --git a/crate_universe/test_data/metadata/crate_optional_deps_enabled/metadata.json b/crate_universe/test_data/metadata/crate_optional_deps_enabled/metadata.json index 81d75b6b11..7a44644d38 100644 --- a/crate_universe/test_data/metadata/crate_optional_deps_enabled/metadata.json +++ b/crate_universe/test_data/metadata/crate_optional_deps_enabled/metadata.json @@ -1,155 +1,115 @@ { + "metadata": null, "packages": [ { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -164,7 +124,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -174,241 +145,242 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "bin" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "gcc-shim", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/src/bin/gcc-shim.rs", - "edition": "2018", - "doc": true, - "doctest": false, + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "cxxflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cxxflags.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "cflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cflags.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "cc_env", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cc_env.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], - "features": { - "jobserver": [ - "dep:jobserver" - ], - "parallel": [ - "jobserver" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.3.2" + }, + { "authors": [ "Alex Crichton " ], "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": "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", + "features": [], "kind": null, - "rename": null, + "name": "jobserver", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [], + "kind": "dev", + "name": "tempfile", + "optional": false, + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cc", + "edition": "2018", + "features": { + "jobserver": [ + "dep:jobserver" + ], + "parallel": [ + "jobserver" + ] + }, + "homepage": "https://github.com/rust-lang/cc-rs", + "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/Cargo.toml", + "metadata": null, + "name": "cc", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/cc-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "cc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, - "doctest": true, + "doctest": false, + "edition": "2018", + "kind": [ + "bin" + ], + "name": "gcc-shim", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/bin/gcc-shim.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "cxxflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cxxflags.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "cflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cflags.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "cc_env", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cc_env.rs", "test": true } ], + "version": "1.0.79" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "compiler_builtins", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -421,1398 +393,1424 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", + "test": true + } + ], + "version": "1.0.0" }, { - "name": "clap", - "version": "4.1.1", - "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "command-line-interface" + ], + "default_run": null, "dependencies": [ { - "name": "backtrace", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "backtrace", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "clap_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=4.1.0", + "features": [], "kind": null, - "rename": null, + "name": "clap_derive", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=4.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "clap_lex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "clap_lex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "is-terminal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.1", + "features": [], "kind": null, - "rename": null, + "name": "is-terminal", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.12.0", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.12.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "strsim", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "strsim", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "terminal_size", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "terminal_size", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicase", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.6", + "features": [], "kind": null, - "rename": null, + "name": "unicase", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-width", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.9", + "features": [], "kind": null, - "rename": null, + "name": "unicode-width", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "humantime", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2", + "features": [], "kind": "dev", - "rename": null, + "name": "humantime", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "shlex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "shlex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "snapbox", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "snapbox", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { + "features": [], + "kind": "dev", "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "optional": false, + "registry": null, + "rename": null, "req": "^1.0.73", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "color-auto", + "diff", + "examples" + ], "kind": "dev", - "rename": null, + "name": "trycmd", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.14.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { "features": [], + "kind": "dev", + "name": "unic-emoji-char", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true + } + ], + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "documentation": null, + "edition": "2021", + "features": { + "cargo": [ + "dep:once_cell" + ], + "color": [ + "dep:is-terminal", + "dep:termcolor" + ], + "debug": [ + "clap_derive?/debug", + "dep:backtrace" + ], + "default": [ + "std", + "color", + "help", + "usage", + "error-context", + "suggestions" + ], + "deprecated": [ + "clap_derive?/deprecated" + ], + "derive": [ + "dep:clap_derive", + "dep:once_cell" + ], + "env": [], + "error-context": [], + "help": [], + "std": [], + "string": [], + "suggestions": [ + "dep:strsim", + "error-context" + ], + "unicode": [ + "dep:unicode-width", + "dep:unicase" + ], + "unstable-doc": [ + "derive", + "cargo", + "wrap_help", + "env", + "unicode", + "string", + "unstable-replace" + ], + "unstable-grouped": [], + "unstable-replace": [], + "unstable-v5": [ + "clap_derive?/unstable-v5", + "deprecated" + ], + "usage": [], + "wrap_help": [ + "help", + "dep:terminal_size" + ] + }, + "homepage": null, + "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } }, - { - "name": "trycmd", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14.9", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, + "playground": { "features": [ - "color-auto", - "diff", - "examples" - ], - "target": null, - "registry": null + "unstable-doc" + ] }, - { - "name": "unic-emoji-char", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + } + ], + "shared-version": true, + "tag-name": "v{{version}}" } - ], + }, + "name": "clap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "rust_version": "1.64.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "clap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "clap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/lib.rs", "test": true }, { - "kind": [ - "bin" - ], "crate_types": [ "bin" ], - "name": "stdio-fixture", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/src/bin/stdio-fixture.rs", - "edition": "2021", "doc": true, "doctest": false, + "edition": "2021", + "kind": [ + "bin" + ], + "name": "stdio-fixture", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/bin/stdio-fixture.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "demo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/demo.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "demo", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/demo.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/cargo-example.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "cargo-example", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cargo-example-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/cargo-example-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "cargo-example-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/escaped-positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "escaped-positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "escaped-positional-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/escaped-positional-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "escaped-positional-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "find", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/find.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "find", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/find.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "git-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/git-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "git-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "typed-derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/typed-derive.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "typed-derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/typed-derive.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "busybox", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/multicall-busybox.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "busybox", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-busybox.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hostname", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/multicall-hostname.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hostname", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-hostname.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "repl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/repl.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "repl", "required-features": [ "help" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/repl.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], - "crate_types": [ - "bin" - ], "name": "01_quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/01_quick.rs", - "edition": "2021", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_apps.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "02_apps", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_apps.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "02_crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_crate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_crate", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_app_settings", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_bool", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_count", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_mult", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_02_option_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_mult", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_mult", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_03_positional_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_mult", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_05_default_values", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_05_default_values.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_possible", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_01_possible.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_possible", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_possible.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_enum", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_01_enum.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_enum", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_parse", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_validate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_02_validate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_validate", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_03_relations", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_04_custom", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_builder/05_01_assert.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "05_01_assert", "required-features": [ "cargo" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/05_01_assert.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "01_quick_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/01_quick.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "01_quick_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/01_quick.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_apps_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_apps.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_apps_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_apps.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], "name": "02_crate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_crate.rs", - "edition": "2021", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_crate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "02_app_settings_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/02_app_settings.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "02_app_settings_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_app_settings.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_bool_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_01_flag_bool.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_bool_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_bool.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_01_flag_count_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_01_flag_count.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_01_flag_count_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_count.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_02_option.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_02_option_mult_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_02_option_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_02_option_mult_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_03_positional.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_03_positional_mult_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_03_positional_mult.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_03_positional_mult_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional_mult.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_04_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_04_subcommands_alt_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_04_subcommands_alt.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_04_subcommands_alt_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands_alt.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "03_05_default_values_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/03_05_default_values.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "03_05_default_values_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_05_default_values.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_01_enum_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_01_enum.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_01_enum_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_01_enum.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_parse_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_02_parse.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_parse_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_parse.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_02_validate_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_02_validate.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_02_validate_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_validate.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_03_relations_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_03_relations.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_03_relations_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_03_relations.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "04_04_custom_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/04_04_custom.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "04_04_custom_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_04_custom.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "05_01_assert_derive", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/tutorial_derive/05_01_assert.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "05_01_assert_derive", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/05_01_assert.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_augment_args", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/augment_args.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_augment_args", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_args.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_augment_subcommands", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/augment_subcommands.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_augment_subcommands", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_subcommands.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_hand_subcommand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/hand_subcommand.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_hand_subcommand", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/hand_subcommand.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "interop_flatten_hand_args", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/derive_ref/flatten_hand_args.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "interop_flatten_hand_args", "required-features": [ "derive" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/flatten_hand_args.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "pacman", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/pacman.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "pacman", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/pacman.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "git", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/examples/git.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "git", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git.rs", "test": false } ], - "features": { - "cargo": [ - "dep:once_cell" - ], - "color": [ - "dep:is-terminal", - "dep:termcolor" - ], - "debug": [ - "clap_derive?/debug", - "dep:backtrace" - ], - "default": [ - "std", - "color", - "help", - "usage", - "error-context", - "suggestions" - ], - "deprecated": [ - "clap_derive?/deprecated" - ], - "derive": [ - "dep:clap_derive", - "dep:once_cell" - ], - "env": [], - "error-context": [], - "help": [], - "std": [], - "string": [], - "suggestions": [ - "dep:strsim", - "error-context" - ], - "unicode": [ - "dep:unicode-width", - "dep:unicase" - ], - "unstable-doc": [ - "derive", - "cargo", - "wrap_help", - "env", - "unicode", - "string", - "unstable-replace" - ], - "unstable-grouped": [], - "unstable-replace": [], - "unstable-v5": [ - "clap_derive?/unstable-v5", - "deprecated" - ], - "usage": [], - "wrap_help": [ - "help", - "dep:terminal_size" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap-4.1.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "cargo-args": [ - "-Zunstable-options", - "-Zrustdoc-scrape-examples" - ], - "features": [ - "unstable-doc" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - }, - "playground": { - "features": [ - "unstable-doc" - ] - }, - "release": { - "shared-version": true, - "tag-name": "v{{version}}", - "pre-release-replacements": [ - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{version}}", - "search": "Unreleased" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "...{{tag_name}}", - "search": "\\.\\.\\.HEAD" - }, - { - "file": "CHANGELOG.md", - "min": 1, - "replace": "{{date}}", - "search": "ReleaseDate" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n## [Unreleased] - ReleaseDate\n", - "search": "" - }, - { - "exactly": 1, - "file": "CHANGELOG.md", - "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", - "search": "" - } - ] - } - }, - "publish": null, + "version": "4.1.1" + }, + { "authors": [], "categories": [ "command-line-interface" ], - "keywords": [ - "argument", - "cli", - "arg", - "parser", - "parse" - ], - "readme": "README.md", - "repository": "https://github.com/clap-rs/clap", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": "1.64.0" - }, - { - "name": "clap_lex", - "version": "0.3.3", - "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Minimal, flexible command line parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "os_str_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^6.0.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "raw_os_str" ], + "kind": null, + "name": "os_str_bytes", + "optional": false, + "registry": null, + "rename": null, + "req": "^6.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "clap_lex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.3/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "Minimal, flexible command line parser", + "documentation": null, + "edition": "2021", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.3/Cargo.toml", + "homepage": null, + "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/Cargo.toml", "metadata": { "release": { "pre-release-replacements": [ @@ -1856,1040 +1854,1034 @@ ] } }, + "name": "clap_lex", "publish": null, - "authors": [], - "categories": [ - "command-line-interface" - ], - "keywords": [ - "argument", - "cli", - "arg", - "parser", - "parse" - ], "readme": "README.md", "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.64.0" + "rust_version": "1.64.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "clap_lex", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/src/lib.rs", + "test": true + } + ], + "version": "0.3.3" }, { - "name": "crate-with-optional-deps", - "version": "0.1.0", - "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "clap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=4.1.1", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "color" ], + "kind": null, + "name": "clap", + "optional": false, + "registry": null, + "rename": null, + "req": "=4.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "notify", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^5.1", + "features": [], "kind": null, - "rename": null, + "name": "notify", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^5.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2021", + "features": {}, + "homepage": null, + "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/crate_optional_deps_enabled/Cargo.toml", + "metadata": null, + "name": "crate-with-optional-deps", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ "lib" ], "name": "crate-with-optional-deps", "src_path": "{TEMP_DIR}/crate_optional_deps_enabled/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/crate_optional_deps_enabled/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "crossbeam-channel", - "version": "0.5.7", - "id": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Multi-producer multi-consumer channels for message passing", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "algorithms", + "concurrency", + "data-structures" + ], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-utils", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.13.0", + "features": [], "kind": "dev", - "rename": null, + "name": "num_cpus", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "signal-hook", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "signal-hook", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Multi-producer multi-consumer channels for message passing", + "documentation": null, + "edition": "2018", + "features": { + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std" + ], + "std": [ + "crossbeam-utils/std" + ] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", + "id": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "channel", + "mpmc", + "select", + "golang", + "message" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/Cargo.toml", + "metadata": null, + "name": "crossbeam-channel", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": "1.38", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-channel", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-channel", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "fibonacci", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/examples/fibonacci.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "fibonacci", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/fibonacci.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "matching", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/examples/matching.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "matching", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/matching.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "stopwatch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/examples/stopwatch.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "stopwatch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/stopwatch.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "same_channel", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/same_channel.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "same_channel", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/same_channel.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zero", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/zero.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zero", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/zero.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "after", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/after.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "after", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/after.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "never", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/never.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "never", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/never.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/list.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/list.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "iter", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/iter.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "iter", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/iter.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "mpsc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/mpsc.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "mpsc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/mpsc.rs", + "test": true + }, + { "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], "name": "select_macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/select_macro.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/select_macro.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "select", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/select.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "select", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/select.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "array", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/array.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "array", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/array.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "golang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/golang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "golang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/golang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/tick.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/tick.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "ready", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/ready.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "ready", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/ready.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "thread_locals", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/tests/thread_locals.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "thread_locals", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/thread_locals.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "crossbeam", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/benches/crossbeam.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "crossbeam", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/benches/crossbeam.rs", "test": false } ], - "features": { - "crossbeam-utils": [ - "dep:crossbeam-utils" - ], - "default": [ - "std" - ], - "std": [ - "crossbeam-utils/std" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.7/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.5.7" + }, + { "authors": [], "categories": [ "algorithms", "concurrency", - "data-structures" - ], - "keywords": [ - "channel", - "mpmc", - "select", - "golang", - "message" + "data-structures", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.38" - }, - { - "name": "crossbeam-utils", - "version": "0.8.15", - "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Utilities for concurrent programming", - "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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "loom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "loom", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(crossbeam_loom)", - "registry": null + "uses_default_features": true } ], + "description": "Utilities for concurrent programming", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "std" + ], + "loom": [ + "dep:loom" + ], + "nightly": [], + "std": [] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", + "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "scoped", + "thread", + "atomic", + "cache" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/Cargo.toml", + "metadata": null, + "name": "crossbeam-utils", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": "1.38", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-utils", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-utils", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wait_group", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/wait_group.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wait_group", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/wait_group.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sharded_lock", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/sharded_lock.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sharded_lock", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/sharded_lock.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "thread", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/thread.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "thread", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/thread.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cache_padded", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/cache_padded.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cache_padded", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/cache_padded.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "atomic_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/atomic_cell.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "atomic_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/atomic_cell.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "parker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/tests/parker.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "bench" + "test" ], + "name": "parker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/parker.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "atomic_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/benches/atomic_cell.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "atomic_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/benches/atomic_cell.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "loom": [ - "dep:loom" - ], - "nightly": [], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.15/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [ - "algorithms", - "concurrency", - "data-structures", - "no-std" + "version": "0.8.15" + }, + { + "authors": [ + "Chris Wong " ], - "keywords": [ - "scoped", - "thread", - "atomic", - "cache" + "categories": [ + "os" ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.38" - }, - { - "name": "errno", - "version": "0.2.8", - "id": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Cross-platform interface to the `errno` variable.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "errno-dragonfly", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.1", + "features": [], "kind": null, - "rename": null, + "name": "errno-dragonfly", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"dragonfly\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"hermit\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "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": [ "errhandlingapi", "minwindef", "ntdef", "winbase" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Cross-platform interface to the `errno` variable.", + "documentation": "https://docs.rs/errno", + "edition": "2015", + "features": { + "default": [ + "std" + ], + "std": [] + }, + "homepage": null, + "id": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.2.8/Cargo.toml", + "metadata": null, + "name": "errno", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/lambda-fairy/rust-errno", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "errno", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/errno-0.2.8/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "errno", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.2.8/src/lib.rs", "test": true } ], - "features": { - "default": [ - "std" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/errno-0.2.8/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.8" + }, + { "authors": [ - "Chris Wong " - ], - "categories": [ - "os" + "Michael Neumann " ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/lambda-fairy/rust-errno", - "homepage": null, - "documentation": "https://docs.rs/errno", - "edition": "2015", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "errno-dragonfly", - "version": "0.1.2", - "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Exposes errno functionality to stable Rust on DragonFlyBSD", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Exposes errno functionality to stable Rust on DragonFlyBSD", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "dragonfly" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/Cargo.toml", + "metadata": null, + "name": "errno-dragonfly", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/mneumann/errno-dragonfly-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "errno-dragonfly", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/errno-dragonfly-0.1.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "errno-dragonfly", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/errno-dragonfly-0.1.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/errno-dragonfly-0.1.2/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Michael Neumann " - ], - "categories": [], - "keywords": [ - "dragonfly" - ], - "readme": "README.md", - "repository": "https://github.com/mneumann/errno-dragonfly-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.2" }, { - "name": "filetime", - "version": "0.2.20", - "id": "filetime 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Platform-agnostic accessors of timestamps in File metadata\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "redox_syscall", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.9", + "features": [], "kind": null, - "rename": null, + "name": "redox_syscall", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"redox\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.27", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.27", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.45.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Storage_FileSystem" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.45.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Platform-agnostic accessors of timestamps in File metadata\n", + "documentation": "https://docs.rs/filetime", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/alexcrichton/filetime", + "id": "filetime 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "timestamp", + "mtime" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.20/Cargo.toml", + "metadata": null, + "name": "filetime", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/filetime", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "filetime", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.20/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "filetime", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.20/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.20/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.20" + }, + { "authors": [ - "Alex Crichton " + "Pierre Baillet " ], "categories": [], - "keywords": [ - "timestamp", - "mtime" - ], - "readme": "README.md", - "repository": "https://github.com/alexcrichton/filetime", - "homepage": "https://github.com/alexcrichton/filetime", - "documentation": "https://docs.rs/filetime", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "fsevent-sys", - "version": "4.1.0", - "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Rust bindings to the fsevent macOS API for file changes notifications", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.68", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.68", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "fsevent-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-4.1.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Rust bindings to the fsevent macOS API for file changes notifications", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-4.1.0/Cargo.toml", + "homepage": null, + "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2899,83 +2891,79 @@ } } }, + "name": "fsevent-sys", "publish": null, - "authors": [ - "Pierre Baillet " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "fsevent-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/src/lib.rs", + "test": true + } + ], + "version": "4.1.0" }, { - "name": "hermit-abi", - "version": "0.3.1", - "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Hermit system calls definitions.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Stefan Lankes" + ], + "categories": [ + "os" + ], + "default_run": null, "dependencies": [ { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hermit-abi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.3.1/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Hermit system calls definitions.", + "documentation": null, + "edition": "2021", "features": { "alloc": [ "dep:alloc" @@ -2993,426 +2981,433 @@ "compiler_builtins/rustc-dep-of-std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.3.1/Cargo.toml", + "homepage": null, + "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unikernel", + "libos" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/Cargo.toml", "metadata": null, + "name": "hermit-abi", "publish": null, + "readme": "README.md", + "repository": "https://github.com/hermitcore/rusty-hermit", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "hermit-abi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/src/lib.rs", + "test": true + } + ], + "version": "0.3.1" + }, + { "authors": [ - "Stefan Lankes" + "Hanno Braun ", + "Fe\u0301lix Saparelli ", + "Cristian Kubis ", + "Frank Denis " ], "categories": [ - "os" - ], - "keywords": [ - "unikernel", - "libos" + "api-bindings", + "filesystem" ], - "readme": "README.md", - "repository": "https://github.com/hermitcore/rusty-hermit", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "inotify", - "version": "0.9.6", - "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "ISC", - "license_file": null, - "description": "Idiomatic wrapper for inotify", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": null, - "rename": null, + "name": "futures-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "inotify-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "inotify-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "net" ], + "kind": null, + "name": "tokio", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "macros", "rt-multi-thread" ], + "kind": "dev", + "name": "tokio", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Idiomatic wrapper for inotify", + "documentation": "https://docs.rs/inotify", + "edition": "2018", + "features": { + "default": [ + "stream" + ], + "futures-core": [ + "dep:futures-core" + ], + "stream": [ + "futures-core", + "tokio" + ], + "tokio": [ + "dep:tokio" + ] + }, + "homepage": null, + "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "inotify", + "linux" + ], + "license": "ISC", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/Cargo.toml", + "metadata": null, + "name": "inotify", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/hannobraun/inotify", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "inotify", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-0.9.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "inotify", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-0.9.6/examples/stream.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "stream", "required-features": [ "stream" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/stream.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "watch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-0.9.6/examples/watch.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "watch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/watch.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "main", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-0.9.6/tests/main.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "main", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/tests/main.rs", "test": true } ], - "features": { - "default": [ - "stream" - ], - "futures-core": [ - "dep:futures-core" - ], - "stream": [ - "futures-core", - "tokio" - ], - "tokio": [ - "dep:tokio" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-0.9.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.9.6" + }, + { "authors": [ - "Hanno Braun ", - "Fe\u0301lix Saparelli ", - "Cristian Kubis ", - "Frank Denis " + "Hanno Braun " ], "categories": [ - "api-bindings", + "external-ffi-bindings", "filesystem" ], - "keywords": [ - "inotify", - "linux" - ], - "readme": "README.md", - "repository": "https://github.com/hannobraun/inotify", - "homepage": null, - "documentation": "https://docs.rs/inotify", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "inotify-sys", - "version": "0.1.5", - "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "ISC", - "license_file": null, - "description": "inotify bindings for the Rust programming language", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "inotify bindings for the Rust programming language", + "documentation": "https://docs.rs/inotify-sys", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "inotify", + "linux" + ], + "license": "ISC", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/Cargo.toml", + "metadata": null, + "name": "inotify-sys", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/hannobraun/inotify-sys", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "inotify-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-sys-0.1.5/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "inotify-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/inotify-sys-0.1.5/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.5" + }, + { "authors": [ - "Hanno Braun " + "Dan Gohman " ], "categories": [ - "external-ffi-bindings", - "filesystem" - ], - "keywords": [ - "inotify", - "linux" + "os", + "rust-patterns" ], - "readme": "README.md", - "repository": "https://github.com/hannobraun/inotify-sys", - "homepage": null, - "documentation": "https://docs.rs/inotify-sys", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "io-lifetimes", - "version": "1.0.9", - "id": "io-lifetimes 1.0.9 (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": "A low-level I/O ownership and borrowing library", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "fs-err", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.6.0", + "features": [], "kind": null, - "rename": null, + "name": "fs-err", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "async-std", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.12.0", + "features": [], "kind": null, - "rename": null, + "name": "async-std", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.12.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "mio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "net", "os-ext" ], + "kind": null, + "name": "mio", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "os_pipe", - "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": [ "io_safety" ], + "kind": null, + "name": "os_pipe", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "socket2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.0", + "features": [], "kind": null, - "rename": null, + "name": "socket2", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "io-std", "fs", "net", "process" ], + "kind": null, + "name": "tokio", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.96", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.96", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(windows))", - "registry": null + "uses_default_features": true }, { - "name": "hermit-abi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "hermit-abi", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"hermit\")", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.45.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Storage_FileSystem", @@ -3421,40 +3416,20 @@ "Win32_System_IO", "Win32_System_Threading" ], + "kind": null, + "name": "windows-sys", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.45.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "io-lifetimes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.9/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.9/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A low-level I/O ownership and borrowing library", + "documentation": null, + "edition": "2018", "features": { "async-std": [ "dep:async-std" @@ -3492,262 +3467,258 @@ "dep:windows-sys" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.9/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Dan Gohman " - ], - "categories": [ - "os", - "rust-patterns" - ], + "homepage": null, + "id": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "api", "io" ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/Cargo.toml", + "metadata": null, + "name": "io-lifetimes", + "publish": null, "readme": "README.md", "repository": "https://github.com/sunfishcode/io-lifetimes", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "io-lifetimes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/build.rs", + "test": false + } + ], + "version": "1.0.9" }, { - "name": "is-terminal", - "version": "0.4.5", - "id": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Test whether a given stream is a terminal", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "softprops ", + "Dan Gohman " + ], + "categories": [ + "command-line-interface" + ], + "default_run": null, "dependencies": [ { - "name": "io-lifetimes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "io-lifetimes", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, - { - "name": "atty", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.14", + { + "features": [], "kind": "dev", - "rename": null, + "name": "atty", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.110", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.110", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(unix, target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "rustix", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.36.4", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "termios" ], + "kind": null, + "name": "rustix", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.36.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))", - "registry": null + "uses_default_features": true }, { - "name": "hermit-abi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "hermit-abi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"hermit\")", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.45.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Console" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.45.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Test whether a given stream is a terminal", + "documentation": "http://docs.rs/is-terminal", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "terminal", + "tty", + "isatty" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.5/Cargo.toml", + "metadata": null, + "name": "is-terminal", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/sunfishcode/is-terminal", + "rust_version": "1.48", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "is-terminal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "is-terminal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.5/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.5/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.5" + }, + { "authors": [ - "softprops ", - "Dan Gohman " + "William Orr " ], "categories": [ - "command-line-interface" - ], - "keywords": [ - "terminal", - "tty", - "isatty" + "os::unix-apis", + "filesystem" ], - "readme": "README.md", - "repository": "https://github.com/sunfishcode/is-terminal", - "homepage": null, - "documentation": "http://docs.rs/is-terminal", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.48" - }, - { - "name": "kqueue", - "version": "1.0.7", - "id": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "kqueue interface for BSDs", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "kqueue-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.3", + "features": [], "kind": null, - "rename": null, + "name": "kqueue-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.17", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "kqueue", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-1.0.7/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "pid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-1.0.7/examples/pid.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-1.0.7/examples/file.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "kqueue interface for BSDs", + "documentation": "https://docs.worrbase.com/rust/kqueue/", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-1.0.7/Cargo.toml", + "homepage": null, + "id": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "kqueue", + "kevent", + "bsd" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3760,83 +3731,60 @@ ] } } - }, - "publish": null, - "authors": [ - "William Orr " - ], - "categories": [ - "os::unix-apis", - "filesystem" - ], - "keywords": [ - "kqueue", - "kevent", - "bsd" - ], - "readme": "README.md", - "repository": "https://gitlab.com/rust-kqueue/rust-kqueue", - "homepage": null, - "documentation": "https://docs.worrbase.com/rust/kqueue/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "kqueue-sys", - "version": "1.0.3", - "id": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Low-level kqueue interface for BSDs", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.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.74", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], + }, + "name": "kqueue", + "publish": null, + "readme": "README.md", + "repository": "https://gitlab.com/rust-kqueue/rust-kqueue", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "kqueue-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-1.0.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "kqueue", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/src/lib.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "pid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/examples/pid.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "file", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/examples/file.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-1.0.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.7" + }, + { "authors": [ "William Orr ", "Daniel (dmilith) Dettlaff " @@ -3847,6 +3795,39 @@ "os::unix-apis", "filesystem" ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "libc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.74", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Low-level kqueue interface for BSDs", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "kqueue", "kevent", @@ -3854,81 +3835,62 @@ "darwin", "macos" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.3/Cargo.toml", + "metadata": null, + "name": "kqueue-sys", + "publish": null, "readme": "README.md", "repository": "https://gitlab.com/worr/rust-kqueue-sys", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "libc", - "version": "0.2.140", - "id": "libc 0.2.140 (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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.140/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.140/tests/const_fn.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "name": "kqueue-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.3/src/lib.rs", "test": true - }, + } + ], + "version": "1.0.3" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "default_run": null, + "dependencies": [ { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.140/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -3948,7 +3910,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.140/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3959,105 +3933,119 @@ } } }, + "name": "libc", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/libc", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/tests/const_fn.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/build.rs", + "test": false + } + ], + "version": "0.2.140" + }, + { "authors": [ - "The Rust Project Developers" + "Dan Gohman " ], "categories": [ - "external-ffi-bindings", - "no-std", - "os" - ], - "keywords": [ - "libc", - "ffi", - "bindings", - "operating", - "system" + "external-ffi-bindings" ], - "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": "linux-raw-sys", - "version": "0.1.4", - "id": "linux-raw-sys 0.1.4 (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": "Generated bindings for Linux's userspace API", - "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.49", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.100", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.100", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "linux-raw-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.4/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Generated bindings for Linux's userspace API", + "documentation": "https://docs.rs/linux-raw-sys", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -4082,7 +4070,17 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.4/Cargo.toml", + "homepage": null, + "id": "linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "linux", + "uapi", + "ffi" + ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.1.4/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4098,223 +4096,157 @@ } } }, + "name": "linux-raw-sys", "publish": null, + "readme": "README.md", + "repository": "https://github.com/sunfishcode/linux-raw-sys", + "rust_version": "1.48", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "linux-raw-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.1.4/src/lib.rs", + "test": true + } + ], + "version": "0.1.4" + }, + { "authors": [ - "Dan Gohman " + "The Rust Project Developers" ], "categories": [ - "external-ffi-bindings" - ], - "keywords": [ - "linux", - "uapi", - "ffi" + "development-tools::debugging" ], - "readme": "README.md", - "repository": "https://github.com/sunfishcode/linux-raw-sys", - "homepage": null, - "documentation": "https://docs.rs/linux-raw-sys", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.48" - }, - { - "name": "log", - "version": "0.4.17", - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", - "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.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", + "features": [], "kind": null, - "rename": null, + "name": "sval", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], - "target": null, - "registry": null - }, - { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", "kind": "dev", - "rename": null, + "name": "sval", "optional": false, - "uses_default_features": true, - "features": [ - "test" - ], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "filters", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/filters.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ + "features": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/macros.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "value", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/benches/value.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "value-bag", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://docs.rs/log", + "edition": "2015", "features": { "kv_unstable": [ "value-bag" @@ -4357,7 +4289,15 @@ "dep:value-bag" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml", + "homepage": null, + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4371,114 +4311,170 @@ } } }, + "name": "log", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/log", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "filters", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "value", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", + "test": false + } + ], + "version": "0.4.17" + }, + { "authors": [ - "The Rust Project Developers" + "Carl Lerche ", + "Thomas de Zeeuw ", + "Tokio Contributors " ], "categories": [ - "development-tools::debugging" - ], - "keywords": [ - "logging" + "asynchronous" ], - "readme": "README.md", - "repository": "https://github.com/rust-lang/log", - "homepage": null, - "documentation": "https://docs.rs/log", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "mio", - "version": "0.8.6", - "id": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Lightweight non-blocking I/O.", - "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.8", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.4", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.121", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.121", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "wasi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.0", + "features": [], "kind": null, - "rename": null, + "name": "wasi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.121", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.121", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.45", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Networking_WinSock", @@ -4486,80 +4482,20 @@ "Win32_System_IO", "Win32_System_WindowsProgramming" ], - "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "mio", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "tcp_server", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/examples/tcp_server.rs", - "edition": "2018", - "required-features": [ - "os-poll", - "net" - ], - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "tcp_listenfd_server", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/examples/tcp_listenfd_server.rs", - "edition": "2018", - "required-features": [ - "os-poll", - "net" - ], - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "udp_server", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/examples/udp_server.rs", - "edition": "2018", - "required-features": [ - "os-poll", - "net" - ], - "doc": false, - "doctest": false, - "test": false + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.45", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(windows)", + "uses_default_features": true } ], + "description": "Lightweight non-blocking I/O.", + "documentation": null, + "edition": "2018", "features": { "default": [], "net": [], @@ -4570,7 +4506,17 @@ ], "os-poll": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/Cargo.toml", + "homepage": "https://github.com/tokio-rs/mio", + "id": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "io", + "async", + "non-blocking" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4602,246 +4548,295 @@ ] } }, + "name": "mio", "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/mio", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "mio", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "tcp_server", + "required-features": [ + "os-poll", + "net" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/tcp_server.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "tcp_listenfd_server", + "required-features": [ + "os-poll", + "net" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/tcp_listenfd_server.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "udp_server", + "required-features": [ + "os-poll", + "net" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/udp_server.rs", + "test": false + } + ], + "version": "0.8.6" + }, + { "authors": [ - "Carl Lerche ", - "Thomas de Zeeuw ", - "Tokio Contributors " + "F\u00e9lix Saparelli ", + "Daniel Faust " ], "categories": [ - "asynchronous" - ], - "keywords": [ - "io", - "async", - "non-blocking" + "filesystem" ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/mio", - "homepage": "https://github.com/tokio-rs/mio", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "notify", - "version": "5.1.0", - "id": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "CC0-1.0 OR Artistic-2.0", - "license_file": null, - "description": "Cross-platform filesystem notification library", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.4", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-channel", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-channel", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "filetime", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.6", + "features": [], "kind": null, - "rename": null, + "name": "filetime", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.89", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.89", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2.2", + "features": [], "kind": null, - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "nix", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.23.1", + "features": [], "kind": "dev", - "rename": null, + "name": "nix", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.23.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.39", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.39", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "kqueue", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.4", + "features": [], "kind": null, - "rename": null, + "name": "kqueue", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))", - "registry": null + "uses_default_features": true }, { - "name": "mio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "os-ext" ], + "kind": null, + "name": "mio", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))", - "registry": null + "uses_default_features": true }, { - "name": "inotify", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": null, - "rename": null, + "name": "inotify", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"linux\")", - "registry": null + "uses_default_features": false }, { - "name": "mio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "os-ext" ], + "kind": null, + "name": "mio", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"linux\")", - "registry": null + "uses_default_features": true }, { - "name": "fsevent-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4", + "features": [], "kind": null, - "rename": null, + "name": "fsevent-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"macos\")", - "registry": null + "uses_default_features": true }, { - "name": "kqueue", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "kqueue", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"macos\")", - "registry": null + "uses_default_features": true }, { - "name": "mio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "os-ext" ], + "kind": null, + "name": "mio", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"macos\")", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_System_Threading", "Win32_Foundation", @@ -4850,26 +4845,20 @@ "Win32_System_WindowsProgramming", "Win32_System_IO" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "notify", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/notify-5.1.0/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Cross-platform filesystem notification library", + "documentation": "https://docs.rs/notify", + "edition": "2021", "features": { "crossbeam-channel": [ "dep:crossbeam-channel" @@ -4900,105 +4889,108 @@ ], "timing_tests": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/notify-5.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "F\u00e9lix Saparelli ", - "Daniel Faust " - ], - "categories": [ - "filesystem" - ], + "homepage": "https://github.com/notify-rs/notify", + "id": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "events", "filesystem", "notify", "watch" ], + "license": "CC0-1.0 OR Artistic-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/notify-5.1.0/Cargo.toml", + "metadata": null, + "name": "notify", + "publish": null, "readme": "README.md", "repository": "https://github.com/notify-rs/notify.git", - "homepage": "https://github.com/notify-rs/notify", - "documentation": "https://docs.rs/notify", - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56" + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "notify", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/notify-5.1.0/src/lib.rs", + "test": true + } + ], + "version": "5.1.0" }, { - "name": "os_str_bytes", - "version": "6.5.0", - "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Convert between byte sequences and platform-native strings\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "dylni" + ], + "categories": [ + "command-line-interface", + "development-tools::ffi", + "encoding", + "os", + "rust-patterns" + ], + "default_run": null, "dependencies": [ { - "name": "memchr", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.4", + "features": [], "kind": null, - "rename": null, + "name": "memchr", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "print_bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "print_bytes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uniquote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0", + "features": [], "kind": null, - "rename": null, + "name": "uniquote", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fastrand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8", + "features": [], "kind": "dev", - "rename": null, + "name": "fastrand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "os_str_bytes", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.5.0/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Convert between byte sequences and platform-native strings\n", + "documentation": null, + "edition": "2021", "features": { "checked_conversions": [], "default": [ @@ -5016,7 +5008,19 @@ "dep:uniquote" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.5.0/Cargo.toml", + "homepage": null, + "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bytes", + "osstr", + "osstring", + "path", + "windows" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5032,452 +5036,412 @@ } } }, + "name": "os_str_bytes", "publish": null, - "authors": [ - "dylni" - ], - "categories": [ - "command-line-interface", - "development-tools::ffi", - "encoding", - "os", - "rust-patterns" - ], - "keywords": [ - "bytes", - "osstr", - "osstring", - "path", - "windows" - ], "readme": "README.md", "repository": "https://github.com/dylni/os_str_bytes", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.57.0" + "rust_version": "1.57.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "os_str_bytes", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/src/lib.rs", + "test": true + } + ], + "version": "6.5.0" }, { - "name": "redox_syscall", - "version": "0.2.16", - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A Rust library to access raw Redox system calls", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Jeremy Soller " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A Rust library to access raw Redox system calls", + "documentation": "https://docs.rs/redox_syscall", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/Cargo.toml", + "metadata": null, + "name": "redox_syscall", + "publish": null, + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syscall", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syscall", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.16" + }, + { "authors": [ - "Jeremy Soller " + "Dan Gohman ", + "Jakub Konka " + ], + "categories": [ + "os::unix-apis", + "date-and-time", + "filesystem", + "network-programming" ], - "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://gitlab.redox-os.org/redox-os/syscall", - "homepage": null, - "documentation": "https://docs.rs/redox_syscall", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "rustix", - "version": "0.36.11", - "id": "rustix 0.36.11 (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": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.49", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "io-lifetimes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "close" ], + "kind": null, + "name": "io-lifetimes", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "itoa", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", + "features": [], "kind": null, - "rename": null, + "name": "itoa", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "io-lifetimes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "close" ], + "kind": "dev", + "name": "io-lifetimes", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.133", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.133", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "errno", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": "dev", - "rename": "libc_errno", + "name": "errno", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": "libc_errno", + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "memoffset", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.1", + "features": [], "kind": "dev", - "rename": null, + "name": "memoffset", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serial_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": "dev", - "rename": null, + "name": "serial_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.68", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.68", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "linux-raw-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "general", "no_std" ], + "kind": null, + "name": "linux-raw-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))", - "registry": null + "uses_default_features": false }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.133", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "extra_traits" ], + "kind": null, + "name": "libc", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.2.133", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", - "registry": null + "uses_default_features": true }, { - "name": "errno", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": null, - "rename": "libc_errno", + "name": "errno", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": "libc_errno", + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", - "registry": null + "uses_default_features": false }, { - "name": "linux-raw-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "general", "errno", "ioctl", "no_std" ], + "kind": null, + "name": "linux-raw-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", - "registry": null + "uses_default_features": false }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.133", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "extra_traits" ], + "kind": null, + "name": "libc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.133", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))", - "registry": null + "uses_default_features": true }, { - "name": "errno", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": null, - "rename": "libc_errno", + "name": "errno", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": "libc_errno", + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))", - "registry": null + "uses_default_features": false }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.5.2", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.45.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_System_Threading" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.45.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "name": "ctor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.21", + "features": [], "kind": "dev", - "rename": null, + "name": "ctor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.21", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "rustix", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.11/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "mod", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.11/benches/mod.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.11/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls", + "documentation": "https://docs.rs/rustix", + "edition": "2018", "features": { "all-apis": [ "fs", @@ -5573,7 +5537,19 @@ "libc" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.11/Cargo.toml", + "homepage": null, + "id": "rustix 0.36.11 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "api", + "file", + "network", + "safe", + "syscall" + ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5593,452 +5569,452 @@ } } }, + "name": "rustix", "publish": null, - "authors": [ - "Dan Gohman ", - "Jakub Konka " - ], - "categories": [ - "os::unix-apis", - "date-and-time", - "filesystem", - "network-programming" - ], - "keywords": [ - "api", - "file", - "network", - "safe", - "syscall" - ], "readme": "README.md", "repository": "https://github.com/bytecodealliance/rustix", - "homepage": null, - "documentation": "https://docs.rs/rustix", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.48" + "rust_version": "1.48", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rustix", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "mod", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/benches/mod.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/build.rs", + "test": false + } + ], + "version": "0.36.11" }, { - "name": "same-file", - "version": "1.0.6", - "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "A simple crate for determining whether two file paths point to the same file.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.1", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple crate for determining whether two file paths point to the same file.\n", + "documentation": "https://docs.rs/same-file", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/same-file", + "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "same", + "file", + "equal", + "inode" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", + "metadata": null, + "name": "same-file", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/same-file", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "same-file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "same-file", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "is_stderr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/examples/is_stderr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "is_stderr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "is_same_file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/examples/is_same_file.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "is_same_file", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", "test": false - } - ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Andrew Gallant " - ], - "categories": [], - "keywords": [ - "same", - "file", - "equal", - "inode" + } ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/same-file", - "homepage": "https://github.com/BurntSushi/same-file", - "documentation": "https://docs.rs/same-file", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "1.0.6" }, { - "name": "termcolor", - "version": "1.2.0", - "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "A simple cross platform library for writing colored text to a terminal.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple cross platform library for writing colored text to a terminal.\n", + "documentation": "https://docs.rs/termcolor", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/termcolor", + "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "win", + "color", + "ansi", + "console" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/Cargo.toml", + "metadata": null, + "name": "termcolor", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/termcolor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "termcolor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "termcolor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.2.0" + }, + { "authors": [ "Andrew Gallant " ], - "categories": [], - "keywords": [ - "windows", - "win", - "color", - "ansi", - "console" + "categories": [ + "filesystem" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/termcolor", - "homepage": "https://github.com/BurntSushi/termcolor", - "documentation": "https://docs.rs/termcolor", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "walkdir", - "version": "2.3.3", - "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "Recursively walk a directory.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "same-file", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", + "features": [], "kind": null, - "rename": null, + "name": "same-file", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.1", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Recursively walk a directory.", + "documentation": "https://docs.rs/walkdir/", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/walkdir", + "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "directory", + "recursive", + "walk", + "iterator" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/Cargo.toml", + "metadata": null, + "name": "walkdir", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/walkdir", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "walkdir", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "walkdir", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "2.3.3" + }, + { "authors": [ - "Andrew Gallant " + "The Cranelift Project Developers" ], "categories": [ - "filesystem" - ], - "keywords": [ - "directory", - "recursive", - "walk", - "iterator" + "no-std", + "wasm" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/walkdir", - "homepage": "https://github.com/BurntSushi/walkdir", - "documentation": "https://docs.rs/walkdir/", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Experimental WASI API bindings for Rust", + "documentation": "https://docs.rs/wasi", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "webassembly", + "wasm" + ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "name": "wasi", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/wasi", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.11.0+wasi-snapshot-preview1" + }, + { "authors": [ - "The Cranelift Project Developers" + "Peter Atashian " ], "categories": [ + "external-ffi-bindings", "no-std", - "wasm" - ], - "keywords": [ - "webassembly", - "wasm" + "os::windows-apis" ], - "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", + "features": [], "kind": null, - "rename": null, + "name": "winapi-i686-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "winapi-x86_64-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-x86_64-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings for all of Windows API.", + "documentation": "https://docs.rs/winapi/", + "edition": "2015", "features": { "accctrl": [], "aclapi": [], @@ -6442,7 +6418,19 @@ "wtypesbase": [], "xinput": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml", + "homepage": null, + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6460,107 +6448,114 @@ } } }, + "name": "winapi", "publish": null, - "authors": [ - "Peter Atashian " - ], - "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.", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.9" + }, + { "authors": [ "Peter Atashian " ], "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "windows" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-i686-pc-windows-gnu", + "publish": null, "readme": null, "repository": "https://github.com/retep998/winapi-rs", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", + "test": false + } + ], + "version": "0.4.0" }, { - "name": "winapi-util", - "version": "0.1.5", - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "A dumping ground for high level safe wrappers over winapi.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "os::windows-apis", + "external-ffi-bindings" + ], + "default_run": null, "dependencies": [ { - "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": [ "std", "consoleapi", @@ -6573,28 +6568,33 @@ "winerror", "winnt" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi-util", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "A dumping ground for high level safe wrappers over winapi.", + "documentation": "https://docs.rs/winapi-util", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml", + "homepage": "https://github.com/BurntSushi/winapi-util", + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "winapi", + "util", + "win" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6604,258 +6604,244 @@ } } }, + "name": "winapi-util", "publish": null, - "authors": [ - "Andrew Gallant " - ], - "categories": [ - "os::windows-apis", - "external-ffi-bindings" - ], - "keywords": [ - "windows", - "winapi", - "util", - "win" - ], "readme": "README.md", "repository": "https://github.com/BurntSushi/winapi-util", - "homepage": "https://github.com/BurntSushi/winapi-util", - "documentation": "https://docs.rs/winapi-util", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "winapi-util", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", + "test": true + } + ], + "version": "0.1.5" }, { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-x86_64-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.0" + }, + { "authors": [ - "Peter Atashian " + "Microsoft" ], "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": "windows-sys", - "version": "0.42.0", - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust for Windows", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "windows_aarch64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-msvc", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "windows-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Rust for Windows", + "documentation": null, + "edition": "2018", "features": { "Win32": [], "Win32_AI": [ @@ -7818,7 +7804,13 @@ "default": [], "deprecated": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7828,59 +7820,53 @@ } } }, + "name": "windows-sys", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": "readme.md", "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49" - }, - { - "name": "windows-sys", - "version": "0.45.0", - "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust for Windows", + "rust_version": "1.49", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "windows-targets", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.1", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": "cfg(not(windows_raw_dylib))", - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.45.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs", "test": true } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "windows-targets", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(not(windows_raw_dylib))", + "uses_default_features": true + } + ], + "description": "Rust for Windows", + "documentation": null, + "edition": "2018", "features": { "Win32": [], "Win32_Data": [ @@ -8686,7 +8672,13 @@ ], "default": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.45.0/Cargo.toml", + "homepage": null, + "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8696,250 +8688,300 @@ } } }, + "name": "windows-sys", "publish": null, + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": "1.48", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs", + "test": true + } + ], + "version": "0.45.0" + }, + { "authors": [ "Microsoft" ], "categories": [], - "keywords": [], - "readme": "readme.md", - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.48" - }, - { - "name": "windows-targets", - "version": "0.42.2", - "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import libs for Windows", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "windows_aarch64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.2", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-msvc", - "registry": null + "uses_default_features": true } ], + "description": "Import libs for Windows", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml", + "metadata": null, + "name": "windows-targets", + "publish": null, + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows-targets", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-targets-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-targets", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-targets-0.42.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.42.2" + }, + { "authors": [ "Microsoft" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_aarch64_gnullvm", - "version": "0.42.2", + "features": {}, + "homepage": null, "id": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Import lib for Windows", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "name": "windows_aarch64_gnullvm", + "publish": null, + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8948,62 +8990,62 @@ } } }, + "name": "windows_aarch64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_aarch64_msvc", - "version": "0.42.2", - "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9012,62 +9054,62 @@ } } }, + "name": "windows_i686_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_gnu", - "version": "0.42.2", - "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9076,62 +9118,62 @@ } } }, + "name": "windows_i686_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_msvc", - "version": "0.42.2", - "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9140,62 +9182,62 @@ } } }, + "name": "windows_x86_64_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnu", - "version": "0.42.2", - "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9204,62 +9246,62 @@ } } }, + "name": "windows_x86_64_gnullvm", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnullvm", - "version": "0.42.2", - "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs", "test": false } ], + "version": "0.42.2" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import lib for Windows", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.2/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9268,113 +9310,68 @@ } } }, + "name": "windows_x86_64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_msvc", - "version": "0.42.2", - "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Import lib for Windows", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.2/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-pc-windows-msvc", - "targets": [] - } - } - }, - "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.42.2" } ], - "workspace_members": [ - "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)" - ], "resolve": { "nodes": [ { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9383,156 +9380,156 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "clap_lex", - "pkg": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap_lex", + "pkg": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "is_terminal", - "pkg": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "is_terminal", + "pkg": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "termcolor", - "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "color" - ] + ], + "id": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "os_str_bytes", - "pkg": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "os_str_bytes", + "pkg": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "clap_lex 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)", "dependencies": [ "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "clap", - "pkg": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "clap", + "pkg": "clap 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "notify", - "pkg": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "notify", + "pkg": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)" }, { - "id": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.8.15 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_utils", - "pkg": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "crossbeam-utils", "default", "std" - ] + ], + "id": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9540,18 +9537,16 @@ ], "deps": [ { - "name": "errno_dragonfly", - "pkg": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"dragonfly\")" } - ] + ], + "name": "errno_dragonfly", + "pkg": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -9565,53 +9560,55 @@ "kind": null, "target": "cfg(target_os = \"wasi\")" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.140 (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": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "filetime 0.2.20 (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.140 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9620,77 +9617,77 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syscall", - "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"redox\")" } - ] + ], + "name": "syscall", + "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "filetime 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9698,59 +9695,59 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "inotify_sys", - "pkg": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "inotify_sys", + "pkg": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9758,34 +9755,34 @@ ], "deps": [ { - "name": "hermit_abi", - "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"hermit\")" } - ] + ], + "name": "hermit_abi", + "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(windows))" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -9794,10 +9791,10 @@ "hermit-abi", "libc", "windows-sys" - ] + ], + "id": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9806,120 +9803,120 @@ ], "deps": [ { - "name": "hermit_abi", - "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"hermit\")" } - ] + ], + "name": "hermit_abi", + "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "io_lifetimes", - "pkg": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "io_lifetimes", + "pkg": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rustix", - "pkg": "rustix 0.36.11 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))" } - ] + ], + "name": "rustix", + "pkg": "rustix 0.36.11 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "is-terminal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "kqueue_sys", - "pkg": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "kqueue_sys", + "pkg": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "kqueue-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "extra_traits", "std" - ] + ], + "id": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -9927,29 +9924,29 @@ "general", "ioctl", "no_std" - ] + ], + "id": "linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9958,8 +9955,6 @@ ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -9969,47 +9964,49 @@ "kind": null, "target": "cfg(target_os = \"wasi\")" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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\")" } - ] + ], + "name": "wasi", + "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "os-ext", "os-poll" - ] + ], + "id": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10024,78 +10021,76 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_channel", - "pkg": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "filetime", - "pkg": "filetime 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "filetime", + "pkg": "filetime 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "fsevent_sys", - "pkg": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"macos\")" } - ] + ], + "name": "fsevent_sys", + "pkg": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "inotify", - "pkg": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"linux\")" } - ] + ], + "name": "inotify", + "pkg": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "kqueue", - "pkg": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))" } - ] + ], + "name": "kqueue", + "pkg": "kqueue 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "mio", - "pkg": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10105,27 +10100,29 @@ "kind": null, "target": "cfg(target_os = \"linux\")" } - ] + ], + "name": "mio", + "pkg": "mio 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "walkdir", - "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -10133,37 +10130,37 @@ "default", "fsevent-sys", "macos_fsevent" - ] + ], + "id": "notify 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "raw_os_str" - ] + ], + "id": "os_str_bytes 6.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rustix 0.36.11 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10174,38 +10171,36 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc_errno", - "pkg": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))" } - ] + ], + "name": "libc_errno", + "pkg": "errno 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "io_lifetimes", - "pkg": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "io_lifetimes", + "pkg": "io-lifetimes 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10215,11 +10210,11 @@ "kind": null, "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "linux_raw_sys", - "pkg": "linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10229,17 +10224,19 @@ "kind": null, "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))" } - ] + ], + "name": "linux_raw_sys", + "pkg": "linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -10249,111 +10246,111 @@ "std", "termios", "use-libc-auxv" - ] + ], + "id": "rustix 0.36.11 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "same_file", - "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "same_file", + "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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" } - ] + ], + "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)" } ], "features": [ @@ -10368,41 +10365,41 @@ "wincon", "winerror", "winnt" - ] + ], + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10414,18 +10411,16 @@ ], "deps": [ { - "name": "windows_aarch64_gnullvm", - "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } - ] + ], + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_aarch64_msvc", - "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10435,11 +10430,11 @@ "kind": null, "target": "aarch64-uwp-windows-msvc" } - ] + ], + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_gnu", - "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10449,11 +10444,11 @@ "kind": null, "target": "i686-uwp-windows-gnu" } - ] + ], + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_msvc", - "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10463,11 +10458,11 @@ "kind": null, "target": "i686-uwp-windows-msvc" } - ] + ], + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnu", - "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10477,21 +10472,21 @@ "kind": null, "target": "x86_64-uwp-windows-gnu" } - ] + ], + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnullvm", - "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } - ] + ], + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_msvc", - "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10501,7 +10496,9 @@ "kind": null, "target": "x86_64-uwp-windows-msvc" } - ] + ], + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -10515,23 +10512,23 @@ "Win32_System_Threading", "Win32_System_WindowsProgramming", "default" - ] + ], + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "windows_targets", - "pkg": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(windows_raw_dylib))" } - ] + ], + "name": "windows_targets", + "pkg": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -10551,10 +10548,10 @@ "Win32_System_Threading", "Win32_System_WindowsProgramming", "default" - ] + ], + "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10566,18 +10563,16 @@ ], "deps": [ { - "name": "windows_aarch64_gnullvm", - "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } - ] + ], + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_aarch64_msvc", - "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10587,11 +10582,11 @@ "kind": null, "target": "aarch64-uwp-windows-msvc" } - ] + ], + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_gnu", - "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10601,11 +10596,11 @@ "kind": null, "target": "i686-uwp-windows-gnu" } - ] + ], + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_msvc", - "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10615,11 +10610,11 @@ "kind": null, "target": "i686-uwp-windows-msvc" } - ] + ], + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnu", - "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10629,21 +10624,21 @@ "kind": null, "target": "x86_64-uwp-windows-gnu" } - ] + ], + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnullvm", - "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } - ] + ], + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_msvc", - "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -10653,58 +10648,66 @@ "kind": null, "target": "x86_64-uwp-windows-msvc" } - ] + ], + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)" }, "target_directory": "{TEMP_DIR}/crate_optional_deps_enabled/target", "version": 1, - "workspace_root": "{TEMP_DIR}/crate_optional_deps_enabled", - "metadata": null + "workspace_default_members": [ + "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)" + ], + "workspace_members": [ + "crate-with-optional-deps 0.1.0 (path+file://{TEMP_DIR}/crate_optional_deps_enabled)" + ], + "workspace_root": "{TEMP_DIR}/crate_optional_deps_enabled" } diff --git a/crate_universe/test_data/metadata/crate_types/metadata.json b/crate_universe/test_data/metadata/crate_types/metadata.json index 97b8e437b5..e888c419d2 100644 --- a/crate_universe/test_data/metadata/crate_types/metadata.json +++ b/crate_universe/test_data/metadata/crate_types/metadata.json @@ -1,274 +1,234 @@ { + "metadata": null, "packages": [ { - "name": "autocfg", - "version": "1.0.1", + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "default_run": null, + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/examples/integers.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/examples/paths.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/versions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/examples/traits.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/examples/traits.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/tests/rustflags.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.0.1/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.1" + }, + { "authors": [ - "Josh Stone " + "The Rust Project Developers" ], "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -283,7 +243,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -293,92 +264,93 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], + "version": "1.3.2" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "compiler_builtins", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -391,67 +363,73 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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": "core-foundation-sys", - "version": "0.8.3", - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings to Core Foundation for macOS", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "core-foundation-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/build.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", + "test": true } ], + "version": "1.0.0" + }, + { + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Bindings to Core Foundation for macOS", + "documentation": null, + "edition": "2015", "features": { "mac_os_10_7_support": [], "mac_os_10_8_features": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -459,1180 +437,1191 @@ } } }, + "name": "core-foundation-sys", "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-foundation-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/build.rs", + "test": false + } + ], + "version": "0.8.3" }, { - "name": "crate-types", - "version": "0.1.0", - "id": "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.3.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sysinfo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.22.5", + "features": [], "kind": null, - "rename": null, + "name": "sysinfo", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.22.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/crate_types/Cargo.toml", + "metadata": null, + "name": "crate-types", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "crate-types", "src_path": "{TEMP_DIR}/crate_types/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/crate_types/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "crossbeam-channel", - "version": "0.5.2", - "id": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Multi-producer multi-consumer channels for message passing", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "algorithms", + "concurrency", + "data-structures" + ], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-utils", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.13.0", + "features": [], "kind": "dev", - "rename": null, + "name": "num_cpus", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.13.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "signal-hook", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "signal-hook", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Multi-producer multi-consumer channels for message passing", + "documentation": null, + "edition": "2018", + "features": { + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std" + ], + "std": [ + "crossbeam-utils/std" + ] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", + "id": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "channel", + "mpmc", + "select", + "golang", + "message" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/Cargo.toml", + "metadata": null, + "name": "crossbeam-channel", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": "1.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-channel", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-channel", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "fibonacci", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/examples/fibonacci.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "fibonacci", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/examples/fibonacci.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "matching", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/examples/matching.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "matching", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/examples/matching.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "stopwatch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/examples/stopwatch.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "stopwatch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/examples/stopwatch.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "same_channel", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/same_channel.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "same_channel", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/same_channel.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zero", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/zero.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zero", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/zero.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "after", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/after.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "after", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/after.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "never", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/never.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "never", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/never.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/list.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/list.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "iter", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/iter.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "iter", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/iter.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "mpsc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/mpsc.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "mpsc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/mpsc.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "select_macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/select_macro.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "select_macro", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/select_macro.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "select", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/select.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "select", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/select.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "array", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/array.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "array", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/array.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "golang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/golang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "golang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/golang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/tick.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/tick.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "ready", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/ready.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "ready", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/ready.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "thread_locals", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/tests/thread_locals.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "thread_locals", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/tests/thread_locals.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "crossbeam", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/benches/crossbeam.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "crossbeam", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.2/benches/crossbeam.rs", "test": false } ], - "features": { - "crossbeam-utils": [ - "dep:crossbeam-utils" - ], - "default": [ - "std" - ], - "std": [ - "crossbeam-utils/std" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.2/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], + "version": "0.5.2" + }, + { + "authors": [ + "The Crossbeam Project Developers" + ], "categories": [ "algorithms", "concurrency", "data-structures" ], - "keywords": [ - "channel", - "mpmc", - "select", - "golang", - "message" - ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.36" - }, - { - "name": "crossbeam-deque", - "version": "0.8.1", - "id": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Concurrent work-stealing deque", - "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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-epoch", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-epoch", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-utils", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Concurrent work-stealing deque", + "documentation": "https://docs.rs/crossbeam-deque", + "edition": "2018", + "features": { + "crossbeam-epoch": [ + "dep:crossbeam-epoch" + ], + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std" + ], + "std": [ + "crossbeam-epoch/std", + "crossbeam-utils/std" + ] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque", + "id": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "chase-lev", + "lock-free", + "scheduler", + "scheduling" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/Cargo.toml", + "metadata": null, + "name": "crossbeam-deque", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-deque", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-deque", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "injector", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/tests/injector.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "injector", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/tests/injector.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fifo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/tests/fifo.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fifo", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/tests/fifo.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lifo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/tests/lifo.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "lifo", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/tests/lifo.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "steal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/tests/steal.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - } - ], - "features": { - "crossbeam-epoch": [ - "dep:crossbeam-epoch" - ], - "crossbeam-utils": [ - "dep:crossbeam-utils" - ], - "default": [ - "std" - ], - "std": [ - "crossbeam-epoch/std", - "crossbeam-utils/std" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Crossbeam Project Developers" + "edition": "2018", + "kind": [ + "test" + ], + "name": "steal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.1/tests/steal.rs", + "test": true + } ], + "version": "0.8.1" + }, + { + "authors": [], "categories": [ - "algorithms", "concurrency", - "data-structures" - ], - "keywords": [ - "chase-lev", - "lock-free", - "scheduler", - "scheduling" + "memory-management", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque", - "documentation": "https://docs.rs/crossbeam-deque", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "crossbeam-epoch", - "version": "0.9.6", - "id": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Epoch-based garbage collection", - "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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "const_fn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.4", + "features": [], "kind": null, - "rename": null, + "name": "const_fn", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.5", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.0", + "features": [], "kind": null, - "rename": null, + "name": "lazy_static", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "memoffset", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "memoffset", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "scopeguard", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "scopeguard", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "loom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": "loom-crate", + "name": "loom", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "loom-crate", + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(crossbeam_loom)", - "registry": null + "uses_default_features": true } ], + "description": "Epoch-based garbage collection", + "documentation": null, + "edition": "2018", + "features": { + "alloc": [], + "const_fn": [ + "dep:const_fn" + ], + "default": [ + "std" + ], + "lazy_static": [ + "dep:lazy_static" + ], + "loom": [ + "loom-crate", + "crossbeam-utils/loom" + ], + "loom-crate": [ + "dep:loom-crate" + ], + "nightly": [ + "crossbeam-utils/nightly", + "const_fn" + ], + "std": [ + "alloc", + "crossbeam-utils/std", + "lazy_static" + ] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch", + "id": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lock-free", + "rcu", + "atomic", + "garbage" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/Cargo.toml", + "metadata": null, + "name": "crossbeam-epoch", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": "1.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-epoch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-epoch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "sanitize", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/examples/sanitize.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "sanitize", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/examples/sanitize.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "loom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/tests/loom.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "loom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/tests/loom.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "pin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/benches/pin.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "pin", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/benches/pin.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "defer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/benches/defer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "defer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/benches/defer.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "flush", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/benches/flush.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "flush", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/benches/flush.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/build.rs", - "edition": "2018", "doc": false, - "doctest": false, - "test": false - } - ], - "features": { - "alloc": [], - "const_fn": [ - "dep:const_fn" - ], - "default": [ - "std" - ], - "lazy_static": [ - "dep:lazy_static" - ], - "loom": [ - "loom-crate", - "crossbeam-utils/loom" - ], - "loom-crate": [ - "dep:loom-crate" - ], - "nightly": [ - "crossbeam-utils/nightly", - "const_fn" - ], - "std": [ - "alloc", - "crossbeam-utils/std", - "lazy_static" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.6/Cargo.toml", - "metadata": null, - "publish": null, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.6/build.rs", + "test": false + } + ], + "version": "0.9.6" + }, + { "authors": [], "categories": [ + "algorithms", "concurrency", - "memory-management", + "data-structures", "no-std" ], - "keywords": [ - "lock-free", - "rcu", - "atomic", - "garbage" - ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.36" - }, - { - "name": "crossbeam-utils", - "version": "0.8.6", - "id": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Utilities for concurrent programming", - "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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.0", + "features": [], "kind": null, - "rename": null, + "name": "lazy_static", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "loom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "loom", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(crossbeam_loom)", - "registry": null + "uses_default_features": true } ], + "description": "Utilities for concurrent programming", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "std" + ], + "lazy_static": [ + "dep:lazy_static" + ], + "loom": [ + "dep:loom" + ], + "nightly": [], + "std": [ + "lazy_static" + ] + }, + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", + "id": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "scoped", + "thread", + "atomic", + "cache" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/Cargo.toml", + "metadata": null, + "name": "crossbeam-utils", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "rust_version": "1.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "crossbeam-utils", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "crossbeam-utils", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wait_group", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/wait_group.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wait_group", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/wait_group.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sharded_lock", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/sharded_lock.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sharded_lock", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/sharded_lock.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "thread", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/thread.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "thread", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/thread.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cache_padded", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/cache_padded.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cache_padded", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/cache_padded.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "atomic_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/atomic_cell.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "atomic_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/atomic_cell.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "parker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/tests/parker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "parker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/tests/parker.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "atomic_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/benches/atomic_cell.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "atomic_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/benches/atomic_cell.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.6/build.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "lazy_static": [ - "dep:lazy_static" - ], - "loom": [ - "dep:loom" - ], - "nightly": [], - "std": [ - "lazy_static" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.6/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [ - "algorithms", - "concurrency", - "data-structures", - "no-std" - ], - "keywords": [ - "scoped", - "thread", - "atomic", - "cache" - ], - "readme": "README.md", - "repository": "https://github.com/crossbeam-rs/crossbeam", - "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.36" + "version": "0.8.6" }, { - "name": "either", - "version": "1.6.1", - "id": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "bluss" + ], + "categories": [ + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "either", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", + "documentation": "https://docs.rs/either/1/", + "edition": "2015", "features": { "default": [ "use_std" @@ -1642,7 +1631,16 @@ ], "use_std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/Cargo.toml", + "homepage": null, + "id": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "data-structure", + "no_std" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/either-1.6.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1656,89 +1654,79 @@ "tag-name": "{{version}}" } }, + "name": "either", "publish": null, + "readme": "README-crates.io.md", + "repository": "https://github.com/bluss/either", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "either", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/either-1.6.1/src/lib.rs", + "test": true + } + ], + "version": "1.6.1" + }, + { "authors": [ - "bluss" + "Stefan Lankes" ], "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "data-structure", - "no_std" + "os" ], - "readme": "README-crates.io.md", - "repository": "https://github.com/bluss/either", - "homepage": null, - "documentation": "https://docs.rs/either/1/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "hermit-abi", - "version": "0.1.19", - "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.51", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.51", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hermit-abi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", + "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -1754,7 +1742,16 @@ "libc/rustc-dep-of-std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/Cargo.toml", + "homepage": null, + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unikernel", + "libos" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1765,104 +1762,69 @@ } } }, + "name": "hermit-abi", "publish": null, - "authors": [ - "Stefan Lankes" - ], - "categories": [ - "os" - ], - "keywords": [ - "unikernel", - "libos" - ], "readme": "README.md", "repository": "https://github.com/hermitcore/libhermit-rs", - "homepage": null, - "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", - "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.", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/test.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "name": "hermit-abi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", "test": true + } + ], + "version": "0.1.19" + }, + { + "authors": [ + "Marvin L\u00f6bel " + ], + "categories": [ + "no-std", + "rust-patterns", + "memory-management" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "spin", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "no_std", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/no_std.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "doc-comment", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A macro for declaring lazily evaluated statics in Rust.", + "documentation": "https://docs.rs/lazy_static", + "edition": "2015", "features": { "spin": [ "dep:spin" @@ -1871,97 +1833,97 @@ "spin" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Marvin L\u00f6bel " - ], - "categories": [ - "no-std", - "rust-patterns", - "memory-management" - ], + "homepage": null, + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "macro", "lazy", "static" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", + "metadata": null, + "name": "lazy_static", + "publish": null, "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.112", - "id": "libc 0.2.112 (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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "lazy_static", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/tests/const_fn.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/build.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2015", + "kind": [ + "test" + ], + "name": "no_std", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", + "test": true + } + ], + "version": "1.4.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -1981,7 +1943,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1992,140 +1966,162 @@ } } }, + "name": "libc", "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/libc", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/tests/const_fn.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/build.rs", + "test": false + } + ], + "version": "0.2.112" + }, + { "authors": [ - "The Rust Project Developers" + "Gilad Naaman " ], "categories": [ - "external-ffi-bindings", - "no-std", - "os" - ], - "keywords": [ - "libc", - "ffi", - "bindings", - "operating", - "system" + "no-std" ], - "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": "memoffset", - "version": "0.6.5", - "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "offset_of functionality for Rust structs.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "offset_of functionality for Rust structs.", + "documentation": null, + "edition": "2015", + "features": { + "default": [], + "unstable_const": [] + }, + "homepage": null, + "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "mem", + "offset", + "offset_of", + "offsetof" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/Cargo.toml", + "metadata": null, + "name": "memoffset", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/Gilnaa/memoffset", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "memoffset", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "memoffset", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/build.rs", "test": false } ], - "features": { - "default": [], - "unstable_const": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.6.5" + }, + { "authors": [ - "Gilad Naaman " + "MSxDOS " ], "categories": [ - "no-std" - ], - "keywords": [ - "mem", - "offset", - "offset_of", - "offsetof" + "external-ffi-bindings", + "no-std", + "os::windows-apis" ], - "readme": "README.md", - "repository": "https://github.com/Gilnaa/memoffset", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "ntapi", - "version": "0.3.6", - "id": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "FFI bindings for Native API", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "winapi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.9", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "cfg", "evntrace", @@ -2136,40 +2132,20 @@ "windef", "winioctl" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "ntapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "FFI bindings for Native API", + "documentation": "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/", + "edition": "2018", "features": { "default": [ "user" @@ -2182,7 +2158,19 @@ "nightly": [], "user": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ntapi-0.3.6/Cargo.toml", + "homepage": null, + "id": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "ntapi", + "native", + "win32" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ntapi-0.3.6/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2198,750 +2186,787 @@ } } }, + "name": "ntapi", "publish": null, + "readme": "README.md", + "repository": "https://github.com/MSxDOS/ntapi", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ntapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ntapi-0.3.6/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ntapi-0.3.6/build.rs", + "test": false + } + ], + "version": "0.3.6" + }, + { "authors": [ - "MSxDOS " + "Sean McArthur " ], "categories": [ - "external-ffi-bindings", - "no-std", - "os::windows-apis" - ], - "keywords": [ - "windows", - "ffi", - "ntapi", - "native", - "win32" + "hardware-support" ], - "readme": "README.md", - "repository": "https://github.com/MSxDOS/ntapi", - "homepage": null, - "documentation": "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "num_cpus", - "version": "1.13.1", - "id": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Get the number of CPUs on a machine.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "hermit-abi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "hermit-abi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.26", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.26", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(windows))", - "registry": null + "uses_default_features": true } ], + "description": "Get the number of CPUs on a machine.", + "documentation": "https://docs.rs/num_cpus", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "cpu", + "cpus", + "cores" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.1/Cargo.toml", + "metadata": null, + "name": "num_cpus", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/seanmonstar/num_cpus", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "num_cpus", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "num_cpus", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "values", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/examples/values.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "values", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.1/examples/values.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.13.1" + }, + { "authors": [ - "Sean McArthur " + "Aleksey Kladov " ], "categories": [ - "hardware-support" - ], - "keywords": [ - "cpu", - "cpus", - "cores" + "rust-patterns", + "memory-management" ], - "readme": "README.md", - "repository": "https://github.com/seanmonstar/num_cpus", - "homepage": null, - "documentation": "https://docs.rs/num_cpus", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "once_cell", - "version": "1.9.0", - "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Single assignment cells and lazy values.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "atomic-polyfill", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "atomic-polyfill", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, - { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + { + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.2", + "features": [], "kind": "dev", - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Single assignment cells and lazy values.", + "documentation": "https://docs.rs/once_cell", + "edition": "2018", + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "dep:atomic-polyfill" + ], + "default": [ + "std" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "homepage": null, + "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lazy", + "static" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "once_cell", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "bench", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_acquire", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench_acquire.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "bench_acquire", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_acquire.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_vs_lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/bench_vs_lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "bench_vs_lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_vs_lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "reentrant_init_deadlocks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/reentrant_init_deadlocks.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "reentrant_init_deadlocks", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/reentrant_init_deadlocks.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "regex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/regex.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "regex", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/regex.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "test_synchronization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/examples/test_synchronization.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "test_synchronization", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/test_synchronization.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "it", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/tests/it.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "it", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/tests/it.rs", "test": true } ], - "features": { - "alloc": [ - "race" - ], - "atomic-polyfill": [ - "dep:atomic-polyfill" - ], - "default": [ - "std" - ], - "parking_lot": [ - "dep:parking_lot" - ], - "race": [], - "std": [ - "alloc" - ], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.9.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "1.9.0" + }, + { "authors": [ - "Aleksey Kladov " + "Niko Matsakis ", + "Josh Stone " ], "categories": [ - "rust-patterns", - "memory-management" - ], - "keywords": [ - "lazy", - "static" + "concurrency" ], - "readme": "README.md", - "repository": "https://github.com/matklad/once_cell", - "homepage": null, - "documentation": "https://docs.rs/once_cell", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "rayon", - "version": "1.5.1", - "id": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "Simple work-stealing parallelism for Rust", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "crossbeam-deque", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-deque", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "either", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "either", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rayon-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.9.1", + "features": [], "kind": null, - "rename": null, + "name": "rayon-core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.9.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "docopt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "docopt", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_xorshift", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_xorshift", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.85", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.85", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Simple work-stealing parallelism for Rust", + "documentation": "https://docs.rs/rayon/", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "parallel", + "thread", + "concurrency", + "join", + "performance" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/Cargo.toml", + "metadata": null, + "name": "rayon", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rayon-rs/rayon", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "rayon", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rayon", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "cpu_monitor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/examples/cpu_monitor.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "cpu_monitor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/examples/cpu_monitor.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "sort-panic-safe", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/sort-panic-safe.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sort-panic-safe", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/sort-panic-safe.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "producer_split_at", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/producer_split_at.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "producer_split_at", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/producer_split_at.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "clones", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/clones.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "clones", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/clones.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "issue671-unzip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/issue671-unzip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "issue671-unzip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/issue671-unzip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "issue671", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/issue671.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "issue671", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/issue671.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "str", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/str.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "str", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/str.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cross-pool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/cross-pool.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cross-pool", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/cross-pool.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "collect", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/collect.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "collect", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/collect.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "iter_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/iter_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "iter_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/iter_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "octillion", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/octillion.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "octillion", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/octillion.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "intersperse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/intersperse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "intersperse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/intersperse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "named-threads", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/named-threads.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "named-threads", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/named-threads.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "debug", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/debug.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "debug", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/debug.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "chars", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/tests/chars.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "chars", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/tests/chars.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.5.1/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.5.1" + }, + { "authors": [ "Niko Matsakis ", "Josh Stone " @@ -2949,456 +2974,427 @@ "categories": [ "concurrency" ], - "keywords": [ - "parallel", - "thread", - "concurrency", - "join", - "performance" - ], - "readme": "README.md", - "repository": "https://github.com/rayon-rs/rayon", - "homepage": null, - "documentation": "https://docs.rs/rayon/", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "rayon-core", - "version": "1.9.1", - "id": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "Core APIs for Rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "crossbeam-channel", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-channel", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-deque", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-deque", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", + "features": [], "kind": null, - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "num_cpus", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_xorshift", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_xorshift", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "scoped-tls", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "scoped-tls", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true } ], + "description": "Core APIs for Rayon", + "documentation": "https://docs.rs/rayon/", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "parallel", + "thread", + "concurrency", + "join", + "performance" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": "rayon-core", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/Cargo.toml", + "metadata": null, + "name": "rayon-core", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rayon-rs/rayon", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "rayon-core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "rayon-core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "stack_overflow_crash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/stack_overflow_crash.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "stack_overflow_crash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/stack_overflow_crash.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "double_init_fail", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/double_init_fail.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "double_init_fail", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/double_init_fail.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "init_zero_threads", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/init_zero_threads.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "init_zero_threads", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/init_zero_threads.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "scope_join", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/scope_join.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "scope_join", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/scope_join.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "simple_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/simple_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "simple_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/simple_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "scoped_threadpool", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/tests/scoped_threadpool.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "scoped_threadpool", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/tests/scoped_threadpool.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.9.1/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.9.1" + }, + { "authors": [ - "Niko Matsakis ", - "Josh Stone " + "bluss" ], "categories": [ - "concurrency" - ], - "keywords": [ - "parallel", - "thread", - "concurrency", - "join", - "performance" + "rust-patterns", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/rayon-rs/rayon", + "default_run": null, + "dependencies": [], + "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "documentation": "https://docs.rs/scopeguard/", + "edition": "2015", + "features": { + "default": [ + "use_std" + ], + "use_std": [] + }, "homepage": null, - "documentation": "https://docs.rs/rayon/", - "edition": "2018", - "links": "rayon-core", - "default_run": null, - "rust_version": null - }, - { - "name": "scopeguard", - "version": "1.1.0", "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "scope-guard", + "defer", + "panic", + "unwind" + ], "license": "MIT/Apache-2.0", "license_file": null, - "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true + } + }, + "name": "scopeguard", + "publish": null, + "readme": null, + "repository": "https://github.com/bluss/scopeguard", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "scopeguard", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "scopeguard", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "readme", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/examples/readme.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "readme", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/examples/readme.rs", "test": false } ], - "features": { - "default": [ - "use_std" - ], - "use_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml", - "metadata": { - "release": { - "no-dev-version": true - } - }, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "bluss" + "Guillaume Gomez " ], "categories": [ - "rust-patterns", - "no-std" - ], - "keywords": [ - "scope-guard", - "defer", - "panic", - "unwind" + "filesystem", + "os", + "api-bindings" ], - "readme": null, - "repository": "https://github.com/bluss/scopeguard", - "homepage": null, - "documentation": "https://docs.rs/scopeguard/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "sysinfo", - "version": "0.22.5", - "id": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Library to get system information such as processes, processors, disks, components and networks", - "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.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.5.1", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.5.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_os = \"linux\", not(target_os = \"android\")))", - "registry": null + "uses_default_features": true }, { - "name": "core-foundation-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "core-foundation-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.112", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.112", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))", - "registry": null + "uses_default_features": true }, { - "name": "ntapi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "ntapi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "name": "winapi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.9", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "fileapi", "handleapi", @@ -3427,273 +3423,253 @@ "shellapi", "std" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Library to get system information such as processes, processors, disks, components and networks", + "documentation": null, + "edition": "2018", + "features": { + "apple-app-store": [ + "apple-sandbox" + ], + "apple-sandbox": [], + "c-interface": [], + "debug": [ + "libc/extra_traits" + ], + "default": [ + "multithread" + ], + "multithread": [ + "rayon" + ], + "rayon": [ + "dep:rayon" + ], + "unknown-ci": [] + }, + "homepage": null, + "id": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/Cargo.toml", + "metadata": null, + "name": "sysinfo", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/GuillaumeGomez/sysinfo", + "rust_version": "1.54", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ + "crate_types": [ "rlib", "cdylib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "rlib", "cdylib" ], "name": "sysinfo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "simple", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/examples/simple.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "simple", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/examples/simple.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "processor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/processor.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "processor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/processor.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "send_sync", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/send_sync.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "send_sync", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/send_sync.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "extras", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/extras.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "extras", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/extras.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "uptime", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/uptime.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "uptime", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/uptime.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "disk_list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/disk_list.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "disk_list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/disk_list.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/process.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/process.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "network", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/tests/network.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "network", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/tests/network.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/benches/basic.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/benches/basic.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sysinfo-0.22.5/build.rs", "test": false } ], - "features": { - "apple-app-store": [ - "apple-sandbox" - ], - "apple-sandbox": [], - "c-interface": [], - "debug": [ - "libc/extra_traits" - ], - "default": [ - "multithread" - ], - "multithread": [ - "rayon" - ], - "rayon": [ - "dep:rayon" - ], - "unknown-ci": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.22.5/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.22.5" + }, + { "authors": [ - "Guillaume Gomez " + "Peter Atashian " ], "categories": [ - "filesystem", - "os", - "api-bindings" + "external-ffi-bindings", + "no-std", + "os::windows-apis" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/GuillaumeGomez/sysinfo", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.54" - }, - { - "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", + "features": [], "kind": null, - "rename": null, + "name": "winapi-i686-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "winapi-x86_64-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-x86_64-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings for all of Windows API.", + "documentation": "https://docs.rs/winapi/", + "edition": "2015", "features": { "accctrl": [], "aclapi": [], @@ -4097,7 +4073,19 @@ "wtypesbase": [], "xinput": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml", + "homepage": null, + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4115,247 +4103,256 @@ } } }, + "name": "winapi", "publish": null, - "authors": [ - "Peter Atashian " - ], - "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", + "test": false + } + ], + "version": "0.3.9" }, { - "name": "winapi-i686-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-i686-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.0" + }, + { "authors": [ "Peter Atashian " ], "categories": [], - "keywords": [ - "windows" - ], - "readme": null, - "repository": "https://github.com/retep998/winapi-rs", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "documentation": null, "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "features": {}, + "homepage": null, "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-x86_64-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Peter Atashian " - ], - "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 + "version": "0.4.0" } ], - "workspace_members": [ - "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)" - ], "resolve": { "nodes": [ { - "id": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "sysinfo", - "pkg": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "sysinfo", + "pkg": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)" }, { - "id": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.8.6 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_utils", - "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "crossbeam-utils", "default", "std" - ] + ], + "id": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4363,34 +4360,34 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_epoch", - "pkg": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_epoch", + "pkg": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_utils", - "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -4398,10 +4395,10 @@ "crossbeam-utils", "default", "std" - ] + ], + "id": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4411,213 +4408,213 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_utils", - "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "memoffset", - "pkg": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "memoffset", + "pkg": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "scopeguard", - "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "alloc", "lazy_static", "std" - ] + ], + "id": "crossbeam-epoch 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "lazy_static", "std" - ] + ], + "id": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "user" - ] + ], + "id": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "hermit_abi", - "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))" } - ] + ], + "name": "hermit_abi", + "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(windows))" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -4625,10 +4622,10 @@ "default", "race", "std" - ] + ], + "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4637,50 +4634,50 @@ ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_deque", - "pkg": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_deque", + "pkg": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "either", - "pkg": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "either", + "pkg": "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rayon_core", - "pkg": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rayon_core", + "pkg": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4690,66 +4687,66 @@ ], "deps": [ { - "name": "crossbeam_channel", - "pkg": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_deque", - "pkg": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_deque", + "pkg": "crossbeam-deque 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "crossbeam_utils", - "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "num_cpus", - "pkg": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "num_cpus", + "pkg": "num_cpus 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "rayon-core 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4761,108 +4758,108 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_foundation_sys", - "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ntapi", - "pkg": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "ntapi", + "pkg": "ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rayon", - "pkg": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rayon", + "pkg": "rayon 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "multithread", "rayon" - ] + ], + "id": "sysinfo 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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" } - ] + ], + "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)" } ], "features": [ @@ -4899,25 +4896,31 @@ "winerror", "winioctl", "winnt" - ] + ], + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)" }, "target_directory": "{TEMP_DIR}/crate_types/target", "version": 1, - "workspace_root": "{TEMP_DIR}/crate_types", - "metadata": null + "workspace_default_members": [ + "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)" + ], + "workspace_members": [ + "crate-types 0.1.0 (path+file://{TEMP_DIR}/crate_types)" + ], + "workspace_root": "{TEMP_DIR}/crate_types" } diff --git a/crate_universe/test_data/metadata/git_repos/metadata.json b/crate_universe/test_data/metadata/git_repos/metadata.json index b2c330352b..725191f7fc 100644 --- a/crate_universe/test_data/metadata/git_repos/metadata.json +++ b/crate_universe/test_data/metadata/git_repos/metadata.json @@ -1,1934 +1,1932 @@ { + "metadata": null, "packages": [ { - "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", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", + "metadata": null, + "name": "cfg-if", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cfg-if", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], - "features": { - "compiler_builtins": [ - "dep:compiler_builtins" - ], - "core": [ - "dep:core" - ], - "rustc-dep-of-std": [ - "core", - "compiler_builtins" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alex Crichton " - ], - "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 + "version": "1.0.0" }, { - "name": "git-repos", - "version": "0.1.0", - "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "tracing", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0", - "req": "*", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "*", + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/git_repos/Cargo.toml", + "metadata": null, + "name": "git-repos", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "git-repos", "src_path": "{TEMP_DIR}/git_repos/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/git_repos/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "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", + "authors": [ + "Marvin L\u00f6bel " + ], + "categories": [ + "no-std", + "rust-patterns", + "memory-management" + ], + "default_run": null, "dependencies": [ { - "name": "spin", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", + "features": [], "kind": null, - "rename": null, + "name": "spin", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A macro for declaring lazily evaluated statics in Rust.", + "documentation": "https://docs.rs/lazy_static", + "edition": "2015", + "features": { + "spin": [ + "dep:spin" + ], + "spin_no_std": [ + "spin" + ] + }, + "homepage": null, + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macro", + "lazy", + "static" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", + "metadata": null, + "name": "lazy_static", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "lazy_static", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/test.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "no_std", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/no_std.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "no_std", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", "test": true } ], - "features": { - "spin": [ - "dep:spin" - ], - "spin_no_std": [ - "spin" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Marvin L\u00f6bel " - ], + "version": "1.4.0" + }, + { + "authors": [], "categories": [ "no-std", - "rust-patterns", - "memory-management" - ], - "keywords": [ - "macro", - "lazy", - "static" + "rust-patterns" ], - "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": "pin-project-lite", - "version": "0.2.8", - "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A lightweight version of pin-project written with declarative macros.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "macrotest", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "macrotest", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A lightweight version of pin-project written with declarative macros.\n", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "pin", + "macros" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "pin-project-lite", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/taiki-e/pin-project-lite", + "rust_version": "1.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pin-project-lite", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "pin-project-lite", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "proper_unpin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/proper_unpin.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "proper_unpin", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/proper_unpin.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "drop_order", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/drop_order.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "drop_order", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/drop_order.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "expandtest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/expandtest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "expandtest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/expandtest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lint", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/lint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "lint", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/lint.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/compiletest.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, - "authors": [], - "categories": [ - "no-std", - "rust-patterns" + "version": "0.2.8" + }, + { + "authors": [ + "David Tolnay ", + "Alex Crichton " ], - "keywords": [ - "pin", - "macros" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "readme": "README.md", - "repository": "https://github.com/taiki-e/pin-project-lite", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.37" - }, - { - "name": "proc-macro2", - "version": "1.0.36", - "id": "proc-macro2 1.0.36 (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\ntoken-based libraries from the procedural macro use case.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/features.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/comments.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - } - ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/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" - ] - } + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/marker.rs", + "test": true }, - "playground": { - "features": [ - "span-locations" - ] + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/build.rs", + "test": false } - }, - "publish": null, + ], + "version": "1.0.36" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers" ], - "keywords": [ - "macros" - ], - "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": "quote", - "version": "1.0.14", - "id": "quote 1.0.14 (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.36", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.36", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.52", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro" + ] + }, + "homepage": null, + "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "quote", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/quote", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "quote", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/tests/compiletest.rs", "test": true } ], - "features": { - "default": [ - "proc-macro" - ], - "proc-macro": [ - "proc-macro2/proc-macro" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.14" + }, + { "authors": [ "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers" ], - "keywords": [ - "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": "syn", - "version": "1.0.85", - "id": "syn 1.0.85 (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.32", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.32", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_should_parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_visibility.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_stmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_round_trip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_shebang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_pat.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_receiver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_precedence.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_precedence.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_lit.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_parse_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_grouping.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_ident.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_iterators.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_parse_buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_asyncness.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_token_trees.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_ty.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/zzz_stable.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_meta.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_item.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_derive_input.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_attribute.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/tests/test_attribute.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/benches/rust.rs", - "edition": "2018", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/benches/rust.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/benches/file.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "bench" + ], + "name": "file", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/benches/file.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/build.rs", - "edition": "2018", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.85/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" - ] + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/build.rs", + "test": false } - }, - "publish": null, + ], + "version": "1.0.85" + }, + { "authors": [ - "David Tolnay " + "Eliza Weisman ", + "Tokio Contributors " ], "categories": [ - "development-tools::procedural-macro-helpers" + "development-tools::debugging", + "development-tools::profiling", + "asynchronous", + "no-std" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/dtolnay/syn", - "homepage": null, - "documentation": "https://docs.rs/syn", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": "1.31" - }, - { - "name": "tracing", - "version": "0.2.0", - "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", - "license": "MIT", - "license_file": null, - "description": "Application-level tracing for Rust.\n", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pin-project-lite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "pin-project-lite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-attributes", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "tracing-attributes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-core", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "tracing-core", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.21", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "rt-core" ], + "kind": "dev", + "name": "tokio", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.21", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Application-level tracing for Rust.\n", + "documentation": null, + "edition": "2018", + "features": { + "alloc": [ + "tracing-core/alloc" + ], + "attributes": [ + "tracing-attributes" + ], + "default": [ + "std", + "attributes" + ], + "log": [ + "dep:log" + ], + "log-always": [ + "log" + ], + "max_level_debug": [], + "max_level_error": [], + "max_level_info": [], + "max_level_off": [], + "max_level_trace": [], + "max_level_warn": [], + "release_max_level_debug": [], + "release_max_level_error": [], + "release_max_level_info": [], + "release_max_level_off": [], + "release_max_level_trace": [], + "release_max_level_warn": [], + "std": [ + "tracing-core/std", + "alloc" + ], + "tracing-attributes": [ + "dep:tracing-attributes" + ] + }, + "homepage": "https://tokio.rs", + "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", + "keywords": [ + "logging", + "tracing", + "metrics", + "async" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "tracing", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "rust_version": null, + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "tracing", "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "collector", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/collector.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "collector", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/collector.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "max_level_hint", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/max_level_hint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "max_level_hint", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/max_level_hint.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filter_caching_is_lexically_scoped", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filter_caching_is_lexically_scoped.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "filter_caching_is_lexically_scoped", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filter_caching_is_lexically_scoped.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "filters_dont_leak", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_dont_leak.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filters_dont_leak", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_dont_leak.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], "name": "filters_are_reevaluated_for_different_call_sites", "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_are_reevaluated_for_different_call_sites.rs", - "edition": "2018", - "doc": false, - "doctest": false, "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "event", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/event.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "event", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/event.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "multiple_max_level_hints", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/multiple_max_level_hints.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "multiple_max_level_hints", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/multiple_max_level_hints.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "filters_are_not_reevaluated_for_the_same_span", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_are_not_reevaluated_for_the_same_span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "filters_are_not_reevaluated_for_the_same_span", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_are_not_reevaluated_for_the_same_span.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "span", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/span.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "span", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/span.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macro_imports", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macro_imports.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macro_imports", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macro_imports.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macros.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macros.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "subscriber", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/subscriber.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "subscriber", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/subscriber.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "no_subscriber", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/no_subscriber.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "no_subscriber", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/no_subscriber.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "global_subscriber", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/global_subscriber.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "global_subscriber", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/global_subscriber.rs", "test": false } ], - "features": { - "alloc": [ - "tracing-core/alloc" - ], - "attributes": [ - "tracing-attributes" - ], - "default": [ - "std", - "attributes" - ], - "log": [ - "dep:log" - ], - "log-always": [ - "log" - ], - "max_level_debug": [], - "max_level_error": [], - "max_level_info": [], - "max_level_off": [], - "max_level_trace": [], - "max_level_warn": [], - "release_max_level_debug": [], - "release_max_level_error": [], - "release_max_level_info": [], - "release_max_level_off": [], - "release_max_level_trace": [], - "release_max_level_warn": [], - "std": [ - "tracing-core/std", - "alloc" - ], - "tracing-attributes": [ - "dep:tracing-attributes" - ] - }, - "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "0.2.0" + }, + { "authors": [ + "Tokio Contributors ", "Eliza Weisman ", - "Tokio Contributors " + "David Barsky " ], "categories": [ "development-tools::debugging", "development-tools::profiling", - "asynchronous", - "no-std" - ], - "keywords": [ - "logging", - "tracing", - "metrics", - "async" + "asynchronous" ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "tracing-attributes", - "version": "0.2.0", - "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", - "license": "MIT", - "license_file": null, - "description": "Procedural macro attributes for automatically instrumenting functions.\n", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "dependencies": [ { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "full", "parsing", @@ -1939,310 +1937,260 @@ "extra-traits", "proc-macro" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "async-trait", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.44", + "features": [], "kind": "dev", - "rename": null, + "name": "async-trait", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.44", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-core", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing-core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Procedural macro attributes for automatically instrumenting functions.\n", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": "https://tokio.rs", + "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", + "keywords": [ + "logging", + "tracing", + "macro", + "instrument", + "log" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/Cargo.toml", + "metadata": null, + "name": "tracing-attributes", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "rust_version": null, + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "targets": [ { - "kind": [ + "crate_types": [ "proc-macro" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "proc-macro" ], "name": "tracing-attributes", "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "async_fn", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/async_fn.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "async_fn", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/async_fn.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "targets", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/targets.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "targets", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/targets.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "support", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/support.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "support", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/support.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fields", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/fields.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fields", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/fields.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "destructuring", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/destructuring.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "destructuring", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/destructuring.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "err", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/err.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "err", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/err.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "levels", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/levels.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "levels", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/levels.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "instrument", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/instrument.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "instrument", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/instrument.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "names", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/names.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "names", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/names.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.0" + }, + { "authors": [ - "Tokio Contributors ", - "Eliza Weisman ", - "David Barsky " + "Tokio Contributors " ], "categories": [ "development-tools::debugging", "development-tools::profiling", "asynchronous" ], - "keywords": [ - "logging", - "tracing", - "macro", - "instrument", - "log" - ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "tracing-core", - "version": "0.2.0", - "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", - "license": "MIT", - "license_file": null, - "description": "Core primitives for application-level tracing.\n", - "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "dependencies": [ { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "lazy_static", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "tracing-core", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "dispatch", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/dispatch.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/macros.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "global_dispatch", - "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/global_dispatch.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Core primitives for application-level tracing.\n", + "documentation": null, + "edition": "2018", "features": { "alloc": [], "default": [ @@ -2256,6 +2204,16 @@ "alloc" ] }, + "homepage": "https://tokio.rs", + "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", + "keywords": [ + "logging", + "tracing", + "profiling" + ], + "license": "MIT", + "license_file": null, + "links": null, "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/Cargo.toml", "metadata": { "docs": { @@ -2268,212 +2226,251 @@ } } }, + "name": "tracing-core", "publish": null, - "authors": [ - "Tokio Contributors " - ], - "categories": [ - "development-tools::debugging", - "development-tools::profiling", - "asynchronous" - ], - "keywords": [ - "logging", - "tracing", - "profiling" - ], "readme": "README.md", "repository": "https://github.com/tokio-rs/tracing", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "unicode-xid", - "version": "0.2.2", - "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", - "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.3", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], + "rust_version": null, + "source": "git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "tracing-core", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "dispatch", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/dispatch.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "exhaustive_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/tests/exhaustive_tests.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/macros.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/benches/xid.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2018", + "kind": [ + "test" + ], + "name": "global_dispatch", + "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/global_dispatch.rs", + "test": true } ], - "features": { - "bench": [], - "default": [], - "no_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.0" + }, + { "authors": [ "erick.tryzelaar ", "kwantam ", "Manish Goregaokar " ], "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": "dev", + "name": "criterion", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", + "documentation": "https://unicode-rs.github.io/unicode-xid", + "edition": "2015", + "features": { + "bench": [], + "default": [], + "no_std": [] + }, + "homepage": "https://github.com/unicode-rs/unicode-xid", + "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "text", "unicode", "xid" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/Cargo.toml", + "metadata": null, + "name": "unicode-xid", + "publish": null, "readme": "README.md", "repository": "https://github.com/unicode-rs/unicode-xid", - "homepage": "https://github.com/unicode-rs/unicode-xid", - "documentation": "https://unicode-rs.github.io/unicode-xid", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "exhaustive_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/tests/exhaustive_tests.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/benches/xid.rs", + "test": false + } + ], + "version": "0.2.2" } ], - "workspace_members": [ - "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)" - ], "resolve": { "nodes": [ { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)", "dependencies": [ "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" ], "deps": [ { - "name": "tracing", - "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" } ], - "features": [] + "features": [], + "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)" }, { - "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2481,34 +2478,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -2521,10 +2518,10 @@ "quote", "visit", "visit-mut" - ] + ], + "id": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2533,44 +2530,44 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pin_project_lite", - "pkg": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "tracing_attributes", - "pkg": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing_attributes", + "pkg": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" }, { - "name": "tracing_core", - "pkg": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "tracing_core", + "pkg": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" } ], "features": [ @@ -2579,10 +2576,10 @@ "default", "std", "tracing-attributes" - ] + ], + "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" }, { - "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dependencies": [ "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2590,74 +2587,80 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" }, { - "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)", "dependencies": [ "lazy_static 1.4.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": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "alloc", "lazy_static", "std" - ] + ], + "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?rev=1e09e50e8d15580b5929adbade9c782a6833e4a0#1e09e50e8d15580b5929adbade9c782a6833e4a0)" }, { - "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)" }, "target_directory": "{TEMP_DIR}/git_repos/target", "version": 1, - "workspace_root": "{TEMP_DIR}/git_repos", - "metadata": null + "workspace_default_members": [ + "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)" + ], + "workspace_members": [ + "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)" + ], + "workspace_root": "{TEMP_DIR}/git_repos" } diff --git a/crate_universe/test_data/metadata/has_package_metadata/metadata.json b/crate_universe/test_data/metadata/has_package_metadata/metadata.json index 8893de8565..1beda4a23a 100644 --- a/crate_universe/test_data/metadata/has_package_metadata/metadata.json +++ b/crate_universe/test_data/metadata/has_package_metadata/metadata.json @@ -1,31 +1,21 @@ { + "metadata": null, "packages": [ { - "name": "has_package_metadata", - "version": "0.0.0", + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [], + "description": null, + "documentation": null, + "edition": "2021", + "features": {}, + "homepage": null, "id": "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)", + "keywords": [], "license": null, "license_file": null, - "description": null, - "source": null, - "dependencies": [], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "has_package_metadata", - "src_path": "{TEMP_DIR}/has_package_metadata/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - } - ], - "features": {}, + "links": null, "manifest_path": "{TEMP_DIR}/has_package_metadata/Cargo.toml", "metadata": { "bazel": { @@ -35,39 +25,49 @@ } } }, + "name": "has_package_metadata", "publish": null, - "authors": [], - "categories": [], - "keywords": [], "readme": null, "repository": null, - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": null, + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "has_package_metadata", + "src_path": "{TEMP_DIR}/has_package_metadata/lib.rs", + "test": true + } + ], + "version": "0.0.0" } ], - "workspace_members": [ - "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" - ], - "workspace_default_members": [ - "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" - ], "resolve": { "nodes": [ { - "id": "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" } ], "root": "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" }, "target_directory": "{TEMP_DIR}/has_package_metadata/target", "version": 1, - "workspace_root": "{TEMP_DIR}/has_package_metadata", - "metadata": null + "workspace_default_members": [ + "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" + ], + "workspace_members": [ + "has_package_metadata 0.0.0 (path+file://{TEMP_DIR}/has_package_metadata)" + ], + "workspace_root": "{TEMP_DIR}/has_package_metadata" } diff --git a/crate_universe/test_data/metadata/multi_cfg_dep/metadata.json b/crate_universe/test_data/metadata/multi_cfg_dep/metadata.json index 822575e3ee..149dd3f1b5 100644 --- a/crate_universe/test_data/metadata/multi_cfg_dep/metadata.json +++ b/crate_universe/test_data/metadata/multi_cfg_dep/metadata.json @@ -1,185 +1,147 @@ { + "metadata": null, "packages": [ { - "name": "cpufeatures", - "version": "0.2.7", - "id": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "hardware-support", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.95", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.95", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-linux-android", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.95", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.95", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.95", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.95", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))", - "registry": null + "uses_default_features": true } ], + "description": "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\n", + "documentation": "https://docs.rs/cpufeatures", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "cpuid", + "target-feature" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.7/Cargo.toml", + "metadata": null, + "name": "cpufeatures", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/RustCrypto/utils", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cpufeatures", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.7/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cpufeatures", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.7/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "x86", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.7/tests/x86.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "x86", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.7/tests/x86.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "aarch64", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.7/tests/aarch64.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "aarch64", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.7/tests/aarch64.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.7/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.7" + }, + { "authors": [ - "RustCrypto Developers" + "The Rust Project Developers" ], "categories": [ - "hardware-support", - "no-std" - ], - "keywords": [ - "cpuid", - "target-feature" + "external-ffi-bindings", + "no-std", + "os" ], - "readme": "README.md", - "repository": "https://github.com/RustCrypto/utils", - "homepage": null, - "documentation": "https://docs.rs/cpufeatures", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "libc", - "version": "0.2.117", - "id": "libc 0.2.117 (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", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "libc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.117/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.117/tests/const_fn.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.117/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -199,7 +161,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.117/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.117/Cargo.toml", "metadata": { "docs": { "rs": { @@ -210,100 +184,121 @@ } } }, + "name": "libc", "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.117/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.117/tests/const_fn.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.117/build.rs", + "test": false + } + ], + "version": "0.2.117" }, { - "name": "multi_cfg_dep", - "version": "0.1.0", - "id": "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "cpufeatures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.7", + "features": [], "kind": null, - "rename": null, + "name": "cpufeatures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/multi_cfg_dep/Cargo.toml", + "metadata": null, + "name": "multi_cfg_dep", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "multi_cfg_dep", "src_path": "{TEMP_DIR}/multi_cfg_dep/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/multi_cfg_dep/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" } ], - "workspace_members": [ - "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)" - ], "resolve": { "nodes": [ { - "id": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -317,44 +312,52 @@ "kind": null, "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "libc 0.2.117 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)", "dependencies": [ "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "cpufeatures", - "pkg": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "cpufeatures", + "pkg": "cpufeatures 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)" } ], "root": "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)" }, "target_directory": "{TEMP_DIR}/multi_cfg_dep/target", "version": 1, - "workspace_root": "{TEMP_DIR}/multi_cfg_dep", - "metadata": null + "workspace_default_members": [ + "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)" + ], + "workspace_members": [ + "multi_cfg_dep 0.1.0 (path+file://{TEMP_DIR}/multi_cfg_dep)" + ], + "workspace_root": "{TEMP_DIR}/multi_cfg_dep" } diff --git a/crate_universe/test_data/metadata/multi_kind_proc_macro_dep/metadata.json b/crate_universe/test_data/metadata/multi_kind_proc_macro_dep/metadata.json index 0c95a7469b..995c76034d 100644 --- a/crate_universe/test_data/metadata/multi_kind_proc_macro_dep/metadata.json +++ b/crate_universe/test_data/metadata/multi_kind_proc_macro_dep/metadata.json @@ -1,297 +1,297 @@ { - "packages": [ - { - "name": "multi-kind-proc-macro-dep", - "version": "0.1.0", - "id": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TMP_DIR}/multi_kind_proc_macro_dep)", - "license": null, - "license_file": null, - "description": null, - "source": null, - "dependencies": [ + "metadata": null, + "packages": [ { - "name": "paste", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.14", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "paste", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.14", - "kind": "build", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "multi-kind-proc-macro-dep", - "src_path": "{TMP_DIR}/multi_kind_proc_macro_dep/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - } - ], - "features": {}, - "manifest_path": "{TMP_DIR}/multi_kind_proc_macro_dep/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "paste", - "version": "1.0.14", - "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Macros for all your token pasting needs", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "paste-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": "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.49", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [ - "diff" - ], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "paste", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "test_doc", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_doc.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_item.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "test_attr", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_attr.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "test_expr", - "src_path": "{CARGO_HOME}registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_expr.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/compiletest.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "paste", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "build", + "name": "paste", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TEMP_DIR}/multi_kind_proc_macro_dep)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/multi_kind_proc_macro_dep/Cargo.toml", + "metadata": null, + "name": "multi-kind-proc-macro-dep", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "multi-kind-proc-macro-dep", + "src_path": "{TEMP_DIR}/multi_kind_proc_macro_dep/lib.rs", + "test": true + } + ], + "version": "0.1.0" }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - } - ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "rustdoc-args": [ - "--generate-link-to-definition" + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools", + "no-std", + "no-std::no-alloc" ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": "dev", + "name": "paste-test-suite", + "optional": false, + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "rustversion", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "diff" + ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Macros for all your token pasting needs", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "paste", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/paste", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ - "x86_64-unknown-linux-gnu" - ] - } + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "paste", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_doc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_doc.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/compiletest.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_expr.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_item.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_attr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_attr.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs", + "test": false + } + ], + "version": "1.0.14" } - }, - "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [ - "development-tools", - "no-std", - "no-std::no-alloc" - ], - "keywords": [ - "macros" - ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/paste", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" - } - ], - "workspace_members": [ - "multi-kind-proc-macro-dep 0.1.0 (path+file://{TMP_DIR}/multi_kind_proc_macro_dep)" - ], - "workspace_default_members": [ - "multi-kind-proc-macro-dep 0.1.0 (path+file://{TMP_DIR}/multi_kind_proc_macro_dep)" - ], - "resolve": { - "nodes": [ - { - "id": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TMP_DIR}/multi_kind_proc_macro_dep)", - "dependencies": [ - "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" - ], - "deps": [ - { - "name": "paste", - "pkg": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", - "dep_kinds": [ - { - "kind": null, - "target": null - }, - { - "kind": "build", - "target": null - } - ] - } + ], + "resolve": { + "nodes": [ + { + "dependencies": [ + "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ], + "name": "paste", + "pkg": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" + } + ], + "features": [], + "id": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TEMP_DIR}/multi_kind_proc_macro_dep)" + }, + { + "dependencies": [], + "deps": [], + "features": [], + "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" + } ], - "features": [] - }, - { - "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", - "dependencies": [], - "deps": [], - "features": [] - } + "root": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TEMP_DIR}/multi_kind_proc_macro_dep)" + }, + "target_directory": "{TEMP_DIR}/multi_kind_proc_macro_dep/target", + "version": 1, + "workspace_default_members": [ + "multi-kind-proc-macro-dep 0.1.0 (path+file://{TEMP_DIR}/multi_kind_proc_macro_dep)" + ], + "workspace_members": [ + "multi-kind-proc-macro-dep 0.1.0 (path+file://{TEMP_DIR}/multi_kind_proc_macro_dep)" ], - "root": "multi-kind-proc-macro-dep 0.1.0 (path+file://{TMP_DIR}/multi_kind_proc_macro_dep)" - }, - "target_directory": "{TMP_DIR}/multi_kind_proc_macro_dep/target", - "version": 1, - "workspace_root": "{TMP_DIR}/multi_kind_proc_macro_dep", - "metadata": null -} \ No newline at end of file + "workspace_root": "{TEMP_DIR}/multi_kind_proc_macro_dep" +} diff --git a/crate_universe/test_data/metadata/no_deps/metadata.json b/crate_universe/test_data/metadata/no_deps/metadata.json index 1ea949438f..57a0911774 100644 --- a/crate_universe/test_data/metadata/no_deps/metadata.json +++ b/crate_universe/test_data/metadata/no_deps/metadata.json @@ -1,63 +1,66 @@ { + "metadata": null, "packages": [ { - "name": "no-deps", - "version": "0.1.0", + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, "id": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)", + "keywords": [], "license": null, "license_file": null, - "description": null, + "links": null, + "manifest_path": "{TEMP_DIR}/no_deps/Cargo.toml", + "metadata": null, + "name": "no-deps", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, "source": null, - "dependencies": [], "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "no-deps", "src_path": "{TEMP_DIR}/no_deps/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/no_deps/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" } ], - "workspace_members": [ - "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)" - ], "resolve": { "nodes": [ { - "id": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)" } ], "root": "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)" }, "target_directory": "{TEMP_DIR}/no_deps/target", "version": 1, - "workspace_root": "{TEMP_DIR}/no_deps", - "metadata": null + "workspace_default_members": [ + "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)" + ], + "workspace_members": [ + "no-deps 0.1.0 (path+file://{TEMP_DIR}/no_deps)" + ], + "workspace_root": "{TEMP_DIR}/no_deps" } diff --git a/crate_universe/test_data/metadata/target_cfg_features/metadata.json b/crate_universe/test_data/metadata/target_cfg_features/metadata.json index 8e0f0094cc..a206f03e73 100644 --- a/crate_universe/test_data/metadata/target_cfg_features/metadata.json +++ b/crate_universe/test_data/metadata/target_cfg_features/metadata.json @@ -1,2732 +1,2718 @@ { + "metadata": null, "packages": [ { - "name": "autocfg", - "version": "1.1.0", + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "default_run": null, + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2015", "kind": [ "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Josh Stone " - ], + "version": "1.1.0" + }, + { + "authors": [], "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "no-std", + "rust-patterns" ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "pin-project-lite", - "version": "0.2.9", - "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A lightweight version of pin-project written with declarative macros.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A lightweight version of pin-project written with declarative macros.\n", + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "pin", + "macros" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "pin-project-lite", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/taiki-e/pin-project-lite", + "rust_version": "1.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pin-project-lite", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "pin-project-lite", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "proper_unpin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/proper_unpin.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "proper_unpin", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/proper_unpin.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "drop_order", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/drop_order.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "drop_order", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/drop_order.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "expandtest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/expandtest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "expandtest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/expandtest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "lint", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/lint.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "lint", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/lint.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.9/tests/compiletest.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, - "authors": [], - "categories": [ - "no-std", - "rust-patterns" - ], - "keywords": [ - "pin", - "macros" - ], - "readme": "README.md", - "repository": "https://github.com/taiki-e/pin-project-lite", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.37" + "version": "0.2.9" }, { - "name": "target_cfg_features", - "version": "0.1.0", - "id": "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.25.0", + "features": [], "kind": null, - "rename": null, + "name": "tokio", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.25.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "*", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "fs" ], + "kind": null, + "name": "tokio", + "optional": false, + "registry": null, + "rename": null, + "req": "*", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/target_cfg_features/Cargo.toml", + "metadata": null, + "name": "target_cfg_features", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "target_cfg_features", "src_path": "{TEMP_DIR}/target_cfg_features/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/target_cfg_features/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "tokio", - "version": "1.25.0", - "id": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "default_run": null, "dependencies": [ { - "name": "bytes", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "bytes", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "memchr", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.2", + "features": [], "kind": null, - "rename": null, + "name": "memchr", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "mio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.4", + "features": [], "kind": null, - "rename": null, + "name": "mio", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num_cpus", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8.0", + "features": [], "kind": null, - "rename": null, + "name": "num_cpus", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12.0", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.12.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pin-project-lite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", + "features": [], "kind": null, - "rename": null, + "name": "pin-project-lite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-macros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.7.0", + "features": [], "kind": null, - "rename": null, + "name": "tokio-macros", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "async-stream", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "async-stream", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures", - "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": [ "async-await" ], + "kind": "dev", + "name": "futures", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "mockall", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.1", + "features": [], "kind": "dev", - "rename": null, + "name": "mockall", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-stream", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-stream", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tokio-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tokio-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), not(target_os = \"wasi\")))", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_Security_Authorization" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(docsrs)", - "registry": null + "uses_default_features": true }, { - "name": "loom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.2", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "futures", "checkpoint" ], + "kind": "dev", + "name": "loom", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.5.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(loom)", - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))", - "registry": null + "uses_default_features": true }, { - "name": "socket2", - "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": [ "all" ], + "kind": null, + "name": "socket2", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.4.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", - "registry": null + "uses_default_features": true }, { - "name": "proptest", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "proptest", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", - "registry": null + "uses_default_features": true }, { - "name": "socket2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "socket2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", - "registry": null + "uses_default_features": true }, { - "name": "mio-aio", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "tokio" ], + "kind": "dev", + "name": "mio-aio", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"freebsd\")", - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.25", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "std" ], + "kind": null, + "name": "tracing", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(tokio_unstable)", - "registry": null + "uses_default_features": false }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.42", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.42", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "signal-hook-registry", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", + "features": [], "kind": null, - "rename": null, + "name": "signal-hook-registry", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.42", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.42", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "nix", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.26", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "fs", "socket" ], + "kind": "dev", + "name": "nix", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.26", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": false }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "name": "ntapi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.6", + "features": [], "kind": "dev", - "rename": null, + "name": "ntapi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "tokio", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "task_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_panic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "io_chain", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_chain.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "signal_no_rt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_no_rt.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "task_local", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_local.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "signal_usr1", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_usr1.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "io_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_panic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "task_abort", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_abort.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { + "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", + "documentation": null, + "edition": "2018", + "features": { + "bytes": [ + "dep:bytes" + ], + "default": [], + "fs": [], + "full": [ + "fs", + "io-util", + "io-std", + "macros", + "net", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "sync", + "time" + ], + "io-std": [], + "io-util": [ + "memchr", + "bytes" + ], + "libc": [ + "dep:libc" + ], + "macros": [ + "tokio-macros" + ], + "memchr": [ + "dep:memchr" + ], + "mio": [ + "dep:mio" + ], + "net": [ + "libc", + "mio/os-poll", + "mio/os-ext", + "mio/net", + "socket2", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_Security", + "windows-sys/Win32_Storage_FileSystem", + "windows-sys/Win32_System_Pipes", + "windows-sys/Win32_System_SystemServices" + ], + "num_cpus": [ + "dep:num_cpus" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "process": [ + "bytes", + "libc", + "mio/os-poll", + "mio/os-ext", + "mio/net", + "signal-hook-registry", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_System_Threading", + "windows-sys/Win32_System_WindowsProgramming" + ], + "rt": [], + "rt-multi-thread": [ + "num_cpus", + "rt" + ], + "signal": [ + "libc", + "mio/os-poll", + "mio/net", + "mio/os-ext", + "signal-hook-registry", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_System_Console" + ], + "signal-hook-registry": [ + "dep:signal-hook-registry" + ], + "socket2": [ + "dep:socket2" + ], + "stats": [], + "sync": [], + "test-util": [ + "rt", + "sync", + "time" + ], + "time": [], + "tokio-macros": [ + "dep:tokio-macros" + ], + "tracing": [ + "dep:tracing" + ], + "windows-sys": [ + "dep:windows-sys" + ] + }, + "homepage": "https://tokio.rs", + "id": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "io", + "async", + "non-blocking", + "futures" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "tokio_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tokio_unstable" + ] + } + }, + "playground": { + "features": [ + "full", + "test-util" + ] + } + }, + "name": "tokio", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tokio", + "rust_version": "1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ - "test" + "lib" ], + "name": "tokio", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/src/lib.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process_arg0", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_arg0.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fs_link", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/fs_link.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_chain", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_chain.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "task_join_set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_join_set.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_no_rt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_no_rt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_socket", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_socket.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_local", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_local.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_sleep", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_sleep.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_usr1", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_usr1.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_driver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_driver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_abort", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_abort.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_arg0", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_arg0.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process_issue_2174", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_issue_2174.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fs_link", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/fs_link.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_split", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_split.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_join_set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_join_set.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_drop_recv", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_drop_recv.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_socket", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_socket.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_sleep", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_sleep.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_pause", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_pause.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_driver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_driver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_errors", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_errors.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_buf.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_accept", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_accept.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "uds_split", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/uds_split.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_issue_2174", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_issue_2174.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_rename_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_rename_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_split", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_split.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_to_end", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_to_end.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_drop_recv", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_drop_recv.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "rt_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "task_local_set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_local_set.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_pause", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_pause.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_semaphore_owned", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_semaphore_owned.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_errors", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_errors.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_notify_both", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_notify_both.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_accept", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_accept.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_driver_drop", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_driver_drop.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "uds_split", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/uds_split.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_ctrl_c", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_ctrl_c.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_rename_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_rename_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_once_cell.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_to_end", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_to_end.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process_issue_42", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_issue_42.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_write_int", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_write_int.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_local_set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_local_set.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_drop_rt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_drop_rt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_semaphore_owned", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_semaphore_owned.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_rt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_rt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_notify_both", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_notify_both.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_interval", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_interval.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_driver_drop", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_driver_drop.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_take", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_take.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_ctrl_c", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_ctrl_c.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_connect", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_connect.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_once_cell.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fs_dir", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/fs_dir.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_issue_42", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_issue_42.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_into_std", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_into_std.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_write_int", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_write_int.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_semaphore", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_semaphore.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_drop_rt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_drop_rt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_select", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_select.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_rt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_rt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fs_copy", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/fs_copy.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_interval", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_interval.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_write", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_write.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_take", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_take.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "buffered", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/buffered.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_connect", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_connect.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "no_rt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/no_rt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fs_dir", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/fs_dir.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_mutex_owned", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_mutex_owned.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_into_std", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_into_std.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_mpsc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_mpsc.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_semaphore", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_semaphore.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_select", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_select.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "net_bind_resource", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/net_bind_resource.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fs_copy", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/fs_copy.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_util_empty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_util_empty.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_write", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_write.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "net_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/net_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "buffered", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/buffered.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_common", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_common.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "no_rt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/no_rt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "task_blocking", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_blocking.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_mutex_owned", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_mutex_owned.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_echo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_echo.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_mpsc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_mpsc.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_handle_block_on", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_handle_block_on.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fs_file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/fs_file.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "net_bind_resource", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/net_bind_resource.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_poll_aio", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_poll_aio.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_util_empty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_util_empty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_notify", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_notify.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "net_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/net_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_buf_writer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_buf_writer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "rt_common", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_common.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_timeout", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_timeout.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_blocking", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_blocking.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unwindsafe", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/unwindsafe.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_echo", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_echo.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "task_id", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_id.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "rt_handle_block_on", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_handle_block_on.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_fill_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_fill_buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fs_file", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/fs_file.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_write_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_write_buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_poll_aio", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_poll_aio.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_buf_reader", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_buf_reader.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_notify", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_notify.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process_raw_handle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_raw_handle.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "io_copy", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_copy.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "io_buf_writer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_buf_writer.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "sync_oneshot", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_oneshot.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_timeout", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_timeout.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_until", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_until.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "unwindsafe", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/unwindsafe.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "process_kill_on_drop", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_kill_on_drop.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_id", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_id.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "task_builder", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/task_builder.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_fill_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_fill_buf.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_metrics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_metrics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_write_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_write_buf.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "uds_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/uds_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_buf_reader", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_buf_reader.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_clock", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/test_clock.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_raw_handle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_raw_handle.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_write_all_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_write_all_buf.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_copy", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_copy.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "async_send_sync", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/async_send_sync.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_oneshot", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_oneshot.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_exact", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_exact.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_until", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_until.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_kill_on_drop", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_kill_on_drop.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_barrier", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_barrier.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "task_builder", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/task_builder.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_line", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_line.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "rt_metrics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_metrics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_copy_bidirectional", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_copy_bidirectional.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "uds_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/uds_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_try_join", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_try_join.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_clock", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/test_clock.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_mutex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_mutex.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_write_all_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_write_all_buf.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_threaded", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_threaded.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "async_send_sync", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/async_send_sync.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_lines", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_lines.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_exact", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_exact.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_mem_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_mem_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "uds_cred", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/uds_cred.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_barrier", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_barrier.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_drop_signal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_drop_signal.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_line", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_line.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_read_to_string", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_read_to_string.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_copy_bidirectional", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_copy_bidirectional.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "uds_datagram", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/uds_datagram.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_try_join", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_try_join.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "net_named_pipe", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/net_named_pipe.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "sync_mutex", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_mutex.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "fs", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/fs.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ + "name": "rt_threaded", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_threaded.rs", + "test": true + }, + { + "crate_types": [ "bin" ], - "name": "process_smoke", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/process_smoke.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_lines", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_lines.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_join", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_join.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_mem_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_mem_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "_require_full", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/_require_full.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "uds_cred", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/uds_cred.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_peek", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_peek.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_drop_signal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_drop_signal.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_async_read", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_async_read.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_read_to_string", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_read_to_string.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_multi_rt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_multi_rt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "uds_datagram", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/uds_datagram.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "time_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/time_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "net_named_pipe", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/net_named_pipe.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "net_lookup_host", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/net_lookup_host.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "fs", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/fs.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_split", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_split.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "process_smoke", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/process_smoke.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_join", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_join.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rt_basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/rt_basic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "_require_full", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/_require_full.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "signal_twice", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/signal_twice.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "tcp_peek", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_peek.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_pin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/macros_pin.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_async_read", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_async_read.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_rwlock", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_rwlock.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "signal_multi_rt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_multi_rt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "join_handle_panic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/join_handle_panic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "time_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/time_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_broadcast", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_broadcast.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "net_lookup_host", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/net_lookup_host.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_mpsc_weak", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_mpsc_weak.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "io_split", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_split.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_into_split", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_into_split.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "macros_test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "sync_watch", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/sync_watch.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "rt_basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/rt_basic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tcp_shutdown", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/tcp_shutdown.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "signal_twice", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/signal_twice.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "macros_pin", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/macros_pin.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "udp", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/udp.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "sync_rwlock", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_rwlock.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "join_handle_panic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/join_handle_panic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_write_all", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_write_all.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "sync_broadcast", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_broadcast.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "sync_mpsc_weak", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_mpsc_weak.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "io_async_fd", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/tests/io_async_fd.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tcp_into_split", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_into_split.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/build.rs", + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "sync_watch", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/sync_watch.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tcp_shutdown", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/tcp_shutdown.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "udp", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/udp.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "io_write_all", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_write_all.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "io_async_fd", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/tests/io_async_fd.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.25.0/build.rs", "test": false } ], - "features": { - "bytes": [ - "dep:bytes" - ], - "default": [], - "fs": [], - "full": [ - "fs", - "io-util", - "io-std", - "macros", - "net", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "sync", - "time" - ], - "io-std": [], - "io-util": [ - "memchr", - "bytes" - ], - "libc": [ - "dep:libc" - ], - "macros": [ - "tokio-macros" - ], - "memchr": [ - "dep:memchr" - ], - "mio": [ - "dep:mio" - ], - "net": [ - "libc", - "mio/os-poll", - "mio/os-ext", - "mio/net", - "socket2", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_Security", - "windows-sys/Win32_Storage_FileSystem", - "windows-sys/Win32_System_Pipes", - "windows-sys/Win32_System_SystemServices" - ], - "num_cpus": [ - "dep:num_cpus" - ], - "parking_lot": [ - "dep:parking_lot" - ], - "process": [ - "bytes", - "libc", - "mio/os-poll", - "mio/os-ext", - "mio/net", - "signal-hook-registry", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_System_Threading", - "windows-sys/Win32_System_WindowsProgramming" - ], - "rt": [], - "rt-multi-thread": [ - "num_cpus", - "rt" - ], - "signal": [ - "libc", - "mio/os-poll", - "mio/net", - "mio/os-ext", - "signal-hook-registry", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_System_Console" - ], - "signal-hook-registry": [ - "dep:signal-hook-registry" - ], - "socket2": [ - "dep:socket2" - ], - "stats": [], - "sync": [], - "test-util": [ - "rt", - "sync", - "time" - ], - "time": [], - "tokio-macros": [ - "dep:tokio-macros" - ], - "tracing": [ - "dep:tracing" - ], - "windows-sys": [ - "dep:windows-sys" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustc-args": [ - "--cfg", - "tokio_unstable" - ], - "rustdoc-args": [ - "--cfg", - "docsrs", - "--cfg", - "tokio_unstable" - ] - } - }, - "playground": { - "features": [ - "full", - "test-util" - ] - } - }, - "publish": null, + "version": "1.25.0" + }, + { "authors": [ - "Tokio Contributors " - ], - "categories": [ - "asynchronous", - "network-programming" - ], - "keywords": [ - "io", - "async", - "non-blocking", - "futures" + "Microsoft" ], - "readme": "README.md", - "repository": "https://github.com/tokio-rs/tokio", - "homepage": "https://tokio.rs", - "documentation": null, - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.49" - }, - { - "name": "windows-sys", - "version": "0.42.0", - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust for Windows", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "windows_aarch64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-uwp-windows-msvc", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "windows-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Rust for Windows", + "documentation": null, + "edition": "2018", "features": { "Win32": [], "Win32_AI": [ @@ -3689,7 +3675,13 @@ "default": [], "deprecated": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3699,62 +3691,112 @@ } } }, + "name": "windows-sys", "publish": null, + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": "1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs", + "test": true + } + ], + "version": "0.42.0" + }, + { "authors": [ "Microsoft" ], "categories": [], - "keywords": [], - "readme": "readme.md", - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49" - }, - { - "name": "windows_aarch64_gnullvm", - "version": "0.42.1", + "features": {}, + "homepage": null, "id": "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Code gen support for the windows crate", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "name": "windows_aarch64_gnullvm", + "publish": null, + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3763,62 +3805,62 @@ } } }, + "name": "windows_aarch64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_aarch64_msvc", - "version": "0.42.1", - "id": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3827,62 +3869,62 @@ } } }, + "name": "windows_i686_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_gnu", - "version": "0.42.1", - "id": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3891,62 +3933,62 @@ } } }, + "name": "windows_i686_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_msvc", - "version": "0.42.1", - "id": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3955,62 +3997,62 @@ } } }, + "name": "windows_x86_64_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnu", - "version": "0.42.1", - "id": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4019,62 +4061,62 @@ } } }, + "name": "windows_x86_64_gnullvm", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnullvm", - "version": "0.42.1", - "id": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.1/build.rs", "test": false } ], + "version": "0.42.1" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.1/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4083,112 +4125,65 @@ } } }, + "name": "windows_x86_64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_msvc", - "version": "0.42.1", - "id": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.1/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.1/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.1/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-pc-windows-msvc", - "targets": [] - } - } - }, - "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.42.1" } ], - "workspace_members": [ - "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)" - ], "resolve": { "nodes": [ { - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)", "dependencies": [ "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "tokio", - "pkg": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4198,13 +4193,15 @@ "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "tokio", + "pkg": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)" }, { - "id": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4212,43 +4209,43 @@ ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "pin_project_lite", - "pkg": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(docsrs)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "fs" - ] + ], + "id": "tokio 1.25.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4260,18 +4257,16 @@ ], "deps": [ { - "name": "windows_aarch64_gnullvm", - "pkg": "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } - ] + ], + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_aarch64_msvc", - "pkg": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4281,11 +4276,11 @@ "kind": null, "target": "aarch64-uwp-windows-msvc" } - ] + ], + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_gnu", - "pkg": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4295,11 +4290,11 @@ "kind": null, "target": "i686-uwp-windows-gnu" } - ] + ], + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_msvc", - "pkg": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4309,11 +4304,11 @@ "kind": null, "target": "i686-uwp-windows-msvc" } - ] + ], + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnu", - "pkg": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4323,21 +4318,21 @@ "kind": null, "target": "x86_64-uwp-windows-gnu" } - ] + ], + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnullvm", - "pkg": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } - ] + ], + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_msvc", - "pkg": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -4347,7 +4342,9 @@ "kind": null, "target": "x86_64-uwp-windows-msvc" } - ] + ], + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -4356,55 +4353,61 @@ "Win32_Security", "Win32_Security_Authorization", "default" - ] + ], + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnu 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnullvm 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_msvc 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)" }, "target_directory": "{TEMP_DIR}/target_cfg_features/target", "version": 1, - "workspace_root": "{TEMP_DIR}/target_cfg_features", - "metadata": null + "workspace_default_members": [ + "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)" + ], + "workspace_members": [ + "target_cfg_features 0.1.0 (path+file://{TEMP_DIR}/target_cfg_features)" + ], + "workspace_root": "{TEMP_DIR}/target_cfg_features" } diff --git a/crate_universe/test_data/metadata/target_features/metadata.json b/crate_universe/test_data/metadata/target_features/metadata.json index 72e2c12e30..31393c78d2 100644 --- a/crate_universe/test_data/metadata/target_features/metadata.json +++ b/crate_universe/test_data/metadata/target_features/metadata.json @@ -1,570 +1,503 @@ { + "metadata": null, "packages": [ { - "name": "ahash", - "version": "0.7.6", - "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A non-cryptographic hash function using AES-NI for high performance", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Tom Kaitchuck " + ], + "categories": [ + "algorithms", + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.2", + "features": [], "kind": "dev", - "rename": null, + "name": "hex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "no-panic", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.10", + "features": [], "kind": "dev", - "rename": null, + "name": "no-panic", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "seahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.0", + "features": [], "kind": "dev", - "rename": null, + "name": "seahash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.59", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.59", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "const-random", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.12", + "features": [], "kind": null, - "rename": null, + "name": "const-random", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "getrandom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.3", + "features": [], "kind": null, - "rename": null, + "name": "getrandom", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.117", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.117", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "alloc" ], + "kind": null, + "name": "once_cell", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))", - "registry": null + "uses_default_features": false }, { - "name": "const-random", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.12", + "features": [], "kind": null, - "rename": null, + "name": "const-random", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.117", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.117", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", - "registry": null + "uses_default_features": true } ], + "description": "A non-cryptographic hash function using AES-NI for high performance", + "documentation": "https://docs.rs/ahash", + "edition": "2018", + "features": { + "compile-time-rng": [ + "const-random" + ], + "const-random": [ + "dep:const-random" + ], + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "homepage": null, + "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "hasher", + "hashmap", + "aes", + "no-std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ], + "rustc-args": [ + "-C", + "target-feature=+aes" + ], + "rustdoc-args": [ + "-C", + "target-feature=+aes" + ] + } + } + }, + "name": "ahash", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tkaitchuck/ahash", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ahash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ahash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "nopanic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/nopanic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "nopanic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/nopanic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "map_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/map_tests.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "map_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/map_tests.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/bench.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "bench" + "test" ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/bench.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "ahash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/bench.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "ahash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/bench.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "map", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/map_tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "map", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/map_tests.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/./build.rs", "test": false } ], - "features": { - "compile-time-rng": [ - "const-random" - ], - "const-random": [ - "dep:const-random" - ], - "default": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "std" - ], - "rustc-args": [ - "-C", - "target-feature=+aes" - ], - "rustdoc-args": [ - "-C", - "target-feature=+aes" - ] - } - } - }, - "publish": null, + "version": "0.7.6" + }, + { "authors": [ - "Tom Kaitchuck " - ], - "categories": [ - "algorithms", - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "hasher", - "hashmap", - "aes", - "no-std" + "Nicolas Silva " ], - "readme": "README.md", - "repository": "https://github.com/tkaitchuck/ahash", - "homepage": null, - "documentation": "https://docs.rs/ahash", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "android_system_properties", - "version": "0.1.5", - "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Minimal Android system properties wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.126", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.126", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Minimal Android system properties wrapper", + "documentation": "https://docs.rs/android_system_properties", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/nical/android_system_properties", + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "android" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "arm-linux-androideabi", + "armv7-linux-androideabi", + "aarch64-linux-android", + "i686-linux-android", + "x86_64-linux-android", + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "android_system_properties", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/nical/android_system_properties", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "android_system_properties", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "android_system_properties", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "time_zone", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/examples/time_zone.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "time_zone", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "arm-linux-androideabi", - "armv7-linux-androideabi", - "aarch64-linux-android", - "i686-linux-android", - "x86_64-linux-android", - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "0.1.5" + }, + { "authors": [ - "Nicolas Silva " + "bluss" ], - "categories": [], - "keywords": [ - "android" + "categories": [ + "data-structures", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/nical/android_system_properties", - "homepage": "https://github.com/nical/android_system_properties", - "documentation": "https://docs.rs/android_system_properties", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "arrayvec", - "version": "0.7.2", - "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "matches", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "matches", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "arrayvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/tests/serde.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/tests/tests.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "extend", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/benches/extend.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "arraystring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/benches/arraystring.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", + "documentation": "https://docs.rs/arrayvec/", + "edition": "2018", "features": { "default": [ "std" @@ -574,7 +507,19 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/Cargo.toml", + "homepage": null, + "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "stack", + "vector", + "array", + "data-structure", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -588,110 +533,111 @@ "tag-name": "{{version}}" } }, + "name": "arrayvec", "publish": null, - "authors": [ - "bluss" - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "stack", - "vector", - "array", - "data-structure", - "no_std" - ], "readme": "README.md", "repository": "https://github.com/bluss/arrayvec", - "homepage": null, - "documentation": "https://docs.rs/arrayvec/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "ash", - "version": "0.37.1+1.3.235", - "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Vulkan bindings for Rust", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "arrayvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "display", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/tests/display.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/tests/serde.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "constant_size_arrays", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/tests/constant_size_arrays.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/tests/tests.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ - "custom-build" + "bench" ], + "name": "extend", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/benches/extend.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "arraystring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/benches/arraystring.rs", "test": false } ], + "version": "0.7.2" + }, + { + "authors": [ + "Maik Klein ", + "Benjamin Saunders ", + "Marijn Suijten " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "libloading", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Vulkan bindings for Rust", + "documentation": "https://docs.rs/ash", + "edition": "2018", "features": { "debug": [], "default": [ @@ -706,7 +652,16 @@ "libloading" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/Cargo.toml", + "homepage": null, + "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "vulkan", + "graphic" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/Cargo.toml", "metadata": { "docs": { "rs": { @@ -721,195 +676,226 @@ "no-dev-version": true } }, + "name": "ash", "publish": null, - "authors": [ - "Maik Klein ", - "Benjamin Saunders ", - "Marijn Suijten " - ], - "categories": [], - "keywords": [ - "vulkan", - "graphic" - ], "readme": "README.md", "repository": "https://github.com/MaikKlein/ash", - "homepage": null, - "documentation": "https://docs.rs/ash", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.59.0" - }, - { - "name": "autocfg", - "version": "1.1.0", - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "rust_version": "1.59.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "test" ], + "name": "display", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/tests/display.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "test" ], + "name": "constant_size_arrays", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/tests/constant_size_arrays.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "custom-build" ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/build.rs", + "test": false + } + ], + "version": "0.37.1+1.3.235" + }, + { + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "default_run": null, + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs", + "doc": false, + "doctest": false, "edition": "2015", + "kind": [ + "example" + ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "test" + "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs", + "doc": false, + "doctest": false, "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "Josh Stone " - ], - "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "Alexis Beingessner " ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "bit-set", - "version": "0.5.3", - "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A set of bits", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bit-vec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.1", + "features": [], "kind": null, - "rename": null, + "name": "bit-vec", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bit-set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "A set of bits", + "documentation": "https://contain-rs.github.io/bit-set/bit_set", + "edition": "2015", "features": { "default": [ "std" @@ -918,116 +904,102 @@ "bit-vec/std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alexis Beingessner " - ], - "categories": [], + "homepage": "https://github.com/contain-rs/bit-set", + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "data-structures", "bitset" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/Cargo.toml", + "metadata": null, + "name": "bit-set", + "publish": null, "readme": "README.md", "repository": "https://github.com/contain-rs/bit-set", - "homepage": "https://github.com/contain-rs/bit-set", - "documentation": "https://contain-rs.github.io/bit-set/bit_set", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "bit-set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs", + "test": true + } + ], + "version": "0.5.3" }, { - "name": "bit-vec", - "version": "0.6.3", - "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A vector of bits", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Alexis Beingessner " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_xorshift", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_xorshift", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bit-vec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/benches/bench.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A vector of bits", + "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", + "edition": "2015", "features": { "default": [ "std" @@ -1044,13 +1016,8 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alexis Beingessner " - ], - "categories": [], + "homepage": "https://github.com/contain-rs/bit-vec", + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "data-structures", "bitvec", @@ -1058,165 +1025,158 @@ "bitmap", "bit" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/Cargo.toml", + "metadata": null, + "name": "bit-vec", + "publish": null, "readme": "README.md", "repository": "https://github.com/contain-rs/bit-vec", - "homepage": "https://github.com/contain-rs/bit-vec", - "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "bit-vec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/benches/bench.rs", + "test": false + } + ], + "version": "0.6.3" }, { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "rustversion", + "registry": null, + "rename": "core", + "req": "^1.0.0", "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 + "uses_default_features": true }, { - "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 - }, - { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "walkdir", + "optional": false, + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -1231,7 +1191,18 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -1241,526 +1212,527 @@ } } }, + "name": "bitflags", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], - "keywords": [ - "bit", - "bitmask", - "bitflags", - "flags" - ], "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "block", - "version": "0.1.6", - "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Rust interface for Apple's C language extension of blocks.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "objc_test_utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "block", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.3.2" + }, + { "authors": [ "Steven Sheldon" ], "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": "dev", + "name": "objc_test_utils", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Rust interface for Apple's C language extension of blocks.", + "documentation": "http://ssheldon.github.io/rust-objc/block/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "blocks", "osx", "ios", "objective-c" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-0.1.6/Cargo.toml", + "metadata": null, + "name": "block", + "publish": null, "readme": "README.md", "repository": "http://github.com/SSheldon/rust-block", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/block/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "block", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-0.1.6/src/lib.rs", + "test": true + } + ], + "version": "0.1.6" }, { - "name": "bumpalo", - "version": "3.11.1", - "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A fast bump allocation arena for Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Nick Fitzgerald " + ], + "categories": [ + "memory-management", + "rust-patterns", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.6", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.5", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A fast bump allocation arena for Rust.", + "documentation": "https://docs.rs/bumpalo", + "edition": "2021", + "features": { + "allocator_api": [], + "boxed": [], + "collections": [], + "default": [] + }, + "homepage": null, + "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "bumpalo", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/fitzgen/bumpalo", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ - { - "kind": [ - "lib" - ], + { "crate_types": [ "lib" ], - "name": "bumpalo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "bumpalo", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "try_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/tests/try_alloc.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "try_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/tests/try_alloc.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "benches", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/benches/benches.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "bench" + ], + "name": "benches", "required-features": [ "collections" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/benches/benches.rs", "test": false } ], - "features": { - "allocator_api": [], - "boxed": [], - "collections": [], - "default": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "3.11.1" + }, + { "authors": [ - "Nick Fitzgerald " + "Andrew Gallant " ], "categories": [ - "memory-management", - "rust-patterns", + "encoding", + "parsing", "no-std" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/fitzgen/bumpalo", - "homepage": null, - "documentation": "https://docs.rs/bumpalo", - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "byteorder", - "version": "1.4.3", - "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "Library for reading/writing numbers in big-endian and little-endian.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.2", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Library for reading/writing numbers in big-endian and little-endian.", + "documentation": "https://docs.rs/byteorder", + "edition": "2018", + "features": { + "default": [ + "std" + ], + "i128": [], + "std": [] + }, + "homepage": "https://github.com/BurntSushi/byteorder", + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "byte", + "endian", + "big-endian", + "little-endian", + "binary" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/Cargo.toml", + "metadata": null, + "name": "byteorder", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/byteorder", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "byteorder", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "byteorder", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/benches/bench.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "i128": [], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.4.3" + }, + { "authors": [ - "Andrew Gallant " + "Alex Crichton " ], "categories": [ - "encoding", - "parsing", - "no-std" - ], - "keywords": [ - "byte", - "endian", - "big-endian", - "little-endian", - "binary" + "development-tools::build-utils" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/byteorder", - "homepage": "https://github.com/BurntSushi/byteorder", - "documentation": "https://docs.rs/byteorder", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "cc", - "version": "1.0.77", - "id": "cc 1.0.77 (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", + "features": [], "kind": null, - "rename": null, + "name": "jobserver", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cc", + "edition": "2018", + "features": { + "jobserver": [ + "dep:jobserver" + ], + "parallel": [ + "jobserver" + ] + }, + "homepage": "https://github.com/rust-lang/cc-rs", + "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/Cargo.toml", + "metadata": null, + "name": "cc", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/cc-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/src/lib.rs", "test": true }, { - "kind": [ - "bin" - ], "crate_types": [ "bin" ], - "name": "gcc-shim", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/src/bin/gcc-shim.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "bin" + ], + "name": "gcc-shim", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/src/bin/gcc-shim.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], "name": "cxxflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cxxflags.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cxxflags.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "cflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cflags.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "cflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cflags.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cc_env", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cc_env.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "cc_env", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cc_env.rs", "test": true } ], - "features": { - "jobserver": [ - "dep:jobserver" - ], - "parallel": [ - "jobserver" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.77" + }, + { "authors": [ "Alex Crichton " ], - "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, + "categories": [], "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -1773,52 +1745,53 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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_aliases", - "version": "0.1.1", - "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "cfg_aliases", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.0" + }, + { "authors": [ "Zicklag " ], @@ -1826,6 +1799,14 @@ "development-tools", "development-tools::build-utils" ], + "default_run": null, + "dependencies": [], + "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", + "documentation": "https://docs.rs/cfg_aliases", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/katharostech/cfg_aliases", + "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "cfg", "alias", @@ -1833,362 +1814,355 @@ "compilation", "build" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/Cargo.toml", + "metadata": null, + "name": "cfg_aliases", + "publish": null, "readme": "README.md", "repository": "https://github.com/katharostech/cfg_aliases", - "homepage": "https://github.com/katharostech/cfg_aliases", - "documentation": "https://docs.rs/cfg_aliases", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg_aliases", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" }, { - "name": "codespan-reporting", - "version": "0.11.1", - "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0", - "license_file": null, - "description": "Beautiful diagnostic reporting for text-based programming languages", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Brendan Zabarauskas " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-width", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "unicode-width", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.3", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.6.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "peg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": "dev", - "rename": null, + "name": "peg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustyline", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^6", + "features": [], "kind": "dev", - "rename": null, + "name": "rustyline", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "structopt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "structopt", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unindent", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "unindent", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Beautiful diagnostic reporting for text-based programming languages", + "documentation": "https://docs.rs/codespan-reporting", + "edition": "2018", + "features": { + "ascii-only": [], + "serde": [ + "dep:serde" + ], + "serialization": [ + "serde", + "serde/rc" + ] + }, + "homepage": "https://github.com/brendanzab/codespan", + "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/Cargo.toml", + "metadata": null, + "name": "codespan-reporting", + "publish": null, + "readme": "../README.md", + "repository": "https://github.com/brendanzab/codespan", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "codespan-reporting", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "codespan-reporting", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "term", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/term.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "term", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/term.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "custom_files", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/custom_files.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "custom_files", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/custom_files.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "peg_calculator", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/peg_calculator.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "peg_calculator", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/peg_calculator.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "reusable_diagnostic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/reusable_diagnostic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "reusable_diagnostic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/reusable_diagnostic.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "readme_preview", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/readme_preview.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "readme_preview", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/readme_preview.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "term", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/tests/term.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "term", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/tests/term.rs", "test": true } ], - "features": { - "ascii-only": [], - "serde": [ - "dep:serde" - ], - "serialization": [ - "serde", - "serde/rc" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.11.1" + }, + { "authors": [ - "Brendan Zabarauskas " + "The Servo Project Developers" + ], + "categories": [ + "os::macos-apis" ], - "categories": [], - "keywords": [], - "readme": "../README.md", - "repository": "https://github.com/brendanzab/codespan", - "homepage": "https://github.com/brendanzab/codespan", - "documentation": "https://docs.rs/codespan-reporting", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "core-foundation", - "version": "0.9.3", - "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings to Core Foundation for macOS", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "chrono", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "chrono", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "core-foundation-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.3", + "features": [], "kind": null, - "rename": null, + "name": "core-foundation-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uuid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "uuid", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "core-foundation", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "use_macro_outside_crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/tests/use_macro_outside_crate.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Bindings to Core Foundation for macOS", + "documentation": null, + "edition": "2015", "features": { "chrono": [ "dep:chrono" @@ -2209,7 +2183,17 @@ "uuid" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macos", + "framework", + "objc" + ], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2217,71 +2201,65 @@ } } }, + "name": "core-foundation", "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "os::macos-apis" - ], - "keywords": [ - "macos", - "framework", - "objc" - ], "readme": null, "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "core-foundation-sys", - "version": "0.8.3", - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings to Core Foundation for macOS", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "core-foundation-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-foundation", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/build.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2015", + "kind": [ + "test" + ], + "name": "use_macro_outside_crate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/tests/use_macro_outside_crate.rs", + "test": true } ], + "version": "0.9.3" + }, + { + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Bindings to Core Foundation for macOS", + "documentation": null, + "edition": "2015", "features": { "mac_os_10_7_support": [], "mac_os_10_8_features": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2289,97 +2267,111 @@ } } }, + "name": "core-foundation-sys", "publish": null, + "readme": null, + "repository": "https://github.com/servo/core-foundation-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-foundation-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/build.rs", + "test": false + } + ], + "version": "0.8.3" + }, + { "authors": [ "The Servo Project Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "core-graphics-types", - "version": "0.1.1", - "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings for some fundamental Core Graphics types", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "core-foundation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": null, - "rename": null, + "name": "core-foundation", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "core-graphics-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-graphics-types-0.1.1/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Bindings for some fundamental Core Graphics types", + "documentation": null, + "edition": "2015", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-graphics-types-0.1.1/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2387,114 +2379,119 @@ } } }, + "name": "core-graphics-types", "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-graphics-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" }, { - "name": "cty", - "version": "0.2.2", + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "embedded", + "external-ffi-bindings", + "no-std" + ], + "default_run": null, + "dependencies": [], + "description": "Type aliases to C types like c_int for use with bindgen", + "documentation": "https://docs.rs/cty", + "edition": "2015", + "features": {}, + "homepage": null, "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "c", + "types", + "bindgen", + "ffi" + ], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Type aliases to C types like c_int for use with bindgen", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cty-0.2.2/Cargo.toml", + "metadata": null, + "name": "cty", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/japaric/cty", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "cty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cty-0.2.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.2" + }, + { "authors": [ - "Jorge Aparicio " + "gfx-rs developers" ], "categories": [ - "embedded", - "external-ffi-bindings", - "no-std" - ], - "keywords": [ - "c", - "types", - "bindgen", - "ffi" + "api-bindings", + "graphics", + "memory-management", + "os::windows-apis" ], - "readme": "README.md", - "repository": "https://github.com/japaric/cty", - "homepage": null, - "documentation": "https://docs.rs/cty", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "d3d12", - "version": "0.5.0", - "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Low level D3D12 API wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "dxgi1_2", "dxgi1_3", @@ -2510,33 +2507,36 @@ "synchapi", "winerror" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "d3d12", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/d3d12-0.5.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Low level D3D12 API wrapper", + "documentation": "https://docs.rs/d3d12", + "edition": "2018", "features": { "implicit-link": [], "libloading": [ "dep:libloading" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/d3d12-0.5.0/Cargo.toml", + "homepage": null, + "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "graphics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/d3d12-0.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2544,518 +2544,511 @@ } } }, + "name": "d3d12", "publish": null, - "authors": [ - "gfx-rs developers" - ], - "categories": [ - "api-bindings", - "graphics", - "memory-management", - "os::windows-apis" - ], - "keywords": [ - "windows", - "graphics" - ], "readme": "README.md", "repository": "https://github.com/gfx-rs/d3d12-rs", - "homepage": null, - "documentation": "https://docs.rs/d3d12", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "d3d12", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/d3d12-0.5.0/src/lib.rs", + "test": true + } + ], + "version": "0.5.0" }, { - "name": "foreign-types", - "version": "0.3.2", - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A framework for Rust wrappers over C APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Fackler " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "foreign-types-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A framework for Rust wrappers over C APIs", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", + "metadata": null, + "name": "foreign-types", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.2" + }, + { "authors": [ "Steven Fackler " ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "An internal crate used by foreign-types", "documentation": null, "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "foreign-types-shared", - "version": "0.1.1", + "features": {}, + "homepage": null, "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "An internal crate used by foreign-types", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", + "metadata": null, + "name": "foreign-types-shared", + "publish": null, + "readme": null, + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types-shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types-shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Steven Fackler " + "cbreeden " + ], + "categories": [ + "algorithms" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "fxhash", - "version": "0.2.1", - "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "byteorder", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "byteorder", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "seahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "seahash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.", + "documentation": "https://docs.rs/fxhash", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/Cargo.toml", + "metadata": null, + "name": "fxhash", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cbreeden/fxhash", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "fxhash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "fxhash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "fxhash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/bench.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "fxhash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/bench.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.1" + }, + { "authors": [ - "cbreeden " + "The Rand Project Developers" ], "categories": [ - "algorithms" - ], - "keywords": [ - "hash" + "os", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/cbreeden/fxhash", - "homepage": null, - "documentation": "https://docs.rs/fxhash", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "getrandom", - "version": "0.2.8", - "id": "getrandom 0.2.8 (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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.62", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.62", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": false }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.18", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": null, - "rename": null, + "name": "wasi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.120", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.120", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": false } ], + "description": "A small cross-platform library for retrieving random data from system source", + "documentation": "https://docs.rs/getrandom", + "edition": "2018", + "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" + ] + }, + "homepage": null, + "id": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "custom" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "getrandom", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-random/getrandom", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "getrandom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "getrandom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "normal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/normal.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "normal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/normal.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/custom.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "custom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/custom.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rdrand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/rdrand.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "rdrand", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/rdrand.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], "name": "mod", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/benches/mod.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/benches/mod.rs", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "std", - "custom" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "0.2.8" + }, + { "authors": [ - "The Rand Project Developers" - ], - "categories": [ - "os", - "no-std" + "Joshua Groves ", + "Dzmitry Malyshau " ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rust-random/getrandom", - "homepage": null, - "documentation": "https://docs.rs/getrandom", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "glow", - "version": "0.11.2", - "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "~0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "slotmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "slotmap", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.2", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "~0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.3.37", - "kind": null, - "rename": "web_sys", - "optional": false, - "uses_default_features": true, "features": [ "Document", "Element", @@ -3107,28 +3100,28 @@ "WebglDrawBuffers", "WebglLoseContext" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": "web_sys", + "req": "~0.3.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "glow", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/Cargo.toml", + "homepage": "https://github.com/grovesNL/glow.git", + "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/glow-0.11.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3144,100 +3137,98 @@ } } }, + "name": "glow", "publish": null, - "authors": [ - "Joshua Groves ", - "Dzmitry Malyshau " - ], - "categories": [], - "keywords": [], "readme": "README.md", "repository": "https://github.com/grovesNL/glow", - "homepage": "https://github.com/grovesNL/glow.git", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "glow", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/glow-0.11.2/src/lib.rs", + "test": true + } + ], + "version": "0.11.2" }, { - "name": "gpu-alloc", - "version": "0.5.3", - "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation agnostic memory allocator for Vulkan like APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [ + "graphics", + "memory-management", + "no-std", + "game-development" + ], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "gpu-alloc-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "gpu-alloc-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.27", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "attributes" ], + "kind": null, + "name": "tracing", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.27", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "gpu-alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-0.5.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "Implementation agnostic memory allocator for Vulkan like APIs", + "documentation": "https://docs.rs/gpu-alloc-types", + "edition": "2018", "features": { "default": [ "std" @@ -3250,182 +3241,177 @@ "dep:tracing" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-0.5.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Zakarum " - ], - "categories": [ - "graphics", - "memory-management", - "no-std", - "game-development" - ], + "homepage": "https://github.com/zakarumych/gpu-alloc", + "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "allocation", "no-std" ], - "readme": "../README.md", - "repository": "https://github.com/zakarumych/gpu-alloc", - "homepage": "https://github.com/zakarumych/gpu-alloc", - "documentation": "https://docs.rs/gpu-alloc-types", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "gpu-alloc-types", - "version": "0.2.0", - "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Core types of gpu-alloc crate", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-0.5.3/Cargo.toml", + "metadata": null, + "name": "gpu-alloc", + "publish": null, + "readme": "../README.md", + "repository": "https://github.com/zakarumych/gpu-alloc", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "gpu-alloc-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-0.5.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.5.3" + }, + { "authors": [ "Zakarum " ], "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + } + ], + "description": "Core types of gpu-alloc crate", + "documentation": "https://docs.rs/gpu-alloc-types/0.2.0", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/zakarumych/gpu-alloc", + "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "allocation", "no-std" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-types-0.2.0/Cargo.toml", + "metadata": null, + "name": "gpu-alloc-types", + "publish": null, "readme": null, "repository": "https://github.com/zakarumych/gpu-alloc", - "homepage": "https://github.com/zakarumych/gpu-alloc", - "documentation": "https://docs.rs/gpu-alloc-types/0.2.0", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-alloc-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-types-0.2.0/src/lib.rs", + "test": true + } + ], + "version": "0.2.0" }, { - "name": "gpu-descriptor", - "version": "0.2.3", - "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation agnostic descriptor allocator for Vulkan like APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "gpu-descriptor-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "gpu-descriptor-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", + "features": [], "kind": null, - "rename": null, + "name": "hashbrown", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "gpu-descriptor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-0.2.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "Implementation agnostic descriptor allocator for Vulkan like APIs", + "documentation": "https://docs.rs/gpu-descriptor", + "edition": "2018", "features": { "default": [ "std" @@ -3438,356 +3424,275 @@ "dep:tracing" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-0.2.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Zakarum " - ], - "categories": [], + "homepage": "https://github.com/zakarumych/gpu-descriptor", + "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "no-std" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-0.2.3/Cargo.toml", + "metadata": null, + "name": "gpu-descriptor", + "publish": null, "readme": "../README.md", "repository": "https://github.com/zakarumych/gpu-descriptor", - "homepage": "https://github.com/zakarumych/gpu-descriptor", - "documentation": "https://docs.rs/gpu-descriptor", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-descriptor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-0.2.3/src/lib.rs", + "test": true + } + ], + "version": "0.2.3" }, { - "name": "gpu-descriptor-types", - "version": "0.1.1", - "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Core types of gpu-descriptor crate", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "Core types of gpu-descriptor crate", + "documentation": "https://docs.rs/gpu-descriptor-types/0.1.0", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/zakarumych/gpu-descriptor", + "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "gpu", + "vulkan", + "allocation", + "no-std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-types-0.1.1/Cargo.toml", + "metadata": null, + "name": "gpu-descriptor-types", + "publish": null, + "readme": null, + "repository": "https://github.com/zakarumych/gpu-descriptor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], - "crate_types": [ - "lib" - ], "name": "gpu-descriptor-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-types-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Zakarum " + "Amanieu d'Antras " ], - "categories": [], - "keywords": [ - "gpu", - "vulkan", - "allocation", + "categories": [ + "data-structures", "no-std" ], - "readme": null, - "repository": "https://github.com/zakarumych/gpu-descriptor", - "homepage": "https://github.com/zakarumych/gpu-descriptor", - "documentation": "https://docs.rs/gpu-descriptor-types/0.1.0", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "hashbrown", - "version": "0.12.3", - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A Rust port of Google's SwissTable hash map", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "ahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", + "features": [], "kind": null, - "rename": null, + "name": "ahash", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.5.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": true, "features": [ "small_rng" ], - "target": null, - "registry": null - }, - { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hashbrown", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/serde.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "rayon", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/rayon.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/set.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "hasher", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/hasher.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "insert_unique_unchecked", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true }, { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/bench.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A Rust port of Google's SwissTable hash map", + "documentation": null, + "edition": "2021", "features": { "ahash": [ "dep:ahash" @@ -3829,7 +3734,18 @@ "dep:serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml", + "homepage": null, + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3842,731 +3758,736 @@ } } }, + "name": "hashbrown", "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "no_std", - "hashmap", - "swisstable" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/hashbrown", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56.0" - }, - { - "name": "hexf-parse", - "version": "0.2.1", - "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "CC0-1.0", - "license_file": null, - "description": "Parses hexadecimal floats (see also hexf)", + "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "hexf-parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "hashbrown", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "rayon", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "hasher", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "insert_unique_unchecked", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.12.3" + }, + { "authors": [ "Kang Seonghoon " ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/lifthrasiir/hexf", - "homepage": "https://github.com/lifthrasiir/hexf", + "default_run": null, + "dependencies": [], + "description": "Parses hexadecimal floats (see also hexf)", "documentation": "https://docs.rs/hexf-parse/", "edition": "2018", + "features": {}, + "homepage": "https://github.com/lifthrasiir/hexf", + "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "CC0-1.0", + "license_file": null, "links": null, - "default_run": null, - "rust_version": null + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hexf-parse-0.2.1/Cargo.toml", + "metadata": null, + "name": "hexf-parse", + "publish": null, + "readme": null, + "repository": "https://github.com/lifthrasiir/hexf", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "hexf-parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hexf-parse-0.2.1/src/lib.rs", + "test": true + } + ], + "version": "0.2.1" }, { - "name": "indexmap", - "version": "1.9.2", - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A hash table with consistent order and fast iteration.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "arbitrary", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "raw" ], + "kind": null, + "name": "hashbrown", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quickcheck", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.1", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "rustc-rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "itertools", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "itertools", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A hash table with consistent order and fast iteration.", + "documentation": "https://docs.rs/indexmap/", + "edition": "2021", + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde" + ], + "std": [], + "test_debug": [], + "test_low_transition_point": [] + }, + "homepage": null, + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hashmap", + "no_std" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "arbitrary", + "quickcheck", + "serde-1", + "rayon" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "name": "indexmap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bluss/indexmap", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "indexmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "indexmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/quick.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "quick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/quick.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "macros_full_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/macros_full_path.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "macros_full_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/macros_full_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "equivalent_trait", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/equivalent_trait.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], + "name": "equivalent_trait", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/equivalent_trait.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/tests.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "faststring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/faststring.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "bench" ], + "name": "faststring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/faststring.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/bench.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/bench.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "arbitrary": [ - "dep:arbitrary" - ], - "quickcheck": [ - "dep:quickcheck" - ], - "rayon": [ - "dep:rayon" - ], - "rustc-rayon": [ - "dep:rustc-rayon" - ], - "serde": [ - "dep:serde" - ], - "serde-1": [ - "serde" - ], - "std": [], - "test_debug": [], - "test_low_transition_point": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "arbitrary", - "quickcheck", - "serde-1", - "rayon" - ] - } - }, - "release": { - "no-dev-version": true, - "tag-name": "{{version}}" - } - }, - "publish": null, - "authors": [], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hashmap", - "no_std" + "edition": "2021", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/build.rs", + "test": false + } ], - "readme": "README.md", - "repository": "https://github.com/bluss/indexmap", - "homepage": null, - "documentation": "https://docs.rs/indexmap/", - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56" + "version": "1.9.2" }, { - "name": "js-sys", - "version": "0.3.60", - "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "default_run": null, "dependencies": [ { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Headers", "Response", "ResponseInit" ], + "kind": "dev", + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", + "documentation": "https://docs.rs/js-sys", + "edition": "2018", + "features": {}, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/Cargo.toml", + "metadata": null, + "name": "js-sys", + "publish": null, + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "js-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/src/lib.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "js-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/src/lib.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/tests/wasm/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/tests/wasm/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "headless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/tests/headless.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "headless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/tests/headless.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.60" + }, + { "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [ - "wasm" + "Timoth\u00e9e Haudebourg ", + "Sean Kerr " ], - "keywords": [], - "readme": "./README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/js-sys", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "khronos-egl", - "version": "4.1.0", - "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Rust bindings for EGL", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "gl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "wayland-client", + "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wayland-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", + "features": [], "kind": "dev", - "rename": null, + "name": "gl", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wayland-protocols", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", + "features": [], "kind": "dev", - "rename": null, + "name": "wayland-client", "optional": false, - "uses_default_features": true, - "features": [ - "client" - ], - "target": null, - "registry": null - }, - { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": "build", + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "khronos-egl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "wayland-static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/wayland-static.rs", - "edition": "2015", - "required-features": [ - "static" - ], - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "wayland-dynamic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/wayland-dynamic.rs", - "edition": "2015", - "required-features": [ - "dynamic" - ], - "doc": false, - "doctest": false, - "test": false + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "load-minimal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/load-minimal.rs", - "edition": "2015", - "required-features": [ - "dynamic", - "1_4" - ], - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "wayland-egl", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" + "features": [ + "client" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "wayland-protocols", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "build", + "name": "pkg-config", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Rust bindings for EGL", + "documentation": "https://docs.rs/khronos-egl", + "edition": "2015", "features": { "1_0": [], "1_1": [ @@ -4601,95 +4522,136 @@ "pkg-config" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Timoth\u00e9e Haudebourg ", - "Sean Kerr " - ], - "categories": [], + "homepage": null, + "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "egl", "gl", "khronos", "opengl" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/Cargo.toml", + "metadata": null, + "name": "khronos-egl", + "publish": null, "readme": "README.md", "repository": "https://github.com/timothee-haudebourg/khronos-egl", - "homepage": null, - "documentation": "https://docs.rs/khronos-egl", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "libc", - "version": "0.2.137", - "id": "libc 0.2.137 (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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "khronos-egl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "test" + "example" + ], + "name": "wayland-static", + "required-features": [ + "static" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/wayland-static.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/tests/const_fn.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true + "edition": "2015", + "kind": [ + "example" + ], + "name": "wayland-dynamic", + "required-features": [ + "dynamic" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/wayland-dynamic.rs", + "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "custom-build" + "example" + ], + "name": "load-minimal", + "required-features": [ + "dynamic", + "1_4" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/load-minimal.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/build.rs", "test": false } ], + "version": "4.1.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -4709,7 +4671,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4720,532 +4694,490 @@ } } }, + "name": "libc", "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/tests/const_fn.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/build.rs", + "test": false + } + ], + "version": "0.2.137" }, { - "name": "libloading", - "version": "0.7.4", - "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "ISC", - "license_file": null, - "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Simonas Kazlauskas " + ], + "categories": [ + "api-bindings" + ], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "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": [ "errhandlingapi", "libloaderapi" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", + "documentation": "https://docs.rs/libloading/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "dlopen", + "load", + "shared", + "dylib" + ], + "license": "ISC", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "libloading_docs" + ] + } + } + }, + "name": "libloading", + "publish": null, + "readme": "README.mkd", + "repository": "https://github.com/nagisa/rust_libloading/", + "rust_version": "1.40.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "libloading", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libloading", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "constants", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/constants.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "constants", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/constants.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "functions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/functions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "functions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/functions.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "library_filename", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/library_filename.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "library_filename", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/library_filename.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "windows", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/windows.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "windows", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/windows.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "markers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/markers.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "markers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/markers.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "libloading_docs" - ] - } - } - }, - "publish": null, + "version": "0.7.4" + }, + { "authors": [ - "Simonas Kazlauskas " + "Amanieu d'Antras " ], "categories": [ - "api-bindings" - ], - "keywords": [ - "dlopen", - "load", - "shared", - "dylib" + "concurrency", + "no-std" ], - "readme": "README.mkd", - "repository": "https://github.com/nagisa/rust_libloading/", - "homepage": null, - "documentation": "https://docs.rs/libloading/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": "1.40.0" - }, - { - "name": "lock_api", - "version": "0.4.9", - "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "owning_ref", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.1", + "features": [], "kind": null, - "rename": null, + "name": "owning_ref", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "scopeguard", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "scopeguard", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.126", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.126", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", + "documentation": null, + "edition": "2018", + "features": { + "arc_lock": [], + "nightly": [], + "owning_ref": [ + "dep:owning_ref" + ], + "serde": [ + "dep:serde" + ] + }, + "homepage": null, + "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "mutex", + "rwlock", + "lock", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/Cargo.toml", + "metadata": null, + "name": "lock_api", + "publish": null, + "readme": null, + "repository": "https://github.com/Amanieu/parking_lot", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "lock_api", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "lock_api", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/build.rs", "test": false } ], - "features": { - "arc_lock": [], - "nightly": [], - "owning_ref": [ - "dep:owning_ref" - ], - "serde": [ - "dep:serde" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.9" + }, + { "authors": [ - "Amanieu d'Antras " + "The Rust Project Developers" ], "categories": [ - "concurrency", - "no-std" - ], - "keywords": [ - "mutex", - "rwlock", - "lock", - "no_std" + "development-tools::debugging" ], - "readme": null, - "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "log", - "version": "0.4.17", - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", - "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.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", + "features": [], "kind": null, - "rename": null, + "name": "sval", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], - "target": null, - "registry": null - }, - { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", "kind": "dev", - "rename": null, + "name": "sval", "optional": false, - "uses_default_features": true, - "features": [ - "test" - ], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "filters", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/filters.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ + "features": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/macros.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "value", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/benches/value.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "value-bag", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://docs.rs/log", + "edition": "2015", "features": { "kv_unstable": [ "value-bag" @@ -5288,7 +5220,15 @@ "dep:value-bag" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml", + "homepage": null, + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5301,857 +5241,889 @@ ] } } - }, - "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "development-tools::debugging" + }, + "name": "log", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/log", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "filters", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "value", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", + "test": false + } ], - "keywords": [ - "logging" - ], - "readme": "README.md", - "repository": "https://github.com/rust-lang/log", - "homepage": null, - "documentation": "https://docs.rs/log", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.4.17" }, { - "name": "malloc_buf", - "version": "0.0.6", - "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Structs for handling malloc'd memory passed to Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Sheldon" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.1, <0.3", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.1, <0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Structs for handling malloc'd memory passed to Rust.", + "documentation": "http://ssheldon.github.io/malloc_buf/malloc_buf/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/malloc_buf-0.0.6/Cargo.toml", + "metadata": null, + "name": "malloc_buf", + "publish": null, + "readme": null, + "repository": "https://github.com/SSheldon/malloc_buf", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "malloc_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "malloc_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/malloc_buf-0.0.6/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.0.6" + }, + { "authors": [ - "Steven Sheldon" + "GFX Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/SSheldon/malloc_buf", - "homepage": null, - "documentation": "http://ssheldon.github.io/malloc_buf/malloc_buf/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "metal", - "version": "0.24.0", - "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust bindings for Metal", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "block", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.6", + "features": [], "kind": null, - "rename": null, + "name": "block", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "core-graphics-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "core-graphics-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "dispatch", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "dispatch", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.2", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "objc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "objc_exception" ], + "kind": null, + "name": "objc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cocoa", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24.0", + "features": [], "kind": "dev", - "rename": null, + "name": "cocoa", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.24.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cty", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "cty", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "png", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.16", + "features": [], "kind": "dev", - "rename": null, + "name": "png", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sema", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "sema", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Rust bindings for Metal", + "documentation": "https://docs.rs/crate/metal", + "edition": "2018", + "features": { + "default": [], + "dispatch": [ + "dep:dispatch" + ], + "mps": [], + "private": [] + }, + "homepage": "https://github.com/gfx-rs/metal-rs", + "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "metal", + "graphics", + "bindings" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-apple-darwin" + } + } + }, + "name": "metal", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/gfx-rs/metal-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "metal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "metal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "window", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/window/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "window", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/window/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "headless-render", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/headless-render/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "headless-render", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/headless-render/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "library", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/library/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "library", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/library/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "reflection", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/reflection/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "reflection", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/reflection/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "caps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/caps/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "caps", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/caps/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "argument-buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/argument-buffer/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "argument-buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/argument-buffer/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bindless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/bindless/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "bindless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/bindless/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "circle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/circle/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "circle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/circle/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "compute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "compute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "mps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/mps/main.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "mps", "required-features": [ "mps" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/mps/main.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "embedded-lib", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/embedded-lib.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "embedded-lib", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/embedded-lib.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "compute-argument-buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/compute-argument-buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "compute-argument-buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/compute-argument-buffer.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bind", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/bind/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "bind", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/bind/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "events", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/events/main.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "events", "required-features": [ "dispatch" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/events/main.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "fence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/fence/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "fence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/fence/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "shader-dylib", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/shader-dylib/main.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "shader-dylib", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/shader-dylib/main.rs", "test": false } ], - "features": { - "default": [], - "dispatch": [ - "dep:dispatch" - ], - "mps": [], - "private": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-apple-darwin" - } - } - }, - "publish": null, + "version": "0.24.0" + }, + { "authors": [ - "GFX Developers" + "Naga Developers" ], "categories": [], - "keywords": [ - "metal", - "graphics", - "bindings" - ], - "readme": "README.md", - "repository": "https://github.com/gfx-rs/metal-rs", - "homepage": "https://github.com/gfx-rs/metal-rs", - "documentation": "https://docs.rs/crate/metal", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "naga", - "version": "0.10.0", - "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Shader translation infrastructure", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.2", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, + "default_run": null, + "dependencies": [ + { "features": [ "derive" ], + "kind": null, + "name": "arbitrary", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-set", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "bit-set", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "codespan-reporting", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.0", + "features": [], "kind": null, - "rename": null, + "name": "codespan-reporting", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hexf-parse", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "hexf-parse", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "indexmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": null, + "name": "indexmap", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num-traits", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "num-traits", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "petgraph", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "petgraph", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pp-rs", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "pp-rs", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-hash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-hash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": "spirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.103", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.4", + "features": [], "kind": null, - "rename": null, + "name": "spirv", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.21", + "features": [], "kind": null, + "name": "termcolor", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^1.0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.3", + "features": [], "kind": null, + "name": "thiserror", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "bincode", + "req": "^1.0.21", "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 + "uses_default_features": true }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], + "kind": null, + "name": "unicode-xid", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "diff", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ron", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.7.1", + "features": [], "kind": "dev", - "rename": null, + "name": "diff", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rspirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ron", "optional": false, - "uses_default_features": true, - "features": [ - "derive" - ], + "registry": null, + "rename": null, + "req": "~0.7.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "spirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "rspirv", "optional": false, - "uses_default_features": true, - "features": [ - "deserialize" - ], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "naga", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "bench" + "features": [ + "derive" ], - "crate_types": [ - "bin" + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "deserialize" ], - "name": "criterion", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/benches/criterion.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "spirv", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Shader translation infrastructure", + "documentation": null, + "edition": "2018", "features": { "arbitrary": [ "dep:arbitrary" @@ -6217,7 +6189,18 @@ ], "wgsl-out": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/Cargo.toml", + "homepage": "https://github.com/gfx-rs/naga", + "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "shader", + "SPIR-V", + "GLSL", + "MSL" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6225,104 +6208,83 @@ } } }, + "name": "naga", "publish": null, - "authors": [ - "Naga Developers" - ], - "categories": [], - "keywords": [ - "shader", - "SPIR-V", - "GLSL", - "MSL" - ], "readme": "README.md", "repository": "https://github.com/gfx-rs/naga/tree/v0.9", - "homepage": "https://github.com/gfx-rs/naga", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.56" - }, - { - "name": "num-traits", - "version": "0.2.15", - "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Numeric traits for generic mathematics", + "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "libm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "autocfg", - "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 - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "num-traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "cast", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/tests/cast.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "name": "naga", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "criterion", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/benches/criterion.rs", "test": false } ], + "version": "0.10.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "science", + "no-std" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "libm", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "build", + "name": "autocfg", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Numeric traits for generic mathematics", + "documentation": "https://docs.rs/num-traits", + "edition": "2015", "features": { "default": [ "std" @@ -6333,7 +6295,16 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml", + "homepage": "https://github.com/rust-num/num-traits", + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "mathematics", + "numerics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6343,592 +6314,595 @@ } } }, + "name": "num-traits", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "algorithms", - "science", - "no-std" - ], - "keywords": [ - "mathematics", - "numerics" - ], "readme": "README.md", "repository": "https://github.com/rust-num/num-traits", - "homepage": "https://github.com/rust-num/num-traits", - "documentation": "https://docs.rs/num-traits", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "num-traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "cast", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/tests/cast.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/build.rs", + "test": false + } + ], + "version": "0.2.15" }, { - "name": "objc", - "version": "0.2.7", - "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Objective-C Runtime bindings and wrapper for Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Sheldon" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "malloc_buf", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.0", + "features": [], "kind": null, - "rename": null, + "name": "malloc_buf", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "objc_exception", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "objc_exception", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Objective-C Runtime bindings and wrapper for Rust.", + "documentation": "http://ssheldon.github.io/rust-objc/objc/", + "edition": "2015", + "features": { + "exception": [ + "objc_exception" + ], + "objc_exception": [ + "dep:objc_exception" + ], + "verify_message": [] + }, + "homepage": null, + "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "objective-c", + "osx", + "ios", + "cocoa", + "uikit" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/Cargo.toml", + "metadata": null, + "name": "objc", + "publish": null, + "readme": "README.md", + "repository": "http://github.com/SSheldon/rust-objc", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "objc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "objc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/examples/example.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "example", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/examples/example.rs", "test": false } ], - "features": { - "exception": [ - "objc_exception" - ], - "objc_exception": [ - "dep:objc_exception" - ], - "verify_message": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.7" + }, + { "authors": [ "Steven Sheldon" ], "categories": [], - "keywords": [ - "objective-c", - "osx", - "ios", - "cocoa", - "uikit" - ], - "readme": "README.md", - "repository": "http://github.com/SSheldon/rust-objc", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/objc/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "objc_exception", - "version": "0.1.2", - "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Rust interface for Objective-C's throw and try/catch statements.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Rust interface for Objective-C's throw and try/catch statements.", + "documentation": "http://ssheldon.github.io/rust-objc/objc_exception/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "objective-c", + "osx", + "ios" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/Cargo.toml", + "metadata": null, + "name": "objc_exception", + "publish": null, + "readme": null, + "repository": "http://github.com/SSheldon/rust-objc-exception", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "objc_exception", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "objc_exception", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.2" + }, + { "authors": [ - "Steven Sheldon" + "Aleksey Kladov " ], - "categories": [], - "keywords": [ - "objective-c", - "osx", - "ios" + "categories": [ + "rust-patterns", + "memory-management" ], - "readme": null, - "repository": "http://github.com/SSheldon/rust-objc-exception", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/objc_exception/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "once_cell", - "version": "1.16.0", - "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Single assignment cells and lazy values.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "atomic-polyfill", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "atomic_polyfill", + "name": "atomic-polyfill", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "atomic_polyfill", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "critical_section", + "name": "critical-section", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "critical_section", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.3", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot_core", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", - "kind": "dev", - "rename": "critical_section", - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": "dev", + "name": "critical-section", + "optional": false, + "registry": null, + "rename": "critical_section", + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.7", + "features": [], "kind": "dev", - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Single assignment cells and lazy values.", + "documentation": "https://docs.rs/once_cell", + "edition": "2021", + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "critical-section" + ], + "atomic_polyfill": [ + "dep:atomic_polyfill" + ], + "critical-section": [ + "critical_section", + "atomic_polyfill" + ], + "critical_section": [ + "dep:critical_section" + ], + "default": [ + "std" + ], + "parking_lot": [ + "parking_lot_core" + ], + "parking_lot_core": [ + "dep:parking_lot_core" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "homepage": null, + "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lazy", + "static" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "once_cell", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_acquire", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench_acquire.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_acquire", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench_acquire.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_vs_lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench_vs_lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_vs_lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench_vs_lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "reentrant_init_deadlocks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/reentrant_init_deadlocks.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "reentrant_init_deadlocks", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/reentrant_init_deadlocks.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "regex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/regex.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "regex", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/regex.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "test_synchronization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/test_synchronization.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "test_synchronization", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/test_synchronization.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "it", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/tests/it.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "it", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/tests/it.rs", "test": true } ], - "features": { - "alloc": [ - "race" - ], - "atomic-polyfill": [ - "critical-section" - ], - "atomic_polyfill": [ - "dep:atomic_polyfill" - ], - "critical-section": [ - "critical_section", - "atomic_polyfill" - ], - "critical_section": [ - "dep:critical_section" - ], - "default": [ - "std" - ], - "parking_lot": [ - "parking_lot_core" - ], - "parking_lot_core": [ - "dep:parking_lot_core" - ], - "race": [], - "std": [ - "alloc" - ], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "1.16.0" + }, + { "authors": [ - "Aleksey Kladov " + "Amanieu d'Antras " ], "categories": [ - "rust-patterns", - "memory-management" - ], - "keywords": [ - "lazy", - "static" + "concurrency" ], - "readme": "README.md", - "repository": "https://github.com/matklad/once_cell", - "homepage": null, - "documentation": "https://docs.rs/once_cell", - "edition": "2021", - "links": null, "default_run": null, - "rust_version": "1.56" - }, - { - "name": "parking_lot", - "version": "0.12.1", - "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "More compact and efficient implementations of the standard synchronization primitives.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "lock_api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.6", + "features": [], "kind": null, - "rename": null, + "name": "lock_api", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot_core", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3.3", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "rand", + "req": "^0.9.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.3", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "parking_lot", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true }, { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "issue_203", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/tests/issue_203.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "features": [], + "kind": "dev", + "name": "bincode", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.3.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "More compact and efficient implementations of the standard synchronization primitives.", + "documentation": null, + "edition": "2018", "features": { "arc_lock": [ "lock_api/arc_lock" @@ -6950,15 +6924,8 @@ "lock_api/serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "concurrency" - ], + "homepage": null, + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "mutex", "condvar", @@ -6966,156 +6933,163 @@ "once", "thread" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/Cargo.toml", + "metadata": null, + "name": "parking_lot", + "publish": null, "readme": "README.md", "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "parking_lot", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "issue_203", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/tests/issue_203.rs", + "test": true + } + ], + "version": "0.12.1" }, { - "name": "parking_lot_core", - "version": "0.9.4", - "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "An advanced API for creating custom synchronization primitives.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency" + ], + "default_run": null, "dependencies": [ { - "name": "backtrace", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "backtrace", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "petgraph", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.0", + "features": [], "kind": null, - "rename": null, + "name": "petgraph", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.6.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thread-id", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.0.0", + "features": [], "kind": null, - "rename": null, + "name": "thread-id", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^4.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "redox_syscall", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": null, - "rename": null, + "name": "redox_syscall", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"redox\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.95", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.95", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_WindowsProgramming" ], + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "parking_lot_core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "An advanced API for creating custom synchronization primitives.", + "documentation": null, + "edition": "2018", "features": { "backtrace": [ "dep:backtrace" @@ -7133,15 +7107,8 @@ "dep:thread-id" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "concurrency" - ], + "homepage": null, + "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "mutex", "condvar", @@ -7149,552 +7116,541 @@ "once", "thread" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/Cargo.toml", + "metadata": null, + "name": "parking_lot_core", + "publish": null, "readme": null, "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "parking_lot_core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs", + "test": false + } + ], + "version": "0.9.4" }, { - "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", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", + "documentation": "https://docs.rs/pkg-config", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/Cargo.toml", + "metadata": null, + "name": "pkg-config", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/pkg-config-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pkg-config", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "pkg-config", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/tests/test.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/tests/test.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.26" + }, + { "authors": [ + "David Tolnay ", "Alex Crichton " ], - "categories": [], - "keywords": [ - "build-dependencies" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "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.47", - "id": "proc-macro2 1.0.47 (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", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/features.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/comments.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/marker.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - } - ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/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" - ] + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/build.rs", + "test": false } - }, - "publish": null, + ], + "version": "1.0.47" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "Philip Degarmo " ], "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "macros", - "syn" + "development-tools::profiling" ], - "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": "profiling", - "version": "1.0.7", - "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "This crate provides a very thin abstraction over other profiler crates.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "optick", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": null, - "rename": null, + "name": "optick", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling-procmacros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": null, - "rename": null, + "name": "profiling-procmacros", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "puffin", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12.1", + "features": [], "kind": null, - "rename": null, + "name": "puffin", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.12.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "superluminal-perf", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "superluminal-perf", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracy-client", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14.1", + "features": [], "kind": null, - "rename": null, + "name": "tracy-client", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.14.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glam", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.6", + "features": [], "kind": "dev", - "rename": null, + "name": "glam", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "imgui", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "imgui", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "imgui-winit-support", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "imgui-winit-support", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "puffin-imgui", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.15.0", + "features": [], "kind": "dev", - "rename": null, + "name": "puffin-imgui", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.15.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rafx", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.0.14", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "rafx-vulkan", "framework" ], - "target": null, - "registry": null - }, - { - "name": "tracing-subscriber", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", "kind": "dev", - "rename": null, + "name": "rafx", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "tracing-tracy", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.0", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "=0.0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.25", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing-subscriber", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "profiling", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "puffin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/examples/puffin/puffin.rs", - "edition": "2018", - "required-features": [ - "profile-with-puffin" - ], - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "simple", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/examples/simple.rs", - "edition": "2018", - "required-features": [], - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "tracing-tracy", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "dev", + "name": "winit", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "This crate provides a very thin abstraction over other profiler crates.", + "documentation": null, + "edition": "2018", "features": { "default": [ "procmacros" @@ -7742,134 +7698,124 @@ ], "type-check": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Philip Degarmo " - ], - "categories": [ - "development-tools::profiling" - ], + "homepage": "https://github.com/aclysma/profiling", + "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "performance", "profiling" ], - "readme": "README.md", - "repository": "https://github.com/aclysma/profiling", - "homepage": "https://github.com/aclysma/profiling", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "quote", - "version": "1.0.21", - "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Quasi-quoting macro quote!(...)", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/Cargo.toml", + "metadata": null, + "name": "profiling", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/aclysma/profiling", + "rust_version": null, "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.40", - "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.52", - "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "profiling", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" + "example" ], - "crate_types": [ - "bin" + "name": "puffin", + "required-features": [ + "profile-with-puffin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/tests/compiletest.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/examples/puffin/puffin.rs", + "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "simple", + "required-features": [], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/examples/simple.rs", "test": false } ], + "version": "1.0.7" + }, + { + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "proc-macro2", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.40", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "rustversion", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "diff" + ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", "features": { "default": [ "proc-macro" @@ -7878,7 +7824,16 @@ "proc-macro2/proc-macro" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/Cargo.toml", + "homepage": null, + "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7888,115 +7843,154 @@ } } }, + "name": "quote", "publish": null, - "authors": [ - "David Tolnay " - ], - "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": "range-alloc", - "version": "0.1.2", - "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Generic range allocator used by gfx-rs backends", + "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "range_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/range-alloc-0.1.2/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/tests/test.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/tests/compiletest.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/build.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/range-alloc-0.1.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.21" + }, + { "authors": [ "The Gfx-rs Developers" ], "categories": [ "memory-management" ], + "default_run": null, + "dependencies": [], + "description": "Generic range allocator used by gfx-rs backends", + "documentation": "https://docs.rs/range-alloc", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/gfx-rs/gfx", + "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "allocator" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/range-alloc-0.1.2/Cargo.toml", + "metadata": null, + "name": "range-alloc", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/gfx", - "homepage": "https://github.com/gfx-rs/gfx", - "documentation": "https://docs.rs/range-alloc", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "raw-window-handle", - "version": "0.5.0", - "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0 OR Zlib", - "license_file": null, - "description": "Interoperability library for Rust Windowing applications.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "cty", - "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 - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "raw-window-handle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.5.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "range_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/range-alloc-0.1.2/src/lib.rs", "test": true } ], + "version": "0.1.2" + }, + { + "authors": [ + "Osspial " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "cty", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Interoperability library for Rust Windowing applications.", + "documentation": "https://docs.rs/raw-window-handle", + "edition": "2018", "features": { "alloc": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.5.0/Cargo.toml", + "homepage": null, + "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windowing" + ], + "license": "MIT OR Apache-2.0 OR Zlib", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8008,690 +8002,682 @@ } } }, + "name": "raw-window-handle", "publish": null, - "authors": [ - "Osspial " - ], - "categories": [], - "keywords": [ - "windowing" - ], "readme": "README.md", "repository": "https://github.com/rust-windowing/raw-window-handle", - "homepage": null, - "documentation": "https://docs.rs/raw-window-handle", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "redox_syscall", - "version": "0.2.16", - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A Rust library to access raw Redox system calls", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syscall", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "raw-window-handle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.0/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.5.0" + }, + { "authors": [ "Jeremy Soller " ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://gitlab.redox-os.org/redox-os/syscall", - "homepage": null, + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "A Rust library to access raw Redox system calls", "documentation": "https://docs.rs/redox_syscall", "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "renderdoc-sys", - "version": "0.7.1", - "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", + "features": {}, + "homepage": null, + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", "license_file": null, - "description": "Raw FFI bindings to the RenderDoc API", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/Cargo.toml", + "metadata": null, + "name": "redox_syscall", + "publish": null, + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "renderdoc-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syscall", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.16" + }, + { "authors": [ "Eyal Kalderon " ], "categories": [], + "default_run": null, + "dependencies": [], + "description": "Raw FFI bindings to the RenderDoc API", + "documentation": "https://docs.rs/renderdoc-sys/", + "edition": "2015", + "features": {}, + "homepage": "https://github.com/ebkalderon/renderdoc-rs/tree/master/renderdoc-sys", + "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "ffi", "renderdoc" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/renderdoc-sys-0.7.1/Cargo.toml", + "metadata": null, + "name": "renderdoc-sys", + "publish": null, "readme": "README.md", "repository": "https://github.com/ebkalderon/renderdoc-rs", - "homepage": "https://github.com/ebkalderon/renderdoc-rs/tree/master/renderdoc-sys", - "documentation": "https://docs.rs/renderdoc-sys/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "renderdoc-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/renderdoc-sys-0.7.1/src/lib.rs", + "test": true + } + ], + "version": "0.7.1" }, { - "name": "rustc-hash", - "version": "1.1.0", + "authors": [ + "The Rust Project Developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "speed, non-cryptographic hash used in rustc", + "documentation": null, + "edition": "2015", + "features": { + "default": [ + "std" + ], + "std": [] + }, + "homepage": null, "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "fxhash", + "rustc" + ], "license": "Apache-2.0/MIT", "license_file": null, - "description": "speed, non-cryptographic hash used in rustc", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/Cargo.toml", + "metadata": null, + "name": "rustc-hash", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang-nursery/rustc-hash", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "rustc-hash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "rustc-hash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs", "test": true } ], + "version": "1.1.0" + }, + { + "authors": [ + "bluss" + ], + "categories": [ + "rust-patterns", + "no-std" + ], + "default_run": null, + "dependencies": [], + "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "documentation": "https://docs.rs/scopeguard/", + "edition": "2015", "features": { "default": [ - "std" + "use_std" ], - "std": [] + "use_std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [], - "keywords": [ - "hash", - "fxhash", - "rustc" - ], - "readme": "README.md", - "repository": "https://github.com/rust-lang-nursery/rustc-hash", "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "scopeguard", - "version": "1.1.0", "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "scope-guard", + "defer", + "panic", + "unwind" + ], "license": "MIT/Apache-2.0", "license_file": null, - "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true + } + }, + "name": "scopeguard", + "publish": null, + "readme": null, + "repository": "https://github.com/bluss/scopeguard", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "scopeguard", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "scopeguard", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "readme", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/examples/readme.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "readme", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/examples/readme.rs", "test": false } ], - "features": { - "default": [ - "use_std" - ], - "use_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml", - "metadata": { - "release": { - "no-dev-version": true - } - }, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "bluss" + "Orson Peters " ], "categories": [ - "rust-patterns", - "no-std" - ], - "keywords": [ - "scope-guard", - "defer", - "panic", - "unwind" + "data-structures", + "memory-management", + "caching" ], - "readme": null, - "repository": "https://github.com/bluss/scopeguard", - "homepage": null, - "documentation": "https://docs.rs/scopeguard/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "slotmap", - "version": "1.0.6", - "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Zlib", - "license_file": null, - "description": "Slotmap data structure", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive", "alloc" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Slotmap data structure", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [], + "unstable": [] + }, + "homepage": null, + "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "slotmap", + "storage", + "allocator", + "arena", + "reference" + ], + "license": "Zlib", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/Cargo.toml", + "metadata": null, + "name": "slotmap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/orlp/slotmap", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "slotmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "slotmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "rand_meld_heap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/examples/rand_meld_heap.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "rand_meld_heap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/examples/rand_meld_heap.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "doubly_linked_list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/examples/doubly_linked_list.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "doubly_linked_list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/examples/doubly_linked_list.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/build.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "std": [], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.6" + }, + { "authors": [ - "Orson Peters " + "The Servo Project Developers" ], "categories": [ - "data-structures", - "memory-management", - "caching" - ], - "keywords": [ - "slotmap", - "storage", - "allocator", - "arena", - "reference" + "data-structures" ], - "readme": "README.md", - "repository": "https://github.com/orlp/slotmap", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "smallvec", - "version": "1.10.0", - "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "'Small vector' optimization: store up to a small number of items on the stack", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "arbitrary", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test_parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test_parser", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "'Small vector' optimization: store up to a small number of items on the stack", + "documentation": "https://docs.rs/smallvec/", + "edition": "2018", + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "const_generics": [], + "const_new": [ + "const_generics" + ], + "debugger_visualizer": [], + "may_dangle": [], + "serde": [ + "dep:serde" + ], + "specialization": [], + "union": [], + "write": [] + }, + "homepage": null, + "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "small", + "vec", + "vector", + "stack", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "smallvec", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/servo/rust-smallvec", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "smallvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "smallvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "debugger_visualizer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/tests/debugger_visualizer.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "debugger_visualizer", "required-features": [ "debugger_visualizer" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/tests/debugger_visualizer.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/tests/macro.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macro", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/tests/macro.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/benches/bench.rs", "test": false } ], - "features": { - "arbitrary": [ - "dep:arbitrary" - ], - "const_generics": [], - "const_new": [ - "const_generics" - ], - "debugger_visualizer": [], - "may_dangle": [], - "serde": [ - "dep:serde" - ], - "specialization": [], - "union": [], - "write": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "1.10.0" + }, + { "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "data-structures" - ], - "keywords": [ - "small", - "vec", - "vector", - "stack", - "no_std" + "Lei Zhang " ], - "readme": "README.md", - "repository": "https://github.com/servo/rust-smallvec", - "homepage": null, - "documentation": "https://docs.rs/smallvec/", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "spirv", - "version": "0.2.0+1.5.4", - "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0", - "license_file": null, - "description": "Rust definition of SPIR-V structs and enums", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num-traits", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "num-traits", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "spirv", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/spirv-0.2.0+1.5.4/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Rust definition of SPIR-V structs and enums", + "documentation": "https://docs.rs/spirv", + "edition": "2018", "features": { "deserialize": [ "serde" @@ -8703,59 +8689,44 @@ "serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/spirv-0.2.0+1.5.4/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Lei Zhang " - ], - "categories": [], + "homepage": null, + "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "spirv", "definition", "struct", "enum" ], + "license": "Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spirv-0.2.0+1.5.4/Cargo.toml", + "metadata": null, + "name": "spirv", + "publish": null, "readme": "README.md", "repository": "https://github.com/gfx-rs/rspirv", - "homepage": null, - "documentation": "https://docs.rs/spirv", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "static_assertions", - "version": "1.1.0", - "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Compile-time assertions to ensure that invariants are met.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "static_assertions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "spirv", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spirv-0.2.0+1.5.4/lib.rs", "test": true } ], - "features": { - "nightly": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.0+1.5.4" + }, + { "authors": [ "Nikolai Vazquez" ], @@ -8764,1227 +8735,1248 @@ "rust-patterns", "development-tools::testing" ], + "default_run": null, + "dependencies": [], + "description": "Compile-time assertions to ensure that invariants are met.", + "documentation": "https://docs.rs/static_assertions/", + "edition": "2015", + "features": { + "nightly": [] + }, + "homepage": "https://github.com/nvzqz/static-assertions-rs", + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "assert", "static", "testing" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml", + "metadata": null, + "name": "static_assertions", + "publish": null, "readme": "README.md", "repository": "https://github.com/nvzqz/static-assertions-rs", - "homepage": "https://github.com/nvzqz/static-assertions-rs", - "documentation": "https://docs.rs/static_assertions/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "static_assertions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs", + "test": true + } + ], + "version": "1.1.0" }, { - "name": "syn", - "version": "1.0.104", - "id": "syn 1.0.104 (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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parser-implementations" + ], + "default_run": null, "dependencies": [ { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.46", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.46", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-ident", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_should_parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_visibility.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_stmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_round_trip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_shebang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_pat.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_receiver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_precedence.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_precedence.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_lit.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_parse_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_grouping.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_ident.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_ident.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_iterators.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_parse_buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_asyncness.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_token_trees.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_ty.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/zzz_stable.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_meta.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_item.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_derive_input.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_attribute.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_attribute.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/benches/rust.rs", - "edition": "2018", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/benches/rust.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/benches/file.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "bench" + ], + "name": "file", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/benches/file.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/build.rs", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/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 " - ], - "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": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" + "version": "1.0.104" }, { - "name": "target_features", - "version": "0.1.0", - "id": "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "wgpu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.14.0", + "features": [], "kind": null, - "rename": null, + "name": "wgpu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.14.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/target_features/Cargo.toml", + "metadata": null, + "name": "target_features", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "target_features", "src_path": "{TEMP_DIR}/target_features/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/target_features/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "termcolor", - "version": "1.1.3", - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "A simple cross platform library for writing colored text to a terminal.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple cross platform library for writing colored text to a terminal.\n", + "documentation": "https://docs.rs/termcolor", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/termcolor", + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "win", + "color", + "ansi", + "console" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/Cargo.toml", + "metadata": null, + "name": "termcolor", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/termcolor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "termcolor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "termcolor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.3" + }, + { "authors": [ - "Andrew Gallant " + "David Tolnay " ], - "categories": [], - "keywords": [ - "windows", - "win", - "color", - "ansi", - "console" + "categories": [ + "rust-patterns" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/termcolor", - "homepage": "https://github.com/BurntSushi/termcolor", - "documentation": "https://docs.rs/termcolor", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "thiserror", - "version": "1.0.37", - "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "derive(Error)", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "thiserror-impl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.37", + "features": [], "kind": null, - "rename": null, + "name": "thiserror-impl", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.65", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.65", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "derive(Error)", + "documentation": "https://docs.rs/thiserror", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "error", + "error-handling", + "derive" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "thiserror", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/thiserror", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "thiserror", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "thiserror", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_source", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_source.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_source", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_source.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_backtrace", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_backtrace.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_backtrace", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_backtrace.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_display", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_display.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_display", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_display.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lints", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_lints.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_lints", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_lints.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_transparent", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_transparent.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_transparent", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_transparent.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/compiletest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_from", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_from.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_from", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_from.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_error", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_error.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_error", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_error.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_option.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_option", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_option.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_deprecated", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_deprecated.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_deprecated", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_deprecated.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.37" + }, + { "authors": [ "David Tolnay " ], - "categories": [ - "rust-patterns" - ], - "keywords": [ - "error", - "error-handling", - "derive" - ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": "https://docs.rs/thiserror", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.31" - }, - { - "name": "thiserror-impl", - "version": "1.0.37", - "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation detail of the `thiserror` crate", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.45", + "features": [], "kind": null, - "rename": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.45", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "thiserror-impl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Implementation detail of the `thiserror` crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/Cargo.toml", + "homepage": null, + "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.37/Cargo.toml", "metadata": { "docs": { "rs": { @@ -9994,257 +9986,252 @@ } } }, + "name": "thiserror-impl", "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "thiserror-impl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.37/src/lib.rs", + "test": true + } + ], + "version": "1.0.37" }, { - "name": "unicode-ident", - "version": "1.0.5", - "id": "unicode-ident 1.0.5 (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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fst", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "fst", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "roaring", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "roaring", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ucd-trie", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "ucd-trie", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", + "features": [], "kind": "dev", - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", + "documentation": "https://docs.rs/unicode-ident", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unicode", + "xid" + ], + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "unicode-ident", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/unicode-ident", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "static_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/tests/static_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "static_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/tests/static_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compare", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/tests/compare.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compare", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/tests/compare.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/benches/xid.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/benches/xid.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.5" + }, + { "authors": [ - "David Tolnay " - ], - "categories": [ - "development-tools::procedural-macro-helpers", - "no-std" - ], - "keywords": [ - "unicode", - "xid" + "kwantam ", + "Manish Goregaokar " ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/unicode-ident", - "homepage": null, - "documentation": "https://docs.rs/unicode-ident", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.31" - }, - { - "name": "unicode-width", - "version": "0.1.10", - "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-std", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "std", + "name": "rustc-std-workspace-std", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "std", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "unicode-width", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.10/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", + "documentation": "https://unicode-rs.github.io/unicode-width", + "edition": "2015", "features": { "bench": [], "compiler_builtins": [ @@ -10264,232 +10251,234 @@ "dep:std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.10/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "kwantam ", - "Manish Goregaokar " - ], - "categories": [], + "homepage": "https://github.com/unicode-rs/unicode-width", + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "text", "width", "unicode" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/Cargo.toml", + "metadata": null, + "name": "unicode-width", + "publish": null, "readme": "README.md", "repository": "https://github.com/unicode-rs/unicode-width", - "homepage": "https://github.com/unicode-rs/unicode-width", - "documentation": "https://unicode-rs.github.io/unicode-width", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-width", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs", + "test": true + } + ], + "version": "0.1.10" }, { - "name": "unicode-xid", - "version": "0.2.4", - "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "erick.tryzelaar ", + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", + "documentation": "https://unicode-rs.github.io/unicode-xid", + "edition": "2015", + "features": { + "bench": [], + "default": [], + "no_std": [] + }, + "homepage": "https://github.com/unicode-rs/unicode-xid", + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "text", + "unicode", + "xid" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/Cargo.toml", + "metadata": null, + "name": "unicode-xid", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-xid", + "rust_version": "1.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "exhaustive_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/tests/exhaustive_tests.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "exhaustive_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/tests/exhaustive_tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/benches/xid.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/benches/xid.rs", "test": false } ], - "features": { - "bench": [], - "default": [], - "no_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.4" + }, + { "authors": [ - "erick.tryzelaar ", - "kwantam ", - "Manish Goregaokar " + "Sergio Benitez " ], "categories": [], - "keywords": [ - "text", - "unicode", - "xid" - ], - "readme": "README.md", - "repository": "https://github.com/unicode-rs/unicode-xid", - "homepage": "https://github.com/unicode-rs/unicode-xid", - "documentation": "https://unicode-rs.github.io/unicode-xid", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": "1.17" - }, - { - "name": "version_check", - "version": "0.9.4", + "dependencies": [], + "description": "Tiny crate to check the version of the installed/running rustc.", + "documentation": "https://docs.rs/version_check/", + "edition": "2015", + "features": {}, + "homepage": null, "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "version", + "rustc", + "minimum", + "check" + ], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Tiny crate to check the version of the installed/running rustc.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml", + "metadata": null, + "name": "version_check", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/SergioBenitez/version_check", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "version_check", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "version_check", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.9.4" + }, + { "authors": [ - "Sergio Benitez " + "The Cranelift Project Developers" ], - "categories": [], - "keywords": [ - "version", - "rustc", - "minimum", - "check" + "categories": [ + "no-std", + "wasm" ], - "readme": "README.md", - "repository": "https://github.com/SergioBenitez/version_check", - "homepage": null, - "documentation": "https://docs.rs/version_check/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wasi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Experimental WASI API bindings for Rust", + "documentation": "https://docs.rs/wasi", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -10510,844 +10499,841 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Cranelift Project Developers" - ], - "categories": [ - "no-std", - "wasm" - ], + "homepage": null, + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "webassembly", "wasm" ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "name": "wasi", + "publish": null, "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", + "test": true + } + ], + "version": "0.11.0+wasi-snapshot-preview1" }, { - "name": "wasm-bindgen", - "version": "0.2.83", - "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Easy support for interacting between JS and Rust.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde_json", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "wasm-bindgen-macro", + "registry": null, + "rename": null, + "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-macro", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": "dev", - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test-crate-a", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test-crate-a", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test-crate-b", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test-crate-b", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Easy support for interacting between JS and Rust.\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "features": { + "default": [ + "spans", + "std" + ], + "enable-interning": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "serde-serialize": [ + "serde", + "serde_json", + "std" + ], + "serde_json": [ + "dep:serde_json" + ], + "spans": [ + "wasm-bindgen-macro/spans" + ], + "std": [], + "strict-macro": [ + "wasm-bindgen-macro/strict-macro" + ], + "xxx_debug_only_print_generated_code": [ + "wasm-bindgen-macro/xxx_debug_only_print_generated_code" + ] + }, + "homepage": "https://rustwasm.github.io/", + "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde-serialize" + ] + } + } + }, + "name": "wasm-bindgen", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/src/lib.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/wasm/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/wasm/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "non_wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/non_wasm.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "non_wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/non_wasm.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "std-crate-no-std-dep", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/std-crate-no-std-dep.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "std-crate-no-std-dep", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/std-crate-no-std-dep.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "must_use", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/must_use.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "must_use", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/must_use.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "headless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/headless/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "headless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/headless/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unwrap_throw", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/unwrap_throw.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "unwrap_throw", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/unwrap_throw.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/build.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "default": [ - "spans", - "std" - ], - "enable-interning": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "serde-serialize": [ - "serde", - "serde_json", - "std" - ], - "serde_json": [ - "dep:serde_json" - ], - "spans": [ - "wasm-bindgen-macro/spans" - ], - "std": [], - "strict-macro": [ - "wasm-bindgen-macro/strict-macro" - ], - "xxx_debug_only_print_generated_code": [ - "wasm-bindgen-macro/xxx_debug_only_print_generated_code" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "serde-serialize" - ] - } - } - }, - "publish": null, - "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [ - "wasm" - ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen", - "homepage": "https://rustwasm.github.io/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/build.rs", + "test": false + } + ], + "version": "0.2.83" }, { - "name": "wasm-bindgen-backend", - "version": "0.2.83", - "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Backend code generation of the wasm-bindgen tool\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.12", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Backend code generation of the wasm-bindgen tool\n", + "documentation": "https://docs.rs/wasm-bindgen-backend", + "edition": "2018", + "features": { + "extra-traits": [ + "syn/extra-traits" + ], + "spans": [] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-backend", + "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen-backend", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-backend", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.83/src/lib.rs", "test": true } ], - "features": { - "extra-traits": [ - "syn/extra-traits" - ], - "spans": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-backend", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-futures", - "version": "0.4.33", - "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bridging the gap between Rust Futures and JavaScript Promises", - "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.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.8", + "features": [], "kind": null, - "rename": null, + "name": "futures-core", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-channel-preview", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0-alpha.18", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-channel-preview", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0-alpha.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "futures-lite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.11.3", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-lite", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.11.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": false }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.24", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "MessageEvent", "Worker" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_feature = \"atomics\")", - "registry": null + "uses_default_features": true } ], + "description": "Bridging the gap between Rust Futures and JavaScript Promises", + "documentation": "https://docs.rs/wasm-bindgen-futures", + "edition": "2018", + "features": { + "futures-core": [ + "dep:futures-core" + ], + "futures-core-03-stream": [ + "futures-core" + ] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-futures", + "publish": null, + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], - "crate_types": [ - "lib" - ], "name": "wasm-bindgen-futures", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/tests/tests.rs", "test": true } ], - "features": { - "futures-core": [ - "dep:futures-core" - ], - "futures-core-03-stream": [ - "futures-core" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.33" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": "./README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-futures", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-macro", - "version": "0.2.83", - "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-macro-support", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-macro-support", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "features": { + "spans": [ + "wasm-bindgen-macro-support/spans" + ], + "strict-macro": [ + "wasm-bindgen-macro-support/strict-macro" + ], + "xxx_debug_only_print_generated_code": [] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-macro", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "wasm-bindgen-macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "wasm-bindgen-macro", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "ui", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/tests/ui.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "ui", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/tests/ui.rs", "test": true } ], - "features": { - "spans": [ - "wasm-bindgen-macro-support/spans" - ], - "strict-macro": [ - "wasm-bindgen-macro-support/strict-macro" - ], - "xxx_debug_only_print_generated_code": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-macro-support", - "version": "0.2.83", - "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.67", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "visit", "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.67", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-backend", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-backend", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wasm-bindgen-macro-support", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.83/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", "features": { "extra-traits": [ "syn/extra-traits" @@ -11357,168 +11343,154 @@ ], "strict-macro": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.83/Cargo.toml", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.83/Cargo.toml", "metadata": null, + "name": "wasm-bindgen-macro-support", "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-macro-support", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.83/src/lib.rs", + "test": true + } + ], + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-shared", - "version": "0.2.83", + "dependencies": [], + "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", + "documentation": "https://docs.rs/wasm-bindgen-shared", + "edition": "2018", + "features": {}, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", + "links": "wasm_bindgen", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-shared", + "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen-shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-shared", - "edition": "2018", - "links": "wasm_bindgen", "default_run": null, - "rust_version": null - }, - { - "name": "web-sys", - "version": "0.3.60", - "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "web-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": false, - "test": false - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/tests/wasm/main.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", + "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", + "edition": "2018", "features": { "AbortController": [], "AbortSignal": [ @@ -14459,7 +14431,13 @@ "gpu_shader_stage": [], "gpu_texture_usage": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/Cargo.toml", + "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", + "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/Cargo.toml", "metadata": { "docs": { "rs": { @@ -14470,424 +14448,438 @@ } } }, + "name": "web-sys", "publish": null, - "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [], - "keywords": [], "readme": "./README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", - "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", - "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "web-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/src/lib.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/tests/wasm/main.rs", + "test": true + } + ], + "version": "0.3.60" }, { - "name": "wgpu", - "version": "0.14.0", - "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rusty WebGPU API wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "arrayvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "clone" ], - "target": null, - "registry": null - }, - { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", "kind": null, + "name": "naga", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, + "name": "raw-window-handle", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bytemuck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "bytemuck", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ddsfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "ddsfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-intrusive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-intrusive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glam", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.21.3", + "features": [], "kind": "dev", - "rename": null, + "name": "glam", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.21.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "wgsl-in" ], + "kind": "dev", + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "nanorand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "wyrand" ], + "kind": "dev", + "name": "nanorand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "noise", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "noise", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "obj", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "obj", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "png", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.17", + "features": [], "kind": "dev", - "rename": null, + "name": "png", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.27.1", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.27.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "hal", + "name": "wgpu-hal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "wgc", - "optional": false, - "uses_default_features": true, "features": [ "raw-window-handle" ], + "kind": null, + "name": "wgpu-core", + "optional": false, + "registry": null, + "rename": "wgc", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "async-executor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "async-executor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "pollster", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "pollster", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "wgsl-out" ], + "kind": null, + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Document", "Navigator", @@ -15015,55 +15007,55 @@ "ImageBitmapRenderingContext", "Window" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "wgc", - "optional": true, - "uses_default_features": true, "features": [ "raw-window-handle" ], + "kind": null, + "name": "wgpu-core", + "optional": true, + "registry": null, + "rename": "wgc", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "console_error_panic_hook", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.7", + "features": [], "kind": "dev", - "rename": null, + "name": "console_error_panic_hook", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "console_log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "console_log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Location", "Blob", @@ -15072,672 +15064,652 @@ "Request", "Response" ], + "kind": "dev", + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Rusty WebGPU API wrapper", + "documentation": null, + "edition": "2021", + "features": { + "angle": [ + "wgc/angle" + ], + "default": [], + "emscripten": [ + "webgl" + ], + "glsl": [ + "naga/glsl-in" + ], + "naga": [ + "dep:naga" + ], + "replay": [ + "serde", + "wgc/replay" + ], + "serde": [ + "dep:serde" + ], + "spirv": [ + "naga/spv-in" + ], + "trace": [ + "serde", + "wgc/trace" + ], + "vulkan-portability": [ + "wgc/vulkan-portability" + ], + "webgl": [ + "wgc" + ], + "wgc": [ + "dep:wgc" + ] + }, + "homepage": "https://wgpu.rs/", + "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "graphics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "wgpu", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/gfx-rs/wgpu/tree/v0.13", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wgpu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "boids", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/boids/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "boids", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/boids/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bunnymark", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/bunnymark/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "bunnymark", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/bunnymark/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "conservative-raster", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/conservative-raster/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "conservative-raster", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/conservative-raster/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cube", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/cube/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "cube", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/cube/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "hello-compute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-compute/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello-compute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-compute/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "mipmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/mipmap/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "mipmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/mipmap/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "msaa-line", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/msaa-line/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "msaa-line", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/msaa-line/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "shadow", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/shadow/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "shadow", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/shadow/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "skybox", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/skybox/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "skybox", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/skybox/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "texture-arrays", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/texture-arrays/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "texture-arrays", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/texture-arrays/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "water", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/water/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "water", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/water/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "framework", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/framework.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "framework", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/framework.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "capture", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/capture/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "capture", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/capture/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello-windows", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-windows/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello-windows", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-windows/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello-triangle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-triangle/main.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "hello-triangle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-triangle/main.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wgpu-tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/tests/root.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "wgpu-tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/tests/root.rs", "test": true } ], - "features": { - "angle": [ - "wgc/angle" - ], - "default": [], - "emscripten": [ - "webgl" - ], - "glsl": [ - "naga/glsl-in" - ], - "naga": [ - "dep:naga" - ], - "replay": [ - "serde", - "wgc/replay" - ], - "serde": [ - "dep:serde" - ], - "spirv": [ - "naga/spv-in" - ], - "trace": [ - "serde", - "wgc/trace" - ], - "vulkan-portability": [ - "wgc/vulkan-portability" - ], - "webgl": [ - "wgc" - ], - "wgc": [ - "dep:wgc" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "0.14.0" + }, + { "authors": [ "wgpu developers" ], "categories": [], - "keywords": [ - "graphics" - ], - "readme": "README.md", - "repository": "https://github.com/gfx-rs/wgpu/tree/v0.13", - "homepage": "https://wgpu.rs/", - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wgpu-core", - "version": "0.14.0", - "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU core logic on wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "arrayvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-vec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "bit-vec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "codespan-reporting", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": null, - "rename": null, + "name": "codespan-reporting", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "hal", + "name": "wgpu-hal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "clone", "span", "validate", "wgsl-in" ], - "target": null, - "registry": null - }, - { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", "kind": null, - "rename": null, + "name": "naga", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, + "name": "profiling", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "ron", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "raw-window-handle", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "ron", "optional": true, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "serde_derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg_aliases", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "build", - "rename": null, + "name": "cfg_aliases", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "metal" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), any(target_os = \"ios\", target_os = \"macos\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "vulkan", "gles", "renderdoc" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), unix, not(target_os = \"ios\"), not(target_os = \"macos\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "vulkan", "dx12", "dx11", "renderdoc" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), windows))", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "HtmlCanvasElement", "OffscreenCanvas" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "gles" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "emscripten" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/build.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "WebGPU core logic on wgpu-hal", + "documentation": null, + "edition": "2021", "features": { "angle": [ "hal/gles" @@ -15776,535 +15748,518 @@ "hal/vulkan" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/Cargo.toml", + "metadata": null, + "name": "wgpu-core", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/build.rs", + "test": false + } + ], + "version": "0.14.0" }, { - "name": "wgpu-hal", - "version": "0.14.1", - "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU hardware abstraction layer", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": null, - "registry": null - }, - { - "name": "ash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.37", "kind": null, + "name": "arrayvec", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-set", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "ash", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, + "name": "bit-set", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "block", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "block", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, + "name": "foreign-types", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.1", + "features": [], "kind": null, + "name": "fxhash", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "gpu-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "glow", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "gpu-descriptor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "gpu-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, + "name": "gpu-descriptor", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "clone" ], + "kind": null, + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "profiling", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "range-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "range-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "raw-window-handle", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "renderdoc-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.1", + "features": [], "kind": null, - "rename": null, + "name": "renderdoc-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "union" ], + "kind": null, + "name": "smallvec", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.27.1", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.27.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Window", "HtmlCanvasElement", "WebGl2RenderingContext", "OffscreenCanvas" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "core-graphics-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "core-graphics-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "metal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24.0", + "features": [], "kind": null, - "rename": "mtl", + "name": "metal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "mtl", + "req": "^0.24.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "objc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.5", + "features": [], "kind": null, - "rename": null, + "name": "objc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "khronos-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.1", - "kind": null, - "rename": "egl", - "optional": true, - "uses_default_features": true, "features": [ "dynamic" ], + "kind": null, + "name": "khronos-egl", + "optional": true, + "registry": null, + "rename": "egl", + "req": "^4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "glutin", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.29.1", + "features": [], "kind": "dev", - "rename": null, + "name": "glutin", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.29.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "android_system_properties", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.1", + "features": [], "kind": null, - "rename": null, + "name": "android_system_properties", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"android\")", - "registry": null + "uses_default_features": true }, { - "name": "khronos-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.1", - "kind": null, - "rename": "egl", - "optional": false, - "uses_default_features": true, "features": [ "static", "no-pkg-config" ], + "kind": null, + "name": "khronos-egl", + "optional": false, + "registry": null, + "rename": "egl", + "req": "^4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null + "uses_default_features": true }, { - "name": "d3d12", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", - "kind": null, - "rename": "native", - "optional": true, - "uses_default_features": true, "features": [ "libloading" ], + "kind": null, + "name": "d3d12", + "optional": true, + "registry": null, + "rename": "native", + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "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": [ "libloaderapi", "windef", "winuser", "dcomp" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-hal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "halmark", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/examples/halmark/main.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "raw-gles", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/examples/raw-gles.rs", - "edition": "2021", - "required-features": [ - "gles" - ], - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "WebGPU hardware abstraction layer", + "documentation": null, + "edition": "2021", "features": { "ash": [ "dep:ash" @@ -16393,101 +16348,132 @@ "smallvec" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/Cargo.toml", + "metadata": null, + "name": "wgpu-hal", + "publish": null, "readme": "README.md", "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.59" + "rust_version": "1.59", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-hal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "halmark", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/examples/halmark/main.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "raw-gles", + "required-features": [ + "gles" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/examples/raw-gles.rs", + "test": false + } + ], + "version": "0.14.1" }, { - "name": "wgpu-types", - "version": "0.14.1", - "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU types", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags_serde_shim", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags_serde_shim", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "serde_derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.85", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.85", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.14.1/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "WebGPU types", + "documentation": null, + "edition": "2021", "features": { "bitflags_serde_shim": [ "dep:bitflags_serde_shim" @@ -16504,89 +16490,79 @@ "bitflags_serde_shim" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.14.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-types-0.14.1/Cargo.toml", + "metadata": null, + "name": "wgpu-types", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-types-0.14.1/src/lib.rs", + "test": true + } + ], + "version": "0.14.1" }, { - "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", + "authors": [ + "Peter Atashian " + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os::windows-apis" + ], + "default_run": null, "dependencies": [ { - "name": "winapi-i686-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-i686-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "winapi-x86_64-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-x86_64-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings for all of Windows API.", + "documentation": "https://docs.rs/winapi/", + "edition": "2015", "features": { "accctrl": [], "aclapi": [], @@ -16990,7 +16966,19 @@ "wtypesbase": [], "xinput": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml", + "homepage": null, + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { @@ -17008,107 +16996,114 @@ } } }, + "name": "winapi", "publish": null, - "authors": [ - "Peter Atashian " - ], - "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.", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.9" + }, + { "authors": [ "Peter Atashian " ], "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "windows" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-i686-pc-windows-gnu", + "publish": null, "readme": null, "repository": "https://github.com/retep998/winapi-rs", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", + "test": false + } + ], + "version": "0.4.0" }, { - "name": "winapi-util", - "version": "0.1.5", - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "A dumping ground for high level safe wrappers over winapi.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "os::windows-apis", + "external-ffi-bindings" + ], + "default_run": null, "dependencies": [ { - "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": [ "std", "consoleapi", @@ -17119,30 +17114,35 @@ "winbase", "wincon", "winerror", - "winnt" - ], - "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi-util", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "winnt" + ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(windows)", + "uses_default_features": true } ], + "description": "A dumping ground for high level safe wrappers over winapi.", + "documentation": "https://docs.rs/winapi-util", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml", + "homepage": "https://github.com/BurntSushi/winapi-util", + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "winapi", + "util", + "win" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -17152,258 +17152,244 @@ } } }, + "name": "winapi-util", "publish": null, - "authors": [ - "Andrew Gallant " - ], - "categories": [ - "os::windows-apis", - "external-ffi-bindings" - ], - "keywords": [ - "windows", - "winapi", - "util", - "win" - ], "readme": "README.md", "repository": "https://github.com/BurntSushi/winapi-util", - "homepage": "https://github.com/BurntSushi/winapi-util", - "documentation": "https://docs.rs/winapi-util", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "winapi-util", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", + "test": true + } + ], + "version": "0.1.5" }, { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-x86_64-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.0" + }, + { "authors": [ - "Peter Atashian " + "Microsoft" ], "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": "windows-sys", - "version": "0.42.0", - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust for Windows", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "windows_aarch64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": "x86_64-uwp-windows-gnu", - "registry": null - }, - { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], - "target": "x86_64-uwp-windows-msvc", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "windows-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "x86_64-uwp-windows-gnu", + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "windows_x86_64_msvc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "x86_64-uwp-windows-msvc", + "uses_default_features": true } ], + "description": "Rust for Windows", + "documentation": null, + "edition": "2018", "features": { "Win32": [], "Win32_AI": [ @@ -18366,7 +18352,13 @@ "default": [], "deprecated": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18376,62 +18368,112 @@ } } }, + "name": "windows-sys", "publish": null, + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": "1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs", + "test": true + } + ], + "version": "0.42.0" + }, + { "authors": [ "Microsoft" ], "categories": [], - "keywords": [], - "readme": "readme.md", - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49" - }, - { - "name": "windows_aarch64_gnullvm", - "version": "0.42.0", + "features": {}, + "homepage": null, "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Code gen support for the windows crate", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "name": "windows_aarch64_gnullvm", + "publish": null, + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18440,62 +18482,62 @@ } } }, + "name": "windows_aarch64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_aarch64_msvc", - "version": "0.42.0", - "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18504,62 +18546,62 @@ } } }, + "name": "windows_i686_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_gnu", - "version": "0.42.0", - "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18568,62 +18610,62 @@ } } }, + "name": "windows_i686_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_msvc", - "version": "0.42.0", - "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "custom-build" + "lib" ], + "name": "windows_i686_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/src/lib.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18632,62 +18674,62 @@ } } }, + "name": "windows_x86_64_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnu", - "version": "0.42.0", - "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18696,62 +18738,62 @@ } } }, + "name": "windows_x86_64_gnullvm", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnullvm", - "version": "0.42.0", - "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18760,93 +18802,48 @@ } } }, + "name": "windows_x86_64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_msvc", - "version": "0.42.0", - "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-pc-windows-msvc", - "targets": [] - } - } - }, - "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.42.0" } ], - "workspace_members": [ - "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)" - ], "resolve": { "nodes": [ { - "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -18854,81 +18851,81 @@ ], "deps": [ { - "name": "getrandom", - "pkg": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))" } - ] + ], + "name": "getrandom", + "pkg": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))" } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -18936,162 +18933,162 @@ "default", "libloading", "loaded" - ] + ], + "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bit_vec", - "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_vec", + "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "termcolor", - "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_width", - "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "core_foundation_sys", - "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19100,56 +19097,56 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_foundation", - "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_foundation", + "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19157,86 +19154,86 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "libloading" - ] + ], + "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "foreign_types_shared", - "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types_shared", + "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "byteorder", - "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "getrandom 0.2.8 (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.137 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19244,40 +19241,40 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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\")" } - ] + ], + "name": "wasi", + "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19286,102 +19283,102 @@ ], "deps": [ { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "slotmap", - "pkg": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "slotmap", + "pkg": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_alloc_types", - "pkg": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_alloc_types", + "pkg": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19389,75 +19386,75 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_descriptor_types", - "pkg": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_descriptor_types", + "pkg": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "ahash", - "pkg": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ahash", + "pkg": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19465,67 +19462,67 @@ "default", "inline-more", "raw" - ] + ], + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19533,34 +19530,34 @@ ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "pkg_config", + "pkg": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19576,117 +19573,117 @@ "no-pkg-config", "pkg-config", "static" - ] + ], + "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.9 (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": "cfg(unix)" } - ] + ], + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "scopeguard", - "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19697,72 +19694,72 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "block", - "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "block", + "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_graphics_types", - "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_graphics_types", + "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc", - "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "objc", + "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19779,124 +19776,124 @@ ], "deps": [ { - "name": "bit_set", - "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_set", + "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "codespan_reporting", - "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "codespan_reporting", + "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hexf_parse", - "pkg": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hexf_parse", + "pkg": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "indexmap", - "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "indexmap", + "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "num_traits", - "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rustc_hash", - "pkg": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rustc_hash", + "pkg": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "spirv", - "pkg": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "spirv", + "pkg": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "termcolor", - "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19915,83 +19912,83 @@ "validate", "wgsl-in", "wgsl-out" - ] + ], + "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "malloc_buf", - "pkg": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "malloc_buf", + "pkg": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc_exception", - "pkg": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "objc_exception", + "pkg": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "objc_exception" - ] + ], + "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -19999,42 +19996,42 @@ "default", "race", "std" - ] + ], + "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "lock_api", - "pkg": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "lock_api", + "pkg": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot_core", - "pkg": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot_core", + "pkg": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "parking_lot_core 0.9.4 (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.137 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20044,247 +20041,247 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syscall", - "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"redox\")" } - ] + ], + "name": "syscall", + "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "cty", - "pkg": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "cty", + "pkg": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "union" - ] + ], + "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "num_traits", - "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20292,34 +20289,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -20332,67 +20329,67 @@ "proc-macro", "quote", "visit" - ] + ], + "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)", "dependencies": [ "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "wgpu", - "pkg": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgpu", + "pkg": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)" }, { - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "thiserror_impl", - "pkg": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror_impl", + "pkg": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20400,111 +20397,111 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro 0.2.83 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_macro", - "pkg": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_macro", + "pkg": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "spans", "std" - ] + ], + "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20516,82 +20513,82 @@ ], "deps": [ { - "name": "bumpalo", - "pkg": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bumpalo", + "pkg": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_shared", - "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20600,82 +20597,82 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_feature = \"atomics\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_macro_support", - "pkg": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_macro_support", + "pkg": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20685,92 +20682,92 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_backend", - "pkg": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_backend", + "pkg": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_shared", - "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -20949,10 +20946,10 @@ "Window", "Worker", "gpu_map_mode" - ] + ], + "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20971,48 +20968,46 @@ ], "deps": [ { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21022,105 +21017,107 @@ "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "static_assertions", - "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_futures", - "pkg": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgc", - "pkg": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(target_arch = \"wasm32\"))" } - ] + ], + "name": "wgc", + "pkg": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hal", - "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))" } - ] + ], + "name": "hal", + "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21141,148 +21138,146 @@ ], "deps": [ { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bit_vec", - "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_vec", + "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "cfg_aliases", - "pkg": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cfg_aliases", + "pkg": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "codespan_reporting", - "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "codespan_reporting", + "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "fxhash", - "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "fxhash", + "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "profiling", - "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "profiling", + "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hal", - "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21308,26 +21303,28 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "hal", + "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "raw-window-handle" - ] + ], + "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21363,148 +21360,146 @@ ], "deps": [ { - "name": "android_system_properties", - "pkg": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"android\")" } - ] + ], + "name": "android_system_properties", + "pkg": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ash", - "pkg": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ash", + "pkg": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bit_set", - "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_set", + "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "block", - "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "block", + "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_graphics_types", - "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "core_graphics_types", + "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "native", - "pkg": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "native", + "pkg": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "fxhash", - "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "fxhash", + "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "glow", - "pkg": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "glow", + "pkg": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_alloc", - "pkg": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_alloc", + "pkg": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_descriptor", - "pkg": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_descriptor", + "pkg": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "egl", - "pkg": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21514,11 +21509,11 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "egl", + "pkg": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21528,157 +21523,159 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "mtl", - "pkg": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "mtl", + "pkg": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc", - "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "objc", + "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "profiling", - "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "profiling", + "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "range_alloc", - "pkg": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "range_alloc", + "pkg": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "renderdoc_sys", - "pkg": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "renderdoc_sys", + "pkg": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -21703,53 +21700,53 @@ "renderdoc-sys", "smallvec", "vulkan" - ] + ], + "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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" } - ] + ], + "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)" } ], "features": [ @@ -21784,41 +21781,41 @@ "winerror", "winnt", "winuser" - ] + ], + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21830,18 +21827,16 @@ ], "deps": [ { - "name": "windows_aarch64_gnullvm", - "pkg": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } - ] + ], + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_aarch64_msvc", - "pkg": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21851,11 +21846,11 @@ "kind": null, "target": "aarch64-uwp-windows-msvc" } - ] + ], + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_gnu", - "pkg": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21865,11 +21860,11 @@ "kind": null, "target": "i686-uwp-windows-gnu" } - ] + ], + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_msvc", - "pkg": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21879,11 +21874,11 @@ "kind": null, "target": "i686-uwp-windows-msvc" } - ] + ], + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnu", - "pkg": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21893,21 +21888,21 @@ "kind": null, "target": "x86_64-uwp-windows-gnu" } - ] + ], + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnullvm", - "pkg": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } - ] + ], + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_msvc", - "pkg": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21917,7 +21912,9 @@ "kind": null, "target": "x86_64-uwp-windows-msvc" } - ] + ], + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -21928,55 +21925,61 @@ "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "default" - ] + ], + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)" }, "target_directory": "{TEMP_DIR}/target_features/target", "version": 1, - "workspace_root": "{TEMP_DIR}/target_features", - "metadata": null + "workspace_default_members": [ + "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)" + ], + "workspace_members": [ + "target_features 0.1.0 (path+file://{TEMP_DIR}/target_features)" + ], + "workspace_root": "{TEMP_DIR}/target_features" } diff --git a/crate_universe/test_data/metadata/workspace/metadata.json b/crate_universe/test_data/metadata/workspace/metadata.json index 31b5cc5fef..05b4bb2413 100644 --- a/crate_universe/test_data/metadata/workspace/metadata.json +++ b/crate_universe/test_data/metadata/workspace/metadata.json @@ -1,570 +1,503 @@ { + "metadata": null, "packages": [ { - "name": "ahash", - "version": "0.7.6", - "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A non-cryptographic hash function using AES-NI for high performance", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Tom Kaitchuck " + ], + "categories": [ + "algorithms", + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.2", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.2", + "features": [], "kind": "dev", - "rename": null, + "name": "hex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "no-panic", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.10", + "features": [], "kind": "dev", - "rename": null, + "name": "no-panic", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "seahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.0", + "features": [], "kind": "dev", - "rename": null, + "name": "seahash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.59", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.59", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "const-random", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.12", + "features": [], "kind": null, - "rename": null, + "name": "const-random", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "getrandom", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.3", + "features": [], "kind": null, - "rename": null, + "name": "getrandom", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.117", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.117", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.8", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "alloc" ], + "kind": null, + "name": "once_cell", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))", - "registry": null + "uses_default_features": false }, { - "name": "const-random", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.12", + "features": [], "kind": null, - "rename": null, + "name": "const-random", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.117", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.117", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", - "registry": null + "uses_default_features": true } ], + "description": "A non-cryptographic hash function using AES-NI for high performance", + "documentation": "https://docs.rs/ahash", + "edition": "2018", + "features": { + "compile-time-rng": [ + "const-random" + ], + "const-random": [ + "dep:const-random" + ], + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "homepage": null, + "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "hasher", + "hashmap", + "aes", + "no-std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ], + "rustc-args": [ + "-C", + "target-feature=+aes" + ], + "rustdoc-args": [ + "-C", + "target-feature=+aes" + ] + } + } + }, + "name": "ahash", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/tkaitchuck/ahash", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ahash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ahash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "nopanic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/nopanic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "nopanic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/nopanic.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "map_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/map_tests.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "map_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/map_tests.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/bench.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "bench" + "test" ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/bench.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "ahash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/bench.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "bench" ], + "name": "ahash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/bench.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "map", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/tests/map_tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "map", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/tests/map_tests.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/./build.rs", "test": false } ], - "features": { - "compile-time-rng": [ - "const-random" - ], - "const-random": [ - "dep:const-random" - ], - "default": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "std" - ], - "rustc-args": [ - "-C", - "target-feature=+aes" - ], - "rustdoc-args": [ - "-C", - "target-feature=+aes" - ] - } - } - }, - "publish": null, + "version": "0.7.6" + }, + { "authors": [ - "Tom Kaitchuck " - ], - "categories": [ - "algorithms", - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "hasher", - "hashmap", - "aes", - "no-std" + "Nicolas Silva " ], - "readme": "README.md", - "repository": "https://github.com/tkaitchuck/ahash", - "homepage": null, - "documentation": "https://docs.rs/ahash", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "android_system_properties", - "version": "0.1.5", - "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Minimal Android system properties wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.126", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.126", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Minimal Android system properties wrapper", + "documentation": "https://docs.rs/android_system_properties", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/nical/android_system_properties", + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "android" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "arm-linux-androideabi", + "armv7-linux-androideabi", + "aarch64-linux-android", + "i686-linux-android", + "x86_64-linux-android", + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "android_system_properties", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/nical/android_system_properties", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "android_system_properties", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "android_system_properties", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "time_zone", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/examples/time_zone.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "time_zone", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "arm-linux-androideabi", - "armv7-linux-androideabi", - "aarch64-linux-android", - "i686-linux-android", - "x86_64-linux-android", - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "0.1.5" + }, + { "authors": [ - "Nicolas Silva " + "bluss" ], - "categories": [], - "keywords": [ - "android" + "categories": [ + "data-structures", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/nical/android_system_properties", - "homepage": "https://github.com/nical/android_system_properties", - "documentation": "https://docs.rs/android_system_properties", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "arrayvec", - "version": "0.7.2", - "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "bencher", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "bencher", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "matches", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "matches", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "arrayvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/tests/serde.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/tests/tests.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "extend", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/benches/extend.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "arraystring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/benches/arraystring.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", + "documentation": "https://docs.rs/arrayvec/", + "edition": "2018", "features": { "default": [ "std" @@ -574,7 +507,19 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/Cargo.toml", + "homepage": null, + "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "stack", + "vector", + "array", + "data-structure", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -588,110 +533,111 @@ "tag-name": "{{version}}" } }, + "name": "arrayvec", "publish": null, - "authors": [ - "bluss" - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "stack", - "vector", - "array", - "data-structure", - "no_std" - ], "readme": "README.md", "repository": "https://github.com/bluss/arrayvec", - "homepage": null, - "documentation": "https://docs.rs/arrayvec/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "ash", - "version": "0.37.1+1.3.235", - "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Vulkan bindings for Rust", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "ash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "arrayvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "display", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/tests/display.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/tests/serde.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "constant_size_arrays", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/tests/constant_size_arrays.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/tests/tests.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ - "custom-build" + "bench" ], + "name": "extend", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/benches/extend.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "arraystring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.2/benches/arraystring.rs", "test": false } ], + "version": "0.7.2" + }, + { + "authors": [ + "Maik Klein ", + "Benjamin Saunders ", + "Marijn Suijten " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "libloading", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Vulkan bindings for Rust", + "documentation": "https://docs.rs/ash", + "edition": "2018", "features": { "debug": [], "default": [ @@ -706,7 +652,16 @@ "libloading" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/ash-0.37.1+1.3.235/Cargo.toml", + "homepage": null, + "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "vulkan", + "graphic" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/Cargo.toml", "metadata": { "docs": { "rs": { @@ -721,195 +676,226 @@ "no-dev-version": true } }, + "name": "ash", "publish": null, - "authors": [ - "Maik Klein ", - "Benjamin Saunders ", - "Marijn Suijten " - ], - "categories": [], - "keywords": [ - "vulkan", - "graphic" - ], "readme": "README.md", "repository": "https://github.com/MaikKlein/ash", - "homepage": null, - "documentation": "https://docs.rs/ash", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.59.0" - }, - { - "name": "autocfg", - "version": "1.1.0", - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Automatic cfg for Rust compiler features", + "rust_version": "1.59.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "autocfg", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "ash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "integers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "test" ], + "name": "display", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/tests/display.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "paths", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "test" ], + "name": "constant_size_arrays", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/tests/constant_size_arrays.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "versions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ - "example" + "custom-build" ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.1+1.3.235/build.rs", + "test": false + } + ], + "version": "0.37.1+1.3.235" + }, + { + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "default_run": null, + "dependencies": [], + "description": "Automatic cfg for Rust compiler features", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "rustc", + "build", + "autoconf" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "name": "autocfg", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "autocfg", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs", + "doc": false, + "doctest": false, "edition": "2015", + "kind": [ + "example" + ], + "name": "integers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "paths", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "test" + "example" ], + "name": "versions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "rustflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs", + "doc": false, + "doctest": false, "edition": "2015", + "kind": [ + "example" + ], + "name": "traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "rustflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ - "Josh Stone " - ], - "categories": [ - "development-tools::build-utils" - ], - "keywords": [ - "rustc", - "build", - "autoconf" + "Alexis Beingessner " ], - "readme": "README.md", - "repository": "https://github.com/cuviper/autocfg", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "bit-set", - "version": "0.5.3", - "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A set of bits", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bit-vec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.1", + "features": [], "kind": null, - "rename": null, + "name": "bit-vec", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bit-set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "A set of bits", + "documentation": "https://contain-rs.github.io/bit-set/bit_set", + "edition": "2015", "features": { "default": [ "std" @@ -918,116 +904,102 @@ "bit-vec/std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alexis Beingessner " - ], - "categories": [], + "homepage": "https://github.com/contain-rs/bit-set", + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "data-structures", "bitset" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/Cargo.toml", + "metadata": null, + "name": "bit-set", + "publish": null, "readme": "README.md", "repository": "https://github.com/contain-rs/bit-set", - "homepage": "https://github.com/contain-rs/bit-set", - "documentation": "https://contain-rs.github.io/bit-set/bit_set", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "bit-set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs", + "test": true + } + ], + "version": "0.5.3" }, { - "name": "bit-vec", - "version": "0.6.3", - "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A vector of bits", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Alexis Beingessner " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand_xorshift", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "rand_xorshift", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bit-vec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/benches/bench.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "A vector of bits", + "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", + "edition": "2015", "features": { "default": [ "std" @@ -1044,13 +1016,8 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alexis Beingessner " - ], - "categories": [], + "homepage": "https://github.com/contain-rs/bit-vec", + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "data-structures", "bitvec", @@ -1058,165 +1025,158 @@ "bitmap", "bit" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/Cargo.toml", + "metadata": null, + "name": "bit-vec", + "publish": null, "readme": "README.md", "repository": "https://github.com/contain-rs/bit-vec", - "homepage": "https://github.com/contain-rs/bit-vec", - "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "bit-vec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/benches/bench.rs", + "test": false + } + ], + "version": "0.6.3" }, { - "name": "bitflags", - "version": "1.3.2", - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A macro to generate structures which behave like bitflags.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.3", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "bitflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "compile", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "basic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "A macro to generate structures which behave like bitflags.\n", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -1231,536 +1191,548 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "example_generated" - ] - } - } - }, - "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "no-std" - ], + "homepage": "https://github.com/bitflags/bitflags", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "bit", "bitmask", "bitflags", "flags" ], - "readme": "README.md", - "repository": "https://github.com/bitflags/bitflags", - "homepage": "https://github.com/bitflags/bitflags", - "documentation": "https://docs.rs/bitflags", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "block", - "version": "0.1.6", - "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", + "license": "MIT/Apache-2.0", "license_file": null, - "description": "Rust interface for Apple's C language extension of blocks.", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "objc_test_utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.0", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "example_generated" + ] + } } - ], + }, + "name": "bitflags", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bitflags/bitflags", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "block", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "bitflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compile", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "basic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.3.2" + }, + { "authors": [ "Steven Sheldon" ], "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": "dev", + "name": "objc_test_utils", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Rust interface for Apple's C language extension of blocks.", + "documentation": "http://ssheldon.github.io/rust-objc/block/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "blocks", "osx", "ios", "objective-c" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-0.1.6/Cargo.toml", + "metadata": null, + "name": "block", + "publish": null, "readme": "README.md", "repository": "http://github.com/SSheldon/rust-block", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/block/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "block", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-0.1.6/src/lib.rs", + "test": true + } + ], + "version": "0.1.6" }, { - "name": "bumpalo", - "version": "3.11.1", - "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A fast bump allocation arena for Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Nick Fitzgerald " + ], + "categories": [ + "memory-management", + "rust-patterns", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.6", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.5", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A fast bump allocation arena for Rust.", + "documentation": "https://docs.rs/bumpalo", + "edition": "2021", + "features": { + "allocator_api": [], + "boxed": [], + "collections": [], + "default": [] + }, + "homepage": null, + "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "bumpalo", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/fitzgen/bumpalo", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "bumpalo", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "bumpalo", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "try_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/tests/try_alloc.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "try_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/tests/try_alloc.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "benches", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/benches/benches.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "bench" + ], + "name": "benches", "required-features": [ "collections" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.11.1/benches/benches.rs", "test": false } ], - "features": { - "allocator_api": [], - "boxed": [], - "collections": [], - "default": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/bumpalo-3.11.1/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, + "version": "3.11.1" + }, + { "authors": [ - "Nick Fitzgerald " + "Andrew Gallant " ], "categories": [ - "memory-management", - "rust-patterns", + "encoding", + "parsing", "no-std" ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/fitzgen/bumpalo", - "homepage": null, - "documentation": "https://docs.rs/bumpalo", - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "byteorder", - "version": "1.4.3", - "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "Library for reading/writing numbers in big-endian and little-endian.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.2", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Library for reading/writing numbers in big-endian and little-endian.", + "documentation": "https://docs.rs/byteorder", + "edition": "2018", + "features": { + "default": [ + "std" + ], + "i128": [], + "std": [] + }, + "homepage": "https://github.com/BurntSushi/byteorder", + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "byte", + "endian", + "big-endian", + "little-endian", + "binary" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/Cargo.toml", + "metadata": null, + "name": "byteorder", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/byteorder", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "byteorder", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "byteorder", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/benches/bench.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "i128": [], - "std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.4.3" + }, + { "authors": [ - "Andrew Gallant " + "Alex Crichton " ], "categories": [ - "encoding", - "parsing", - "no-std" - ], - "keywords": [ - "byte", - "endian", - "big-endian", - "little-endian", - "binary" + "development-tools::build-utils" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/byteorder", - "homepage": "https://github.com/BurntSushi/byteorder", - "documentation": "https://docs.rs/byteorder", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "cc", - "version": "1.0.77", - "id": "cc 1.0.77 (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", + "features": [], "kind": null, - "rename": null, + "name": "jobserver", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tempfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3", + "features": [], "kind": "dev", - "rename": null, + "name": "tempfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "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", + "documentation": "https://docs.rs/cc", + "edition": "2018", + "features": { + "jobserver": [ + "dep:jobserver" + ], + "parallel": [ + "jobserver" + ] + }, + "homepage": "https://github.com/rust-lang/cc-rs", + "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/Cargo.toml", + "metadata": null, + "name": "cc", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/cc-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "bin" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "gcc-shim", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/src/bin/gcc-shim.rs", - "edition": "2018", - "doc": true, - "doctest": false, + "name": "cc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/test.rs", - "edition": "2018", - "doc": false, + "doc": true, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" - ], - "crate_types": [ "bin" ], - "name": "cxxflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cxxflags.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "gcc-shim", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/src/bin/gcc-shim.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "cflags", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cflags.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "cc_env", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/tests/cc_env.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/test.rs", "test": true - } - ], - "features": { - "jobserver": [ - "dep:jobserver" - ], - "parallel": [ - "jobserver" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cc-1.0.77/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Alex Crichton " - ], - "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": "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" + "bin" ], - "name": "cfg-if", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "cxxflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cxxflags.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "cflags", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cflags.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "xcrate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "cc_env", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.77/tests/cc_env.rs", "test": true } ], + "version": "1.0.77" + }, + { + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "compiler_builtins", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "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", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -1773,52 +1745,53 @@ "compiler_builtins" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml", + "homepage": "https://github.com/alexcrichton/cfg-if", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, + "name": "cfg-if", "publish": null, - "authors": [ - "Alex Crichton " - ], - "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_aliases", - "version": "0.1.1", - "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "cfg-if", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "cfg_aliases", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "xcrate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.0" + }, + { "authors": [ "Zicklag " ], @@ -1826,6 +1799,14 @@ "development-tools", "development-tools::build-utils" ], + "default_run": null, + "dependencies": [], + "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", + "documentation": "https://docs.rs/cfg_aliases", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/katharostech/cfg_aliases", + "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "cfg", "alias", @@ -1833,416 +1814,409 @@ "compilation", "build" ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/Cargo.toml", + "metadata": null, + "name": "cfg_aliases", + "publish": null, "readme": "README.md", "repository": "https://github.com/katharostech/cfg_aliases", - "homepage": "https://github.com/katharostech/cfg_aliases", - "documentation": "https://docs.rs/cfg_aliases", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "cfg_aliases", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" }, { - "name": "child", - "version": "0.1.0", - "id": "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)", - "license": null, - "license_file": null, - "description": null, - "source": null, + "authors": [], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "wgpu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.14.0", + "features": [], "kind": null, - "rename": null, + "name": "wgpu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.14.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/workspace/child/Cargo.toml", + "metadata": null, + "name": "child", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "child", "src_path": "{TEMP_DIR}/workspace/child/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/workspace/child/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" }, { - "name": "codespan-reporting", - "version": "0.11.1", - "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0", - "license_file": null, - "description": "Beautiful diagnostic reporting for text-based programming languages", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Brendan Zabarauskas " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-width", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "unicode-width", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.3", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.6.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "peg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": "dev", - "rename": null, + "name": "peg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustyline", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^6", + "features": [], "kind": "dev", - "rename": null, + "name": "rustyline", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "structopt", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "structopt", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unindent", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "unindent", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Beautiful diagnostic reporting for text-based programming languages", + "documentation": "https://docs.rs/codespan-reporting", + "edition": "2018", + "features": { + "ascii-only": [], + "serde": [ + "dep:serde" + ], + "serialization": [ + "serde", + "serde/rc" + ] + }, + "homepage": "https://github.com/brendanzab/codespan", + "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/Cargo.toml", + "metadata": null, + "name": "codespan-reporting", + "publish": null, + "readme": "../README.md", + "repository": "https://github.com/brendanzab/codespan", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "codespan-reporting", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "codespan-reporting", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "term", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/term.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "term", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/term.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "custom_files", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/custom_files.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "custom_files", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/custom_files.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "peg_calculator", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/peg_calculator.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "peg_calculator", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/peg_calculator.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "reusable_diagnostic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/reusable_diagnostic.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "reusable_diagnostic", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/reusable_diagnostic.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "readme_preview", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/examples/readme_preview.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "readme_preview", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/examples/readme_preview.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "term", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/tests/term.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "term", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/codespan-reporting-0.11.1/tests/term.rs", "test": true } ], - "features": { - "ascii-only": [], - "serde": [ - "dep:serde" - ], - "serialization": [ - "serde", - "serde/rc" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/codespan-reporting-0.11.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.11.1" + }, + { "authors": [ - "Brendan Zabarauskas " + "The Servo Project Developers" + ], + "categories": [ + "os::macos-apis" ], - "categories": [], - "keywords": [], - "readme": "../README.md", - "repository": "https://github.com/brendanzab/codespan", - "homepage": "https://github.com/brendanzab/codespan", - "documentation": "https://docs.rs/codespan-reporting", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "core-foundation", - "version": "0.9.3", - "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings to Core Foundation for macOS", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "chrono", - "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": "core-foundation-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.3", "kind": null, + "name": "chrono", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "core-foundation-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "uuid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, + "name": "libc", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "core-foundation", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "use_macro_outside_crate", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/tests/use_macro_outside_crate.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + { + "features": [], + "kind": null, + "name": "uuid", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Bindings to Core Foundation for macOS", + "documentation": null, + "edition": "2015", "features": { "chrono": [ "dep:chrono" @@ -2263,7 +2237,17 @@ "uuid" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.9.3/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macos", + "framework", + "objc" + ], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2271,71 +2255,65 @@ } } }, + "name": "core-foundation", "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "os::macos-apis" - ], - "keywords": [ - "macos", - "framework", - "objc" - ], "readme": null, "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "core-foundation-sys", - "version": "0.8.3", - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings to Core Foundation for macOS", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "core-foundation-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-foundation", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/build.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": false + "edition": "2015", + "kind": [ + "test" + ], + "name": "use_macro_outside_crate", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/tests/use_macro_outside_crate.rs", + "test": true } ], + "version": "0.9.3" + }, + { + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Bindings to Core Foundation for macOS", + "documentation": null, + "edition": "2015", "features": { "mac_os_10_7_support": [], "mac_os_10_8_features": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.8.3/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2343,97 +2321,111 @@ } } }, + "name": "core-foundation-sys", "publish": null, + "readme": null, + "repository": "https://github.com/servo/core-foundation-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-foundation-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.3/build.rs", + "test": false + } + ], + "version": "0.8.3" + }, + { "authors": [ "The Servo Project Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "core-graphics-types", - "version": "0.1.1", - "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT / Apache-2.0", - "license_file": null, - "description": "Bindings for some fundamental Core Graphics types", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "core-foundation", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": null, - "rename": null, + "name": "core-foundation", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "core-graphics-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-graphics-types-0.1.1/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Bindings for some fundamental Core Graphics types", + "documentation": null, + "edition": "2015", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/core-graphics-types-0.1.1/Cargo.toml", + "homepage": "https://github.com/servo/core-foundation-rs", + "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT / Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.1/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2441,114 +2433,119 @@ } } }, + "name": "core-graphics-types", "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/servo/core-foundation-rs", - "homepage": "https://github.com/servo/core-foundation-rs", - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "core-graphics-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.1/src/lib.rs", + "test": true + } + ], + "version": "0.1.1" }, { - "name": "cty", - "version": "0.2.2", + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "embedded", + "external-ffi-bindings", + "no-std" + ], + "default_run": null, + "dependencies": [], + "description": "Type aliases to C types like c_int for use with bindgen", + "documentation": "https://docs.rs/cty", + "edition": "2015", + "features": {}, + "homepage": null, "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "c", + "types", + "bindgen", + "ffi" + ], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Type aliases to C types like c_int for use with bindgen", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cty-0.2.2/Cargo.toml", + "metadata": null, + "name": "cty", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/japaric/cty", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "cty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "cty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cty-0.2.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.2" + }, + { "authors": [ - "Jorge Aparicio " + "gfx-rs developers" ], "categories": [ - "embedded", - "external-ffi-bindings", - "no-std" - ], - "keywords": [ - "c", - "types", - "bindgen", - "ffi" + "api-bindings", + "graphics", + "memory-management", + "os::windows-apis" ], - "readme": "README.md", - "repository": "https://github.com/japaric/cty", - "homepage": null, - "documentation": "https://docs.rs/cty", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "d3d12", - "version": "0.5.0", - "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Low level D3D12 API wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "dxgi1_2", "dxgi1_3", @@ -2564,33 +2561,36 @@ "synchapi", "winerror" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "d3d12", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/d3d12-0.5.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Low level D3D12 API wrapper", + "documentation": "https://docs.rs/d3d12", + "edition": "2018", "features": { "implicit-link": [], "libloading": [ "dep:libloading" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/d3d12-0.5.0/Cargo.toml", + "homepage": null, + "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "graphics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/d3d12-0.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -2598,518 +2598,511 @@ } } }, + "name": "d3d12", "publish": null, - "authors": [ - "gfx-rs developers" - ], - "categories": [ - "api-bindings", - "graphics", - "memory-management", - "os::windows-apis" - ], - "keywords": [ - "windows", - "graphics" - ], "readme": "README.md", "repository": "https://github.com/gfx-rs/d3d12-rs", - "homepage": null, - "documentation": "https://docs.rs/d3d12", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "d3d12", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/d3d12-0.5.0/src/lib.rs", + "test": true + } + ], + "version": "0.5.0" }, { - "name": "foreign-types", - "version": "0.3.2", - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A framework for Rust wrappers over C APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Fackler " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "foreign-types-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A framework for Rust wrappers over C APIs", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", + "metadata": null, + "name": "foreign-types", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.2" + }, + { "authors": [ "Steven Fackler " ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "An internal crate used by foreign-types", "documentation": null, "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "foreign-types-shared", - "version": "0.1.1", + "features": {}, + "homepage": null, "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "An internal crate used by foreign-types", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", + "metadata": null, + "name": "foreign-types-shared", + "publish": null, + "readme": null, + "repository": "https://github.com/sfackler/foreign-types", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "foreign-types-shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "foreign-types-shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Steven Fackler " + "cbreeden " + ], + "categories": [ + "algorithms" ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/sfackler/foreign-types", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "fxhash", - "version": "0.2.1", - "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", - "license_file": null, - "description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "byteorder", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "byteorder", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "seahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "seahash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.", + "documentation": "https://docs.rs/fxhash", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash" + ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/Cargo.toml", + "metadata": null, + "name": "fxhash", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/cbreeden/fxhash", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "fxhash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "fxhash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "fxhash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/bench.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "fxhash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/bench.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.1" + }, + { "authors": [ - "cbreeden " + "The Rand Project Developers" ], "categories": [ - "algorithms" - ], - "keywords": [ - "hash" + "os", + "no-std" ], - "readme": "README.md", - "repository": "https://github.com/cbreeden/fxhash", - "homepage": null, - "documentation": "https://docs.rs/fxhash", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "getrandom", - "version": "0.2.8", - "id": "getrandom 0.2.8 (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", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.62", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.62", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": false }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.18", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", - "registry": null + "uses_default_features": true }, { - "name": "wasi", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": null, - "rename": null, + "name": "wasi", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.120", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.120", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": false } ], + "description": "A small cross-platform library for retrieving random data from system source", + "documentation": "https://docs.rs/getrandom", + "edition": "2018", + "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" + ] + }, + "homepage": null, + "id": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "custom" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "getrandom", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-random/getrandom", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "getrandom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "getrandom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "normal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/normal.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "normal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/normal.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "custom", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/custom.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "custom", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/custom.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "rdrand", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/tests/rdrand.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "rdrand", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/tests/rdrand.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "mod", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/benches/mod.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "mod", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.8/benches/mod.rs", "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "std", - "custom" - ], - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "0.2.8" + }, + { "authors": [ - "The Rand Project Developers" - ], - "categories": [ - "os", - "no-std" + "Joshua Groves ", + "Dzmitry Malyshau " ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rust-random/getrandom", - "homepage": null, - "documentation": "https://docs.rs/getrandom", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "glow", - "version": "0.11.2", - "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "~0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "slotmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "slotmap", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.2", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "~0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.3.37", - "kind": null, - "rename": "web_sys", - "optional": false, - "uses_default_features": true, "features": [ "Document", "Element", @@ -3161,28 +3154,28 @@ "WebglDrawBuffers", "WebglLoseContext" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": "web_sys", + "req": "~0.3.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "glow", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/Cargo.toml", + "homepage": "https://github.com/grovesNL/glow.git", + "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/glow-0.11.2/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3198,100 +3191,98 @@ } } }, + "name": "glow", "publish": null, - "authors": [ - "Joshua Groves ", - "Dzmitry Malyshau " - ], - "categories": [], - "keywords": [], "readme": "README.md", "repository": "https://github.com/grovesNL/glow", - "homepage": "https://github.com/grovesNL/glow.git", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "glow", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/glow-0.11.2/src/lib.rs", + "test": true + } + ], + "version": "0.11.2" }, { - "name": "gpu-alloc", - "version": "0.5.3", - "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation agnostic memory allocator for Vulkan like APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [ + "graphics", + "memory-management", + "no-std", + "game-development" + ], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "gpu-alloc-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "gpu-alloc-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.27", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "attributes" ], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "gpu-alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-0.5.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "kind": null, + "name": "tracing", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.1.27", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false } ], + "description": "Implementation agnostic memory allocator for Vulkan like APIs", + "documentation": "https://docs.rs/gpu-alloc-types", + "edition": "2018", "features": { "default": [ "std" @@ -3304,182 +3295,177 @@ "dep:tracing" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-0.5.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Zakarum " - ], - "categories": [ - "graphics", - "memory-management", - "no-std", - "game-development" - ], + "homepage": "https://github.com/zakarumych/gpu-alloc", + "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "allocation", "no-std" ], - "readme": "../README.md", - "repository": "https://github.com/zakarumych/gpu-alloc", - "homepage": "https://github.com/zakarumych/gpu-alloc", - "documentation": "https://docs.rs/gpu-alloc-types", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "gpu-alloc-types", - "version": "0.2.0", - "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Core types of gpu-alloc crate", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-0.5.3/Cargo.toml", + "metadata": null, + "name": "gpu-alloc", + "publish": null, + "readme": "../README.md", + "repository": "https://github.com/zakarumych/gpu-alloc", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "gpu-alloc-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-0.5.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.5.3" + }, + { "authors": [ "Zakarum " ], "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + } + ], + "description": "Core types of gpu-alloc crate", + "documentation": "https://docs.rs/gpu-alloc-types/0.2.0", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/zakarumych/gpu-alloc", + "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "allocation", "no-std" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-types-0.2.0/Cargo.toml", + "metadata": null, + "name": "gpu-alloc-types", + "publish": null, "readme": null, "repository": "https://github.com/zakarumych/gpu-alloc", - "homepage": "https://github.com/zakarumych/gpu-alloc", - "documentation": "https://docs.rs/gpu-alloc-types/0.2.0", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-alloc-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-alloc-types-0.2.0/src/lib.rs", + "test": true + } + ], + "version": "0.2.0" }, { - "name": "gpu-descriptor", - "version": "0.2.3", - "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation agnostic descriptor allocator for Vulkan like APIs", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "gpu-descriptor-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "gpu-descriptor-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", + "features": [], "kind": null, - "rename": null, + "name": "hashbrown", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "gpu-descriptor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-0.2.3/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": false } ], + "description": "Implementation agnostic descriptor allocator for Vulkan like APIs", + "documentation": "https://docs.rs/gpu-descriptor", + "edition": "2018", "features": { "default": [ "std" @@ -3492,356 +3478,275 @@ "dep:tracing" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-0.2.3/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Zakarum " - ], - "categories": [], + "homepage": "https://github.com/zakarumych/gpu-descriptor", + "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "gpu", "vulkan", "no-std" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-0.2.3/Cargo.toml", + "metadata": null, + "name": "gpu-descriptor", + "publish": null, "readme": "../README.md", "repository": "https://github.com/zakarumych/gpu-descriptor", - "homepage": "https://github.com/zakarumych/gpu-descriptor", - "documentation": "https://docs.rs/gpu-descriptor", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-descriptor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-0.2.3/src/lib.rs", + "test": true + } + ], + "version": "0.2.3" }, { - "name": "gpu-descriptor-types", - "version": "0.1.1", - "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Core types of gpu-descriptor crate", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Zakarum " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "Core types of gpu-descriptor crate", + "documentation": "https://docs.rs/gpu-descriptor-types/0.1.0", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/zakarumych/gpu-descriptor", + "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "gpu", + "vulkan", + "allocation", + "no-std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-types-0.1.1/Cargo.toml", + "metadata": null, + "name": "gpu-descriptor-types", + "publish": null, + "readme": null, + "repository": "https://github.com/zakarumych/gpu-descriptor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "gpu-descriptor-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "gpu-descriptor-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gpu-descriptor-types-0.1.1/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.1" + }, + { "authors": [ - "Zakarum " + "Amanieu d'Antras " ], - "categories": [], - "keywords": [ - "gpu", - "vulkan", - "allocation", + "categories": [ + "data-structures", "no-std" ], - "readme": null, - "repository": "https://github.com/zakarumych/gpu-descriptor", - "homepage": "https://github.com/zakarumych/gpu-descriptor", - "documentation": "https://docs.rs/gpu-descriptor-types/0.1.0", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "hashbrown", - "version": "0.12.3", - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A Rust port of Google's SwissTable hash map", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "ahash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.0", + "features": [], "kind": null, - "rename": null, + "name": "ahash", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "alloc", + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "alloc", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.5.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "compiler_builtins", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.2", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.25", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "doc-comment", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "doc-comment", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": true, "features": [ "small_rng" ], - "target": null, - "registry": null - }, - { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "hashbrown", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "serde", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/serde.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "rayon", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/rayon.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "set", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/set.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "hasher", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/hasher.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "insert_unique_unchecked", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true }, { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/bench.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "serde_test", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A Rust port of Google's SwissTable hash map", + "documentation": null, + "edition": "2021", "features": { "ahash": [ "dep:ahash" @@ -3883,7 +3788,18 @@ "dep:serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml", + "homepage": null, + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", "metadata": { "docs": { "rs": { @@ -3896,731 +3812,736 @@ } } }, + "name": "hashbrown", "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hash", - "no_std", - "hashmap", - "swisstable" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/hashbrown", - "homepage": null, - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56.0" - }, - { - "name": "hexf-parse", - "version": "0.2.1", - "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "CC0-1.0", - "license_file": null, - "description": "Parses hexadecimal floats (see also hexf)", + "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "hexf-parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "hashbrown", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "serde", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "rayon", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "set", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "hasher", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "insert_unique_unchecked", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.12.3" + }, + { "authors": [ "Kang Seonghoon " ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/lifthrasiir/hexf", - "homepage": "https://github.com/lifthrasiir/hexf", + "default_run": null, + "dependencies": [], + "description": "Parses hexadecimal floats (see also hexf)", "documentation": "https://docs.rs/hexf-parse/", "edition": "2018", + "features": {}, + "homepage": "https://github.com/lifthrasiir/hexf", + "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "CC0-1.0", + "license_file": null, "links": null, - "default_run": null, - "rust_version": null + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hexf-parse-0.2.1/Cargo.toml", + "metadata": null, + "name": "hexf-parse", + "publish": null, + "readme": null, + "repository": "https://github.com/lifthrasiir/hexf", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "hexf-parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hexf-parse-0.2.1/src/lib.rs", + "test": true + } + ], + "version": "0.2.1" }, { - "name": "indexmap", - "version": "1.9.2", - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A hash table with consistent order and fast iteration.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [], + "categories": [ + "data-structures", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "arbitrary", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "hashbrown", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "raw" ], + "kind": null, + "name": "hashbrown", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quickcheck", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4.1", + "features": [], "kind": null, - "rename": null, + "name": "rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "rustc-rayon", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fnv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "fnv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "itertools", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "itertools", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A hash table with consistent order and fast iteration.", + "documentation": "https://docs.rs/indexmap/", + "edition": "2021", + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde" + ], + "std": [], + "test_debug": [], + "test_low_transition_point": [] + }, + "homepage": null, + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "hashmap", + "no_std" + ], + "license": "Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "arbitrary", + "quickcheck", + "serde-1", + "rayon" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "name": "indexmap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/bluss/indexmap", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "indexmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "indexmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "quick", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/quick.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros_full_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/macros_full_path.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "quick", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/quick.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "equivalent_trait", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/equivalent_trait.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/tests.rs", - "edition": "2021", - "doc": false, - "doctest": false, + "name": "macros_full_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/macros_full_path.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "faststring", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/faststring.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ - "bench" + "test" ], + "name": "equivalent_trait", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/equivalent_trait.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/bench.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ - "custom-build" + "test" ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/tests/tests.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "arbitrary": [ - "dep:arbitrary" - ], - "quickcheck": [ - "dep:quickcheck" - ], - "rayon": [ - "dep:rayon" - ], - "rustc-rayon": [ - "dep:rustc-rayon" - ], - "serde": [ - "dep:serde" - ], - "serde-1": [ - "serde" - ], - "std": [], - "test_debug": [], - "test_low_transition_point": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "arbitrary", - "quickcheck", - "serde-1", - "rayon" - ] - } + "edition": "2021", + "kind": [ + "bench" + ], + "name": "faststring", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/faststring.rs", + "test": false }, - "release": { - "no-dev-version": true, - "tag-name": "{{version}}" + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/benches/bench.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.2/build.rs", + "test": false } - }, - "publish": null, - "authors": [], - "categories": [ - "data-structures", - "no-std" - ], - "keywords": [ - "hashmap", - "no_std" ], - "readme": "README.md", - "repository": "https://github.com/bluss/indexmap", - "homepage": null, - "documentation": "https://docs.rs/indexmap/", - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56" + "version": "1.9.2" }, { - "name": "js-sys", - "version": "0.3.60", - "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "default_run": null, "dependencies": [ { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Headers", "Response", "ResponseInit" ], + "kind": "dev", + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", + "documentation": "https://docs.rs/js-sys", + "edition": "2018", + "features": {}, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/Cargo.toml", + "metadata": null, + "name": "js-sys", + "publish": null, + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "js-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/src/lib.rs", - "edition": "2018", "doc": true, "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "js-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/src/lib.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/tests/wasm/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/tests/wasm/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "headless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/tests/headless.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "headless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.60/tests/headless.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.60/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.60" + }, + { "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [ - "wasm" + "Timoth\u00e9e Haudebourg ", + "Sean Kerr " ], - "keywords": [], - "readme": "./README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/js-sys", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": null - }, - { - "name": "khronos-egl", - "version": "4.1.0", - "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Rust bindings for EGL", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "gl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": "dev", + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "wayland-client", + "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wayland-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": null, - "registry": null - }, - { - "name": "wayland-protocols", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.28", "kind": "dev", - "rename": null, + "name": "gl", "optional": false, - "uses_default_features": true, - "features": [ - "client" - ], - "target": null, - "registry": null - }, - { - "name": "pkg-config", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": "build", + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "khronos-egl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "wayland-static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/wayland-static.rs", - "edition": "2015", - "required-features": [ - "static" - ], - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "wayland-client", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "wayland-dynamic", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/wayland-dynamic.rs", - "edition": "2015", - "required-features": [ - "dynamic" - ], - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "dev", + "name": "wayland-egl", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "load-minimal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/examples/load-minimal.rs", - "edition": "2015", - "required-features": [ - "dynamic", - "1_4" + "features": [ + "client" ], - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "wayland-protocols", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.28", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "features": [], + "kind": "build", + "name": "pkg-config", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "Rust bindings for EGL", + "documentation": "https://docs.rs/khronos-egl", + "edition": "2015", "features": { "1_0": [], "1_1": [ @@ -4655,95 +4576,136 @@ "pkg-config" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Timoth\u00e9e Haudebourg ", - "Sean Kerr " - ], - "categories": [], + "homepage": null, + "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "egl", "gl", "khronos", "opengl" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/Cargo.toml", + "metadata": null, + "name": "khronos-egl", + "publish": null, "readme": "README.md", "repository": "https://github.com/timothee-haudebourg/khronos-egl", - "homepage": null, - "documentation": "https://docs.rs/khronos-egl", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "libc", - "version": "0.2.137", - "id": "libc 0.2.137 (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", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "khronos-egl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "test" + "example" + ], + "name": "wayland-static", + "required-features": [ + "static" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/wayland-static.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "const_fn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/tests/const_fn.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true + "edition": "2015", + "kind": [ + "example" + ], + "name": "wayland-dynamic", + "required-features": [ + "dynamic" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/wayland-dynamic.rs", + "test": false }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", "kind": [ - "custom-build" + "example" + ], + "name": "load-minimal", + "required-features": [ + "dynamic", + "1_4" ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/examples/load-minimal.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/khronos-egl-4.1.0/build.rs", "test": false } ], + "version": "4.1.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "rustc-std-workspace-core", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Raw FFI bindings to platform libraries like libc.\n", + "documentation": "https://docs.rs/libc/", + "edition": "2015", "features": { "align": [], "const-extern-fn": [], @@ -4763,7 +4725,19 @@ "std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/Cargo.toml", + "homepage": "https://github.com/rust-lang/libc", + "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/Cargo.toml", "metadata": { "docs": { "rs": { @@ -4773,533 +4747,491 @@ ] } } - }, - "publish": null, + }, + "name": "libc", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/libc", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "const_fn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/tests/const_fn.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.137/build.rs", + "test": false + } + ], + "version": "0.2.137" + }, + { "authors": [ - "The Rust Project Developers" + "Simonas Kazlauskas " ], "categories": [ - "external-ffi-bindings", - "no-std", - "os" - ], - "keywords": [ - "libc", - "ffi", - "bindings", - "operating", - "system" + "api-bindings" ], - "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": "libloading", - "version": "0.7.4", - "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "ISC", - "license_file": null, - "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1", + "features": [], "kind": "dev", - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", - "registry": null + "uses_default_features": true }, { - "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": [ "errhandlingapi", "libloaderapi" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", + "documentation": "https://docs.rs/libloading/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "dlopen", + "load", + "shared", + "dylib" + ], + "license": "ISC", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "libloading_docs" + ] + } + } + }, + "name": "libloading", + "publish": null, + "readme": "README.mkd", + "repository": "https://github.com/nagisa/rust_libloading/", + "rust_version": "1.40.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "libloading", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "libloading", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "constants", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/constants.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "constants", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/constants.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "functions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/functions.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "functions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/functions.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "library_filename", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/library_filename.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "library_filename", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/library_filename.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "windows", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/windows.rs", - "edition": "2015", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2015", "kind": [ "test" ], + "name": "windows", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/windows.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "markers", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/markers.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "markers", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/tests/markers.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "libloading_docs" - ] - } - } - }, - "publish": null, + "version": "0.7.4" + }, + { "authors": [ - "Simonas Kazlauskas " + "Amanieu d'Antras " ], "categories": [ - "api-bindings" - ], - "keywords": [ - "dlopen", - "load", - "shared", - "dylib" + "concurrency", + "no-std" ], - "readme": "README.mkd", - "repository": "https://github.com/nagisa/rust_libloading/", - "homepage": null, - "documentation": "https://docs.rs/libloading/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": "1.40.0" - }, - { - "name": "lock_api", - "version": "0.4.9", - "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "owning_ref", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.1", + "features": [], "kind": null, - "rename": null, + "name": "owning_ref", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "scopeguard", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "scopeguard", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.126", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.126", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "autocfg", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": "build", - "rename": null, + "name": "autocfg", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", + "documentation": null, + "edition": "2018", + "features": { + "arc_lock": [], + "nightly": [], + "owning_ref": [ + "dep:owning_ref" + ], + "serde": [ + "dep:serde" + ] + }, + "homepage": null, + "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "mutex", + "rwlock", + "lock", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/Cargo.toml", + "metadata": null, + "name": "lock_api", + "publish": null, + "readme": null, + "repository": "https://github.com/Amanieu/parking_lot", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "lock_api", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "lock_api", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.9/build.rs", "test": false } ], - "features": { - "arc_lock": [], - "nightly": [], - "owning_ref": [ - "dep:owning_ref" - ], - "serde": [ - "dep:serde" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.9" + }, + { "authors": [ - "Amanieu d'Antras " + "The Rust Project Developers" ], "categories": [ - "concurrency", - "no-std" - ], - "keywords": [ - "mutex", - "rwlock", - "lock", - "no_std" + "development-tools::debugging" ], - "readme": null, - "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "log", - "version": "0.4.17", - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "A lightweight logging facade for Rust\n", - "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.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", + "features": [], "kind": null, - "rename": null, + "name": "sval", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", + "features": [], "kind": null, - "rename": null, + "name": "value-bag", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sval", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.5", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], - "target": null, - "registry": null - }, - { - "name": "value-bag", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.0-alpha.9", "kind": "dev", - "rename": null, + "name": "sval", "optional": false, - "uses_default_features": true, - "features": [ - "test" - ], + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "log", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "filters", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/filters.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true }, { - "kind": [ + "features": [ "test" ], - "crate_types": [ - "bin" - ], - "name": "macros", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/macros.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "value", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/benches/value.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "kind": "dev", + "name": "value-bag", + "optional": false, + "registry": null, + "rename": null, + "req": "=1.0.0-alpha.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "A lightweight logging facade for Rust\n", + "documentation": "https://docs.rs/log", + "edition": "2015", "features": { "kv_unstable": [ "value-bag" @@ -5342,7 +5274,15 @@ "dep:value-bag" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml", + "homepage": null, + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "logging" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", "metadata": { "docs": { "rs": { @@ -5356,856 +5296,888 @@ } } }, + "name": "log", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "development-tools::debugging" - ], - "keywords": [ - "logging" - ], "readme": "README.md", "repository": "https://github.com/rust-lang/log", - "homepage": null, - "documentation": "https://docs.rs/log", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "log", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "filters", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "macros", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "value", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", + "test": false + } + ], + "version": "0.4.17" }, { - "name": "malloc_buf", - "version": "0.0.6", - "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Structs for handling malloc'd memory passed to Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Sheldon" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.1, <0.3", + "features": [], "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.1, <0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Structs for handling malloc'd memory passed to Rust.", + "documentation": "http://ssheldon.github.io/malloc_buf/malloc_buf/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/malloc_buf-0.0.6/Cargo.toml", + "metadata": null, + "name": "malloc_buf", + "publish": null, + "readme": null, + "repository": "https://github.com/SSheldon/malloc_buf", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "malloc_buf", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "malloc_buf", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/malloc_buf-0.0.6/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.0.6" + }, + { "authors": [ - "Steven Sheldon" + "GFX Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/SSheldon/malloc_buf", - "homepage": null, - "documentation": "http://ssheldon.github.io/malloc_buf/malloc_buf/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "metal", - "version": "0.24.0", - "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust bindings for Metal", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "block", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.6", + "features": [], "kind": null, - "rename": null, + "name": "block", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "core-graphics-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "core-graphics-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "dispatch", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "dispatch", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.2", + "features": [], "kind": null, - "rename": null, + "name": "foreign-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "objc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "objc_exception" ], + "kind": null, + "name": "objc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cocoa", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24.0", + "features": [], "kind": "dev", - "rename": null, + "name": "cocoa", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.24.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cty", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "cty", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "png", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.16", + "features": [], "kind": "dev", - "rename": null, + "name": "png", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "sema", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.4", + "features": [], "kind": "dev", - "rename": null, + "name": "sema", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Rust bindings for Metal", + "documentation": "https://docs.rs/crate/metal", + "edition": "2018", + "features": { + "default": [], + "dispatch": [ + "dep:dispatch" + ], + "mps": [], + "private": [] + }, + "homepage": "https://github.com/gfx-rs/metal-rs", + "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "metal", + "graphics", + "bindings" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-apple-darwin" + } + } + }, + "name": "metal", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/gfx-rs/metal-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "metal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "metal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "window", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/window/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "window", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/window/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "headless-render", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/headless-render/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "headless-render", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/headless-render/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "library", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/library/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "library", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/library/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "reflection", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/reflection/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "reflection", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/reflection/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "caps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/caps/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "caps", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/caps/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "argument-buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/argument-buffer/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "argument-buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/argument-buffer/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bindless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/bindless/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "bindless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/bindless/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "circle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/circle/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "circle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/circle/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "compute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "compute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "mps", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/mps/main.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "mps", "required-features": [ "mps" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/mps/main.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "embedded-lib", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/embedded-lib.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "embedded-lib", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/embedded-lib.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "compute-argument-buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/compute/compute-argument-buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "compute-argument-buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/compute/compute-argument-buffer.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "bind", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/bind/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "bind", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/bind/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "events", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/events/main.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "example" + ], + "name": "events", "required-features": [ "dispatch" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/events/main.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "fence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/fence/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "fence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/fence/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "shader-dylib", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/examples/shader-dylib/main.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "shader-dylib", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/metal-0.24.0/examples/shader-dylib/main.rs", "test": false } ], - "features": { - "default": [], - "dispatch": [ - "dep:dispatch" - ], - "mps": [], - "private": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/metal-0.24.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-apple-darwin" - } - } - }, - "publish": null, + "version": "0.24.0" + }, + { "authors": [ - "GFX Developers" + "Naga Developers" ], "categories": [], - "keywords": [ - "metal", - "graphics", - "bindings" - ], - "readme": "README.md", - "repository": "https://github.com/gfx-rs/metal-rs", - "homepage": "https://github.com/gfx-rs/metal-rs", - "documentation": "https://docs.rs/crate/metal", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "naga", - "version": "0.10.0", - "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Shader translation infrastructure", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.2", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "derive" ], + "kind": null, + "name": "arbitrary", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-set", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "bit-set", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.5", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "codespan-reporting", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.0", + "features": [], "kind": null, - "rename": null, + "name": "codespan-reporting", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "hexf-parse", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "hexf-parse", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "indexmap", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": null, + "name": "indexmap", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num-traits", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "num-traits", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "petgraph", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "petgraph", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "pp-rs", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, - "rename": null, + "name": "pp-rs", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-hash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-hash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0.103", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "spirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "spirv", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.4", + "features": [], "kind": null, - "rename": null, + "name": "termcolor", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.21", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.21", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.3", + "features": [], "kind": null, - "rename": null, + "name": "unicode-xid", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "diff", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "diff", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ron", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "~0.7.1", + "features": [], "kind": "dev", - "rename": null, + "name": "ron", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "~0.7.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rspirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": "dev", - "rename": null, + "name": "rspirv", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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": [ "derive" ], + "kind": "dev", + "name": "serde", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "spirv", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "deserialize" ], + "kind": "dev", + "name": "spirv", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "naga", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "bench" - ], - "crate_types": [ - "bin" - ], - "name": "criterion", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/benches/criterion.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Shader translation infrastructure", + "documentation": null, + "edition": "2018", "features": { "arbitrary": [ "dep:arbitrary" @@ -6271,7 +6243,18 @@ ], "wgsl-out": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/naga-0.10.0/Cargo.toml", + "homepage": "https://github.com/gfx-rs/naga", + "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "shader", + "SPIR-V", + "GLSL", + "MSL" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6279,104 +6262,83 @@ } } }, + "name": "naga", "publish": null, - "authors": [ - "Naga Developers" - ], - "categories": [], - "keywords": [ - "shader", - "SPIR-V", - "GLSL", - "MSL" - ], "readme": "README.md", "repository": "https://github.com/gfx-rs/naga/tree/v0.9", - "homepage": "https://github.com/gfx-rs/naga", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.56" - }, - { - "name": "num-traits", - "version": "0.2.15", - "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Numeric traits for generic mathematics", + "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "libm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "autocfg", - "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 - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "num-traits", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "cast", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/tests/cast.rs", - "edition": "2015", - "doc": false, - "doctest": false, + "name": "naga", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "criterion", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/naga-0.10.0/benches/criterion.rs", "test": false } ], + "version": "0.10.0" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "science", + "no-std" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "libm", + "optional": true, + "registry": null, + "rename": null, + "req": "^0.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [], + "kind": "build", + "name": "autocfg", + "optional": false, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Numeric traits for generic mathematics", + "documentation": "https://docs.rs/num-traits", + "edition": "2015", "features": { "default": [ "std" @@ -6387,7 +6349,16 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml", + "homepage": "https://github.com/rust-num/num-traits", + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "mathematics", + "numerics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/Cargo.toml", "metadata": { "docs": { "rs": { @@ -6397,633 +6368,636 @@ } } }, + "name": "num-traits", "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [ - "algorithms", - "science", - "no-std" - ], - "keywords": [ - "mathematics", - "numerics" - ], "readme": "README.md", "repository": "https://github.com/rust-num/num-traits", - "homepage": "https://github.com/rust-num/num-traits", - "documentation": "https://docs.rs/num-traits", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "num-traits", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "cast", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/tests/cast.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/build.rs", + "test": false + } + ], + "version": "0.2.15" }, { - "name": "objc", - "version": "0.2.7", - "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Objective-C Runtime bindings and wrapper for Rust.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Steven Sheldon" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "malloc_buf", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.0", + "features": [], "kind": null, - "rename": null, + "name": "malloc_buf", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "objc_exception", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "objc_exception", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Objective-C Runtime bindings and wrapper for Rust.", + "documentation": "http://ssheldon.github.io/rust-objc/objc/", + "edition": "2015", + "features": { + "exception": [ + "objc_exception" + ], + "objc_exception": [ + "dep:objc_exception" + ], + "verify_message": [] + }, + "homepage": null, + "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "objective-c", + "osx", + "ios", + "cocoa", + "uikit" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/Cargo.toml", + "metadata": null, + "name": "objc", + "publish": null, + "readme": "README.md", + "repository": "http://github.com/SSheldon/rust-objc", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "objc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "objc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "example", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/examples/example.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "example", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/examples/example.rs", "test": false } ], - "features": { - "exception": [ - "objc_exception" - ], - "objc_exception": [ - "dep:objc_exception" - ], - "verify_message": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc-0.2.7/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.7" + }, + { "authors": [ "Steven Sheldon" ], "categories": [], - "keywords": [ - "objective-c", - "osx", - "ios", - "cocoa", - "uikit" - ], - "readme": "README.md", - "repository": "http://github.com/SSheldon/rust-objc", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/objc/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "objc_exception", - "version": "0.1.2", - "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "Rust interface for Objective-C's throw and try/catch statements.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "cc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "build", - "rename": null, + "name": "cc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Rust interface for Objective-C's throw and try/catch statements.", + "documentation": "http://ssheldon.github.io/rust-objc/objc_exception/", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "objective-c", + "osx", + "ios" + ], + "license": "MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/Cargo.toml", + "metadata": null, + "name": "objc_exception", + "publish": null, + "readme": null, + "repository": "http://github.com/SSheldon/rust-objc-exception", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "objc_exception", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "objc_exception", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/objc_exception-0.1.2/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/objc_exception-0.1.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.2" + }, + { "authors": [ - "Steven Sheldon" + "Aleksey Kladov " ], - "categories": [], - "keywords": [ - "objective-c", - "osx", - "ios" + "categories": [ + "rust-patterns", + "memory-management" ], - "readme": null, - "repository": "http://github.com/SSheldon/rust-objc-exception", - "homepage": null, - "documentation": "http://ssheldon.github.io/rust-objc/objc_exception/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "once_cell", - "version": "1.16.0", - "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Single assignment cells and lazy values.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "atomic-polyfill", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "atomic_polyfill", + "name": "atomic-polyfill", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "atomic_polyfill", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": "critical_section", + "name": "critical-section", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "critical_section", + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.3", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot_core", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "critical-section", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.1", - "kind": "dev", - "rename": "critical_section", - "optional": false, - "uses_default_features": true, "features": [ "std" ], + "kind": "dev", + "name": "critical-section", + "optional": false, + "registry": null, + "rename": "critical_section", + "req": "^1.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "crossbeam-utils", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.7", + "features": [], "kind": "dev", - "rename": null, + "name": "crossbeam-utils", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.2.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.2.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Single assignment cells and lazy values.", + "documentation": "https://docs.rs/once_cell", + "edition": "2021", + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "critical-section" + ], + "atomic_polyfill": [ + "dep:atomic_polyfill" + ], + "critical-section": [ + "critical_section", + "atomic_polyfill" + ], + "critical_section": [ + "dep:critical_section" + ], + "default": [ + "std" + ], + "parking_lot": [ + "parking_lot_core" + ], + "parking_lot_core": [ + "dep:parking_lot_core" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "homepage": null, + "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "lazy", + "static" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "name": "once_cell", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "rust_version": "1.56", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "once_cell", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "once_cell", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_acquire", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench_acquire.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_acquire", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench_acquire.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "bench_vs_lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/bench_vs_lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "bench_vs_lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/bench_vs_lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "lazy_static", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/lazy_static.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "lazy_static", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/lazy_static.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "reentrant_init_deadlocks", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/reentrant_init_deadlocks.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "reentrant_init_deadlocks", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/reentrant_init_deadlocks.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "regex", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/regex.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "regex", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/regex.rs", "test": false }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "test_synchronization", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/examples/test_synchronization.rs", + "doc": false, + "doctest": false, "edition": "2021", + "kind": [ + "example" + ], + "name": "test_synchronization", "required-features": [ "std" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/examples/test_synchronization.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "it", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/tests/it.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "it", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.16.0/tests/it.rs", "test": true } ], - "features": { - "alloc": [ - "race" - ], - "atomic-polyfill": [ - "critical-section" - ], - "atomic_polyfill": [ - "dep:atomic_polyfill" - ], - "critical-section": [ - "critical_section", - "atomic_polyfill" - ], - "critical_section": [ - "dep:critical_section" - ], - "default": [ - "std" - ], - "parking_lot": [ - "parking_lot_core" - ], - "parking_lot_core": [ - "dep:parking_lot_core" - ], - "race": [], - "std": [ - "alloc" - ], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/once_cell-1.16.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true - } - } - }, - "publish": null, - "authors": [ - "Aleksey Kladov " - ], - "categories": [ - "rust-patterns", - "memory-management" - ], - "keywords": [ - "lazy", - "static" - ], - "readme": "README.md", - "repository": "https://github.com/matklad/once_cell", - "homepage": null, - "documentation": "https://docs.rs/once_cell", - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.56" + "version": "1.16.0" }, { - "name": "parent", - "version": "0.1.0", + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)", + "keywords": [], "license": null, "license_file": null, - "description": null, + "links": null, + "manifest_path": "{TEMP_DIR}/workspace/Cargo.toml", + "metadata": null, + "name": "parent", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, "source": null, - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "parent", - "src_path": "{TEMP_DIR}/workspace/lib.rs", - "edition": "2018", "doc": true, "doctest": true, - "test": true - } - ], - "features": {}, - "manifest_path": "{TEMP_DIR}/workspace/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "edition": "2018", + "kind": [ + "lib" + ], + "name": "parent", + "src_path": "{TEMP_DIR}/workspace/lib.rs", + "test": true + } + ], + "version": "0.1.0" }, { - "name": "parking_lot", - "version": "0.12.1", - "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "More compact and efficient implementations of the standard synchronization primitives.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency" + ], + "default_run": null, "dependencies": [ { - "name": "lock_api", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.6", + "features": [], "kind": null, - "rename": null, + "name": "lock_api", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot_core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9.0", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot_core", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3.3", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.3", + "features": [], "kind": "dev", - "rename": null, + "name": "rand", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "parking_lot", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "issue_203", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/tests/issue_203.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "More compact and efficient implementations of the standard synchronization primitives.", + "documentation": null, + "edition": "2018", "features": { "arc_lock": [ "lock_api/arc_lock" @@ -7045,15 +7019,8 @@ "lock_api/serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "concurrency" - ], + "homepage": null, + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "mutex", "condvar", @@ -7061,156 +7028,163 @@ "once", "thread" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/Cargo.toml", + "metadata": null, + "name": "parking_lot", + "publish": null, "readme": "README.md", "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "parking_lot", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "issue_203", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/tests/issue_203.rs", + "test": true + } + ], + "version": "0.12.1" }, { - "name": "parking_lot_core", - "version": "0.9.4", - "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "An advanced API for creating custom synchronization primitives.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency" + ], + "default_run": null, "dependencies": [ { - "name": "backtrace", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "backtrace", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "petgraph", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6.0", + "features": [], "kind": null, - "rename": null, + "name": "petgraph", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.6.1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.6.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thread-id", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.0.0", + "features": [], "kind": null, - "rename": null, + "name": "thread-id", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^4.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "redox_syscall", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.8", + "features": [], "kind": null, - "rename": null, + "name": "redox_syscall", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"redox\")", - "registry": null + "uses_default_features": true }, { - "name": "libc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.95", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": "cfg(unix)", - "registry": null - }, - { - "name": "windows-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", "kind": null, - "rename": null, + "name": "libc", "optional": false, - "uses_default_features": true, - "features": [ - "Win32_Foundation", - "Win32_System_LibraryLoader", - "Win32_System_SystemServices", - "Win32_System_WindowsProgramming" - ], - "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "parking_lot_core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" + "registry": null, + "rename": null, + "req": "^0.2.95", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(unix)", + "uses_default_features": true + }, + { + "features": [ + "Win32_Foundation", + "Win32_System_LibraryLoader", + "Win32_System_SystemServices", + "Win32_System_WindowsProgramming" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": false + "kind": null, + "name": "windows-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(windows)", + "uses_default_features": true } ], + "description": "An advanced API for creating custom synchronization primitives.", + "documentation": null, + "edition": "2018", "features": { "backtrace": [ "dep:backtrace" @@ -7228,15 +7202,8 @@ "dep:thread-id" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.4/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Amanieu d'Antras " - ], - "categories": [ - "concurrency" - ], + "homepage": null, + "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "mutex", "condvar", @@ -7244,552 +7211,541 @@ "once", "thread" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/Cargo.toml", + "metadata": null, + "name": "parking_lot_core", + "publish": null, "readme": null, "repository": "https://github.com/Amanieu/parking_lot", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "parking_lot_core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs", + "test": false + } + ], + "version": "0.9.4" }, { - "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", + "authors": [ + "Alex Crichton " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", + "documentation": "https://docs.rs/pkg-config", + "edition": "2015", + "features": {}, + "homepage": null, + "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "build-dependencies" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/Cargo.toml", + "metadata": null, + "name": "pkg-config", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rust-lang/pkg-config-rs", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "pkg-config", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "pkg-config", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/tests/test.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/tests/test.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.26" + }, + { "authors": [ + "David Tolnay ", "Alex Crichton " ], - "categories": [], - "keywords": [ - "build-dependencies" + "categories": [ + "development-tools::procedural-macro-helpers" ], - "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.47", - "id": "proc-macro2 1.0.47 (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", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false } ], + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", + "documentation": "https://docs.rs/proc-macro2", + "edition": "2018", + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "homepage": null, + "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/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" + ] + } + }, + "name": "proc-macro2", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "proc-macro2", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "features", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/features.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "features", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/features.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/test.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_fmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/test_fmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_fmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/test_fmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "comments", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/comments.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "comments", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/comments.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "marker", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/tests/marker.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "marker", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/tests/marker.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/build.rs", "test": false } ], - "features": { - "default": [ - "proc-macro" - ], - "nightly": [], - "proc-macro": [], - "span-locations": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/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, + "version": "1.0.47" + }, + { "authors": [ - "David Tolnay ", - "Alex Crichton " + "Philip Degarmo " ], "categories": [ - "development-tools::procedural-macro-helpers" - ], - "keywords": [ - "macros", - "syn" + "development-tools::profiling" ], - "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": "profiling", - "version": "1.0.7", - "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "This crate provides a very thin abstraction over other profiler crates.", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "optick", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3", + "features": [], "kind": null, - "rename": null, + "name": "optick", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling-procmacros", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.7", + "features": [], "kind": null, - "rename": null, + "name": "profiling-procmacros", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "puffin", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.12.1", + "features": [], "kind": null, - "rename": null, + "name": "puffin", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.12.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "superluminal-perf", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "superluminal-perf", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "tracing", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracy-client", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14.1", + "features": [], "kind": null, - "rename": null, + "name": "tracy-client", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.14.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.3.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.3.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glam", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8.6", + "features": [], "kind": "dev", - "rename": null, + "name": "glam", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "imgui", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "imgui", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "imgui-winit-support", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": "dev", - "rename": null, + "name": "imgui-winit-support", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "lazy_static", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "lazy_static", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "puffin-imgui", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.15.0", + "features": [], "kind": "dev", - "rename": null, + "name": "puffin-imgui", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.15.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rafx", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.0.14", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "rafx-vulkan", "framework" ], + "kind": "dev", + "name": "rafx", + "optional": false, + "registry": null, + "rename": null, + "req": "=0.0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-subscriber", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing-subscriber", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tracing-tracy", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.0", + "features": [], "kind": "dev", - "rename": null, + "name": "tracing-tracy", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.25", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.25", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "profiling", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "puffin", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/examples/puffin/puffin.rs", - "edition": "2018", - "required-features": [ - "profile-with-puffin" - ], - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "simple", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/examples/simple.rs", - "edition": "2018", - "required-features": [], - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "This crate provides a very thin abstraction over other profiler crates.", + "documentation": null, + "edition": "2018", "features": { "default": [ "procmacros" @@ -7837,134 +7793,124 @@ ], "type-check": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.7/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Philip Degarmo " - ], - "categories": [ - "development-tools::profiling" - ], + "homepage": "https://github.com/aclysma/profiling", + "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "performance", "profiling" ], - "readme": "README.md", - "repository": "https://github.com/aclysma/profiling", - "homepage": "https://github.com/aclysma/profiling", - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "quote", - "version": "1.0.21", - "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Quasi-quoting macro quote!(...)", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/Cargo.toml", + "metadata": null, + "name": "profiling", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/aclysma/profiling", + "rust_version": null, "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.40", - "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.52", - "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "profiling", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/tests/test.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ - "test" + "example" ], - "crate_types": [ - "bin" + "name": "puffin", + "required-features": [ + "profile-with-puffin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/tests/compiletest.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/examples/puffin/puffin.rs", + "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "simple", + "required-features": [], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/profiling-1.0.7/examples/simple.rs", "test": false } ], + "version": "1.0.7" + }, + { + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "proc-macro2", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.40", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": false + }, + { + "features": [], + "kind": "dev", + "name": "rustversion", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { + "features": [ + "diff" + ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.52", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Quasi-quoting macro quote!(...)", + "documentation": "https://docs.rs/quote/", + "edition": "2018", "features": { "default": [ "proc-macro" @@ -7973,7 +7919,16 @@ "proc-macro2/proc-macro" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/Cargo.toml", + "homepage": null, + "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/Cargo.toml", "metadata": { "docs": { "rs": { @@ -7983,115 +7938,154 @@ } } }, + "name": "quote", "publish": null, - "authors": [ - "David Tolnay " - ], - "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": "range-alloc", - "version": "0.1.2", - "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Generic range allocator used by gfx-rs backends", + "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], + "name": "quote", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/src/lib.rs", + "test": true + }, + { "crate_types": [ - "lib" + "bin" ], - "name": "range_alloc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/range-alloc-0.1.2/src/lib.rs", + "doc": false, + "doctest": false, "edition": "2018", - "doc": true, - "doctest": true, + "kind": [ + "test" + ], + "name": "test", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/tests/test.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/tests/compiletest.rs", "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.21/build.rs", + "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/range-alloc-0.1.2/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.21" + }, + { "authors": [ "The Gfx-rs Developers" ], "categories": [ "memory-management" ], + "default_run": null, + "dependencies": [], + "description": "Generic range allocator used by gfx-rs backends", + "documentation": "https://docs.rs/range-alloc", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/gfx-rs/gfx", + "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "allocator" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/range-alloc-0.1.2/Cargo.toml", + "metadata": null, + "name": "range-alloc", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/gfx", - "homepage": "https://github.com/gfx-rs/gfx", - "documentation": "https://docs.rs/range-alloc", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "raw-window-handle", - "version": "0.5.0", - "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0 OR Zlib", - "license_file": null, - "description": "Interoperability library for Rust Windowing applications.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "cty", - "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 - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "raw-window-handle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.5.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "range_alloc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/range-alloc-0.1.2/src/lib.rs", "test": true } ], + "version": "0.1.2" + }, + { + "authors": [ + "Osspial " + ], + "categories": [], + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "cty", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "Interoperability library for Rust Windowing applications.", + "documentation": "https://docs.rs/raw-window-handle", + "edition": "2018", "features": { "alloc": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.5.0/Cargo.toml", + "homepage": null, + "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windowing" + ], + "license": "MIT OR Apache-2.0 OR Zlib", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -8103,229 +8097,185 @@ } } }, + "name": "raw-window-handle", "publish": null, - "authors": [ - "Osspial " - ], - "categories": [], - "keywords": [ - "windowing" - ], "readme": "README.md", "repository": "https://github.com/rust-windowing/raw-window-handle", - "homepage": null, - "documentation": "https://docs.rs/raw-window-handle", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "redox_syscall", - "version": "0.2.16", - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT", - "license_file": null, - "description": "A Rust library to access raw Redox system calls", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [ - { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syscall", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "raw-window-handle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.0/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/redox_syscall-0.2.16/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.5.0" + }, + { "authors": [ "Jeremy Soller " ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://gitlab.redox-os.org/redox-os/syscall", - "homepage": null, + "default_run": null, + "dependencies": [ + { + "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + } + ], + "description": "A Rust library to access raw Redox system calls", "documentation": "https://docs.rs/redox_syscall", "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "renderdoc-sys", - "version": "0.7.1", - "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", + "features": {}, + "homepage": null, + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT", "license_file": null, - "description": "Raw FFI bindings to the RenderDoc API", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/Cargo.toml", + "metadata": null, + "name": "redox_syscall", + "publish": null, + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "renderdoc-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syscall", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.16" + }, + { "authors": [ "Eyal Kalderon " ], "categories": [], + "default_run": null, + "dependencies": [], + "description": "Raw FFI bindings to the RenderDoc API", + "documentation": "https://docs.rs/renderdoc-sys/", + "edition": "2015", + "features": {}, + "homepage": "https://github.com/ebkalderon/renderdoc-rs/tree/master/renderdoc-sys", + "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "ffi", "renderdoc" ], - "readme": "README.md", - "repository": "https://github.com/ebkalderon/renderdoc-rs", - "homepage": "https://github.com/ebkalderon/renderdoc-rs/tree/master/renderdoc-sys", - "documentation": "https://docs.rs/renderdoc-sys/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "rustc-hash", - "version": "1.1.0", - "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0/MIT", + "license": "MIT OR Apache-2.0", "license_file": null, - "description": "speed, non-cryptographic hash used in rustc", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/renderdoc-sys-0.7.1/Cargo.toml", + "metadata": null, + "name": "renderdoc-sys", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/ebkalderon/renderdoc-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "rustc-hash", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "renderdoc-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/renderdoc-sys-0.7.1/src/lib.rs", "test": true } ], + "version": "0.7.1" + }, + { + "authors": [ + "The Rust Project Developers" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "speed, non-cryptographic hash used in rustc", + "documentation": null, + "edition": "2015", "features": { "default": [ "std" ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Rust Project Developers" - ], - "categories": [], + "homepage": null, + "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "hash", "fxhash", "rustc" ], + "license": "Apache-2.0/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/Cargo.toml", + "metadata": null, + "name": "rustc-hash", + "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang-nursery/rustc-hash", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "scopeguard", - "version": "1.1.0", - "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "scopeguard", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, - "test": true - }, - { + "edition": "2015", "kind": [ - "example" - ], - "crate_types": [ - "bin" + "lib" ], - "name": "readme", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/examples/readme.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "name": "rustc-hash", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs", + "test": true } ], - "features": { - "default": [ - "use_std" - ], - "use_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml", - "metadata": { - "release": { - "no-dev-version": true - } - }, - "publish": null, + "version": "1.1.0" + }, + { "authors": [ "bluss" ], @@ -8333,460 +8283,496 @@ "rust-patterns", "no-std" ], + "default_run": null, + "dependencies": [], + "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "documentation": "https://docs.rs/scopeguard/", + "edition": "2015", + "features": { + "default": [ + "use_std" + ], + "use_std": [] + }, + "homepage": null, + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "scope-guard", "defer", "panic", "unwind" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true + } + }, + "name": "scopeguard", + "publish": null, "readme": null, "repository": "https://github.com/bluss/scopeguard", - "homepage": null, - "documentation": "https://docs.rs/scopeguard/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "scopeguard", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "example" + ], + "name": "readme", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/examples/readme.rs", + "test": false + } + ], + "version": "1.1.0" }, { - "name": "slotmap", - "version": "1.0.6", - "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Zlib", - "license_file": null, - "description": "Slotmap data structure", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Orson Peters " + ], + "categories": [ + "data-structures", + "memory-management", + "caching" + ], + "default_run": null, "dependencies": [ { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": false, "features": [ "derive", "alloc" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quickcheck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "quickcheck", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "version_check", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "build", - "rename": null, + "name": "version_check", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Slotmap data structure", + "documentation": null, + "edition": "2018", + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [], + "unstable": [] + }, + "homepage": null, + "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "slotmap", + "storage", + "allocator", + "arena", + "reference" + ], + "license": "Zlib", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/Cargo.toml", + "metadata": null, + "name": "slotmap", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/orlp/slotmap", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "slotmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "slotmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "rand_meld_heap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/examples/rand_meld_heap.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2018", "kind": [ "example" ], + "name": "rand_meld_heap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/examples/rand_meld_heap.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "doubly_linked_list", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/examples/doubly_linked_list.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "example" + ], + "name": "doubly_linked_list", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/examples/doubly_linked_list.rs", "test": false }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.6/build.rs", "test": false } ], - "features": { - "default": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "std": [], - "unstable": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/slotmap-1.0.6/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.0.6" + }, + { "authors": [ - "Orson Peters " + "The Servo Project Developers" ], "categories": [ - "data-structures", - "memory-management", - "caching" - ], - "keywords": [ - "slotmap", - "storage", - "allocator", - "arena", - "reference" + "data-structures" ], - "readme": "README.md", - "repository": "https://github.com/orlp/slotmap", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "smallvec", - "version": "1.10.0", - "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "'Small vector' optimization: store up to a small number of items on the stack", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arbitrary", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "arbitrary", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "bincode", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "bincode", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "debugger_test_parser", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "debugger_test_parser", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "'Small vector' optimization: store up to a small number of items on the stack", + "documentation": "https://docs.rs/smallvec/", + "edition": "2018", + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "const_generics": [], + "const_new": [ + "const_generics" + ], + "debugger_visualizer": [], + "may_dangle": [], + "serde": [ + "dep:serde" + ], + "specialization": [], + "union": [], + "write": [] + }, + "homepage": null, + "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "small", + "vec", + "vector", + "stack", + "no_std" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "smallvec", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/servo/rust-smallvec", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "smallvec", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "smallvec", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "debugger_visualizer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/tests/debugger_visualizer.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "test" + ], + "name": "debugger_visualizer", "required-features": [ "debugger_visualizer" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/tests/debugger_visualizer.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/tests/macro.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "macro", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/tests/macro.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "bench", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/benches/bench.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "arbitrary": [ - "dep:arbitrary" - ], - "const_generics": [], - "const_new": [ - "const_generics" - ], - "debugger_visualizer": [], - "may_dangle": [], - "serde": [ - "dep:serde" - ], - "specialization": [], - "union": [], - "write": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } + "edition": "2018", + "kind": [ + "bench" + ], + "name": "bench", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.10.0/benches/bench.rs", + "test": false } - }, - "publish": null, - "authors": [ - "The Servo Project Developers" - ], - "categories": [ - "data-structures" ], - "keywords": [ - "small", - "vec", - "vector", - "stack", - "no_std" - ], - "readme": "README.md", - "repository": "https://github.com/servo/rust-smallvec", - "homepage": null, - "documentation": "https://docs.rs/smallvec/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "1.10.0" }, { - "name": "spirv", - "version": "0.2.0+1.5.4", - "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Apache-2.0", - "license_file": null, - "description": "Rust definition of SPIR-V structs and enums", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Lei Zhang " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "num-traits", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "num-traits", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "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" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "spirv", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/spirv-0.2.0+1.5.4/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Rust definition of SPIR-V structs and enums", + "documentation": "https://docs.rs/spirv", + "edition": "2018", "features": { "deserialize": [ "serde" @@ -8798,59 +8784,44 @@ "serde" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/spirv-0.2.0+1.5.4/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "Lei Zhang " - ], - "categories": [], + "homepage": null, + "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "spirv", "definition", "struct", "enum" ], + "license": "Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spirv-0.2.0+1.5.4/Cargo.toml", + "metadata": null, + "name": "spirv", + "publish": null, "readme": "README.md", "repository": "https://github.com/gfx-rs/rspirv", - "homepage": null, - "documentation": "https://docs.rs/spirv", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "static_assertions", - "version": "1.1.0", - "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Compile-time assertions to ensure that invariants are met.", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "static_assertions", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "spirv", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spirv-0.2.0+1.5.4/lib.rs", "test": true } ], - "features": { - "nightly": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.0+1.5.4" + }, + { "authors": [ "Nikolai Vazquez" ], @@ -8859,1173 +8830,1194 @@ "rust-patterns", "development-tools::testing" ], + "default_run": null, + "dependencies": [], + "description": "Compile-time assertions to ensure that invariants are met.", + "documentation": "https://docs.rs/static_assertions/", + "edition": "2015", + "features": { + "nightly": [] + }, + "homepage": "https://github.com/nvzqz/static-assertions-rs", + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "assert", "static", "testing" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml", + "metadata": null, + "name": "static_assertions", + "publish": null, "readme": "README.md", "repository": "https://github.com/nvzqz/static-assertions-rs", - "homepage": "https://github.com/nvzqz/static-assertions-rs", - "documentation": "https://docs.rs/static_assertions/", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "static_assertions", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs", + "test": true + } + ], + "version": "1.1.0" }, { - "name": "syn", - "version": "1.0.104", - "id": "syn 1.0.104 (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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parser-implementations" + ], + "default_run": null, "dependencies": [ { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.46", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.46", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-ident", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "unicode-ident", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "automod", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "automod", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "flate2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "flate2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "insta", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "insta", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rayon", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rayon", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "regex", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "regex", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "reqwest", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn-test-suite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0", + "features": [], "kind": "dev", - "rename": null, + "name": "syn-test-suite", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "tar", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.16", + "features": [], "kind": "dev", - "rename": null, + "name": "tar", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.16", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "termcolor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "termcolor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "walkdir", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^2.1", + "features": [], "kind": "dev", - "rename": null, + "name": "walkdir", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Parser for Rust source code", + "documentation": "https://docs.rs/syn", + "edition": "2018", + "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": [] + }, + "homepage": null, + "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "macros", + "syn" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/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" + ] + } + }, + "name": "syn", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "syn", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "syn", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_should_parse", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_should_parse.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_should_parse", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_should_parse.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_visibility", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_visibility.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_visibility", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_visibility.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_stmt", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_stmt.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_stmt", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_stmt.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_round_trip", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_round_trip.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_round_trip", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_round_trip.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_shebang", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_shebang.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_shebang", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_shebang.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_pat", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_pat.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_pat", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_pat.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_receiver", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_receiver.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_receiver", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_receiver.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_precedence", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_precedence.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_precedence", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_precedence.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "test" ], + "name": "test_lit", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_lit.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lit", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_lit.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "regression", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/regression.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "regression", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/regression.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_stream", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_parse_stream.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_stream", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_parse_stream.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_grouping", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_grouping.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_grouping", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_grouping.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_ident.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_ident.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_iterators", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_iterators.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_iterators", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_iterators.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_parse_buffer", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_parse_buffer.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_parse_buffer", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_parse_buffer.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_asyncness", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_asyncness.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_asyncness", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_asyncness.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_token_trees", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_token_trees.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_token_trees", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_token_trees.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_ty", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_ty.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_ty", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_ty.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "zzz_stable", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/zzz_stable.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "zzz_stable", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/zzz_stable.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_meta", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_meta.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_meta", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_meta.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_item", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_item.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_item", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_item.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_derive_input", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_derive_input.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_derive_input", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_derive_input.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_attribute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/tests/test_attribute.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_attribute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/tests/test_attribute.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "bench" ], - "crate_types": [ - "bin" - ], "name": "rust", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/benches/rust.rs", - "edition": "2018", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/benches/rust.rs", "test": false }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "file", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/benches/file.rs", + "doc": false, + "doctest": false, "edition": "2018", + "kind": [ + "bench" + ], + "name": "file", "required-features": [ "full", "parsing" ], - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/benches/file.rs", "test": false }, { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/build.rs", - "edition": "2018", - "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/syn-1.0.104/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" - ] + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.104/build.rs", + "test": false } - }, - "publish": null, - "authors": [ - "David Tolnay " - ], - "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": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" + "version": "1.0.104" }, { - "name": "termcolor", - "version": "1.1.3", - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense OR MIT", - "license_file": null, - "description": "A simple cross platform library for writing colored text to a terminal.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "winapi-util", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.3", + "features": [], "kind": null, - "rename": null, + "name": "winapi-util", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true } ], + "description": "A simple cross platform library for writing colored text to a terminal.\n", + "documentation": "https://docs.rs/termcolor", + "edition": "2018", + "features": {}, + "homepage": "https://github.com/BurntSushi/termcolor", + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "win", + "color", + "ansi", + "console" + ], + "license": "Unlicense OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/Cargo.toml", + "metadata": null, + "name": "termcolor", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/BurntSushi/termcolor", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "termcolor", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "termcolor", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml", - "metadata": null, - "publish": null, + "version": "1.1.3" + }, + { "authors": [ - "Andrew Gallant " + "David Tolnay " ], - "categories": [], - "keywords": [ - "windows", - "win", - "color", - "ansi", - "console" + "categories": [ + "rust-patterns" ], - "readme": "README.md", - "repository": "https://github.com/BurntSushi/termcolor", - "homepage": "https://github.com/BurntSushi/termcolor", - "documentation": "https://docs.rs/termcolor", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "thiserror", - "version": "1.0.37", - "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "derive(Error)", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "thiserror-impl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=1.0.37", + "features": [], "kind": null, - "rename": null, + "name": "thiserror-impl", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=1.0.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "anyhow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.65", + "features": [], "kind": "dev", - "rename": null, + "name": "anyhow", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.65", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ref-cast", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "ref-cast", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustversion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "rustversion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.49", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "diff" ], + "kind": "dev", + "name": "trybuild", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "derive(Error)", + "documentation": "https://docs.rs/thiserror", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "error", + "error-handling", + "derive" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "thiserror", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/thiserror", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "thiserror", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "thiserror", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "test_source", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_source.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_source", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_source.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_backtrace", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_backtrace.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_backtrace", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_backtrace.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_display", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_display.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_display", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_display.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_lints", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_lints.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_lints", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_lints.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_transparent", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_transparent.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_transparent", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_transparent.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compiletest", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/compiletest.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "compiletest", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/compiletest.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_from", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_from.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_from", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_from.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_expr", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_expr.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_expr", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_expr.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_path", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_path.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_path", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_path.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_error", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_error.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_error", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_error.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_generics", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_generics.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_generics", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_generics.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_option", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_option.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "test_option", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_option.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "test_deprecated", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/tests/test_deprecated.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "test_deprecated", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/tests/test_deprecated.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.37/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.37" + }, + { "authors": [ "David Tolnay " ], - "categories": [ - "rust-patterns" - ], - "keywords": [ - "error", - "error-handling", - "derive" - ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": "https://docs.rs/thiserror", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.31" - }, - { - "name": "thiserror-impl", - "version": "1.0.37", - "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation detail of the `thiserror` crate", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.45", + "features": [], "kind": null, - "rename": null, + "name": "syn", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.45", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "proc-macro" - ], - "crate_types": [ - "proc-macro" - ], - "name": "thiserror-impl", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Implementation detail of the `thiserror` crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/Cargo.toml", + "homepage": null, + "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.37/Cargo.toml", "metadata": { "docs": { "rs": { @@ -10035,257 +10027,252 @@ } } }, + "name": "thiserror-impl", "publish": null, - "authors": [ - "David Tolnay " - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/dtolnay/thiserror", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.31" + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "proc-macro" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "thiserror-impl", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.37/src/lib.rs", + "test": true + } + ], + "version": "1.0.37" }, { - "name": "unicode-ident", - "version": "1.0.5", - "id": "unicode-ident 1.0.5 (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", + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "no-std" + ], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "fst", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "fst", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "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" ], + "kind": "dev", + "name": "rand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "roaring", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "roaring", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ucd-trie", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "ucd-trie", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "unicode-xid", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.4", + "features": [], "kind": "dev", - "rename": null, + "name": "unicode-xid", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", + "documentation": "https://docs.rs/unicode-ident", + "edition": "2018", + "features": {}, + "homepage": null, + "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "unicode", + "xid" + ], + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "name": "unicode-ident", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/dtolnay/unicode-ident", + "rust_version": "1.31", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-ident", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "unicode-ident", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "static_size", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/tests/static_size.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "static_size", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/tests/static_size.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "compare", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/tests/compare.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "compare", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/tests/compare.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/benches/xid.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.5/benches/xid.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "targets": [ - "x86_64-unknown-linux-gnu" - ] - } - } - }, - "publish": null, + "version": "1.0.5" + }, + { "authors": [ - "David Tolnay " - ], - "categories": [ - "development-tools::procedural-macro-helpers", - "no-std" - ], - "keywords": [ - "unicode", - "xid" + "kwantam ", + "Manish Goregaokar " ], - "readme": "README.md", - "repository": "https://github.com/dtolnay/unicode-ident", - "homepage": null, - "documentation": "https://docs.rs/unicode-ident", - "edition": "2018", - "links": null, + "categories": [], "default_run": null, - "rust_version": "1.31" - }, - { - "name": "unicode-width", - "version": "0.1.10", - "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-std", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "std", + "name": "rustc-std-workspace-std", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "std", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "unicode-width", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.10/src/lib.rs", - "edition": "2015", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", + "documentation": "https://unicode-rs.github.io/unicode-width", + "edition": "2015", "features": { "bench": [], "compiler_builtins": [ @@ -10305,232 +10292,234 @@ "dep:std" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.10/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "kwantam ", - "Manish Goregaokar " - ], - "categories": [], + "homepage": "https://github.com/unicode-rs/unicode-width", + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "text", "width", "unicode" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/Cargo.toml", + "metadata": null, + "name": "unicode-width", + "publish": null, "readme": "README.md", "repository": "https://github.com/unicode-rs/unicode-width", - "homepage": "https://github.com/unicode-rs/unicode-width", - "documentation": "https://unicode-rs.github.io/unicode-width", - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-width", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs", + "test": true + } + ], + "version": "0.1.10" }, { - "name": "unicode-xid", - "version": "0.2.4", - "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "erick.tryzelaar ", + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "criterion", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": "dev", - "rename": null, + "name": "criterion", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", + "documentation": "https://unicode-rs.github.io/unicode-xid", + "edition": "2015", + "features": { + "bench": [], + "default": [], + "no_std": [] + }, + "homepage": "https://github.com/unicode-rs/unicode-xid", + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "text", + "unicode", + "xid" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/Cargo.toml", + "metadata": null, + "name": "unicode-xid", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-xid", + "rust_version": "1.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "unicode-xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "unicode-xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "exhaustive_tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/tests/exhaustive_tests.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "test" + ], + "name": "exhaustive_tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/tests/exhaustive_tests.rs", "test": true }, { - "kind": [ - "bench" - ], "crate_types": [ "bin" ], - "name": "xid", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/benches/xid.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "bench" + ], + "name": "xid", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/benches/xid.rs", "test": false } ], - "features": { - "bench": [], - "default": [], - "no_std": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.4" + }, + { "authors": [ - "erick.tryzelaar ", - "kwantam ", - "Manish Goregaokar " + "Sergio Benitez " ], "categories": [], - "keywords": [ - "text", - "unicode", - "xid" - ], - "readme": "README.md", - "repository": "https://github.com/unicode-rs/unicode-xid", - "homepage": "https://github.com/unicode-rs/unicode-xid", - "documentation": "https://unicode-rs.github.io/unicode-xid", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": "1.17" - }, - { - "name": "version_check", - "version": "0.9.4", + "dependencies": [], + "description": "Tiny crate to check the version of the installed/running rustc.", + "documentation": "https://docs.rs/version_check/", + "edition": "2015", + "features": {}, + "homepage": null, "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "version", + "rustc", + "minimum", + "check" + ], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Tiny crate to check the version of the installed/running rustc.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml", + "metadata": null, + "name": "version_check", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/SergioBenitez/version_check", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "version_check", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "version_check", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs", "test": true } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.9.4" + }, + { "authors": [ - "Sergio Benitez " + "The Cranelift Project Developers" ], - "categories": [], - "keywords": [ - "version", - "rustc", - "minimum", - "check" + "categories": [ + "no-std", + "wasm" ], - "readme": "README.md", - "repository": "https://github.com/SergioBenitez/version_check", - "homepage": null, - "documentation": "https://docs.rs/version_check/", - "edition": "2015", - "links": null, "default_run": null, - "rust_version": null - }, - { - "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", + "features": [], "kind": null, - "rename": null, + "name": "compiler_builtins", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": "core", + "name": "rustc-std-workspace-core", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "core", + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "rustc-std-workspace-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "rustc-std-workspace-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wasi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "Experimental WASI API bindings for Rust", + "documentation": "https://docs.rs/wasi", + "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" @@ -10551,844 +10540,841 @@ ], "std": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "The Cranelift Project Developers" - ], - "categories": [ - "no-std", - "wasm" - ], + "homepage": null, + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "webassembly", "wasm" ], + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "name": "wasi", + "publish": null, "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 + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", + "test": true + } + ], + "version": "0.11.0+wasi-snapshot-preview1" }, { - "name": "wasm-bindgen", - "version": "0.2.83", - "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Easy support for interacting between JS and Rust.\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "default_run": null, "dependencies": [ { - "name": "cfg-if", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "serde_json", "optional": true, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - }, - { - "name": "wasm-bindgen-macro", + "registry": null, + "rename": null, + "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "target": null, + "uses_default_features": true + }, + { + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-macro", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": "dev", - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "serde_derive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_derive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test-crate-a", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test-crate-a", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test-crate-b", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test-crate-b", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Easy support for interacting between JS and Rust.\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "features": { + "default": [ + "spans", + "std" + ], + "enable-interning": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "serde-serialize": [ + "serde", + "serde_json", + "std" + ], + "serde_json": [ + "dep:serde_json" + ], + "spans": [ + "wasm-bindgen-macro/spans" + ], + "std": [], + "strict-macro": [ + "wasm-bindgen-macro/strict-macro" + ], + "xxx_debug_only_print_generated_code": [ + "wasm-bindgen-macro/xxx_debug_only_print_generated_code" + ] + }, + "homepage": "https://rustwasm.github.io/", + "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde-serialize" + ] + } + } + }, + "name": "wasm-bindgen", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/src/lib.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/wasm/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/wasm/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "non_wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/non_wasm.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "non_wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/non_wasm.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "std-crate-no-std-dep", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/std-crate-no-std-dep.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "std-crate-no-std-dep", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/std-crate-no-std-dep.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "must_use", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/must_use.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "must_use", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/must_use.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "headless", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/headless/main.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2018", "kind": [ "test" ], + "name": "headless", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/headless/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "unwrap_throw", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/tests/unwrap_throw.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "unwrap_throw", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/tests/unwrap_throw.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/build.rs", - "edition": "2018", "doc": false, "doctest": false, - "test": false - } - ], - "features": { - "default": [ - "spans", - "std" - ], - "enable-interning": [ - "std" - ], - "serde": [ - "dep:serde" - ], - "serde-serialize": [ - "serde", - "serde_json", - "std" - ], - "serde_json": [ - "dep:serde_json" - ], - "spans": [ - "wasm-bindgen-macro/spans" - ], - "std": [], - "strict-macro": [ - "wasm-bindgen-macro/strict-macro" - ], - "xxx_debug_only_print_generated_code": [ - "wasm-bindgen-macro/xxx_debug_only_print_generated_code" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.83/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "features": [ - "serde-serialize" - ] - } - } - }, - "publish": null, - "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [ - "wasm" - ], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen", - "homepage": "https://rustwasm.github.io/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.83/build.rs", + "test": false + } + ], + "version": "0.2.83" }, { - "name": "wasm-bindgen-backend", - "version": "0.2.83", - "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Backend code generation of the wasm-bindgen tool\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bumpalo", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^3.0.0", + "features": [], "kind": null, - "rename": null, + "name": "bumpalo", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^3.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "once_cell", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.12", + "features": [], "kind": null, - "rename": null, + "name": "once_cell", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.12", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "proc-macro2", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Backend code generation of the wasm-bindgen tool\n", + "documentation": "https://docs.rs/wasm-bindgen-backend", + "edition": "2018", + "features": { + "extra-traits": [ + "syn/extra-traits" + ], + "spans": [] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-backend", + "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen-backend", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-backend", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.83/src/lib.rs", "test": true } ], - "features": { - "extra-traits": [ - "syn/extra-traits" - ], - "spans": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-backend", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-futures", - "version": "0.4.33", - "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bridging the gap between Rust Futures and JavaScript Promises", - "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.0.0", + "features": [], "kind": null, - "rename": null, + "name": "cfg-if", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.8", + "features": [], "kind": null, - "rename": null, + "name": "futures-core", "optional": true, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-channel-preview", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.0-alpha.18", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-channel-preview", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.0-alpha.18", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "futures-lite", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.11.3", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-lite", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1.11.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": false }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.24", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "MessageEvent", "Worker" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.24", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_feature = \"atomics\")", - "registry": null + "uses_default_features": true } ], + "description": "Bridging the gap between Rust Futures and JavaScript Promises", + "documentation": "https://docs.rs/wasm-bindgen-futures", + "edition": "2018", + "features": { + "futures-core": [ + "dep:futures-core" + ], + "futures-core-03-stream": [ + "futures-core" + ] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-futures", + "publish": null, + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", "kind": [ "lib" ], - "crate_types": [ - "lib" - ], "name": "wasm-bindgen-futures", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/tests/tests.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.33/tests/tests.rs", "test": true } ], - "features": { - "futures-core": [ - "dep:futures-core" - ], - "futures-core-03-stream": [ - "futures-core" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-futures-0.4.33/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.33" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": "./README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-futures", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-macro", - "version": "0.2.83", - "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-macro-support", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-macro-support", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "trybuild", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "trybuild", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true } ], + "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "features": { + "spans": [ + "wasm-bindgen-macro-support/spans" + ], + "strict-macro": [ + "wasm-bindgen-macro-support/strict-macro" + ], + "xxx_debug_only_print_generated_code": [] + }, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-macro", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "proc-macro" - ], "crate_types": [ "proc-macro" ], - "name": "wasm-bindgen-macro", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "proc-macro" + ], + "name": "wasm-bindgen-macro", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/src/lib.rs", "test": true }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "ui", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/tests/ui.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "ui", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.83/tests/ui.rs", "test": true } ], - "features": { - "spans": [ - "wasm-bindgen-macro-support/spans" - ], - "strict-macro": [ - "wasm-bindgen-macro-support/strict-macro" - ], - "xxx_debug_only_print_generated_code": [] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": "README.md", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-macro-support", - "version": "0.2.83", - "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", - "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", + "features": [], "kind": null, - "rename": null, + "name": "proc-macro2", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "quote", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "quote", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "syn", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.67", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "visit", "full" ], + "kind": null, + "name": "syn", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0.67", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-backend", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-backend", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-shared", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "=0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-shared", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "=0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wasm-bindgen-macro-support", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.83/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "uses_default_features": true } ], + "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", "features": { "extra-traits": [ "syn/extra-traits" @@ -11398,168 +11384,154 @@ ], "strict-macro": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.83/Cargo.toml", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.83/Cargo.toml", "metadata": null, + "name": "wasm-bindgen-macro-support", "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-macro-support", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.83/src/lib.rs", + "test": true + } + ], + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen", - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wasm-bindgen-shared", - "version": "0.2.83", + "dependencies": [], + "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", + "documentation": "https://docs.rs/wasm-bindgen-shared", + "edition": "2018", + "features": {}, + "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, - "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", + "links": "wasm_bindgen", + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/Cargo.toml", + "metadata": null, + "name": "wasm-bindgen-shared", + "publish": null, + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wasm-bindgen-shared", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "wasm-bindgen-shared", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.83/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-shared-0.2.83/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.2.83" + }, + { "authors": [ "The wasm-bindgen Developers" ], "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", - "homepage": "https://rustwasm.github.io/wasm-bindgen/", - "documentation": "https://docs.rs/wasm-bindgen-shared", - "edition": "2018", - "links": "wasm_bindgen", "default_run": null, - "rust_version": null - }, - { - "name": "web-sys", - "version": "0.3.60", - "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT/Apache-2.0", - "license_file": null, - "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-test", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.33", + "features": [], "kind": "dev", - "rename": null, + "name": "wasm-bindgen-test", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "web-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": false, - "test": false - }, - { - "kind": [ - "test" - ], - "crate_types": [ - "bin" - ], - "name": "wasm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/tests/wasm/main.rs", - "edition": "2018", - "doc": false, - "doctest": false, - "test": true + "uses_default_features": true } ], + "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", + "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", + "edition": "2018", "features": { "AbortController": [], "AbortSignal": [ @@ -14500,7 +14472,13 @@ "gpu_shader_stage": [], "gpu_texture_usage": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/web-sys-0.3.60/Cargo.toml", + "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", + "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/Cargo.toml", "metadata": { "docs": { "rs": { @@ -14511,424 +14489,438 @@ } } }, + "name": "web-sys", "publish": null, - "authors": [ - "The wasm-bindgen Developers" - ], - "categories": [], - "keywords": [], "readme": "./README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", - "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", - "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": false, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "web-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/src/lib.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", + "kind": [ + "test" + ], + "name": "wasm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.60/tests/wasm/main.rs", + "test": true + } + ], + "version": "0.3.60" }, { - "name": "wgpu", - "version": "0.14.0", - "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rusty WebGPU API wrapper", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "arrayvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "clone" ], - "target": null, - "registry": null - }, - { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", "kind": null, + "name": "naga", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, + "name": "raw-window-handle", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "static_assertions", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.1.0", + "features": [], "kind": null, - "rename": null, + "name": "static_assertions", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": "dev", - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bytemuck", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.4", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "derive" ], + "kind": "dev", + "name": "bytemuck", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "ddsfile", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": "dev", - "rename": null, + "name": "ddsfile", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "futures-intrusive", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "futures-intrusive", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glam", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.21.3", + "features": [], "kind": "dev", - "rename": null, + "name": "glam", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.21.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": "dev", - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "wgsl-in" ], + "kind": "dev", + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "nanorand", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": false, "features": [ "wyrand" ], + "kind": "dev", + "name": "nanorand", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "noise", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": "dev", - "rename": null, + "name": "noise", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "obj", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": "dev", - "rename": null, + "name": "obj", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "png", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.17", + "features": [], "kind": "dev", - "rename": null, + "name": "png", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.17", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.27.1", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.27.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "hal", + "name": "wgpu-hal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "wgc", - "optional": false, - "uses_default_features": true, "features": [ "raw-window-handle" ], + "kind": null, + "name": "wgpu-core", + "optional": false, + "registry": null, + "rename": "wgc", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "async-executor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": "dev", - "rename": null, + "name": "async-executor", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "pollster", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "pollster", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "wgsl-out" ], + "kind": null, + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.83", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.83", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen-futures", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4.33", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen-futures", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4.33", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Document", "Navigator", @@ -15056,55 +15048,55 @@ "ImageBitmapRenderingContext", "Window" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-core", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "wgc", - "optional": true, - "uses_default_features": true, "features": [ "raw-window-handle" ], + "kind": null, + "name": "wgpu-core", + "optional": true, + "registry": null, + "rename": "wgc", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "console_error_panic_hook", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.7", + "features": [], "kind": "dev", - "rename": null, + "name": "console_error_panic_hook", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "console_log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": "dev", - "rename": null, + "name": "console_log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3.60", - "kind": "dev", - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Location", "Blob", @@ -15113,672 +15105,652 @@ "Request", "Response" ], + "kind": "dev", + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3.60", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true } ], + "description": "Rusty WebGPU API wrapper", + "documentation": null, + "edition": "2021", + "features": { + "angle": [ + "wgc/angle" + ], + "default": [], + "emscripten": [ + "webgl" + ], + "glsl": [ + "naga/glsl-in" + ], + "naga": [ + "dep:naga" + ], + "replay": [ + "serde", + "wgc/replay" + ], + "serde": [ + "dep:serde" + ], + "spirv": [ + "naga/spv-in" + ], + "trace": [ + "serde", + "wgc/trace" + ], + "vulkan-portability": [ + "wgc/vulkan-portability" + ], + "webgl": [ + "wgc" + ], + "wgc": [ + "dep:wgc" + ] + }, + "homepage": "https://wgpu.rs/", + "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "graphics" + ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "name": "wgpu", + "publish": null, + "readme": "README.md", + "repository": "https://github.com/gfx-rs/wgpu/tree/v0.13", + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "wgpu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/src/lib.rs", - "edition": "2021", "doc": true, "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/src/lib.rs", "test": true }, { - "kind": [ - "example" - ], "crate_types": [ "bin" ], - "name": "boids", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/boids/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "boids", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/boids/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "bunnymark", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/bunnymark/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "bunnymark", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/bunnymark/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "conservative-raster", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/conservative-raster/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "conservative-raster", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/conservative-raster/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "cube", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/cube/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "cube", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/cube/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "hello-compute", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-compute/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello-compute", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-compute/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "mipmap", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/mipmap/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "mipmap", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/mipmap/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "msaa-line", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/msaa-line/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "msaa-line", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/msaa-line/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "shadow", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/shadow/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "shadow", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/shadow/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "skybox", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/skybox/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "skybox", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/skybox/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "texture-arrays", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/texture-arrays/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "texture-arrays", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/texture-arrays/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "water", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/water/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": true - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "water", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/water/main.rs", + "test": true + }, + { "crate_types": [ "bin" ], - "name": "framework", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/framework.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "framework", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/framework.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "capture", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/capture/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "capture", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/capture/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello-windows", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-windows/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello-windows", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-windows/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello/main.rs", - "edition": "2021", "doc": false, "doctest": false, - "test": false - }, - { + "edition": "2021", "kind": [ "example" ], + "name": "hello", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello/main.rs", + "test": false + }, + { "crate_types": [ "bin" ], - "name": "hello-triangle", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/examples/hello-triangle/main.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "hello-triangle", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/examples/hello-triangle/main.rs", "test": false }, { - "kind": [ - "test" - ], "crate_types": [ "bin" ], - "name": "wgpu-tests", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/tests/root.rs", - "edition": "2021", "doc": false, "doctest": false, + "edition": "2021", + "kind": [ + "test" + ], + "name": "wgpu-tests", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.14.0/tests/root.rs", "test": true } ], - "features": { - "angle": [ - "wgc/angle" - ], - "default": [], - "emscripten": [ - "webgl" - ], - "glsl": [ - "naga/glsl-in" - ], - "naga": [ - "dep:naga" - ], - "replay": [ - "serde", - "wgc/replay" - ], - "serde": [ - "dep:serde" - ], - "spirv": [ - "naga/spv-in" - ], - "trace": [ - "serde", - "wgc/trace" - ], - "vulkan-portability": [ - "wgc/vulkan-portability" - ], - "webgl": [ - "wgc" - ], - "wgc": [ - "dep:wgc" - ] - }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "all-features": true, - "rustdoc-args": [ - "--cfg", - "docsrs" - ] - } - } - }, - "publish": null, + "version": "0.14.0" + }, + { "authors": [ "wgpu developers" ], "categories": [], - "keywords": [ - "graphics" - ], - "readme": "README.md", - "repository": "https://github.com/gfx-rs/wgpu/tree/v0.13", - "homepage": "https://wgpu.rs/", - "documentation": null, - "edition": "2021", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "wgpu-core", - "version": "0.14.0", - "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU core logic on wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "arrayvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-vec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.6", + "features": [], "kind": null, - "rename": null, + "name": "bit-vec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.6", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "codespan-reporting", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11", + "features": [], "kind": null, - "rename": null, + "name": "codespan-reporting", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "fxhash", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "hal", + "name": "wgpu-hal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "clone", "span", "validate", "wgsl-in" ], - "target": null, - "registry": null - }, - { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", "kind": null, - "rename": null, + "name": "naga", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, + "name": "profiling", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "ron", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.8", + "features": [], "kind": null, - "rename": null, + "name": "raw-window-handle", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "ron", "optional": true, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "serde_derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "smallvec", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "cfg_aliases", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": "build", - "rename": null, + "name": "cfg_aliases", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "metal" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), any(target_os = \"ios\", target_os = \"macos\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "vulkan", "gles", "renderdoc" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), unix, not(target_os = \"ios\"), not(target_os = \"macos\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "vulkan", "dx12", "dx11", "renderdoc" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(not(target_arch = \"wasm32\"), windows))", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "HtmlCanvasElement", "OffscreenCanvas" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "gles" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", - "registry": null + "uses_default_features": true }, { - "name": "wgpu-hal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", - "kind": null, - "rename": "hal", - "optional": false, - "uses_default_features": true, "features": [ "emscripten" ], + "kind": null, + "name": "wgpu-hal", + "optional": false, + "registry": null, + "rename": "hal", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-core", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "custom-build" - ], - "crate_types": [ - "bin" - ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/build.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "WebGPU core logic on wgpu-hal", + "documentation": null, + "edition": "2021", "features": { "angle": [ "hal/gles" @@ -15817,535 +15789,518 @@ "hal/vulkan" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.14.0/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/Cargo.toml", + "metadata": null, + "name": "wgpu-core", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-core", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.14.0/build.rs", + "test": false + } + ], + "version": "0.14.0" }, { - "name": "wgpu-hal", - "version": "0.14.1", - "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU hardware abstraction layer", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "arrayvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": null, - "registry": null - }, - { - "name": "ash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.37", "kind": null, + "name": "arrayvec", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bit-set", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "ash", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.37", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, + "name": "bit-set", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "block", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [], + "kind": null, + "name": "bitflags", + "optional": false, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "foreign-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "block", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "fxhash", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.1", + "features": [], "kind": null, + "name": "foreign-types", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "glow", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.11.1", + "features": [], "kind": null, + "name": "fxhash", + "optional": false, + "registry": null, "rename": null, - "optional": true, - "uses_default_features": true, - "features": [], + "req": "^0.2.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "gpu-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "glow", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.11.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "gpu-descriptor", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "gpu-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "log", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, + "name": "gpu-descriptor", + "optional": true, + "registry": null, "rename": null, - "optional": false, - "uses_default_features": true, - "features": [], + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "naga", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.10", + "features": [], "kind": null, - "rename": null, + "name": "log", "optional": false, - "uses_default_features": true, + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true + }, + { "features": [ "clone" ], + "kind": null, + "name": "naga", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.10", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "parking_lot", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": ">=0.11, <0.13", + "features": [], "kind": null, - "rename": null, + "name": "parking_lot", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": ">=0.11, <0.13", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "profiling", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "profiling", "optional": false, - "uses_default_features": false, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": false }, { - "name": "range-alloc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "range-alloc", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "raw-window-handle", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5", + "features": [], "kind": null, - "rename": null, + "name": "raw-window-handle", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "renderdoc-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7.1", + "features": [], "kind": null, - "rename": null, + "name": "renderdoc-sys", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "smallvec", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "union" ], + "kind": null, + "name": "smallvec", + "optional": true, + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "thiserror", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1", + "features": [], "kind": null, - "rename": null, + "name": "thiserror", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "wgpu-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.14", + "features": [], "kind": null, - "rename": "wgt", + "name": "wgpu-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "wgt", + "req": "^0.14", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "env_logger", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.9", + "features": [], "kind": "dev", - "rename": null, + "name": "env_logger", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.9", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "winit", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.27.1", + "features": [], "kind": "dev", - "rename": null, + "name": "winit", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.27.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "js-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", + "features": [], "kind": null, - "rename": null, + "name": "js-sys", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "wasm-bindgen", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "wasm-bindgen", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "web-sys", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.3", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [ "Window", "HtmlCanvasElement", "WebGl2RenderingContext", "OffscreenCanvas" ], + "kind": null, + "name": "web-sys", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", - "registry": null + "uses_default_features": true }, { - "name": "core-graphics-types", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1", + "features": [], "kind": null, - "rename": null, + "name": "core-graphics-types", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "metal", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.24.0", + "features": [], "kind": null, - "rename": "mtl", + "name": "metal", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": "mtl", + "req": "^0.24.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "objc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2.5", + "features": [], "kind": null, - "rename": null, + "name": "objc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2.5", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", - "registry": null + "uses_default_features": true }, { - "name": "khronos-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.1", - "kind": null, - "rename": "egl", - "optional": true, - "uses_default_features": true, "features": [ "dynamic" ], + "kind": null, + "name": "khronos-egl", + "optional": true, + "registry": null, + "rename": "egl", + "req": "^4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "glutin", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.29.1", + "features": [], "kind": "dev", - "rename": null, + "name": "glutin", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.29.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", - "registry": null + "uses_default_features": true }, { - "name": "android_system_properties", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.1.1", + "features": [], "kind": null, - "rename": null, + "name": "android_system_properties", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.1.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"android\")", - "registry": null + "uses_default_features": true }, { - "name": "khronos-egl", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^4.1", - "kind": null, - "rename": "egl", - "optional": false, - "uses_default_features": true, "features": [ "static", "no-pkg-config" ], + "kind": null, + "name": "khronos-egl", + "optional": false, + "registry": null, + "rename": "egl", + "req": "^4.1", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null + "uses_default_features": true }, { - "name": "libloading", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.7", + "features": [], "kind": null, - "rename": null, + "name": "libloading", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.7", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"emscripten\")", - "registry": null + "uses_default_features": true }, { - "name": "d3d12", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.5.0", - "kind": null, - "rename": "native", - "optional": true, - "uses_default_features": true, "features": [ "libloading" ], + "kind": null, + "name": "d3d12", + "optional": true, + "registry": null, + "rename": "native", + "req": "^0.5.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null + "uses_default_features": true }, { - "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": [ "libloaderapi", "windef", "winuser", "dcomp" ], + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-hal", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "halmark", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/examples/halmark/main.rs", - "edition": "2021", - "doc": false, - "doctest": false, - "test": false - }, - { - "kind": [ - "example" - ], - "crate_types": [ - "bin" - ], - "name": "raw-gles", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/examples/raw-gles.rs", - "edition": "2021", - "required-features": [ - "gles" - ], - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "WebGPU hardware abstraction layer", + "documentation": null, + "edition": "2021", "features": { "ash": [ "dep:ash" @@ -16434,101 +16389,132 @@ "smallvec" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/Cargo.toml", + "metadata": null, + "name": "wgpu-hal", + "publish": null, "readme": "README.md", "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": "1.59" + "rust_version": "1.59", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-hal", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "halmark", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/examples/halmark/main.rs", + "test": false + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2021", + "kind": [ + "example" + ], + "name": "raw-gles", + "required-features": [ + "gles" + ], + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.14.1/examples/raw-gles.rs", + "test": false + } + ], + "version": "0.14.1" }, { - "name": "wgpu-types", - "version": "0.14.1", - "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "WebGPU types", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "wgpu developers" + ], + "categories": [], + "default_run": null, "dependencies": [ { - "name": "bitflags", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", + "features": [], "kind": null, - "rename": null, + "name": "bitflags", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "bitflags_serde_shim", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.2", + "features": [], "kind": null, - "rename": null, + "name": "bitflags_serde_shim", "optional": true, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.2", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0", - "kind": null, - "rename": null, - "optional": true, - "uses_default_features": true, "features": [ "serde_derive" ], + "kind": null, + "name": "serde", + "optional": true, + "registry": null, + "rename": null, + "req": "^1.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, - "registry": null + "uses_default_features": true }, { - "name": "serde_json", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^1.0.85", + "features": [], "kind": "dev", - "rename": null, + "name": "serde_json", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "wgpu-types", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.14.1/src/lib.rs", - "edition": "2021", - "doc": true, - "doctest": true, - "test": true + "registry": null, + "rename": null, + "req": "^1.0.85", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": null, + "uses_default_features": true } ], + "description": "WebGPU types", + "documentation": null, + "edition": "2021", "features": { "bitflags_serde_shim": [ "dep:bitflags_serde_shim" @@ -16545,89 +16531,79 @@ "bitflags_serde_shim" ] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.14.1/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [ - "wgpu developers" - ], - "categories": [], + "homepage": "https://github.com/gfx-rs/wgpu", + "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "graphics" ], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-types-0.14.1/Cargo.toml", + "metadata": null, + "name": "wgpu-types", + "publish": null, "readme": null, "repository": "https://github.com/gfx-rs/wgpu", - "homepage": "https://github.com/gfx-rs/wgpu", - "documentation": null, - "edition": "2021", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2021", + "kind": [ + "lib" + ], + "name": "wgpu-types", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wgpu-types-0.14.1/src/lib.rs", + "test": true + } + ], + "version": "0.14.1" }, { - "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", + "authors": [ + "Peter Atashian " + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os::windows-apis" + ], + "default_run": null, "dependencies": [ { - "name": "winapi-i686-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-i686-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "winapi-x86_64-pc-windows-gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.4", + "features": [], "kind": null, - "rename": null, + "name": "winapi-x86_64-pc-windows-gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.4", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs", - "edition": "2015", - "doc": false, - "doctest": false, - "test": false + "uses_default_features": true } ], + "description": "Raw FFI bindings for all of Windows API.", + "documentation": "https://docs.rs/winapi/", + "edition": "2015", "features": { "accctrl": [], "aclapi": [], @@ -17031,7 +17007,19 @@ "wtypesbase": [], "xinput": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml", + "homepage": null, + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { @@ -17049,107 +17037,114 @@ } } }, + "name": "winapi", "publish": null, - "authors": [ - "Peter Atashian " - ], - "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.", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.3.9" + }, + { "authors": [ "Peter Atashian " ], "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "keywords": [ "windows" ], + "license": "MIT/Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-i686-pc-windows-gnu", + "publish": null, "readme": null, "repository": "https://github.com/retep998/winapi-rs", - "homepage": null, - "documentation": null, - "edition": "2015", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", + "test": true + }, + { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", + "test": false + } + ], + "version": "0.4.0" }, { - "name": "winapi-util", - "version": "0.1.5", - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "Unlicense/MIT", - "license_file": null, - "description": "A dumping ground for high level safe wrappers over winapi.", - "source": "registry+https://github.com/rust-lang/crates.io-index", + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "os::windows-apis", + "external-ffi-bindings" + ], + "default_run": null, "dependencies": [ { - "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": [ "std", "consoleapi", @@ -17162,28 +17157,33 @@ "winerror", "winnt" ], - "target": "cfg(windows)", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "winapi-util", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "kind": null, + "name": "winapi", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "cfg(windows)", + "uses_default_features": true } ], + "description": "A dumping ground for high level safe wrappers over winapi.", + "documentation": "https://docs.rs/winapi-util", + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml", + "homepage": "https://github.com/BurntSushi/winapi-util", + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows", + "winapi", + "util", + "win" + ], + "license": "Unlicense/MIT", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", "metadata": { "docs": { "rs": { @@ -17193,258 +17193,244 @@ } } }, + "name": "winapi-util", "publish": null, - "authors": [ - "Andrew Gallant " - ], - "categories": [ - "os::windows-apis", - "external-ffi-bindings" - ], - "keywords": [ - "windows", - "winapi", - "util", - "win" - ], "readme": "README.md", "repository": "https://github.com/BurntSushi/winapi-util", - "homepage": "https://github.com/BurntSushi/winapi-util", - "documentation": "https://docs.rs/winapi-util", - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "rust_version": null, + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "winapi-util", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", + "test": true + } + ], + "version": "0.1.5" }, { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "authors": [ + "Peter Atashian " + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "documentation": null, + "edition": "2015", + "features": {}, + "homepage": null, "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [ + "windows" + ], "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.", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "name": "winapi-x86_64-pc-windows-gnu", + "publish": null, + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "rust_version": null, "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": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", - "edition": "2015", "doc": true, "doctest": true, + "edition": "2015", + "kind": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", - "edition": "2015", "doc": false, "doctest": false, + "edition": "2015", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.4.0" + }, + { "authors": [ - "Peter Atashian " + "Microsoft" ], "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": "windows-sys", - "version": "0.42.0", - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Rust for Windows", - "source": "registry+https://github.com/rust-lang/crates.io-index", "dependencies": [ { - "name": "windows_aarch64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_aarch64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_aarch64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_i686_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_i686_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-uwp-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnullvm", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_gnullvm", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", + "features": [], "kind": null, - "rename": null, + "name": "windows_x86_64_msvc", "optional": false, - "uses_default_features": true, - "features": [], + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-msvc", - "registry": null + "uses_default_features": true }, { - "name": "windows_x86_64_gnu", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", - "kind": null, - "rename": null, - "optional": false, - "uses_default_features": true, "features": [], - "target": "x86_64-uwp-windows-gnu", - "registry": null - }, - { - "name": "windows_x86_64_msvc", - "source": "registry+https://github.com/rust-lang/crates.io-index", - "req": "^0.42.0", "kind": null, - "rename": null, + "name": "windows_x86_64_gnu", "optional": false, - "uses_default_features": true, - "features": [], - "target": "x86_64-uwp-windows-msvc", - "registry": null - } - ], - "targets": [ - { - "kind": [ - "lib" - ], - "crate_types": [ - "lib" - ], - "name": "windows-sys", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/src/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, - "test": true + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "x86_64-uwp-windows-gnu", + "uses_default_features": true + }, + { + "features": [], + "kind": null, + "name": "windows_x86_64_msvc", + "optional": false, + "registry": null, + "rename": null, + "req": "^0.42.0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "target": "x86_64-uwp-windows-msvc", + "uses_default_features": true } ], + "description": "Rust for Windows", + "documentation": null, + "edition": "2018", "features": { "Win32": [], "Win32_AI": [ @@ -18407,7 +18393,13 @@ "default": [], "deprecated": [] }, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows-sys-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18417,62 +18409,112 @@ } } }, + "name": "windows-sys", "publish": null, + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": "1.49", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "targets": [ + { + "crate_types": [ + "lib" + ], + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows-sys", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs", + "test": true + } + ], + "version": "0.42.0" + }, + { "authors": [ "Microsoft" ], "categories": [], - "keywords": [], - "readme": "readme.md", - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": "1.49" - }, - { - "name": "windows_aarch64_gnullvm", - "version": "0.42.0", + "features": {}, + "homepage": null, "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, - "description": "Code gen support for the windows crate", + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "name": "windows_aarch64_gnullvm", + "publish": null, + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_gnullvm-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18481,62 +18523,62 @@ } } }, + "name": "windows_aarch64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_aarch64_msvc", - "version": "0.42.0", - "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_aarch64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_aarch64_msvc-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18545,62 +18587,62 @@ } } }, + "name": "windows_i686_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_gnu", - "version": "0.42.0", - "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_gnu-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18609,62 +18651,62 @@ } } }, + "name": "windows_i686_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_i686_msvc", - "version": "0.42.0", - "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_i686_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_i686_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/src/lib.rs", "test": true }, { + "crate_types": [ + "bin" + ], + "doc": false, + "doctest": false, + "edition": "2018", "kind": [ "custom-build" ], - "crate_types": [ - "bin" - ], "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/build.rs", - "edition": "2018", - "doc": false, - "doctest": false, + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_i686_msvc-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18673,62 +18715,62 @@ } } }, + "name": "windows_x86_64_gnu", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnu", - "version": "0.42.0", - "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnu", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnu-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18737,62 +18779,62 @@ } } }, + "name": "windows_x86_64_gnullvm", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_gnullvm", - "version": "0.42.0", - "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_gnullvm", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.0/build.rs", "test": false } ], + "version": "0.42.0" + }, + { + "authors": [ + "Microsoft" + ], + "categories": [], + "default_run": null, + "dependencies": [], + "description": "Code gen support for the windows crate", + "documentation": null, + "edition": "2018", "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_gnullvm-0.42.0/Cargo.toml", + "homepage": null, + "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keywords": [], + "license": "MIT OR Apache-2.0", + "license_file": null, + "links": null, + "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/Cargo.toml", "metadata": { "docs": { "rs": { @@ -18801,94 +18843,48 @@ } } }, + "name": "windows_x86_64_msvc", "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], "readme": null, "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "windows_x86_64_msvc", - "version": "0.42.0", - "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Code gen support for the windows crate", + "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", - "dependencies": [], "targets": [ { - "kind": [ - "lib" - ], "crate_types": [ "lib" ], - "name": "windows_x86_64_msvc", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/src/lib.rs", - "edition": "2018", "doc": true, "doctest": true, + "edition": "2018", + "kind": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/src/lib.rs", "test": true }, { - "kind": [ - "custom-build" - ], "crate_types": [ "bin" ], - "name": "build-script-build", - "src_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/build.rs", - "edition": "2018", "doc": false, "doctest": false, + "edition": "2018", + "kind": [ + "custom-build" + ], + "name": "build-script-build", + "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.0/build.rs", "test": false } ], - "features": {}, - "manifest_path": "{CARGO_HOME}/registry/src/github.com-1ecc6299db9ec823/windows_x86_64_msvc-0.42.0/Cargo.toml", - "metadata": { - "docs": { - "rs": { - "default-target": "x86_64-pc-windows-msvc", - "targets": [] - } - } - }, - "publish": null, - "authors": [ - "Microsoft" - ], - "categories": [], - "keywords": [], - "readme": null, - "repository": "https://github.com/microsoft/windows-rs", - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.42.0" } ], - "workspace_members": [ - "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)", - "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)" - ], "resolve": { "nodes": [ { - "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -18896,81 +18892,81 @@ ], "deps": [ { - "name": "getrandom", - "pkg": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))" } - ] + ], + "name": "getrandom", + "pkg": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))" } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -18978,181 +18974,181 @@ "default", "libloading", "loaded" - ] + ], + "id": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bit_vec", - "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_vec", + "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)", "dependencies": [ "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "wgpu", - "pkg": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgpu", + "pkg": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)" }, { - "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "termcolor", - "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_width", - "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "core_foundation_sys", - "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "core-foundation-sys 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19161,56 +19157,56 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_foundation", - "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_foundation", + "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19218,86 +19214,86 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "libloading" - ] + ], + "id": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "foreign_types_shared", - "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types_shared", + "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "byteorder", - "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "getrandom 0.2.8 (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.137 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19305,40 +19301,40 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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\")" } - ] + ], + "name": "wasi", + "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "getrandom 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19347,102 +19343,102 @@ ], "deps": [ { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "slotmap", - "pkg": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "slotmap", + "pkg": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_alloc_types", - "pkg": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_alloc_types", + "pkg": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19450,75 +19446,75 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_descriptor_types", - "pkg": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_descriptor_types", + "pkg": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "ahash", - "pkg": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ahash", + "pkg": "ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19526,67 +19522,67 @@ "default", "inline-more", "raw" - ] + ], + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hashbrown", - "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "std" - ] + ], + "id": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19594,34 +19590,34 @@ ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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": "pkg_config", + "pkg": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19637,117 +19633,117 @@ "no-pkg-config", "pkg-config", "static" - ] + ], + "id": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.9 (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": "cfg(unix)" } - ] + ], + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "scopeguard", - "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19758,72 +19754,72 @@ ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "block", - "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "block", + "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_graphics_types", - "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "core_graphics_types", + "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc", - "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "objc", + "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -19840,124 +19836,124 @@ ], "deps": [ { - "name": "bit_set", - "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_set", + "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "codespan_reporting", - "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "codespan_reporting", + "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hexf_parse", - "pkg": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "hexf_parse", + "pkg": "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "indexmap", - "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "indexmap", + "pkg": "indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "num_traits", - "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "rustc_hash", - "pkg": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "rustc_hash", + "pkg": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "spirv", - "pkg": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "spirv", + "pkg": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "termcolor", - "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "termcolor", + "pkg": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_xid", - "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -19976,83 +19972,83 @@ "validate", "wgsl-in", "wgsl-out" - ] + ], + "id": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "autocfg", - "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "malloc_buf", - "pkg": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "malloc_buf", + "pkg": "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc_exception", - "pkg": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "objc_exception", + "pkg": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "objc_exception" - ] + ], + "id": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "cc", - "pkg": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cc", + "pkg": "cc 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "objc_exception 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ @@ -20060,48 +20056,48 @@ "default", "race", "std" - ] + ], + "id": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)" }, { - "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "lock_api", - "pkg": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "lock_api", + "pkg": "lock_api 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot_core", - "pkg": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot_core", + "pkg": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "parking_lot_core 0.9.4 (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.137 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20111,247 +20107,247 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libc", - "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } - ] + ], + "name": "libc", + "pkg": "libc 0.2.137 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syscall", - "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"redox\")" } - ] + ], + "name": "syscall", + "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_sys", - "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "parking_lot_core 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "proc-macro" - ] + ], + "id": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "cty", - "pkg": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "cty", + "pkg": "cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "version_check", - "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "std" - ] + ], + "id": "slotmap 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "union" - ] + ], + "id": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "num_traits", - "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "spirv 0.2.0+1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20359,34 +20355,34 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "unicode_ident", - "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -20399,48 +20395,48 @@ "proc-macro", "quote", "visit" - ] + ], + "id": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi_util", - "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "thiserror_impl", - "pkg": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror_impl", + "pkg": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20448,111 +20444,111 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "thiserror-impl 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "unicode-ident 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default" - ] + ], + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], "features": [ "default", "std" - ] + ], + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro 0.2.83 (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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_macro", - "pkg": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_macro", + "pkg": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "spans", "std" - ] + ], + "id": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20564,82 +20560,82 @@ ], "deps": [ { - "name": "bumpalo", - "pkg": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bumpalo", + "pkg": "bumpalo 3.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "once_cell", - "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "once_cell", + "pkg": "once_cell 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_shared", - "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20648,82 +20644,82 @@ ], "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": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_feature = \"atomics\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_macro_support", - "pkg": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_macro_support", + "pkg": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-macro 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -20733,92 +20729,92 @@ ], "deps": [ { - "name": "proc_macro2", - "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "quote", - "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "quote", + "pkg": "quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "syn", - "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "syn", + "pkg": "syn 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_backend", - "pkg": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_backend", + "pkg": "wasm-bindgen-backend 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_shared", - "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "spans" - ] + ], + "id": "wasm-bindgen-macro-support 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "wasm-bindgen-shared 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -20997,10 +20993,10 @@ "Window", "Worker", "gpu_map_mode" - ] + ], + "id": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21019,48 +21015,46 @@ ], "deps": [ { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21070,105 +21064,107 @@ "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "static_assertions", - "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen_futures", - "pkg": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.33 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgc", - "pkg": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(not(target_arch = \"wasm32\"))" } - ] + ], + "name": "wgc", + "pkg": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hal", - "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(not(target_arch = \"wasm32\"), target_os = \"emscripten\"))" } - ] + ], + "name": "hal", + "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default" - ] + ], + "id": "wgpu 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21189,148 +21185,146 @@ ], "deps": [ { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bit_vec", - "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_vec", + "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "cfg_aliases", - "pkg": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": "build", "target": null } - ] + ], + "name": "cfg_aliases", + "pkg": "cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "codespan_reporting", - "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "codespan_reporting", + "pkg": "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "fxhash", - "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "fxhash", + "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "profiling", - "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "profiling", + "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "hal", - "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21356,26 +21350,28 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "hal", + "pkg": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ "default", "raw-window-handle" - ] + ], + "id": "wgpu-core 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21411,148 +21407,146 @@ ], "deps": [ { - "name": "android_system_properties", - "pkg": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"android\")" } - ] + ], + "name": "android_system_properties", + "pkg": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "arrayvec", - "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "arrayvec", + "pkg": "arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "ash", - "pkg": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "ash", + "pkg": "ash 0.37.1+1.3.235 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bit_set", - "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bit_set", + "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "block", - "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "block", + "pkg": "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "core_graphics_types", - "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "core_graphics_types", + "pkg": "core-graphics-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "native", - "pkg": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "native", + "pkg": "d3d12 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "foreign_types", - "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "fxhash", - "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "fxhash", + "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "glow", - "pkg": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "glow", + "pkg": "glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_alloc", - "pkg": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_alloc", + "pkg": "gpu-alloc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "gpu_descriptor", - "pkg": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "gpu_descriptor", + "pkg": "gpu-descriptor 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "js_sys", - "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "js_sys", + "pkg": "js-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "egl", - "pkg": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21562,11 +21556,11 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "egl", + "pkg": "khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "libloading", - "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21576,157 +21570,159 @@ "kind": null, "target": "cfg(target_os = \"emscripten\")" } - ] + ], + "name": "libloading", + "pkg": "libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "log", - "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "log", + "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "mtl", - "pkg": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "mtl", + "pkg": "metal 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "naga", - "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "naga", + "pkg": "naga 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "objc", - "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } - ] + ], + "name": "objc", + "pkg": "objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "parking_lot", - "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "profiling", - "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "profiling", + "pkg": "profiling 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "range_alloc", - "pkg": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "range_alloc", + "pkg": "range-alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "raw_window_handle", - "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "raw_window_handle", + "pkg": "raw-window-handle 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "renderdoc_sys", - "pkg": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "renderdoc_sys", + "pkg": "renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "smallvec", - "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "smallvec", + "pkg": "smallvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "thiserror", - "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "thiserror", + "pkg": "thiserror 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wasm_bindgen", - "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.83 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "web_sys", - "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } - ] + ], + "name": "web_sys", + "pkg": "web-sys 0.3.60 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "wgt", - "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "wgt", + "pkg": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -21751,53 +21747,53 @@ "renderdoc-sys", "smallvec", "vulkan" - ] + ], + "id": "wgpu-hal 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "bitflags", - "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "wgpu-types 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "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" } - ] + ], + "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)" } ], "features": [ @@ -21832,41 +21828,41 @@ "winerror", "winnt", "winuser" - ] + ], + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ], "deps": [ { - "name": "winapi", - "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } - ] + ], + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" } ], - "features": [] + "features": [], + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [ "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -21878,18 +21874,16 @@ ], "deps": [ { - "name": "windows_aarch64_gnullvm", - "pkg": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } - ] + ], + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_aarch64_msvc", - "pkg": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21899,11 +21893,11 @@ "kind": null, "target": "aarch64-uwp-windows-msvc" } - ] + ], + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_gnu", - "pkg": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21913,11 +21907,11 @@ "kind": null, "target": "i686-uwp-windows-gnu" } - ] + ], + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_i686_msvc", - "pkg": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21927,11 +21921,11 @@ "kind": null, "target": "i686-uwp-windows-msvc" } - ] + ], + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnu", - "pkg": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21941,21 +21935,21 @@ "kind": null, "target": "x86_64-uwp-windows-gnu" } - ] + ], + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_gnullvm", - "pkg": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } - ] + ], + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "name": "windows_x86_64_msvc", - "pkg": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dep_kinds": [ { "kind": null, @@ -21965,7 +21959,9 @@ "kind": null, "target": "x86_64-uwp-windows-msvc" } - ] + ], + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "features": [ @@ -21976,55 +21972,62 @@ "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "default" - ] + ], + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_aarch64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_i686_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnu 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_gnullvm 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" }, { - "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "windows_x86_64_msvc 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" } ], "root": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)" }, "target_directory": "{TEMP_DIR}/workspace/target", "version": 1, - "workspace_root": "{TEMP_DIR}/workspace", - "metadata": null + "workspace_default_members": [ + "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)" + ], + "workspace_members": [ + "child 0.1.0 (path+file://{TEMP_DIR}/workspace/child)", + "parent 0.1.0 (path+file://{TEMP_DIR}/workspace)" + ], + "workspace_root": "{TEMP_DIR}/workspace" } diff --git a/crate_universe/test_data/metadata/workspace_path/metadata.json b/crate_universe/test_data/metadata/workspace_path/metadata.json index a1531312dd..3d1140335c 100644 --- a/crate_universe/test_data/metadata/workspace_path/metadata.json +++ b/crate_universe/test_data/metadata/workspace_path/metadata.json @@ -1,186 +1,189 @@ { + "metadata": null, "packages": [ { - "name": "child_a", - "version": "0.1.0", + "authors": [], + "categories": [], + "default_run": null, + "dependencies": [], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, "id": "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)", + "keywords": [], "license": null, "license_file": null, - "description": null, + "links": null, + "manifest_path": "{TEMP_DIR}/workspace_path/child_a/Cargo.toml", + "metadata": null, + "name": "child_a", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, "source": null, - "dependencies": [], "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "child_a", "src_path": "{TEMP_DIR}/workspace_path/child_a/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/workspace_path/child_a/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.0" + }, + { "authors": [], "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, "default_run": null, - "rust_version": null - }, - { - "name": "child_b", - "version": "0.1.0", - "id": "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)", - "license": null, - "license_file": null, - "description": null, - "source": null, "dependencies": [ { - "name": "child_a", - "source": null, - "req": "*", + "features": [], "kind": null, - "rename": null, + "name": "child_a", "optional": false, - "uses_default_features": true, - "features": [], - "target": null, + "path": "{TEMP_DIR}/workspace_path/child_a", "registry": null, - "path": "{TEMP_DIR}/workspace_path/child_a" + "rename": null, + "req": "*", + "source": null, + "target": null, + "uses_default_features": true } ], + "description": null, + "documentation": null, + "edition": "2018", + "features": {}, + "homepage": null, + "id": "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)", + "keywords": [], + "license": null, + "license_file": null, + "links": null, + "manifest_path": "{TEMP_DIR}/workspace_path/child_b/Cargo.toml", + "metadata": null, + "name": "child_b", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, + "source": null, "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "child_b", "src_path": "{TEMP_DIR}/workspace_path/child_b/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/workspace_path/child_b/Cargo.toml", - "metadata": null, - "publish": null, + "version": "0.1.0" + }, + { "authors": [], "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, + "default_run": null, + "dependencies": [], + "description": null, "documentation": null, "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null - }, - { - "name": "parent", - "version": "0.1.0", + "features": {}, + "homepage": null, "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)", + "keywords": [], "license": null, "license_file": null, - "description": null, + "links": null, + "manifest_path": "{TEMP_DIR}/workspace_path/Cargo.toml", + "metadata": null, + "name": "parent", + "publish": null, + "readme": null, + "repository": null, + "rust_version": null, "source": null, - "dependencies": [], "targets": [ { - "kind": [ + "crate_types": [ "lib" ], - "crate_types": [ + "doc": true, + "doctest": true, + "edition": "2018", + "kind": [ "lib" ], "name": "parent", "src_path": "{TEMP_DIR}/workspace_path/lib.rs", - "edition": "2018", - "doc": true, - "doctest": true, "test": true } ], - "features": {}, - "manifest_path": "{TEMP_DIR}/workspace_path/Cargo.toml", - "metadata": null, - "publish": null, - "authors": [], - "categories": [], - "keywords": [], - "readme": null, - "repository": null, - "homepage": null, - "documentation": null, - "edition": "2018", - "links": null, - "default_run": null, - "rust_version": null + "version": "0.1.0" } ], - "workspace_members": [ - "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)", - "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)", - "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)" - ], "resolve": { "nodes": [ { - "id": "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)" }, { - "id": "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)", "dependencies": [ "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)" ], "deps": [ { - "name": "child_a", - "pkg": "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)", "dep_kinds": [ { "kind": null, "target": null } - ] + ], + "name": "child_a", + "pkg": "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)" } ], - "features": [] + "features": [], + "id": "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)" }, { - "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)", "dependencies": [], "deps": [], - "features": [] + "features": [], + "id": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)" } ], "root": "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)" }, "target_directory": "{TEMP_DIR}/workspace_path/target", "version": 1, - "workspace_root": "{TEMP_DIR}/workspace_path", - "metadata": null + "workspace_default_members": [ + "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)" + ], + "workspace_members": [ + "child_a 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_a)", + "child_b 0.1.0 (path+file://{TEMP_DIR}/workspace_path/child_b)", + "parent 0.1.0 (path+file://{TEMP_DIR}/workspace_path)" + ], + "workspace_root": "{TEMP_DIR}/workspace_path" } diff --git a/crate_universe/test_data/private/metadata_generator.py b/crate_universe/test_data/private/metadata_generator.py index ec3d2828ae..e519656f03 100755 --- a/crate_universe/test_data/private/metadata_generator.py +++ b/crate_universe/test_data/private/metadata_generator.py @@ -87,4 +87,4 @@ def run_subprocess(command: List[str]) -> subprocess.CompletedProcess[str]: # Write metadata to disk metadata = json.loads(metadata_text) output = test_dir / "metadata.json" - output.write_text(json.dumps(metadata, indent=4) + "\n") + output.write_text(json.dumps(metadata, indent=4, sort_keys=True) + "\n")