{
    "metadata": null,
    "packages": [
        {
            "authors": [],
            "categories": [
                "development-tools::debugging"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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
                },
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "cpp_demangle",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "fallible-iterator",
                    "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": false
                },
                {
                    "features": [
                        "read"
                    ],
                    "kind": null,
                    "name": "gimli",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.28.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "memmap2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "read"
                    ],
                    "kind": null,
                    "name": "object",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.32.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-demangle",
                    "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": "smallvec",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "backtrace",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.13",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "wrap_help"
                    ],
                    "kind": "dev",
                    "name": "clap",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^4.3.21",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "findshlibs",
                    "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": "libtest-mimic",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "typed-arena",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A cross-platform symbolication library written in Rust, using `gimli`",
            "documentation": "https://docs.rs/addr2line",
            "edition": "2018",
            "features": {
                "alloc": [
                    "dep:alloc"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "cpp_demangle": [
                    "dep:cpp_demangle"
                ],
                "default": [
                    "rustc-demangle",
                    "cpp_demangle",
                    "std-object",
                    "fallible-iterator",
                    "smallvec",
                    "memmap2"
                ],
                "fallible-iterator": [
                    "dep:fallible-iterator"
                ],
                "memmap2": [
                    "dep:memmap2"
                ],
                "object": [
                    "dep:object"
                ],
                "rustc-demangle": [
                    "dep:rustc-demangle"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "alloc",
                    "compiler_builtins",
                    "gimli/rustc-dep-of-std"
                ],
                "smallvec": [
                    "dep:smallvec"
                ],
                "std": [
                    "gimli/std"
                ],
                "std-object": [
                    "std",
                    "object",
                    "object/std",
                    "object/compression",
                    "gimli/endian-reader"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0",
            "keywords": [
                "DWARF",
                "debug",
                "elf",
                "symbolicate",
                "atos"
            ],
            "license": "Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/Cargo.toml",
            "metadata": null,
            "name": "addr2line",
            "publish": null,
            "readme": "./README.md",
            "repository": "https://github.com/gimli-rs/addr2line",
            "rust_version": "1.65",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "addr2line",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "addr2line",
                    "required-features": [
                        "default"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/examples/addr2line.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "output_equivalence",
                    "required-features": [
                        "default"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/output_equivalence.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "correctness",
                    "required-features": [
                        "default"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/correctness.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "parse",
                    "required-features": [
                        "std-object"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/parse.rs",
                    "test": true
                }
            ],
            "version": "0.21.0"
        },
        {
            "authors": [
                "Jonas Schievink <jonasschievink@gmail.com>"
            ],
            "categories": [
                "algorithms"
            ],
            "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "criterion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A simple clean-room implementation of the Adler-32 checksum",
            "documentation": "https://docs.rs/adler/",
            "edition": "2015",
            "features": {
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "std"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2",
            "keywords": [
                "checksum",
                "integrity",
                "hash",
                "adler32",
                "zlib"
            ],
            "license": "0BSD OR MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--cfg=docsrs"
                        ]
                    }
                },
                "release": {
                    "no-dev-version": true,
                    "pre-release-commit-message": "Release {{version}}",
                    "pre-release-replacements": [
                        {
                            "file": "CHANGELOG.md",
                            "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n",
                            "search": "## Unreleased\n"
                        },
                        {
                            "file": "README.md",
                            "replace": "adler = \"{{version}}\"",
                            "search": "adler = \"[a-z0-9\\\\.-]+\""
                        },
                        {
                            "file": "src/lib.rs",
                            "replace": "https://docs.rs/adler/{{version}}",
                            "search": "https://docs.rs/adler/[a-z0-9\\.-]+"
                        }
                    ],
                    "tag-message": "{{version}}"
                }
            },
            "name": "adler",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/jonas-schievink/adler.git",
            "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": "adler",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/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/adler-1.0.2/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "1.0.2"
        },
        {
            "authors": [
                "Nicolas Silva <nical@fastmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.126",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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
                }
            ],
            "version": "0.1.5"
        },
        {
            "authors": [
                "Josh Stone <cuviper@gmail.com>"
            ],
            "categories": [
                "development-tools::build-utils"
            ],
            "default_run": null,
            "dependencies": [],
            "description": "Automatic cfg for Rust compiler features",
            "documentation": "https://docs.rs/autocfg/",
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0",
            "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.2.0/Cargo.toml",
            "metadata": null,
            "name": "autocfg",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/cuviper/autocfg",
            "rust_version": "1.0",
            "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.2.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "example"
                    ],
                    "name": "integers",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.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.2.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.2.0/examples/versions.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "example"
                    ],
                    "name": "traits",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/traits.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "no_std",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/no_std.rs",
                    "test": true
                },
                {
                    "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.2.0/tests/rustflags.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "wrappers",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/wrappers.rs",
                    "test": true
                }
            ],
            "version": "1.2.0"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "cpp_demangle",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-demangle",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-serialize",
                    "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
                },
                {
                    "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": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "libloading",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "cc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.90",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "addr2line",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.21.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.146",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "miniz_oxide",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "read_core",
                        "elf",
                        "macho",
                        "pe",
                        "xcoff",
                        "unaligned",
                        "archive"
                    ],
                    "kind": null,
                    "name": "object",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.32.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "winapi",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n",
            "documentation": "https://docs.rs/backtrace",
            "edition": "2021",
            "features": {
                "coresymbolication": [],
                "cpp_demangle": [
                    "dep:cpp_demangle"
                ],
                "dbghelp": [],
                "default": [
                    "std"
                ],
                "dladdr": [],
                "gimli-symbolize": [],
                "kernel32": [],
                "libbacktrace": [],
                "libunwind": [],
                "rustc-serialize": [
                    "dep:rustc-serialize"
                ],
                "serde": [
                    "dep:serde"
                ],
                "serialize-rustc": [
                    "rustc-serialize"
                ],
                "serialize-serde": [
                    "serde"
                ],
                "std": [],
                "unix-backtrace": [],
                "verify-winapi": [
                    "winapi/dbghelp",
                    "winapi/handleapi",
                    "winapi/libloaderapi",
                    "winapi/memoryapi",
                    "winapi/minwindef",
                    "winapi/processthreadsapi",
                    "winapi/synchapi",
                    "winapi/tlhelp32",
                    "winapi/winbase",
                    "winapi/winnt"
                ],
                "winapi": [
                    "dep:winapi"
                ]
            },
            "homepage": "https://github.com/rust-lang/backtrace-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.71",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/Cargo.toml",
            "metadata": null,
            "name": "backtrace",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/backtrace-rs",
            "rust_version": "1.65.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "backtrace",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "backtrace",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/backtrace.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "raw",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/raw.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "skip_inner_frames",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/skip_inner_frames.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "long_fn_name",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/long_fn_name.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "smoke",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/smoke.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "accuracy",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/accuracy/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "concurrent-panics",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/concurrent-panics.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "current-exe-mismatch",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/current-exe-mismatch.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sgx-image-base",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/sgx-image-base.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "benchmarks",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/benches/benchmarks.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/backtrace-0.3.71/build.rs",
                    "test": false
                }
            ],
            "version": "0.3.71"
        },
        {
            "authors": [
                "Marshall Pierce <marshall@mpierce.org>"
            ],
            "categories": [
                "encoding"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "clap",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.2.25",
                    "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.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "once_cell",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "small_rng"
                    ],
                    "kind": "dev",
                    "name": "rand",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rstest",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.13.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rstest_reuse",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "strum",
                    "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": "encodes and decodes base64 as bytes or utf8",
            "documentation": "https://docs.rs/base64",
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
            "keywords": [
                "base64",
                "utf8",
                "encode",
                "decode",
                "no_std"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "name": "base64",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/marshallpierce/rust-base64",
            "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": "base64",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "base64",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/examples/base64.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "tests",
                    "required-features": [
                        "alloc"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/tests/tests.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "encode",
                    "required-features": [
                        "alloc"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/tests/encode.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "benchmarks",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/benches/benchmarks.rs",
                    "test": false
                }
            ],
            "version": "0.22.1"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "no-std"
            ],
            "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
                },
                {
                    "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": [],
                    "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": [],
                    "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": "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
                },
                {
                    "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
                },
                {
                    "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"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [],
                "example_generated": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ]
            },
            "homepage": "https://github.com/bitflags/bitflags",
            "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
            "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": [
                {
                    "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"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "arbitrary",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "bytemuck",
                    "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
                },
                {
                    "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
                },
                {
                    "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": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "arbitrary",
                    "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": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "bytemuck",
                    "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": "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": [],
                    "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": "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
                },
                {
                    "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": "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "zerocopy",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6",
                    "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": "2021",
            "features": {
                "arbitrary": [
                    "dep:arbitrary"
                ],
                "bytemuck": [
                    "dep:bytemuck"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "example_generated": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ],
                "serde": [
                    "dep:serde"
                ],
                "std": []
            },
            "homepage": "https://github.com/bitflags/bitflags",
            "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0",
            "keywords": [
                "bit",
                "bitmask",
                "bitflags",
                "flags"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "example_generated"
                        ]
                    }
                }
            },
            "name": "bitflags",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/bitflags/bitflags",
            "rust_version": "1.56.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "bitflags",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "serde",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/serde.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "fmt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/fmt.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "custom_bits_type",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_bits_type.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "macro_free",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/macro_free.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "custom_derive",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_derive.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "parse",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/benches/parse.rs",
                    "test": false
                }
            ],
            "version": "2.5.0"
        },
        {
            "authors": [
                "Nick Fitzgerald <fitzgen@gmail.com>"
            ],
            "categories": [
                "memory-management",
                "rust-patterns",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "allocator-api2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "serde",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.171",
                    "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.6",
                    "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.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.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "serde",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.197",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde_json",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.115",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A fast bump allocation arena for Rust.",
            "documentation": "https://docs.rs/bumpalo",
            "edition": "2021",
            "features": {
                "allocator-api2": [
                    "dep:allocator-api2"
                ],
                "allocator_api": [],
                "boxed": [],
                "collections": [],
                "default": [],
                "serde": [
                    "dep:serde"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true
                    }
                }
            },
            "name": "bumpalo",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/fitzgen/bumpalo",
            "rust_version": "1.73.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "bumpalo",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "try_alloc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "benches",
                    "required-features": [
                        "collections"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs",
                    "test": false
                }
            ],
            "version": "3.16.0"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>",
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "network-programming",
                "data-structures"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "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,
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "loom",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(loom)",
                    "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": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
            "keywords": [
                "buffers",
                "zero-copy",
                "io"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.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": "1.39",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "bytes",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_bytes_odd_alloc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_odd_alloc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_bytes",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_debug",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_debug.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_iter",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_iter.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_reader",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_reader.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_bytes_vec_alloc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_vec_alloc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_chain",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_chain.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_serde",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_serde.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_buf_mut",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf_mut.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_take",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_take.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/buf.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "bytes_mut",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes_mut.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "bytes",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes.rs",
                    "test": false
                }
            ],
            "version": "1.6.0"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [
                "development-tools::build-utils"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "jobserver",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "once_cell",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.19",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.62",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": false
                }
            ],
            "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"
                ],
                "libc": [
                    "dep:libc"
                ],
                "once_cell": [
                    "dep:once_cell"
                ],
                "parallel": [
                    "libc",
                    "jobserver",
                    "once_cell"
                ]
            },
            "homepage": "https://github.com/rust-lang/cc-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95",
            "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.95/Cargo.toml",
            "metadata": null,
            "name": "cc",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/cc-rs",
            "rust_version": "1.63",
            "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.95/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.0.95"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "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"
                ],
                "core": [
                    "dep:core"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ]
            },
            "homepage": "https://github.com/alexcrichton/cfg-if",
            "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
            "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": [
                {
                    "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"
        },
        {
            "authors": [
                "The Servo Project Developers"
            ],
            "categories": [
                "os::macos-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "chrono",
                    "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": [],
                    "kind": null,
                    "name": "core-foundation-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "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
                },
                {
                    "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": "2018",
            "features": {
                "chrono": [
                    "dep:chrono"
                ],
                "default": [
                    "link"
                ],
                "link": [
                    "core-foundation-sys/link"
                ],
                "mac_os_10_7_support": [
                    "core-foundation-sys/mac_os_10_7_support"
                ],
                "mac_os_10_8_features": [
                    "core-foundation-sys/mac_os_10_8_features"
                ],
                "uuid": [
                    "dep:uuid"
                ],
                "with-chrono": [
                    "chrono"
                ],
                "with-uuid": [
                    "uuid"
                ]
            },
            "homepage": "https://github.com/servo/core-foundation-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4",
            "keywords": [
                "macos",
                "framework",
                "objc"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "default-target": "x86_64-apple-darwin"
                    }
                }
            },
            "name": "core-foundation",
            "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": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "core_foundation",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "use_macro_outside_crate",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs",
                    "test": true
                }
            ],
            "version": "0.9.4"
        },
        {
            "authors": [
                "The Servo Project Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Bindings to Core Foundation for macOS",
            "documentation": null,
            "edition": "2018",
            "features": {
                "default": [
                    "link"
                ],
                "link": [],
                "mac_os_10_7_support": [],
                "mac_os_10_8_features": []
            },
            "homepage": "https://github.com/servo/core-foundation-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "default-target": "x86_64-apple-darwin"
                    }
                }
            },
            "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": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "core_foundation_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.8.6"
        },
        {
            "authors": [
                "Henri Sivonen <hsivonen@hsivonen.fi>"
            ],
            "categories": [
                "text-processing",
                "encoding",
                "web-programming",
                "internationalization"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "any_all_workaround",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": 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": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "bincode",
                    "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": "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": "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 Gecko-oriented implementation of the Encoding Standard",
            "documentation": "https://docs.rs/encoding_rs/",
            "edition": "2018",
            "features": {
                "alloc": [],
                "any_all_workaround": [
                    "dep:any_all_workaround"
                ],
                "default": [
                    "alloc"
                ],
                "fast-big5-hanzi-encode": [],
                "fast-gb-hanzi-encode": [],
                "fast-hangul-encode": [],
                "fast-hanja-encode": [],
                "fast-kanji-encode": [],
                "fast-legacy-encode": [
                    "fast-hangul-encode",
                    "fast-hanja-encode",
                    "fast-kanji-encode",
                    "fast-gb-hanzi-encode",
                    "fast-big5-hanzi-encode"
                ],
                "less-slow-big5-hanzi-encode": [],
                "less-slow-gb-hanzi-encode": [],
                "less-slow-kanji-encode": [],
                "serde": [
                    "dep:serde"
                ],
                "simd-accel": [
                    "any_all_workaround"
                ]
            },
            "homepage": "https://docs.rs/encoding_rs/",
            "id": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.34",
            "keywords": [
                "encoding",
                "web",
                "unicode",
                "charset"
            ],
            "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/Cargo.toml",
            "metadata": null,
            "name": "encoding_rs",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hsivonen/encoding_rs",
            "rust_version": "1.36",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "encoding_rs",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.8.34"
        },
        {
            "authors": [],
            "categories": [
                "data-structures",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [],
            "description": "Traits for key comparison in maps.",
            "documentation": null,
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1",
            "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/equivalent-1.0.1/Cargo.toml",
            "metadata": null,
            "name": "equivalent",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/cuviper/equivalent",
            "rust_version": "1.6",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "equivalent",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.0.1"
        },
        {
            "authors": [
                "Chris Wong <lambda.fairy@gmail.com>"
            ],
            "categories": [
                "no-std",
                "os"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"hermit\")",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"wasi\")",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_System_Diagnostics_Debug"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Cross-platform interface to the `errno` variable.",
            "documentation": "https://docs.rs/errno",
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "std": [
                    "libc/std"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.8",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/Cargo.toml",
            "metadata": null,
            "name": "errno",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/lambda-fairy/rust-errno",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "errno",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.8"
        },
        {
            "authors": [
                "Stjepan Glavina <stjepang@gmail.com>"
            ],
            "categories": [
                "algorithms"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "getrandom",
                    "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
                },
                {
                    "features": [],
                    "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": "wyhash",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "js"
                    ],
                    "kind": null,
                    "name": "getrandom",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "js"
                    ],
                    "kind": "dev",
                    "name": "getrandom",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
                    "uses_default_features": true
                }
            ],
            "description": "A simple and fast random number generator",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "getrandom": [
                    "dep:getrandom"
                ],
                "js": [
                    "std",
                    "getrandom"
                ],
                "std": [
                    "alloc"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0",
            "keywords": [
                "simple",
                "fast",
                "rand",
                "random",
                "wyrand"
            ],
            "license": "Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "fastrand",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/smol-rs/fastrand",
            "rust_version": "1.36",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "fastrand",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "char",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/char.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "smoke",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/smoke.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/fastrand-2.1.0/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "2.1.0"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Fowler\u2013Noll\u2013Vo hash function",
            "documentation": "https://doc.servo.org/fnv/",
            "edition": "2015",
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
            "keywords": [],
            "license": "Apache-2.0 / MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml",
            "metadata": null,
            "name": "fnv",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/servo/rust-fnv",
            "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": "fnv",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs",
                    "test": true
                }
            ],
            "version": "1.0.7"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "foreign-types-shared",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A framework for Rust wrappers over C APIs",
            "documentation": null,
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                }
            ],
            "version": "0.3.2"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "An internal crate used by foreign-types",
            "documentation": null,
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1",
            "keywords": [],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "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",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                }
            ],
            "version": "0.1.1"
        },
        {
            "authors": [
                "The rust-url developers"
            ],
            "categories": [
                "no_std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "percent-encoding",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [
                    "percent-encoding/alloc"
                ],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc",
                    "percent-encoding/std"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1",
            "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.2.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "form_urlencoded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs",
                    "test": false
                }
            ],
            "version": "1.2.1"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-core",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-sink",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "Channels for asynchronous communication using futures-rs.\n",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [
                    "futures-core/alloc"
                ],
                "cfg-target-has-atomic": [],
                "default": [
                    "std"
                ],
                "futures-sink": [
                    "dep:futures-sink"
                ],
                "sink": [
                    "futures-sink"
                ],
                "std": [
                    "alloc",
                    "futures-core/std"
                ],
                "unstable": []
            },
            "homepage": "https://rust-lang.github.io/futures-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "futures-channel",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/futures-rs",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "futures_channel",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "oneshot",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "channel",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "mpsc-close",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "mpsc-size_hint",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "mpsc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "sync_mpsc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs",
                    "test": false
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "require-cas"
                    ],
                    "kind": null,
                    "name": "portable-atomic",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "The core traits and types in for the `futures` library.\n",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "cfg-target-has-atomic": [],
                "default": [
                    "std"
                ],
                "portable-atomic": [
                    "dep:portable-atomic"
                ],
                "std": [
                    "alloc"
                ],
                "unstable": []
            },
            "homepage": "https://rust-lang.github.io/futures-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "futures-core",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/futures-rs",
            "rust_version": "1.36",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "futures_core",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "The asynchronous `Sink` trait for the futures-rs library.\n",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc"
                ]
            },
            "homepage": "https://rust-lang.github.io/futures-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true
                    }
                }
            },
            "name": "futures-sink",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/futures-rs",
            "rust_version": "1.36",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "futures_sink",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Tools for working with tasks.\n",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "cfg-target-has-atomic": [],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc"
                ],
                "unstable": []
            },
            "homepage": "https://rust-lang.github.io/futures-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true
                    }
                }
            },
            "name": "futures-task",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/futures-rs",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "futures_task",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "futures-channel",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-core",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "futures-io",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-macro",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "=0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-sink",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-task",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.30",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures",
                    "optional": true,
                    "registry": null,
                    "rename": "futures_01",
                    "req": "^0.1.25",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "memchr",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-utils",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "slab",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-io",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.11",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Common utilities and extension traits for the futures-rs library.\n",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [
                    "futures-core/alloc",
                    "futures-task/alloc"
                ],
                "async-await": [],
                "async-await-macro": [
                    "async-await",
                    "futures-macro"
                ],
                "bilock": [],
                "cfg-target-has-atomic": [],
                "channel": [
                    "std",
                    "futures-channel"
                ],
                "compat": [
                    "std",
                    "futures_01"
                ],
                "default": [
                    "std",
                    "async-await",
                    "async-await-macro"
                ],
                "futures-channel": [
                    "dep:futures-channel"
                ],
                "futures-io": [
                    "dep:futures-io"
                ],
                "futures-macro": [
                    "dep:futures-macro"
                ],
                "futures-sink": [
                    "dep:futures-sink"
                ],
                "futures_01": [
                    "dep:futures_01"
                ],
                "io": [
                    "std",
                    "futures-io",
                    "memchr"
                ],
                "io-compat": [
                    "io",
                    "compat",
                    "tokio-io"
                ],
                "memchr": [
                    "dep:memchr"
                ],
                "portable-atomic": [
                    "futures-core/portable-atomic"
                ],
                "sink": [
                    "futures-sink"
                ],
                "slab": [
                    "dep:slab"
                ],
                "std": [
                    "alloc",
                    "futures-core/std",
                    "futures-task/std",
                    "slab"
                ],
                "tokio-io": [
                    "dep:tokio-io"
                ],
                "unstable": [
                    "futures-core/unstable",
                    "futures-task/unstable"
                ],
                "write-all-vectored": [
                    "io"
                ]
            },
            "homepage": "https://rust-lang.github.io/futures-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "futures-util",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/futures-rs",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "futures_util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "flatten_unordered",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "select",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "bilock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "futures_unordered",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs",
                    "test": false
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [],
            "categories": [
                "development-tools::debugging",
                "development-tools::profiling",
                "parser-implementations"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "fallible-iterator",
                    "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": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "indexmap",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "stable_deref_trait",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "test-assembler",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A library for reading and writing the DWARF debugging format.",
            "documentation": "https://docs.rs/gimli",
            "edition": "2018",
            "features": {
                "default": [
                    "read-all",
                    "write"
                ],
                "endian-reader": [
                    "read",
                    "dep:stable_deref_trait"
                ],
                "fallible-iterator": [
                    "dep:fallible-iterator"
                ],
                "read": [
                    "read-core"
                ],
                "read-all": [
                    "read",
                    "std",
                    "fallible-iterator",
                    "endian-reader"
                ],
                "read-core": [],
                "rustc-dep-of-std": [
                    "dep:core",
                    "dep:alloc",
                    "dep:compiler_builtins"
                ],
                "std": [
                    "fallible-iterator?/std",
                    "stable_deref_trait?/std"
                ],
                "write": [
                    "dep:indexmap"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.1",
            "keywords": [
                "DWARF",
                "debug",
                "ELF",
                "eh_frame"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/Cargo.toml",
            "metadata": null,
            "name": "gimli",
            "publish": null,
            "readme": "./README.md",
            "repository": "https://github.com/gimli-rs/gimli",
            "rust_version": "1.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "gimli",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.28.1"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>",
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "asynchronous",
                "web-programming",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "fnv",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-core",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-sink",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "indexmap",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "slab",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "io-util"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "codec",
                        "io"
                    ],
                    "kind": null,
                    "name": "tokio-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "tracing",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.35",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "hex",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.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.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rand",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde",
                    "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": "serde_json",
                    "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": [
                        "rt-multi-thread",
                        "macros",
                        "sync",
                        "net"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-rustls",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.24",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "walkdir",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.3.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "webpki-roots",
                    "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": "An HTTP/2 client and server",
            "documentation": "https://docs.rs/h2",
            "edition": "2021",
            "features": {
                "stream": [],
                "unstable": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4",
            "keywords": [
                "http",
                "async",
                "non-blocking"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "stream"
                        ]
                    }
                }
            },
            "name": "h2",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/h2",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "h2",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "akamai",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/akamai.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "client",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/client.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "server",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/server.rs",
                    "test": false
                }
            ],
            "version": "0.4.4"
        },
        {
            "authors": [
                "Amanieu d'Antras <amanieu@gmail.com>"
            ],
            "categories": [
                "data-structures",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "ahash",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "allocator-api2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "equivalent",
                    "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,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "rkyv",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "serde",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.25",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "allocator-api2"
                    ],
                    "kind": "dev",
                    "name": "bumpalo",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.13.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": 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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "fnv",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.7",
                    "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.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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,
                    "uses_default_features": 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
                },
                {
                    "features": [
                        "validation"
                    ],
                    "kind": "dev",
                    "name": "rkyv",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.42",
                    "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
                }
            ],
            "description": "A Rust port of Google's SwissTable hash map",
            "documentation": null,
            "edition": "2021",
            "features": {
                "ahash": [
                    "dep:ahash"
                ],
                "alloc": [
                    "dep:alloc"
                ],
                "allocator-api2": [
                    "dep:allocator-api2"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "ahash",
                    "inline-more",
                    "allocator-api2"
                ],
                "equivalent": [
                    "dep:equivalent"
                ],
                "inline-more": [],
                "nightly": [
                    "allocator-api2?/nightly",
                    "bumpalo/allocator_api"
                ],
                "raw": [],
                "rayon": [
                    "dep:rayon"
                ],
                "rkyv": [
                    "dep:rkyv"
                ],
                "rustc-dep-of-std": [
                    "nightly",
                    "core",
                    "compiler_builtins",
                    "alloc",
                    "rustc-internal-api"
                ],
                "rustc-internal-api": [],
                "serde": [
                    "dep:serde"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
            "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.14.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "nightly",
                            "rayon",
                            "serde",
                            "raw"
                        ],
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "name": "hashbrown",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/hashbrown",
            "rust_version": "1.63.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "hashbrown",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/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.14.5/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.14.5/tests/rayon.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "raw",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.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/hashbrown-0.14.5/tests/equivalent_trait.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.14.5/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.14.5/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.14.5/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.14.5/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "0.14.5"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>",
                "Carl Lerche <me@carllerche.com>",
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "web-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "fnv",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "itoa",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "doc-comment",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "quickcheck",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "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.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "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": [],
                    "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 set of types for representing HTTP requests and responses.\n",
            "documentation": "https://docs.rs/http",
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
            "keywords": [
                "http"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/Cargo.toml",
            "metadata": null,
            "name": "http",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/http",
            "rust_version": "1.49.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "http",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "header_map",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/header_map.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "status_code",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/status_code.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "header_map_fuzz",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/header_map_fuzz.rs",
                    "test": true
                }
            ],
            "version": "1.1.0"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>",
                "Lucio Franco <luciofranco14@gmail.com>",
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "web-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "http",
                    "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": "Trait representing an asynchronous, streaming, HTTP request or response body.\n",
            "documentation": "https://docs.rs/http-body",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0",
            "keywords": [
                "http"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/Cargo.toml",
            "metadata": null,
            "name": "http-body",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/http-body",
            "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": "http_body",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "is_end_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/tests/is_end_stream.rs",
                    "test": true
                }
            ],
            "version": "1.0.0"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>",
                "Lucio Franco <luciofranco14@gmail.com>",
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "web-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "futures-core",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http",
                    "optional": false,
                    "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": "http-body",
                    "optional": false,
                    "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": "pin-project-lite",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.14",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "macros",
                        "rt",
                        "sync",
                        "rt-multi-thread"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "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": "Combinators and adapters for HTTP request or response bodies.\n",
            "documentation": "https://docs.rs/http-body-util",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1",
            "keywords": [
                "http"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.1/Cargo.toml",
            "metadata": null,
            "name": "http-body-util",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/http-body",
            "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": "http_body_util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.1/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.1"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "network-programming",
                "no-std",
                "parser-implementations",
                "web-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "criterion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
            "documentation": "https://docs.rs/httparse",
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.8.0",
            "keywords": [
                "http",
                "parser",
                "no_std"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/Cargo.toml",
            "metadata": null,
            "name": "httparse",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/seanmonstar/httparse",
            "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": "httparse",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "uri",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/tests/uri.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "parse",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/benches/parse.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/httparse-1.8.0/build.rs",
                    "test": false
                }
            ],
            "version": "1.8.0"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "network-programming",
                "web-programming::http-client",
                "web-programming::http-server"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-channel",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-util",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "h2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http",
                    "optional": false,
                    "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": "http-body",
                    "optional": false,
                    "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": "http-body-util",
                    "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": "httparse",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "httpdate",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "itoa",
                    "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": "libc",
                    "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": "pin-project-lite",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "const_generics",
                        "const_new"
                    ],
                    "kind": null,
                    "name": "smallvec",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.12",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "sync"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "tracing",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "want",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "form_urlencoded",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "sink"
                    ],
                    "kind": "dev",
                    "name": "futures-channel",
                    "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
                },
                {
                    "features": [
                        "alloc",
                        "sink"
                    ],
                    "kind": "dev",
                    "name": "futures-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "http-body-util",
                    "optional": false,
                    "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": "pretty_env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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,
                    "uses_default_features": 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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "spmc",
                    "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
                },
                {
                    "features": [
                        "fs",
                        "macros",
                        "net",
                        "io-std",
                        "io-util",
                        "rt",
                        "rt-multi-thread",
                        "sync",
                        "time",
                        "test-util"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-test",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A fast and correct HTTP library.",
            "documentation": "https://docs.rs/hyper",
            "edition": "2021",
            "features": {
                "client": [
                    "dep:want",
                    "dep:pin-project-lite",
                    "dep:smallvec"
                ],
                "default": [],
                "ffi": [
                    "dep:libc",
                    "dep:http-body-util",
                    "futures-util?/alloc"
                ],
                "full": [
                    "client",
                    "http1",
                    "http2",
                    "server"
                ],
                "http1": [
                    "dep:futures-channel",
                    "dep:futures-util",
                    "dep:httparse",
                    "dep:itoa"
                ],
                "http2": [
                    "dep:futures-channel",
                    "dep:futures-util",
                    "dep:h2"
                ],
                "nightly": [],
                "server": [
                    "dep:httpdate",
                    "dep:pin-project-lite",
                    "dep:smallvec"
                ],
                "tracing": [
                    "dep:tracing"
                ]
            },
            "homepage": "https://hyper.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1",
            "keywords": [
                "http",
                "hyper",
                "hyperium"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "ffi",
                            "full",
                            "tracing"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "hyper_unstable_ffi",
                            "--cfg",
                            "hyper_unstable_tracing"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "full"
                    ]
                }
            },
            "name": "hyper",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/hyper",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "hyper",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "client",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/client.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "client_json",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/client_json.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "echo",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/echo.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "gateway",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/gateway.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "graceful_shutdown",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/graceful_shutdown.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "hello",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/hello.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "http_proxy",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/http_proxy.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "multi_server",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/multi_server.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "params",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/params.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "send_file",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/send_file.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "service_struct_impl",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/service_struct_impl.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "single_threaded",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/single_threaded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "state",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/state.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "upgrades",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/upgrades.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "web_api",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/web_api.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "client",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/client.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "integration",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/integration.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "server",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/server.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "body",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/body.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "connect",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/connect.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "end_to_end",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/end_to_end.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "pipeline",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/pipeline.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "server",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/server.rs",
                    "test": false
                }
            ],
            "version": "1.3.1"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "http-body-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hyper",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "client-legacy",
                        "tokio"
                    ],
                    "kind": null,
                    "name": "hyper-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "native-tls",
                    "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": null,
                    "name": "tokio",
                    "optional": false,
                    "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": "tokio-native-tls",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tower-service",
                    "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
                },
                {
                    "features": [
                        "http1"
                    ],
                    "kind": "dev",
                    "name": "hyper-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "io-std",
                        "macros",
                        "io-util"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "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
                }
            ],
            "description": "Default TLS implementation for use with hyper",
            "documentation": "https://docs.rs/hyper-tls",
            "edition": "2018",
            "features": {
                "alpn": [
                    "native-tls/alpn"
                ],
                "vendored": [
                    "native-tls/vendored"
                ]
            },
            "homepage": "https://hyper.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0",
            "keywords": [
                "hyper",
                "tls",
                "http",
                "https",
                "ssl"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/Cargo.toml",
            "metadata": null,
            "name": "hyper-tls",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/hyper-tls",
            "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": "hyper_tls",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "client",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/examples/client.rs",
                    "test": false
                }
            ],
            "version": "0.6.0"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "network-programming",
                "web-programming::http-client",
                "web-programming::http-server"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "optional": false,
                    "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": "futures-channel",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.16",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http",
                    "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": null,
                    "name": "http-body",
                    "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": null,
                    "name": "hyper",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "all"
                    ],
                    "kind": null,
                    "name": "socket2",
                    "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
                },
                {
                    "features": [
                        "net",
                        "rt",
                        "time"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "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": [
                        "make",
                        "util"
                    ],
                    "kind": null,
                    "name": "tower",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tower-service",
                    "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
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "tracing",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "bytes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "http-body-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "full"
                    ],
                    "kind": "dev",
                    "name": "hyper",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "pretty_env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "macros",
                        "test-util"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-test",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "pnet_datalink",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.34.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"linux\", target_os = \"macos\"))",
                    "uses_default_features": true
                }
            ],
            "description": "hyper utilities",
            "documentation": "https://docs.rs/hyper-util",
            "edition": "2021",
            "features": {
                "__internal_happy_eyeballs_tests": [],
                "client": [
                    "hyper/client",
                    "dep:tracing",
                    "dep:futures-channel",
                    "dep:tower",
                    "dep:tower-service"
                ],
                "client-legacy": [
                    "client"
                ],
                "default": [],
                "full": [
                    "client",
                    "client-legacy",
                    "server",
                    "server-auto",
                    "service",
                    "http1",
                    "http2",
                    "tokio"
                ],
                "http1": [
                    "hyper/http1"
                ],
                "http2": [
                    "hyper/http2"
                ],
                "server": [
                    "hyper/server"
                ],
                "server-auto": [
                    "server",
                    "http1",
                    "http2"
                ],
                "service": [
                    "dep:tower",
                    "dep:tower-service"
                ],
                "tokio": [
                    "dep:tokio",
                    "dep:socket2"
                ]
            },
            "homepage": "https://hyper.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3",
            "keywords": [
                "http",
                "hyper",
                "hyperium"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "full"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "hyper-util",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/hyper-util",
            "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": "hyper_util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "client",
                    "required-features": [
                        "client-legacy",
                        "http1",
                        "tokio"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/examples/client.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "legacy_client",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/tests/legacy_client.rs",
                    "test": true
                }
            ],
            "version": "0.1.3"
        },
        {
            "authors": [
                "Andrew Straw <strawman@astraw.com>",
                "Ren\u00e9 Kijewski <rene.kijewski@fu-berlin.de>",
                "Ryan Lopopolo <rjl@hyperbo.la>"
            ],
            "categories": [
                "date-and-time",
                "internationalization",
                "os"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "core-foundation-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "js-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.50",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.70",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "android_system_properties",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"android\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "iana-time-zone-haiku",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"haiku\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-core",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": ">=0.50, <=0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"windows\")",
                    "uses_default_features": true
                }
            ],
            "description": "get the IANA time zone for the current system",
            "documentation": null,
            "edition": "2018",
            "features": {
                "fallback": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60",
            "keywords": [
                "IANA",
                "time"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml",
            "metadata": null,
            "name": "iana-time-zone",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/strawlab/iana-time-zone",
            "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": "iana_time_zone",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "get_timezone",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "stress-test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs",
                    "test": false
                }
            ],
            "version": "0.1.60"
        },
        {
            "authors": [
                "Ren\u00e9 Kijewski <crates.io@k6i.de>"
            ],
            "categories": [
                "date-and-time",
                "internationalization",
                "os"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "build",
                    "name": "cc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.79",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "iana-time-zone support crate for Haiku OS",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2",
            "keywords": [
                "IANA",
                "time"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml",
            "metadata": null,
            "name": "iana-time-zone-haiku",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/strawlab/iana-time-zone",
            "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": "iana_time_zone_haiku",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/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/iana-time-zone-haiku-0.1.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.1.2"
        },
        {
            "authors": [
                "The rust-url developers"
            ],
            "categories": [
                "no_std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "hardcoded-data"
                    ],
                    "kind": null,
                    "name": "unicode-bidi",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "unicode-normalization",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.22",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "assert_matches",
                    "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": "bencher",
                    "optional": false,
                    "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": "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tester",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc",
                    "unicode-bidi/std",
                    "unicode-normalization/std"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "idna",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "tests",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "unit",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "all",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs",
                    "test": false
                }
            ],
            "version": "0.5.0"
        },
        {
            "authors": [],
            "categories": [
                "data-structures",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "arbitrary",
                    "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": "borsh",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "equivalent",
                    "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": [
                        "raw"
                    ],
                    "kind": null,
                    "name": "hashbrown",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.14.1",
                    "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,
                    "registry": null,
                    "rename": null,
                    "req": "^1.5.3",
                    "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": "rustc-rayon",
                    "req": "^0.5",
                    "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": "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.12",
                    "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
                }
            ],
            "description": "A hash table with consistent order and fast iteration.",
            "documentation": "https://docs.rs/indexmap/",
            "edition": "2021",
            "features": {
                "arbitrary": [
                    "dep:arbitrary"
                ],
                "borsh": [
                    "dep:borsh"
                ],
                "default": [
                    "std"
                ],
                "quickcheck": [
                    "dep:quickcheck"
                ],
                "rayon": [
                    "dep:rayon"
                ],
                "rustc-rayon": [
                    "dep:rustc-rayon"
                ],
                "serde": [
                    "dep:serde"
                ],
                "std": [],
                "test_debug": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6",
            "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-2.2.6/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "arbitrary",
                            "quickcheck",
                            "serde",
                            "borsh",
                            "rayon"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                },
                "release": {
                    "no-dev-version": true,
                    "tag-name": "{{version}}"
                }
            },
            "name": "indexmap",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/indexmap-rs/indexmap",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "indexmap",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/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-2.2.6/tests/quick.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_full_path",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/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-2.2.6/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-2.2.6/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-2.2.6/benches/faststring.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/indexmap-2.2.6/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "2.2.6"
        },
        {
            "authors": [
                "Kris Price <kris@krisprice.nz>"
            ],
            "categories": [
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "heapless",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "schemars",
                    "optional": 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": [
                        "derive"
                    ],
                    "kind": null,
                    "name": "serde",
                    "optional": true,
                    "registry": null,
                    "rename": "serde",
                    "req": "^1",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.",
            "documentation": "https://docs.rs/ipnet",
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "heapless": [
                    "dep:heapless"
                ],
                "json": [
                    "serde",
                    "schemars"
                ],
                "schemars": [
                    "dep:schemars"
                ],
                "ser_as_str": [
                    "heapless"
                ],
                "serde": [
                    "dep:serde"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.9.0",
            "keywords": [
                "IP",
                "CIDR",
                "network",
                "prefix",
                "subnet"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/Cargo.toml",
            "metadata": null,
            "name": "ipnet",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/krisprice/ipnet",
            "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": "ipnet",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "2.9.0"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "value-formatting",
                "no-std",
                "no-std::no-alloc"
            ],
            "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"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11",
            "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.11/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "name": "itoa",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/dtolnay/itoa",
            "rust_version": "1.36",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "itoa",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.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/itoa-1.0.11/tests/test.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/itoa-1.0.11/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "1.0.11"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [
                "wasm"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.3.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Headers",
                        "Response",
                        "ResponseInit"
                    ],
                    "kind": "dev",
                    "name": "web-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.69",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/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": "1.57",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.69/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/js-sys-0.3.69/tests/wasm/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "headless",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs",
                    "test": true
                }
            ],
            "version": "0.3.69"
        },
        {
            "authors": [
                "Marvin L\u00f6bel <loebel.marvin@gmail.com>"
            ],
            "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
                },
                {
                    "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"
                ],
                "spin_no_std": [
                    "spin"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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
                }
            ],
            "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": [],
                "default": [
                    "std"
                ],
                "extra_traits": [],
                "rustc-dep-of-std": [
                    "align",
                    "rustc-std-workspace-core"
                ],
                "rustc-std-workspace-core": [
                    "dep:rustc-std-workspace-core"
                ],
                "std": [],
                "use_std": [
                    "std"
                ]
            },
            "homepage": "https://github.com/rust-lang/libc",
            "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
            "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.153/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "cargo-args": [
                            "-Zbuild-std=core"
                        ],
                        "default-target": "x86_64-unknown-linux-gnu",
                        "features": [
                            "const-extern-fn",
                            "extra_traits"
                        ],
                        "targets": [
                            "aarch64-apple-darwin",
                            "aarch64-apple-ios",
                            "aarch64-linux-android",
                            "aarch64-pc-windows-msvc",
                            "aarch64-unknown-freebsd",
                            "aarch64-unknown-fuchsia",
                            "aarch64-unknown-hermit",
                            "aarch64-unknown-linux-gnu",
                            "aarch64-unknown-linux-musl",
                            "aarch64-unknown-netbsd",
                            "aarch64-unknown-openbsd",
                            "aarch64-wrs-vxworks",
                            "arm-linux-androideabi",
                            "arm-unknown-linux-gnueabi",
                            "arm-unknown-linux-gnueabihf",
                            "arm-unknown-linux-musleabi",
                            "arm-unknown-linux-musleabihf",
                            "armebv7r-none-eabi",
                            "armebv7r-none-eabihf",
                            "armv5te-unknown-linux-gnueabi",
                            "armv5te-unknown-linux-musleabi",
                            "armv7-linux-androideabi",
                            "armv7-unknown-linux-gnueabihf",
                            "armv7-unknown-linux-musleabihf",
                            "armv7-wrs-vxworks-eabihf",
                            "armv7r-none-eabi",
                            "armv7r-none-eabihf",
                            "hexagon-unknown-linux-musl",
                            "i586-pc-windows-msvc",
                            "i586-unknown-linux-gnu",
                            "i586-unknown-linux-musl",
                            "i686-linux-android",
                            "i686-pc-windows-gnu",
                            "i686-pc-windows-msvc",
                            "i686-pc-windows-msvc",
                            "i686-unknown-freebsd",
                            "i686-unknown-haiku",
                            "i686-unknown-linux-gnu",
                            "i686-unknown-linux-musl",
                            "i686-unknown-netbsd",
                            "i686-unknown-openbsd",
                            "i686-wrs-vxworks",
                            "mips-unknown-linux-gnu",
                            "mips-unknown-linux-musl",
                            "mips64-unknown-linux-gnuabi64",
                            "mips64-unknown-linux-muslabi64",
                            "mips64el-unknown-linux-gnuabi64",
                            "mips64el-unknown-linux-muslabi64",
                            "mipsel-sony-psp",
                            "mipsel-unknown-linux-gnu",
                            "mipsel-unknown-linux-musl",
                            "nvptx64-nvidia-cuda",
                            "powerpc-unknown-linux-gnu",
                            "powerpc-unknown-linux-gnuspe",
                            "powerpc-unknown-netbsd",
                            "powerpc-wrs-vxworks",
                            "powerpc-wrs-vxworks-spe",
                            "powerpc64-unknown-freebsd",
                            "powerpc64-unknown-linux-gnu",
                            "powerpc64-wrs-vxworks",
                            "powerpc64le-unknown-linux-gnu",
                            "riscv32gc-unknown-linux-gnu",
                            "riscv32i-unknown-none-elf",
                            "riscv32imac-unknown-none-elf",
                            "riscv32imc-unknown-none-elf",
                            "riscv64gc-unknown-freebsd",
                            "riscv64gc-unknown-hermit",
                            "riscv64gc-unknown-linux-gnu",
                            "riscv64gc-unknown-linux-musl",
                            "riscv64gc-unknown-none-elf",
                            "riscv64imac-unknown-none-elf",
                            "s390x-unknown-linux-gnu",
                            "s390x-unknown-linux-musl",
                            "sparc-unknown-linux-gnu",
                            "sparc64-unknown-linux-gnu",
                            "sparc64-unknown-netbsd",
                            "sparcv9-sun-solaris",
                            "thumbv6m-none-eabi",
                            "thumbv7em-none-eabi",
                            "thumbv7em-none-eabihf",
                            "thumbv7m-none-eabi",
                            "thumbv7neon-linux-androideabi",
                            "thumbv7neon-unknown-linux-gnueabihf",
                            "wasm32-unknown-emscripten",
                            "wasm32-unknown-unknown",
                            "wasm32-wasi",
                            "x86_64-apple-darwin",
                            "x86_64-apple-ios",
                            "x86_64-fortanix-unknown-sgx",
                            "x86_64-linux-android",
                            "x86_64-pc-solaris",
                            "x86_64-pc-windows-gnu",
                            "x86_64-pc-windows-msvc",
                            "x86_64-unknown-dragonfly",
                            "x86_64-unknown-freebsd",
                            "x86_64-unknown-fuchsia",
                            "x86_64-unknown-haiku",
                            "x86_64-unknown-hermit",
                            "x86_64-unknown-illumos",
                            "x86_64-unknown-l4re-uclibc",
                            "x86_64-unknown-linux-gnu",
                            "x86_64-unknown-linux-gnux32",
                            "x86_64-unknown-linux-musl",
                            "x86_64-unknown-netbsd",
                            "x86_64-unknown-openbsd",
                            "x86_64-unknown-redox",
                            "x86_64-wrs-vxworks"
                        ]
                    }
                }
            },
            "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.153/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.153/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.153/build.rs",
                    "test": false
                }
            ],
            "version": "0.2.153"
        },
        {
            "authors": [
                "Dan Gohman <dev@sunfishcode.online>"
            ],
            "categories": [
                "external-ffi-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "compiler_builtins",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.49",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.100",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "static_assertions",
                    "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": "Generated bindings for Linux's userspace API",
            "documentation": "https://docs.rs/linux-raw-sys",
            "edition": "2021",
            "features": {
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "std",
                    "general",
                    "errno"
                ],
                "elf": [],
                "errno": [],
                "general": [],
                "if_ether": [],
                "if_packet": [],
                "io_uring": [],
                "ioctl": [],
                "mempolicy": [],
                "net": [],
                "netlink": [],
                "no_std": [],
                "prctl": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins",
                    "no_std"
                ],
                "std": [],
                "system": [],
                "xdp": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.13",
            "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.4.13/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "default",
                            "ioctl",
                            "netlink",
                            "io_uring",
                            "if_ether",
                            "net",
                            "prctl",
                            "elf",
                            "xdp",
                            "mempolicy",
                            "system"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu",
                            "i686-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "name": "linux-raw-sys",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sunfishcode/linux-raw-sys",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "linux_raw_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.13/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.4.13"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "development-tools::debugging"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "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": "sval",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "sval_ref",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "inline-i128"
                    ],
                    "kind": null,
                    "name": "value-bag",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "proc-macro2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.63",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "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,
                    "uses_default_features": 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
                },
                {
                    "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": "sval",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "sval_derive",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "test"
                    ],
                    "kind": "dev",
                    "name": "value-bag",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.7",
                    "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": "2021",
            "features": {
                "kv": [],
                "kv_serde": [
                    "kv_std",
                    "value-bag/serde",
                    "serde"
                ],
                "kv_std": [
                    "std",
                    "kv",
                    "value-bag/error"
                ],
                "kv_sval": [
                    "kv",
                    "value-bag/sval",
                    "sval",
                    "sval_ref"
                ],
                "kv_unstable": [
                    "kv",
                    "value-bag"
                ],
                "kv_unstable_serde": [
                    "kv_serde",
                    "kv_unstable_std"
                ],
                "kv_unstable_std": [
                    "kv_std",
                    "kv_unstable"
                ],
                "kv_unstable_sval": [
                    "kv_sval",
                    "kv_unstable"
                ],
                "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": [],
                "serde": [
                    "dep:serde"
                ],
                "std": [],
                "sval": [
                    "dep:sval"
                ],
                "sval_ref": [
                    "dep:sval_ref"
                ],
                "value-bag": [
                    "dep:value-bag"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21",
            "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.21/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "std",
                            "serde",
                            "kv_std",
                            "kv_sval",
                            "kv_serde"
                        ]
                    }
                }
            },
            "name": "log",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/log",
            "rust_version": "1.60.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "log",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "filters",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "value",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs",
                    "test": false
                }
            ],
            "version": "0.4.21"
        },
        {
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>",
                "bluss"
            ],
            "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "log",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.20",
                    "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.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n",
            "documentation": "https://docs.rs/memchr/",
            "edition": "2021",
            "features": {
                "alloc": [],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "std"
                ],
                "libc": [],
                "logging": [
                    "dep:log"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ],
                "std": [
                    "alloc"
                ],
                "use_std": [
                    "std"
                ]
            },
            "homepage": "https://github.com/BurntSushi/memchr",
            "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2",
            "keywords": [
                "memchr",
                "memmem",
                "substring",
                "find",
                "search"
            ],
            "license": "Unlicense OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "name": "memchr",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/memchr",
            "rust_version": "1.61",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "memchr",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "2.7.2"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Strongly Typed Mimes",
            "documentation": "https://docs.rs/mime",
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
            "keywords": [
                "mime",
                "media-extensions",
                "media-types"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/Cargo.toml",
            "metadata": null,
            "name": "mime",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hyperium/mime",
            "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": "mime",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "bench"
                    ],
                    "name": "fmt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/fmt.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "bench"
                    ],
                    "name": "parse",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/parse.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "bench"
                    ],
                    "name": "cmp",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/cmp.rs",
                    "test": false
                }
            ],
            "version": "0.3.17"
        },
        {
            "authors": [
                "Frommi <daniil.liferenko@gmail.com>",
                "oyvindln <oyvindln@users.noreply.github.com>"
            ],
            "categories": [
                "compression"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "adler",
                    "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": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "simd-adler32",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
            "documentation": "https://docs.rs/miniz_oxide",
            "edition": "2018",
            "features": {
                "alloc": [
                    "dep:alloc"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "with-alloc"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "alloc",
                    "compiler_builtins",
                    "adler/rustc-dep-of-std"
                ],
                "simd": [
                    "simd-adler32"
                ],
                "simd-adler32": [
                    "dep:simd-adler32"
                ],
                "std": [],
                "with-alloc": []
            },
            "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
            "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2",
            "keywords": [
                "zlib",
                "miniz",
                "deflate",
                "encoding"
            ],
            "license": "MIT OR Zlib OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/Cargo.toml",
            "metadata": null,
            "name": "miniz_oxide",
            "publish": null,
            "readme": "Readme.md",
            "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
            "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": "miniz_oxide",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.7.2"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>",
                "Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
                "Tokio Contributors <team@tokio.rs>"
            ],
            "categories": [
                "asynchronous"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "log",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "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": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.149",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"wasi\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasi",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.11.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"wasi\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.149",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Networking_WinSock",
                        "Win32_Storage_FileSystem",
                        "Win32_System_IO",
                        "Win32_System_WindowsProgramming"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48",
                    "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": [
                    "log"
                ],
                "log": [
                    "dep:log"
                ],
                "net": [],
                "os-ext": [
                    "os-poll",
                    "windows-sys/Win32_System_Pipes",
                    "windows-sys/Win32_Security"
                ],
                "os-poll": []
            },
            "homepage": "https://github.com/tokio-rs/mio",
            "id": "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11",
            "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.11/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--generate-link-to-definition"
                        ],
                        "targets": [
                            "aarch64-apple-ios",
                            "aarch64-linux-android",
                            "wasm32-wasi",
                            "x86_64-apple-darwin",
                            "x86_64-pc-windows-msvc",
                            "x86_64-unknown-dragonfly",
                            "x86_64-unknown-freebsd",
                            "x86_64-unknown-illumos",
                            "x86_64-unknown-linux-gnu",
                            "x86_64-unknown-netbsd",
                            "x86_64-unknown-openbsd"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "os-poll",
                        "os-ext",
                        "net"
                    ]
                }
            },
            "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.11/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.11/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.11/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.11/examples/udp_server.rs",
                    "test": false
                }
            ],
            "version": "0.8.11"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "test-cert-gen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "lazy_static",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "security-framework",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "security-framework-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "log",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "openssl",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.10.29",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "openssl-probe",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "openssl-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.55",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "schannel",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.17",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"windows\")",
                    "uses_default_features": true
                }
            ],
            "description": "A wrapper over a platform's native TLS implementation",
            "documentation": null,
            "edition": "2015",
            "features": {
                "alpn": [
                    "security-framework/alpn"
                ],
                "vendored": [
                    "openssl/vendored"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11",
            "keywords": [],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "alpn"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "native-tls",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sfackler/rust-native-tls",
            "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": "native_tls",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "example"
                    ],
                    "name": "simple-server-pkcs8",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server-pkcs8.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "example"
                    ],
                    "name": "google-connect",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/google-connect.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "example"
                    ],
                    "name": "simple-server",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server.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/native-tls-0.2.11/build.rs",
                    "test": false
                }
            ],
            "version": "0.2.11"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "crc32fast",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "flate2",
                    "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": [
                        "ahash"
                    ],
                    "kind": null,
                    "name": "hashbrown",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.14.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "indexmap",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "memchr",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.4.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "ruzstd",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasmparser",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.118.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A unified interface for reading and writing object file formats.",
            "documentation": null,
            "edition": "2018",
            "features": {
                "all": [
                    "read",
                    "write",
                    "std",
                    "compression",
                    "wasm"
                ],
                "alloc": [
                    "dep:alloc"
                ],
                "archive": [],
                "cargo-all": [],
                "coff": [],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "compression": [
                    "dep:flate2",
                    "dep:ruzstd",
                    "std"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "read",
                    "compression"
                ],
                "doc": [
                    "read_core",
                    "write_std",
                    "std",
                    "compression",
                    "archive",
                    "coff",
                    "elf",
                    "macho",
                    "pe",
                    "wasm",
                    "xcoff"
                ],
                "elf": [],
                "macho": [],
                "pe": [
                    "coff"
                ],
                "read": [
                    "read_core",
                    "archive",
                    "coff",
                    "elf",
                    "macho",
                    "pe",
                    "xcoff",
                    "unaligned"
                ],
                "read_core": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins",
                    "alloc",
                    "memchr/rustc-dep-of-std"
                ],
                "std": [
                    "memchr/std"
                ],
                "unaligned": [],
                "unstable": [],
                "unstable-all": [
                    "all",
                    "unstable"
                ],
                "wasm": [
                    "dep:wasmparser"
                ],
                "write": [
                    "write_std",
                    "coff",
                    "elf",
                    "macho",
                    "pe",
                    "xcoff"
                ],
                "write_core": [
                    "dep:crc32fast",
                    "dep:indexmap",
                    "dep:hashbrown"
                ],
                "write_std": [
                    "write_core",
                    "std",
                    "indexmap?/std",
                    "crc32fast?/std"
                ],
                "xcoff": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#object@0.32.2",
            "keywords": [
                "object",
                "elf",
                "mach-o",
                "pe",
                "coff"
            ],
            "license": "Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "doc"
                        ]
                    }
                }
            },
            "name": "object",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/gimli-rs/object",
            "rust_version": "1.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "object",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "integration",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/integration.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "parse_self",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/parse_self.rs",
                    "test": true
                }
            ],
            "version": "0.32.2"
        },
        {
            "authors": [
                "Aleksey Kladov <aleksey.kladov@gmail.com>"
            ],
            "categories": [
                "rust-patterns",
                "memory-management"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "critical-section",
                    "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": "parking_lot_core",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "portable-atomic",
                    "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": [
                        "std"
                    ],
                    "kind": "dev",
                    "name": "critical-section",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.1",
                    "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": "2021",
            "features": {
                "alloc": [
                    "race"
                ],
                "atomic-polyfill": [
                    "critical-section"
                ],
                "critical-section": [
                    "dep:critical-section",
                    "portable-atomic"
                ],
                "default": [
                    "std"
                ],
                "parking_lot": [
                    "dep:parking_lot_core"
                ],
                "portable-atomic": [
                    "dep:portable-atomic"
                ],
                "race": [],
                "std": [
                    "alloc"
                ],
                "unstable": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0",
            "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.19.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "name": "once_cell",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/matklad/once_cell",
            "rust_version": "1.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "once_cell",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "bench",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "bench_acquire",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "lazy_static",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "reentrant_init_deadlocks",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "regex",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "test_synchronization",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "it",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs",
                    "test": true
                }
            ],
            "version": "1.19.0"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>"
            ],
            "categories": [
                "cryptography",
                "api-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": null,
                    "name": "openssl-sys",
                    "optional": false,
                    "registry": null,
                    "rename": "ffi",
                    "req": "^0.9.100",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "foreign-types",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "once_cell",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.5.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "openssl-macros",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "hex",
                    "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": "OpenSSL bindings",
            "documentation": null,
            "edition": "2018",
            "features": {
                "bindgen": [
                    "ffi/bindgen"
                ],
                "default": [],
                "unstable_boringssl": [
                    "ffi/unstable_boringssl"
                ],
                "v101": [],
                "v102": [],
                "v110": [],
                "v111": [],
                "vendored": [
                    "ffi/vendored"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.64",
            "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.64/Cargo.toml",
            "metadata": null,
            "name": "openssl",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sfackler/rust-openssl",
            "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.64/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.64/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.64/build.rs",
                    "test": false
                }
            ],
            "version": "0.10.64"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "proc-macro2",
                    "optional": false,
                    "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": "quote",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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,
                    "uses_default_features": true
                }
            ],
            "description": "Internal macros used by the openssl crate.",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1",
            "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": [
                {
                    "crate_types": [
                        "proc-macro"
                    ],
                    "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
                }
            ],
            "version": "0.1.1"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "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": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.5",
            "keywords": [],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "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",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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
                }
            ],
            "version": "0.1.5"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>",
                "Steven Fackler <sfackler@gmail.com>"
            ],
            "categories": [
                "cryptography",
                "external-ffi-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bssl-sys",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "experimental"
                    ],
                    "kind": "build",
                    "name": "bindgen",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.65.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "cc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.61",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "legacy"
                    ],
                    "kind": "build",
                    "name": "openssl-src",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^300.1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "pkg-config",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "vcpkg",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "FFI bindings to OpenSSL",
            "documentation": null,
            "edition": "2018",
            "features": {
                "bindgen": [
                    "dep:bindgen"
                ],
                "bssl-sys": [
                    "dep:bssl-sys"
                ],
                "openssl-src": [
                    "dep:openssl-src"
                ],
                "unstable_boringssl": [
                    "bssl-sys"
                ],
                "vendored": [
                    "openssl-src"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": "openssl",
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/Cargo.toml",
            "metadata": {
                "pkg-config": {
                    "openssl": "1.0.1"
                }
            },
            "name": "openssl-sys",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sfackler/rust-openssl",
            "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_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/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.102/build/main.rs",
                    "test": false
                }
            ],
            "version": "0.9.102"
        },
        {
            "authors": [
                "The rust-url developers"
            ],
            "categories": [
                "no_std"
            ],
            "default_run": null,
            "dependencies": [],
            "description": "Percent encoding and decoding",
            "documentation": null,
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "std": [
                    "alloc"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1",
            "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.3.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "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",
            "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.3.1/src/lib.rs",
                    "test": true
                }
            ],
            "version": "2.3.1"
        },
        {
            "authors": [],
            "categories": [
                "no-std",
                "no-std::no-alloc",
                "rust-patterns"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-internal",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=1.1.5",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "static_assertions",
                    "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 crate for safe and ergonomic pin-projection.\n",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5",
            "keywords": [
                "pin",
                "macros",
                "attribute"
            ],
            "license": "Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/Cargo.toml",
            "metadata": {
                "cargo_check_external_types": {
                    "allowed_external_types": [
                        "pin_project_internal::*"
                    ]
                },
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "name": "pin-project",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/taiki-e/pin-project",
            "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": "pin_project",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "unsafe_unpin-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "unsafe_unpin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "struct-default",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "project_replace-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "not_unpin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "project_replace",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "pinned_drop-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "enum-default",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "enum-default-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "pinned_drop",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "struct-default-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "not_unpin-expanded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin-expanded.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "proper_unpin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/proper_unpin.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "drop_order",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/drop_order.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "pin_project",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pin_project.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "repr_packed",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/repr_packed.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "unsafe_unpin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/unsafe_unpin.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "cfg",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/cfg.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "expandtest",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/expandtest.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "compiletest",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/compiletest.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "pinned_drop",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pinned_drop.rs",
                    "test": true
                }
            ],
            "version": "1.1.5"
        },
        {
            "authors": [],
            "categories": [
                "no-std",
                "no-std::no-alloc",
                "rust-patterns"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "proc-macro2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.60",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "quote",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.25",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "full",
                        "visit-mut"
                    ],
                    "kind": null,
                    "name": "syn",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Implementation detail of the `pin-project` crate.\n",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5",
            "keywords": [
                "pin",
                "macros",
                "attribute"
            ],
            "license": "Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "name": "pin-project-internal",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/taiki-e/pin-project",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "proc-macro"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "proc-macro"
                    ],
                    "name": "pin_project_internal",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.1.5"
        },
        {
            "authors": [],
            "categories": [
                "no-std",
                "no-std::no-alloc",
                "rust-patterns"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rustversion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "static_assertions",
                    "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 lightweight version of pin-project written with declarative macros.\n",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
            "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.14/Cargo.toml",
            "metadata": {
                "cargo_check_external_types": {
                    "allowed_external_types": []
                },
                "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.14/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "proper_unpin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "drop_order",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.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/pin-project-lite-0.2.14/tests/test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "expandtest",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.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/pin-project-lite-0.2.14/tests/compiletest.rs",
                    "test": true
                }
            ],
            "version": "0.2.14"
        },
        {
            "authors": [
                "Josef Brandl <mail@josefbrandl.de>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Utilities for pinning\n",
            "documentation": "https://docs.rs/pin-utils",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml",
            "metadata": null,
            "name": "pin-utils",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang-nursery/pin-utils",
            "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": "pin_utils",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "stack_pin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "projection",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs",
                    "test": true
                }
            ],
            "version": "0.1.0"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "lazy_static",
                    "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 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": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30",
            "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.30/Cargo.toml",
            "metadata": null,
            "name": "pkg-config",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/pkg-config-rs",
            "rust_version": "1.30",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.30/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs",
                    "test": true
                }
            ],
            "version": "0.3.30"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>",
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [
                "development-tools::procedural-macro-helpers"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "unicode-ident",
                    "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": "flate2",
                    "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": "quote",
                    "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": [],
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rustversion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tar",
                    "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 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": "2021",
            "features": {
                "default": [
                    "proc-macro"
                ],
                "nightly": [],
                "proc-macro": [],
                "span-locations": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
            "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.81/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustc-args": [
                            "--cfg",
                            "procmacro2_semver_exempt"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "procmacro2_semver_exempt",
                            "--cfg",
                            "doc_cfg",
                            "--generate-link-to-definition"
                        ],
                        "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.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "proc_macro2",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "features",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/features.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_size",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test_size.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_fmt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test_fmt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "comments",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/comments.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "marker",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/marker.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/proc-macro2-1.0.81/build.rs",
                    "test": false
                }
            ],
            "version": "1.0.81"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "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.74",
                    "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.66",
                    "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"
                ],
                "proc-macro": [
                    "proc-macro2/proc-macro"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
            "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.36/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "name": "quote",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/dtolnay/quote",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "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.36/src/lib.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/quote-1.0.36/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.36/tests/compiletest.rs",
                    "test": true
                }
            ],
            "version": "1.0.36"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "web-programming::http-client",
                "wasm"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "base64",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.22",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "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": null,
                    "name": "futures-core",
                    "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": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-util",
                    "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": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http",
                    "optional": false,
                    "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": "mime_guess",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "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": [],
                    "kind": null,
                    "name": "serde_json",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "serde_urlencoded",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "sync_wrapper",
                    "optional": false,
                    "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": "tower-service",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "url",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "tokio"
                    ],
                    "kind": null,
                    "name": "async-compression",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "cookie",
                    "optional": true,
                    "registry": null,
                    "rename": "cookie_crate",
                    "req": "^0.17.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "cookie_store",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.20.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "encoding_rs",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-channel",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "h2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "h3",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "h3-quinn",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "tokio-runtime"
                    ],
                    "kind": null,
                    "name": "hickory-resolver",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.24",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http-body",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "http-body-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "http1",
                        "client"
                    ],
                    "kind": null,
                    "name": "hyper",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hyper-rustls",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.26.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hyper-tls",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "http1",
                        "client",
                        "client-legacy",
                        "tokio"
                    ],
                    "kind": null,
                    "name": "hyper-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "ipnet",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "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": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "mime",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.16",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "native-tls",
                    "optional": true,
                    "registry": null,
                    "rename": "native-tls-crate",
                    "req": "^0.2.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "once_cell",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "percent-encoding",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "tls-rustls",
                        "ring",
                        "runtime-tokio"
                    ],
                    "kind": null,
                    "name": "quinn",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustls",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.22.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustls-native-certs",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustls-pemfile",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "rustls-pki-types",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "net",
                        "time"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-native-tls",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-rustls",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.25",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-socks",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "codec",
                        "io"
                    ],
                    "kind": null,
                    "name": "tokio-util",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "webpki-roots",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.26.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "brotli",
                    "optional": false,
                    "registry": null,
                    "rename": "brotli_crate",
                    "req": "^3.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "doc-comment",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "std",
                        "alloc"
                    ],
                    "kind": "dev",
                    "name": "futures-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "http1",
                        "http2",
                        "client",
                        "server"
                    ],
                    "kind": "dev",
                    "name": "hyper",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "http1",
                        "http2",
                        "client",
                        "client-legacy",
                        "server-auto",
                        "tokio"
                    ],
                    "kind": "dev",
                    "name": "hyper-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "libflate",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "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": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "macros",
                        "rt-multi-thread"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "zstd",
                    "optional": false,
                    "registry": null,
                    "rename": "zstd_crate",
                    "req": "^0.13",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_arch = \"wasm32\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "js-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.45",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "serde_json",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.68",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen-futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.18",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-streams",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "AbortController",
                        "AbortSignal",
                        "Headers",
                        "Request",
                        "RequestInit",
                        "RequestMode",
                        "Response",
                        "Window",
                        "FormData",
                        "Blob",
                        "BlobPropertyBag",
                        "ServiceWorkerGlobalScope",
                        "RequestCredentials",
                        "File",
                        "ReadableStream"
                    ],
                    "kind": null,
                    "name": "web-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.25",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "serde-serialize"
                    ],
                    "kind": "dev",
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.68",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "system-configuration",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"macos\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "winreg",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "higher level HTTP client library",
            "documentation": "https://docs.rs/reqwest",
            "edition": "2021",
            "features": {
                "__internal_proxy_sys_no_cache": [],
                "__rustls": [
                    "dep:hyper-rustls",
                    "dep:tokio-rustls",
                    "dep:rustls",
                    "__tls",
                    "dep:rustls-pemfile",
                    "rustls-pki-types"
                ],
                "__tls": [
                    "dep:rustls-pemfile",
                    "tokio/io-util"
                ],
                "blocking": [
                    "futures-channel/sink",
                    "futures-util/io",
                    "futures-util/sink",
                    "tokio/rt-multi-thread",
                    "tokio/sync"
                ],
                "brotli": [
                    "dep:async-compression",
                    "async-compression?/brotli",
                    "dep:tokio-util"
                ],
                "charset": [
                    "dep:encoding_rs"
                ],
                "cookies": [
                    "dep:cookie_crate",
                    "dep:cookie_store"
                ],
                "default": [
                    "default-tls",
                    "charset",
                    "http2",
                    "macos-system-configuration"
                ],
                "default-tls": [
                    "dep:hyper-tls",
                    "dep:native-tls-crate",
                    "__tls",
                    "dep:tokio-native-tls"
                ],
                "deflate": [
                    "dep:async-compression",
                    "async-compression?/zlib",
                    "dep:tokio-util"
                ],
                "futures-channel": [
                    "dep:futures-channel"
                ],
                "gzip": [
                    "dep:async-compression",
                    "async-compression?/gzip",
                    "dep:tokio-util"
                ],
                "h2": [
                    "dep:h2"
                ],
                "h3": [
                    "dep:h3"
                ],
                "h3-quinn": [
                    "dep:h3-quinn"
                ],
                "hickory-dns": [
                    "dep:hickory-resolver"
                ],
                "http2": [
                    "h2",
                    "hyper/http2",
                    "hyper-util/http2"
                ],
                "json": [
                    "dep:serde_json"
                ],
                "macos-system-configuration": [
                    "dep:system-configuration"
                ],
                "multipart": [
                    "dep:mime_guess"
                ],
                "native-tls": [
                    "default-tls"
                ],
                "native-tls-alpn": [
                    "native-tls",
                    "native-tls-crate?/alpn",
                    "hyper-tls?/alpn"
                ],
                "native-tls-vendored": [
                    "native-tls",
                    "native-tls-crate?/vendored"
                ],
                "quinn": [
                    "dep:quinn"
                ],
                "rustls-pki-types": [
                    "dep:rustls-pki-types"
                ],
                "rustls-tls": [
                    "rustls-tls-webpki-roots"
                ],
                "rustls-tls-manual-roots": [
                    "__rustls"
                ],
                "rustls-tls-native-roots": [
                    "dep:rustls-native-certs",
                    "__rustls"
                ],
                "rustls-tls-webpki-roots": [
                    "dep:webpki-roots",
                    "__rustls"
                ],
                "socks": [
                    "dep:tokio-socks"
                ],
                "stream": [
                    "tokio/fs",
                    "dep:tokio-util",
                    "dep:wasm-streams"
                ],
                "trust-dns": [],
                "zstd": [
                    "dep:async-compression",
                    "async-compression?/zstd",
                    "dep:tokio-util"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.4",
            "keywords": [
                "http",
                "request",
                "client"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "reqwest_unstable"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu",
                            "wasm32-unknown-unknown"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "blocking",
                        "cookies",
                        "json",
                        "multipart"
                    ]
                }
            },
            "name": "reqwest",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/seanmonstar/reqwest",
            "rust_version": "1.63.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "reqwest",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "blocking",
                    "required-features": [
                        "blocking"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/blocking.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "json_dynamic",
                    "required-features": [
                        "json"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/json_dynamic.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "json_typed",
                    "required-features": [
                        "json"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/json_typed.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "tor_socks",
                    "required-features": [
                        "socks"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/tor_socks.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "form",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/form.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "simple",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/simple.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "h3_simple",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/h3_simple.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "blocking",
                    "required-features": [
                        "blocking"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/blocking.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "cookie",
                    "required-features": [
                        "cookies"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/cookie.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "gzip",
                    "required-features": [
                        "gzip",
                        "stream"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/gzip.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "brotli",
                    "required-features": [
                        "brotli",
                        "stream"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/brotli.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "zstd",
                    "required-features": [
                        "zstd",
                        "stream"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/zstd.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "deflate",
                    "required-features": [
                        "deflate",
                        "stream"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/deflate.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "multipart",
                    "required-features": [
                        "multipart"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/multipart.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "upgrade",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/upgrade.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "badssl",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/badssl.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "timeouts",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/timeouts.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "proxy",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/proxy.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "redirect",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/redirect.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "wasm_simple",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/wasm_simple.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "client",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/client.rs",
                    "test": true
                }
            ],
            "version": "0.12.4"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "iana-time-zone",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.1.60",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "reqwest",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.12.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "io-util"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=1.37.0",
                    "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": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0",
            "keywords": [],
            "license": null,
            "license_file": null,
            "links": null,
            "manifest_path": "{TEMP_DIR}/resolver_2_deps/Cargo.toml",
            "metadata": null,
            "name": "resolver_2_deps",
            "publish": null,
            "readme": null,
            "repository": null,
            "rust_version": null,
            "source": null,
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "resolver_2_deps",
                    "src_path": "{TEMP_DIR}/resolver_2_deps/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.0"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "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": "Rust compiler symbol demangling.\n",
            "documentation": "https://docs.rs/rustc-demangle",
            "edition": "2015",
            "features": {
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ],
                "std": []
            },
            "homepage": "https://github.com/alexcrichton/rustc-demangle",
            "id": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23",
            "keywords": [],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "std"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "rustc-demangle",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/alexcrichton/rustc-demangle",
            "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": "rustc_demangle",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.23"
        },
        {
            "authors": [
                "Dan Gohman <dev@sunfishcode.online>",
                "Jakub Konka <kubkon@jakubkonka.com>"
            ],
            "categories": [
                "os::unix-apis",
                "date-and-time",
                "filesystem",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "optional": true,
                    "registry": null,
                    "rename": "alloc",
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "compiler_builtins",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.49",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "itoa",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "flate2",
                    "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": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.153",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "errno",
                    "optional": false,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.3.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "memoffset",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serial_test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "static_assertions",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.5.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "general",
                        "ioctl",
                        "no_std"
                    ],
                    "kind": null,
                    "name": "linux-raw-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.12",
                    "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\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "criterion",
                    "optional": false,
                    "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\"))))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.153",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "errno",
                    "optional": true,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.3.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "general",
                        "errno",
                        "ioctl",
                        "no_std",
                        "elf"
                    ],
                    "kind": null,
                    "name": "linux-raw-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.12",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.153",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "errno",
                    "optional": false,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.3.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "once_cell",
                    "optional": true,
                    "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\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "errno",
                    "optional": false,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.3.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": false
                },
                {
                    "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.52.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "ctor",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls",
            "documentation": "https://docs.rs/rustix",
            "edition": "2021",
            "features": {
                "all-apis": [
                    "event",
                    "fs",
                    "io_uring",
                    "mm",
                    "mount",
                    "net",
                    "param",
                    "pipe",
                    "process",
                    "procfs",
                    "pty",
                    "rand",
                    "runtime",
                    "shm",
                    "stdio",
                    "system",
                    "termios",
                    "thread",
                    "time"
                ],
                "alloc": [],
                "cc": [],
                "default": [
                    "std",
                    "use-libc-auxv"
                ],
                "event": [],
                "fs": [],
                "io_uring": [
                    "event",
                    "fs",
                    "net",
                    "linux-raw-sys/io_uring"
                ],
                "itoa": [
                    "dep:itoa"
                ],
                "libc": [
                    "dep:libc"
                ],
                "libc-extra-traits": [
                    "libc?/extra_traits"
                ],
                "libc_errno": [
                    "dep:libc_errno"
                ],
                "linux_4_11": [],
                "linux_latest": [
                    "linux_4_11"
                ],
                "mm": [],
                "mount": [],
                "net": [
                    "linux-raw-sys/net",
                    "linux-raw-sys/netlink",
                    "linux-raw-sys/if_ether",
                    "linux-raw-sys/xdp"
                ],
                "once_cell": [
                    "dep:once_cell"
                ],
                "param": [
                    "fs"
                ],
                "pipe": [],
                "process": [
                    "linux-raw-sys/prctl"
                ],
                "procfs": [
                    "once_cell",
                    "itoa",
                    "fs"
                ],
                "pty": [
                    "itoa",
                    "fs"
                ],
                "rand": [],
                "runtime": [
                    "linux-raw-sys/prctl"
                ],
                "rustc-dep-of-std": [
                    "dep:core",
                    "dep:alloc",
                    "dep:compiler_builtins",
                    "linux-raw-sys/rustc-dep-of-std",
                    "bitflags/rustc-dep-of-std",
                    "compiler_builtins?/rustc-dep-of-std"
                ],
                "shm": [
                    "fs"
                ],
                "std": [
                    "bitflags/std",
                    "alloc",
                    "libc?/std",
                    "libc_errno?/std",
                    "libc-extra-traits"
                ],
                "stdio": [],
                "system": [
                    "linux-raw-sys/system"
                ],
                "termios": [],
                "thread": [
                    "linux-raw-sys/prctl"
                ],
                "time": [],
                "use-explicitly-provided-auxv": [],
                "use-libc": [
                    "libc_errno",
                    "libc",
                    "libc-extra-traits"
                ],
                "use-libc-auxv": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34",
            "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.38.34/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "all-apis"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "doc_cfg"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu",
                            "i686-unknown-linux-gnu",
                            "x86_64-apple-darwin",
                            "x86_64-pc-windows-msvc",
                            "x86_64-unknown-freebsd",
                            "x86_64-unknown-openbsd",
                            "x86_64-unknown-netbsd",
                            "x86_64-unknown-dragonfly",
                            "x86_64-unknown-illumos",
                            "x86_64-unknown-redox",
                            "x86_64-unknown-haiku",
                            "wasm32-unknown-emscripten",
                            "wasm32-wasi"
                        ]
                    }
                }
            },
            "name": "rustix",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/bytecodealliance/rustix",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "rustix",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bench"
                    ],
                    "name": "mod",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/benches/mod.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/rustix-0.38.34/build.rs",
                    "test": false
                }
            ],
            "version": "0.38.34"
        },
        {
            "authors": [],
            "categories": [
                "network-programming",
                "cryptography"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "base64",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.22",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustls-pki-types",
                    "optional": false,
                    "registry": null,
                    "rename": "pki-types",
                    "req": "^1.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "bencher",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Basic .pem file parser for keys and certificates",
            "documentation": null,
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "std": [
                    "base64/std"
                ]
            },
            "homepage": "https://github.com/rustls/pemfile",
            "id": "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.1.2",
            "keywords": [],
            "license": "Apache-2.0 OR ISC OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/Cargo.toml",
            "metadata": null,
            "name": "rustls-pemfile",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rustls/pemfile",
            "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": "rustls_pemfile",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "integration",
                    "required-features": [
                        "std"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/tests/integration.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "benchmark",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/benches/benchmark.rs",
                    "test": false
                }
            ],
            "version": "2.1.2"
        },
        {
            "authors": [],
            "categories": [
                "network-programming",
                "data-structures",
                "cryptography"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "web-time",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))",
                    "uses_default_features": true
                }
            ],
            "description": "Shared types for the rustls PKI ecosystem",
            "documentation": "https://docs.rs/rustls-pki-types",
            "edition": "2021",
            "features": {
                "alloc": [],
                "default": [
                    "alloc"
                ],
                "std": [
                    "alloc"
                ],
                "web": [
                    "web-time"
                ],
                "web-time": [
                    "dep:web-time"
                ]
            },
            "homepage": "https://github.com/rustls/pki-types",
            "id": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.5.0",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "name": "rustls-pki-types",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rustls/pki-types",
            "rust_version": "1.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "rustls_pki_types",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "key_type",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/key_type.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "server_name",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/server_name.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "dns_name",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/dns_name.rs",
                    "test": true
                }
            ],
            "version": "1.5.0"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "value-formatting",
                "no-std",
                "no-std::no-alloc"
            ],
            "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "num_cpus",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.8",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rand_xorshift",
                    "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": "Fast floating point to string conversion",
            "documentation": "https://docs.rs/ryu",
            "edition": "2018",
            "features": {
                "no-panic": [
                    "dep:no-panic"
                ],
                "small": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17",
            "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.17/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ],
                        "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "ryu",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "upstream_benchmark",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "d2s_table_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "common_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "d2s_intrinsics_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "d2s_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "s2d_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "exhaustive",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "f2s_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "s2f_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.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/ryu-1.0.17/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "1.0.17"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>",
                "Steffen Butzer <steffen.butzer@outlook.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Security_Cryptography",
                        "Win32_Security_Authentication_Identity",
                        "Win32_Security_Credentials",
                        "Win32_System_Memory"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_System_SystemInformation",
                        "Win32_System_Time"
                    ],
                    "kind": "dev",
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl",
            "documentation": "https://docs.rs/schannel/0.1.19/schannel/",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.23",
            "keywords": [
                "windows",
                "schannel",
                "tls",
                "ssl",
                "https"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.23/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc"
                    }
                }
            },
            "name": "schannel",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/steffengy/schannel-rs",
            "rust_version": "1.56.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "schannel",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.23/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.23"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>",
                "Kornel <kornel@geekhood.net>"
            ],
            "categories": [
                "os::macos-apis",
                "cryptography",
                "api-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.3.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "core-foundation",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "core-foundation-sys",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.139",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "log",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.17",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "num-bigint",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "security-framework-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.10.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "env_logger",
                    "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": "hex",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "time",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.17",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "x509-parser",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.16",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Security.framework bindings for macOS and iOS",
            "documentation": "https://docs.rs/security_framework",
            "edition": "2021",
            "features": {
                "OSX_10_10": [
                    "OSX_10_9",
                    "security-framework-sys/OSX_10_10"
                ],
                "OSX_10_11": [
                    "OSX_10_10",
                    "security-framework-sys/OSX_10_11"
                ],
                "OSX_10_12": [
                    "OSX_10_11",
                    "security-framework-sys/OSX_10_12"
                ],
                "OSX_10_13": [
                    "OSX_10_12",
                    "security-framework-sys/OSX_10_13",
                    "alpn",
                    "session-tickets",
                    "serial-number-bigint"
                ],
                "OSX_10_14": [
                    "OSX_10_13",
                    "security-framework-sys/OSX_10_14"
                ],
                "OSX_10_15": [
                    "OSX_10_14",
                    "security-framework-sys/OSX_10_15"
                ],
                "OSX_10_9": [
                    "security-framework-sys/OSX_10_9"
                ],
                "alpn": [],
                "default": [
                    "OSX_10_11"
                ],
                "job-bless": [],
                "log": [
                    "dep:log"
                ],
                "nightly": [],
                "serial-number-bigint": [
                    "dep:num-bigint"
                ],
                "session-tickets": []
            },
            "homepage": "https://lib.rs/crates/security_framework",
            "id": "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.10.0",
            "keywords": [
                "iOS",
                "TLS",
                "SSL",
                "crypto",
                "keychain"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "OSX_10_15"
                        ],
                        "targets": [
                            "x86_64-apple-darwin",
                            "aarch64-apple-ios"
                        ]
                    }
                }
            },
            "name": "security-framework",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/kornelski/rust-security-framework",
            "rust_version": "1.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "security_framework",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "client",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/client.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "find_internet_password",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/find_internet_password.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "set_internet_password",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/set_internet_password.rs",
                    "test": false
                }
            ],
            "version": "2.10.0"
        },
        {
            "authors": [
                "Steven Fackler <sfackler@gmail.com>",
                "Kornel <kornel@geekhood.net>"
            ],
            "categories": [
                "os::macos-apis",
                "external-ffi-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "core-foundation-sys",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.139",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Apple `Security.framework` low-level FFI bindings",
            "documentation": null,
            "edition": "2021",
            "features": {
                "OSX_10_10": [
                    "OSX_10_9"
                ],
                "OSX_10_11": [
                    "OSX_10_10"
                ],
                "OSX_10_12": [
                    "OSX_10_11"
                ],
                "OSX_10_13": [
                    "OSX_10_12"
                ],
                "OSX_10_14": [
                    "OSX_10_13"
                ],
                "OSX_10_15": [
                    "OSX_10_14"
                ],
                "OSX_10_9": [],
                "default": [
                    "OSX_10_11"
                ]
            },
            "homepage": "https://lib.rs/crates/security-framework-sys",
            "id": "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0",
            "keywords": [
                "ffi",
                "iOS",
                "TLS",
                "SSL",
                "crypto"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.10.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-apple-darwin",
                            "aarch64-apple-ios"
                        ]
                    }
                }
            },
            "name": "security-framework-sys",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/kornelski/rust-security-framework",
            "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": "security_framework_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.10.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "2.10.0"
        },
        {
            "authors": [
                "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "encoding",
                "no-std",
                "no-std::no-alloc"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "serde_derive",
                    "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": "dev",
                    "name": "serde_derive",
                    "optional": false,
                    "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_derive",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=1.0.199",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any())",
                    "uses_default_features": true
                }
            ],
            "description": "A generic serialization/deserialization framework",
            "documentation": "https://docs.rs/serde",
            "edition": "2018",
            "features": {
                "alloc": [],
                "default": [
                    "std"
                ],
                "derive": [
                    "serde_derive"
                ],
                "rc": [],
                "serde_derive": [
                    "dep:serde_derive"
                ],
                "std": [],
                "unstable": []
            },
            "homepage": "https://serde.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199",
            "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.199/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "derive",
                            "rc",
                            "unstable"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "doc_cfg",
                            "--generate-link-to-definition"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "derive",
                        "rc"
                    ]
                }
            },
            "name": "serde",
            "publish": null,
            "readme": "crates-io.md",
            "repository": "https://github.com/serde-rs/serde",
            "rust_version": "1.31",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "serde",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/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/serde-1.0.199/build.rs",
                    "test": false
                }
            ],
            "version": "1.0.199"
        },
        {
            "authors": [
                "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "no-std",
                "no-std::no-alloc"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "proc-macro"
                    ],
                    "kind": null,
                    "name": "proc-macro2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.74",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "proc-macro"
                    ],
                    "kind": null,
                    "name": "quote",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.35",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [
                        "clone-impls",
                        "derive",
                        "parsing",
                        "printing",
                        "proc-macro"
                    ],
                    "kind": null,
                    "name": "syn",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.46",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde",
                    "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": "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": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.199",
            "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.199/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ],
                        "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": [
                {
                    "crate_types": [
                        "proc-macro"
                    ],
                    "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.199/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.0.199"
        },
        {
            "authors": [
                "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "encoding",
                "parser-implementations",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "indexmap",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "itoa",
                    "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": null,
                    "name": "ryu",
                    "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": null,
                    "name": "serde",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.194",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "automod",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.11",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "indoc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "ref-cast",
                    "optional": 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": [],
                    "kind": "dev",
                    "name": "rustversion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.13",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "serde",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.194",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde_bytes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.11.10",
                    "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.166",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde_stacker",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.8",
                    "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.81",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A JSON serialization file format",
            "documentation": "https://docs.rs/serde_json",
            "edition": "2021",
            "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": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116",
            "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.116/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "preserve_order",
                            "raw_value",
                            "unbounded_depth"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--generate-link-to-definition"
                        ],
                        "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.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "serde_json",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "regression",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/regression.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "compiletest",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/compiletest.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "debug",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/debug.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "lexical",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/lexical.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "map",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/map.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/serde_json-1.0.116/build.rs",
                    "test": false
                }
            ],
            "version": "1.0.116"
        },
        {
            "authors": [
                "Anthony Ramine <n.oxyde@gmail.com>"
            ],
            "categories": [
                "encoding",
                "web-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "form_urlencoded",
                    "optional": false,
                    "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": "itoa",
                    "optional": false,
                    "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": "ryu",
                    "optional": false,
                    "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": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.69",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "`x-www-form-urlencoded` meets Serde",
            "documentation": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
            "keywords": [
                "serde",
                "serialization",
                "urlencoded"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/Cargo.toml",
            "metadata": null,
            "name": "serde_urlencoded",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/nox/serde_urlencoded",
            "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": "serde_urlencoded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_serialize",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_serialize.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test_deserialize",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_deserialize.rs",
                    "test": true
                }
            ],
            "version": "0.7.1"
        },
        {
            "authors": [
                "Carl Lerche <me@carllerche.com>"
            ],
            "categories": [
                "memory-management",
                "data-structures",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "serde",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.95",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "serde",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "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",
                    "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": "Pre-allocated storage for a uniform data type",
            "documentation": null,
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "serde": [
                    "dep:serde"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9",
            "keywords": [
                "slab",
                "allocator",
                "no_std"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml",
            "metadata": null,
            "name": "slab",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tokio-rs/slab",
            "rust_version": "1.31",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "slab",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "serde",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "slab",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.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/slab-0.4.9/build.rs",
                    "test": false
                }
            ],
            "version": "0.4.9"
        },
        {
            "authors": [
                "The Servo Project Developers"
            ],
            "categories": [
                "data-structures"
            ],
            "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "bincode",
                    "optional": false,
                    "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": [],
                    "kind": "dev",
                    "name": "debugger_test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "debugger_test_parser",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": [],
                "drain_filter": [],
                "drain_keep_rest": [
                    "drain_filter"
                ],
                "may_dangle": [],
                "serde": [
                    "dep:serde"
                ],
                "specialization": [],
                "union": [],
                "write": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2",
            "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.13.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--generate-link-to-definition"
                        ]
                    }
                }
            },
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "smallvec",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "debugger_visualizer",
                    "required-features": [
                        "debugger_visualizer"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "macro",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.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/smallvec-1.13.2/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "1.13.2"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>",
                "Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
            ],
            "categories": [
                "api-bindings",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.150",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Networking_WinSock",
                        "Win32_System_IO",
                        "Win32_System_Threading",
                        "Win32_System_WindowsProgramming"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n",
            "documentation": "https://docs.rs/socket2",
            "edition": "2021",
            "features": {
                "all": []
            },
            "homepage": "https://github.com/rust-lang/socket2",
            "id": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7",
            "keywords": [
                "io",
                "socket",
                "network"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ],
                        "targets": [
                            "aarch64-apple-ios",
                            "aarch64-linux-android",
                            "x86_64-apple-darwin",
                            "x86_64-unknown-fuchsia",
                            "x86_64-pc-windows-msvc",
                            "x86_64-pc-solaris",
                            "x86_64-unknown-freebsd",
                            "x86_64-unknown-illumos",
                            "x86_64-unknown-linux-gnu",
                            "x86_64-unknown-linux-musl",
                            "x86_64-unknown-netbsd",
                            "x86_64-unknown-redox",
                            "armv7-linux-androideabi",
                            "i686-linux-android"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "all"
                    ]
                }
            },
            "name": "socket2",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/socket2",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "socket2",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.5.7"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "development-tools::procedural-macro-helpers",
                "parser-implementations"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "proc-macro2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.80",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "quote",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.35",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "unicode-ident",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "anyhow",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "automod",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "flate2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "insta",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rayon",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "ref-cast",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "blocking"
                    ],
                    "kind": "dev",
                    "name": "reqwest",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.12",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "syn-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": "tar",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.16",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "termcolor",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "walkdir",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.3.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": [
                    "dep:quote"
                ],
                "proc-macro": [
                    "proc-macro2/proc-macro",
                    "quote?/proc-macro"
                ],
                "test": [
                    "syn-test-suite/all-features"
                ],
                "visit": [],
                "visit-mut": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60",
            "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.60/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "doc_cfg",
                            "--generate-link-to-definition"
                        ],
                        "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.60",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "syn",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_visibility",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_visibility.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_stmt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_stmt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_round_trip",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_round_trip.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_size",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_size.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_shebang",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_shebang.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_pat",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_pat.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_receiver",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/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.60/tests/test_precedence.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_lit",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_lit.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "regression",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/regression.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_parse_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_grouping",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_grouping.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_ident",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_ident.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_iterators",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_iterators.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_parse_buffer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_buffer.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_asyncness",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_asyncness.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_token_trees",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_token_trees.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_ty",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_ty.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "zzz_stable",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/zzz_stable.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_parse_quote",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_quote.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_meta",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_meta.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_expr",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/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.60/tests/test_item.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_path",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/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.60/tests/test_derive_input.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_generics",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_generics.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_attribute",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/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.60/benches/rust.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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.60/benches/file.rs",
                    "test": false
                }
            ],
            "version": "2.0.60"
        },
        {
            "authors": [
                "Actyx AG <developer@actyx.io>"
            ],
            "categories": [
                "concurrency"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-core",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A tool for enlisting the compiler\u2019s help in proving the absence of concurrency",
            "documentation": "https://docs.rs/sync_wrapper",
            "edition": "2018",
            "features": {
                "futures": [
                    "futures-core"
                ],
                "futures-core": [
                    "dep:futures-core"
                ]
            },
            "homepage": "https://docs.rs/sync_wrapper",
            "id": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2",
            "keywords": [
                "concurrency"
            ],
            "license": "Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/Cargo.toml",
            "metadata": null,
            "name": "sync_wrapper",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/Actyx/sync_wrapper",
            "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": "sync_wrapper",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.2"
        },
        {
            "authors": [
                "Mullvad VPN"
            ],
            "categories": [
                "api-bindings",
                "os::macos-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "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": "core-foundation",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "system-configuration-sys",
                    "optional": false,
                    "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 SystemConfiguration framework for macOS",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1",
            "keywords": [
                "macos",
                "system",
                "configuration",
                "bindings"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/Cargo.toml",
            "metadata": null,
            "name": "system-configuration",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/mullvad/system-configuration-rs",
            "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": "system_configuration",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "set_dns",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/set_dns.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "watch_dns",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/watch_dns.rs",
                    "test": false
                }
            ],
            "version": "0.5.1"
        },
        {
            "authors": [
                "Mullvad VPN"
            ],
            "categories": [
                "external-ffi-bindings",
                "os::macos-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "core-foundation-sys",
                    "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": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.49",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Low level bindings to SystemConfiguration framework for macOS",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0",
            "keywords": [
                "macos",
                "system",
                "configuration",
                "bindings"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/Cargo.toml",
            "metadata": null,
            "name": "system-configuration-sys",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/mullvad/system-configuration-rs",
            "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": "system_configuration_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.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/system-configuration-sys-0.5.0/build.rs",
                    "test": false
                }
            ],
            "version": "0.5.0"
        },
        {
            "authors": [
                "Steven Allen <steven@stebalien.com>",
                "The Rust Project Developers",
                "Ashley Mannix <ashleymannix@live.com.au>",
                "Jason White <me@jasonwhite.io>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "optional": false,
                    "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": "fastrand",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "doc-comment",
                    "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
                },
                {
                    "features": [
                        "fs"
                    ],
                    "kind": null,
                    "name": "rustix",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.38.31",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(unix, target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Storage_FileSystem",
                        "Win32_Foundation"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A library for managing temporary files and directories.",
            "documentation": "https://docs.rs/tempfile",
            "edition": "2021",
            "features": {
                "nightly": []
            },
            "homepage": "https://stebalien.com/projects/tempfile-rs/",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1",
            "keywords": [
                "tempfile",
                "tmpfile",
                "filesystem"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/Cargo.toml",
            "metadata": null,
            "name": "tempfile",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/Stebalien/tempfile",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "tempfile",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "spooled",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/spooled.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "namedtempfile",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/namedtempfile.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tempdir",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempdir.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tempfile",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempfile.rs",
                    "test": true
                }
            ],
            "version": "3.10.1"
        },
        {
            "authors": [
                "Lokathor <zefria@gmail.com>"
            ],
            "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"
                ],
                "arbitrary": [
                    "dep:arbitrary"
                ],
                "default": [],
                "experimental_write_impl": [],
                "grab_spare_slice": [],
                "nightly_slice_partition_dedup": [],
                "real_blackbox": [
                    "criterion/real_blackbox"
                ],
                "rustc_1_40": [],
                "rustc_1_55": [
                    "rustc_1_40"
                ],
                "rustc_1_57": [
                    "rustc_1_55"
                ],
                "serde": [
                    "dep:serde"
                ],
                "std": [
                    "alloc"
                ],
                "tinyvec_macros": [
                    "dep:tinyvec_macros"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0",
            "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": {
                        "features": [
                            "alloc",
                            "std",
                            "grab_spare_slice",
                            "rustc_1_40",
                            "rustc_1_55",
                            "serde"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docs_rs"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "alloc",
                        "std",
                        "grab_spare_slice",
                        "rustc_1_40",
                        "rustc_1_55",
                        "serde"
                    ]
                }
            },
            "name": "tinyvec",
            "publish": null,
            "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
                }
            ],
            "version": "1.6.0"
        },
        {
            "authors": [
                "Soveu <marx.tomasz@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Some macros for tiny containers",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
            "keywords": [],
            "license": "MIT OR Apache-2.0 OR Zlib",
            "license_file": null,
            "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",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                }
            ],
            "version": "0.1.1"
        },
        {
            "authors": [
                "Tokio Contributors <team@tokio.rs>"
            ],
            "categories": [
                "asynchronous",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "mio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "num_cpus",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.8.0",
                    "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.12.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.11",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-macros",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "~2.2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "async-stream",
                    "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
                },
                {
                    "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,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "mockall",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.11.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-stream",
                    "optional": false,
                    "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": "tokio-test",
                    "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": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_family = \"wasm\", not(target_os = \"wasi\")))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "futures",
                        "checkpoint"
                    ],
                    "kind": "dev",
                    "name": "loom",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(loom)",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "rand",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "all"
                    ],
                    "kind": null,
                    "name": "socket2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_family = \"wasm\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "socket2",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_family = \"wasm\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_family = \"wasm\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "tokio"
                    ],
                    "kind": "dev",
                    "name": "mio-aio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"freebsd\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "backtrace",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.58",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(tokio_taskdump)",
                    "uses_default_features": true
                },
                {
                    "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)",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.149",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "signal-hook-registry",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.149",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "fs",
                        "socket"
                    ],
                    "kind": "dev",
                    "name": "nix",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.27.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Security_Authorization"
                    ],
                    "kind": "dev",
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n",
            "documentation": null,
            "edition": "2021",
            "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": [
                    "bytes"
                ],
                "libc": [
                    "dep:libc"
                ],
                "macros": [
                    "tokio-macros"
                ],
                "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"
                ],
                "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": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
            "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.37.0/Cargo.toml",
            "metadata": {
                "cargo_check_external_types": {
                    "allowed_external_types": [
                        "bytes::buf::buf_impl::Buf",
                        "bytes::buf::buf_mut::BufMut",
                        "tokio_macros::*"
                    ]
                },
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustc-args": [
                            "--cfg",
                            "tokio_unstable",
                            "--cfg",
                            "tokio_taskdump"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "tokio_unstable",
                            "--cfg",
                            "tokio_taskdump"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "full",
                        "test-util"
                    ]
                }
            },
            "name": "tokio",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tokio-rs/tokio",
            "rust_version": "1.63",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "tokio",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_chain",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_chain.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_no_rt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_no_rt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_local",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_usr1",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_usr1.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_open_options",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_abort",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_abort.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "uds_socket",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_socket.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_arg0",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_arg0.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_link",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_link.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_join_set",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_join_set.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_socket",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_socket.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_rename",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_rename.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_sleep",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_sleep.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_driver",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_buf.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_issue_2174",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_2174.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_split",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_split.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_drop_recv",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_recv.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_pause",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_pause.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_errors",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_errors.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_threaded_alt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded_alt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_remove_file",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_file.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_accept",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_accept.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "uds_split",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_split.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_rename_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_rename_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_to_end",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_end.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_local_set",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local_set.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_semaphore_owned",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore_owned.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_handle",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_time_start_paused",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_time_start_paused.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_notify_both",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_notify_both.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_driver_drop",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver_drop.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_ctrl_c",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_ctrl_c.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_once_cell",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_once_cell.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_issue_42",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_42.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_write_int",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_int.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_drop_rt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_rt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_rt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_rt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_interval",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_interval.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_take",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_take.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_remove_dir_all",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_dir_all.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_connect",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_connect.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_dir",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_dir.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_repeat",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_repeat.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_symlink_file_windows",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_file_windows.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_into_std",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_std.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_semaphore",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_select",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_select.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_copy",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_copy.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_write",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "buffered",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/buffered.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_try_exists",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_try_exists.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "no_rt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/no_rt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_mutex_owned",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex_owned.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_mpsc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "net_bind_resource",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_bind_resource.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_util_empty",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_util_empty.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "net_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_common",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_common.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_blocking",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_blocking.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_echo",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_echo.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_handle_block_on",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle_block_on.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_file",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_file.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_poll_aio",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_poll_aio.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_open_options_windows",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options_windows.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_notify",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_notify.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_buf_writer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_writer.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_timeout",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_timeout.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "unwindsafe",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/unwindsafe.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_canonicalize_dir",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_canonicalize_dir.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_id",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_id.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_change_of_runtime",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_change_of_runtime.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_fill_buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_fill_buf.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_write_buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_buf.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs_symlink_dir_windows",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_dir_windows.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_buf_reader",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_reader.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_raw_handle",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_raw_handle.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_copy",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "duplex_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/duplex_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "coop_budget",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/coop_budget.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_oneshot",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_oneshot.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_until",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_until.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_kill_on_drop",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_kill_on_drop.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_builder",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_builder.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_metrics",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_metrics.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "uds_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "test_clock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/test_clock.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_join",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_join.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_write_all_buf",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all_buf.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "async_send_sync",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/async_send_sync.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_exact",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_exact.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_barrier",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_barrier.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_line",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_line.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_copy_bidirectional",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy_bidirectional.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_try_join",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_try_join.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_mutex",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_threaded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_lines",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_lines.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_mem_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_mem_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "uds_cred",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_cred.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_drop_signal",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_signal.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_read_to_string",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_string.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "uds_datagram",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_datagram.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "net_named_pipe",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_named_pipe.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "fs",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "process_smoke",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_smoke.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_join",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_join.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "_require_full",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/_require_full.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_peek",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_peek.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_async_read",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_read.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_multi_rt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_multi_rt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "net_lookup_host",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_lookup_host.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_yield_now",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_yield_now.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_split",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_split.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "rt_basic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_basic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "signal_twice",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_twice.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_pin",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_pin.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "dump",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/dump.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_rwlock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_rwlock.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_sink",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_sink.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "join_handle_panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/join_handle_panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_broadcast",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_broadcast.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_mpsc_weak",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc_weak.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_into_split",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_split.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_watch",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_watch.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "net_unix_pipe",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_unix_pipe.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "tcp_shutdown",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_shutdown.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "udp",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/udp.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_write_all",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_async_fd",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_fd.rs",
                    "test": true
                }
            ],
            "version": "1.37.0"
        },
        {
            "authors": [
                "Tokio Contributors <team@tokio.rs>"
            ],
            "categories": [
                "asynchronous",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "native-tls",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio",
                    "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": "cfg-if",
                    "optional": false,
                    "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": "env_logger",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "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,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "lazy_static",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "macros",
                        "rt",
                        "rt-multi-thread",
                        "io-util",
                        "net"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "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": [
                        "full"
                    ],
                    "kind": "dev",
                    "name": "tokio-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.6.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "openssl",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.10",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "security-framework",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "schannel",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "lmcons",
                        "basetsd",
                        "minwinbase",
                        "minwindef",
                        "ntdef",
                        "sysinfoapi",
                        "timezoneapi",
                        "wincrypt",
                        "winerror"
                    ],
                    "kind": "dev",
                    "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": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS\nfor nonblocking I/O streams.\n",
            "documentation": "https://docs.rs/tokio-native-tls",
            "edition": "2018",
            "features": {
                "vendored": [
                    "native-tls/vendored"
                ]
            },
            "homepage": "https://tokio.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true
                    }
                }
            },
            "name": "tokio-native-tls",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tokio-rs/tls",
            "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": "tokio_native_tls",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "download-rust-lang",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/download-rust-lang.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "echo",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/echo.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "google",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/google.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "bad",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/bad.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "smoke",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/smoke.rs",
                    "test": true
                }
            ],
            "version": "0.3.1"
        },
        {
            "authors": [
                "Tokio Contributors <team@tokio.rs>"
            ],
            "categories": [
                "asynchronous"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bytes",
                    "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": null,
                    "name": "futures-core",
                    "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": null,
                    "name": "futures-io",
                    "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": [],
                    "kind": null,
                    "name": "futures-sink",
                    "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": null,
                    "name": "futures-util",
                    "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": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.11",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "slab",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "sync"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.28.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "async-stream",
                    "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": "futures",
                    "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": "futures-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "parking_lot",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.12.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "full"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "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": "tokio-stream",
                    "optional": false,
                    "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": "tokio-test",
                    "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": null,
                    "name": "hashbrown",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.14.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(tokio_unstable)",
                    "uses_default_features": true
                }
            ],
            "description": "Additional utilities for working with Tokio.\n",
            "documentation": null,
            "edition": "2021",
            "features": {
                "__docs_rs": [
                    "futures-util"
                ],
                "codec": [
                    "tracing"
                ],
                "compat": [
                    "futures-io"
                ],
                "default": [],
                "full": [
                    "codec",
                    "compat",
                    "io-util",
                    "time",
                    "net",
                    "rt"
                ],
                "futures-io": [
                    "dep:futures-io"
                ],
                "futures-util": [
                    "dep:futures-util"
                ],
                "hashbrown": [
                    "dep:hashbrown"
                ],
                "io": [],
                "io-util": [
                    "io",
                    "tokio/rt",
                    "tokio/io-util"
                ],
                "net": [
                    "tokio/net"
                ],
                "rt": [
                    "tokio/rt",
                    "tokio/sync",
                    "futures-util",
                    "hashbrown"
                ],
                "slab": [
                    "dep:slab"
                ],
                "time": [
                    "tokio/time",
                    "slab"
                ],
                "tracing": [
                    "dep:tracing"
                ]
            },
            "homepage": "https://tokio.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.10",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "tokio_unstable"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "tokio_unstable"
                        ]
                    }
                }
            },
            "name": "tokio-util",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tokio-rs/tokio",
            "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": "tokio_util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "poll_semaphore",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/poll_semaphore.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "panic",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/panic.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "time_delay_queue",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/time_delay_queue.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "reusable_box",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/reusable_box.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "codecs",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/codecs.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_join_map",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_join_map.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "compat",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/compat.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "framed_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "length_delimited",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/length_delimited.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "framed_write",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_write.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_stream_reader",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_stream_reader.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "mpsc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/mpsc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "framed_read",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_read.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_inspect",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_inspect.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "task_tracker",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_tracker.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_reader_stream",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_reader_stream.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_sink_writer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sink_writer.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "framed",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "spawn_pinned",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/spawn_pinned.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "_require_full",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/_require_full.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "io_sync_bridge",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sync_bridge.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "sync_cancellation_token",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/sync_cancellation_token.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "context",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/context.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "test"
                    ],
                    "name": "udp",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/udp.rs",
                    "test": true
                }
            ],
            "version": "0.7.10"
        },
        {
            "authors": [
                "Tower Maintainers <team@tower-rs.com>"
            ],
            "categories": [
                "asynchronous",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "futures-core",
                    "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
                },
                {
                    "features": [
                        "alloc"
                    ],
                    "kind": null,
                    "name": "futures-util",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hdrhistogram",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^7.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "indexmap",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project",
                    "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": "pin-project-lite",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "small_rng"
                    ],
                    "kind": null,
                    "name": "rand",
                    "optional": 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": [],
                    "kind": null,
                    "name": "slab",
                    "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": [
                        "sync"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-stream",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tokio-util",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.7.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tower-layer",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tower-service",
                    "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
                },
                {
                    "features": [
                        "std"
                    ],
                    "kind": null,
                    "name": "tracing",
                    "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": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "hdrhistogram",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^7.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "http",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "lazy_static",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "macros",
                        "sync",
                        "test-util",
                        "rt-multi-thread"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.6.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-stream",
                    "optional": false,
                    "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": "tokio-test",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tower-test",
                    "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
                },
                {
                    "features": [
                        "fmt",
                        "ansi"
                    ],
                    "kind": "dev",
                    "name": "tracing-subscriber",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "Tower is a library of modular and reusable components for building robust\nclients and servers.\n",
            "documentation": "https://docs.rs/tower/0.4.13",
            "edition": "2018",
            "features": {
                "__common": [
                    "futures-core",
                    "pin-project-lite"
                ],
                "balance": [
                    "discover",
                    "load",
                    "ready-cache",
                    "make",
                    "rand",
                    "slab"
                ],
                "buffer": [
                    "__common",
                    "tokio/sync",
                    "tokio/rt",
                    "tokio-util",
                    "tracing"
                ],
                "default": [
                    "log"
                ],
                "discover": [
                    "__common"
                ],
                "filter": [
                    "__common",
                    "futures-util"
                ],
                "full": [
                    "balance",
                    "buffer",
                    "discover",
                    "filter",
                    "hedge",
                    "limit",
                    "load",
                    "load-shed",
                    "make",
                    "ready-cache",
                    "reconnect",
                    "retry",
                    "spawn-ready",
                    "steer",
                    "timeout",
                    "util"
                ],
                "futures-core": [
                    "dep:futures-core"
                ],
                "futures-util": [
                    "dep:futures-util"
                ],
                "hdrhistogram": [
                    "dep:hdrhistogram"
                ],
                "hedge": [
                    "util",
                    "filter",
                    "futures-util",
                    "hdrhistogram",
                    "tokio/time",
                    "tracing"
                ],
                "indexmap": [
                    "dep:indexmap"
                ],
                "limit": [
                    "__common",
                    "tokio/time",
                    "tokio/sync",
                    "tokio-util",
                    "tracing"
                ],
                "load": [
                    "__common",
                    "tokio/time",
                    "tracing"
                ],
                "load-shed": [
                    "__common"
                ],
                "log": [
                    "tracing/log"
                ],
                "make": [
                    "futures-util",
                    "pin-project-lite",
                    "tokio/io-std"
                ],
                "pin-project": [
                    "dep:pin-project"
                ],
                "pin-project-lite": [
                    "dep:pin-project-lite"
                ],
                "rand": [
                    "dep:rand"
                ],
                "ready-cache": [
                    "futures-core",
                    "futures-util",
                    "indexmap",
                    "tokio/sync",
                    "tracing",
                    "pin-project-lite"
                ],
                "reconnect": [
                    "make",
                    "tokio/io-std",
                    "tracing"
                ],
                "retry": [
                    "__common",
                    "tokio/time"
                ],
                "slab": [
                    "dep:slab"
                ],
                "spawn-ready": [
                    "__common",
                    "futures-util",
                    "tokio/sync",
                    "tokio/rt",
                    "util",
                    "tracing"
                ],
                "steer": [],
                "timeout": [
                    "pin-project-lite",
                    "tokio/time"
                ],
                "tokio": [
                    "dep:tokio"
                ],
                "tokio-stream": [
                    "dep:tokio-stream"
                ],
                "tokio-util": [
                    "dep:tokio-util"
                ],
                "tracing": [
                    "dep:tracing"
                ],
                "util": [
                    "__common",
                    "futures-util",
                    "pin-project"
                ]
            },
            "homepage": "https://github.com/tower-rs/tower",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tower@0.4.13",
            "keywords": [
                "io",
                "async",
                "non-blocking",
                "futures",
                "service"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "full"
                    ]
                }
            },
            "name": "tower",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tower-rs/tower",
            "rust_version": "1.49.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "tower",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "tower-balance",
                    "required-features": [
                        "full"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/examples/tower-balance.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "retry",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/retry/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/util/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "limit",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/limit/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "hedge",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/hedge/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "support",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/support.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "balance",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/balance/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "load_shed",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/load_shed/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "spawn_ready",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/spawn_ready/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "steer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/steer/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "ready_cache",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/ready_cache/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "builder",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/builder.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "buffer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/buffer/main.rs",
                    "test": true
                }
            ],
            "version": "0.4.13"
        },
        {
            "authors": [
                "Tower Maintainers <team@tower-rs.com>"
            ],
            "categories": [
                "asynchronous",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tower",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tower-service",
                    "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
                }
            ],
            "description": "Decorates a `Service` to allow easy composition between `Service`s.\n",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/tower-rs/tower",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.2",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/Cargo.toml",
            "metadata": null,
            "name": "tower-layer",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tower-rs/tower",
            "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": "tower_layer",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.2"
        },
        {
            "authors": [
                "Tower Maintainers <team@tower-rs.com>"
            ],
            "categories": [
                "asynchronous",
                "network-programming"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures",
                    "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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "http",
                    "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
                },
                {
                    "features": [
                        "macros",
                        "time"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tower-layer",
                    "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": "Trait representing an asynchronous, request / response based, client or server.\n",
            "documentation": "https://docs.rs/tower-service/0.3.2",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/tower-rs/tower",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/Cargo.toml",
            "metadata": null,
            "name": "tower-service",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tower-rs/tower",
            "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": "tower_service",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.2"
        },
        {
            "authors": [
                "Eliza Weisman <eliza@buoyant.io>",
                "Tokio Contributors <team@tokio.rs>"
            ],
            "categories": [
                "development-tools::debugging",
                "development-tools::profiling",
                "asynchronous",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "log",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.17",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "pin-project-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tracing-attributes",
                    "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": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "tracing-core",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.32",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "criterion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.21",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "log",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.17",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40",
            "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.40/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.56.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "tracing",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "max_level_hint",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "filter_caching_is_lexically_scoped",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "register_callsite_deadlock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "filters_dont_leak",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "subscriber",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "no_subscriber",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "future_send",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "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.40/tests/filters_are_reevaluated_for_different_call_sites.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "enabled",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "event",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "multiple_max_level_hints",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "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.40/tests/filters_are_not_reevaluated_for_the_same_span.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "span",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "macro_imports",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "instrument",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "macros",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "macros_incompatible_concat",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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.40/tests/scoped_clobbers_default.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "baseline",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "dispatch_get_clone",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "dispatch_get_ref",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "empty_span",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "enter_span",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "event",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "span_fields",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "span_no_fields",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "span_repeated",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "shared",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs",
                    "test": false
                }
            ],
            "version": "0.1.40"
        },
        {
            "authors": [
                "Tokio Contributors <team@tokio.rs>"
            ],
            "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",
                    "valuable/std"
                ],
                "once_cell": [
                    "dep:once_cell"
                ],
                "std": [
                    "once_cell"
                ],
                "valuable": [
                    "dep:valuable"
                ]
            },
            "homepage": "https://tokio.rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32",
            "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.32/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustc-args": [
                            "--cfg",
                            "tracing_unstable"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs",
                            "--cfg",
                            "tracing_unstable"
                        ]
                    }
                }
            },
            "name": "tracing-core",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/tokio-rs/tracing",
            "rust_version": "1.56.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.32/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.32/tests/dispatch.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "local_dispatch_before_init",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "macros",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/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.32/tests/global_dispatch.rs",
                    "test": true
                }
            ],
            "version": "0.1.32"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [
                "concurrency",
                "no-std"
            ],
            "default_run": null,
            "dependencies": [],
            "description": "A lightweight atomic lock.",
            "documentation": "https://docs.rs/try-lock",
            "edition": "2015",
            "features": {},
            "homepage": "https://github.com/seanmonstar/try-lock",
            "id": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5",
            "keywords": [
                "lock",
                "atomic"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/Cargo.toml",
            "metadata": null,
            "name": "try-lock",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/seanmonstar/try-lock",
            "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": "try_lock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.5"
        },
        {
            "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": [
                    "std",
                    "hardcoded-data"
                ],
                "flame": [
                    "dep:flame"
                ],
                "flame_it": [
                    "flame",
                    "flamer"
                ],
                "flamer": [
                    "dep:flamer"
                ],
                "hardcoded-data": [],
                "serde": [
                    "dep:serde"
                ],
                "std": [],
                "unstable": [],
                "with_serde": [
                    "serde"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15",
            "keywords": [
                "rtl",
                "unicode",
                "text",
                "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.15/Cargo.toml",
            "metadata": null,
            "name": "unicode-bidi",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/servo/unicode-bidi",
            "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.15/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.15/tests/conformance_tests.rs",
                    "test": true
                }
            ],
            "version": "0.3.15"
        },
        {
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "development-tools::procedural-macro-helpers",
                "no-std",
                "no-std::no-alloc"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "criterion",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "fst",
                    "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
                },
                {
                    "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": "roaring",
                    "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": "ucd-trie",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "unicode-xid",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12",
            "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.12/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ],
                        "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.12/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "static_size",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "compare",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/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.12/benches/xid.rs",
                    "test": false
                }
            ],
            "version": "1.0.12"
        },
        {
            "authors": [
                "kwantam <kwantam@gmail.com>",
                "Manish Goregaokar <manishsmail@gmail.com>"
            ],
            "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": []
            },
            "homepage": "https://github.com/unicode-rs/unicode-normalization",
            "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23",
            "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.23/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": [
                {
                    "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.23/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.23/benches/bench.rs",
                    "test": false
                }
            ],
            "version": "0.1.23"
        },
        {
            "authors": [
                "The rust-url developers"
            ],
            "categories": [
                "parser-implementations",
                "web-programming",
                "encoding"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "form_urlencoded",
                    "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": "idna",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "percent-encoding",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.3.1",
                    "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,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "bencher",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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,
                    "uses_default_features": 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": "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": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.0",
            "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.5.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "serde"
                        ],
                        "rustdoc-args": [
                            "--generate-link-to-definition"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "serde"
                    ]
                }
            },
            "name": "url",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/servo/rust-url",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "url",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "url_wpt",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/wpt.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "unit",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/unit.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "parse_url",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/benches/parse_url.rs",
                    "test": false
                }
            ],
            "version": "2.5.0"
        },
        {
            "authors": [
                "Jim McGrath <jimmc2@gmail.com>"
            ],
            "categories": [
                "development-tools::build-utils"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": "dev",
                    "name": "lazy_static",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempdir",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.7",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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
                }
            ],
            "version": "0.2.15"
        },
        {
            "authors": [
                "Sean McArthur <sean@seanmonstar.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "try-lock",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-executor",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.0-alpha.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tokio-sync",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.0-alpha.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Detect when another Future wants a result.",
            "documentation": "https://docs.rs/want",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
            "keywords": [
                "futures",
                "channel",
                "async"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/Cargo.toml",
            "metadata": null,
            "name": "want",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/seanmonstar/want",
            "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": "want",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "throughput",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/benches/throughput.rs",
                    "test": false
                }
            ],
            "version": "0.3.1"
        },
        {
            "authors": [
                "The Cranelift Project Developers"
            ],
            "categories": [
                "no-std",
                "wasm"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "compiler_builtins",
                    "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": "rustc-std-workspace-core",
                    "optional": true,
                    "registry": null,
                    "rename": "core",
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "rustc-std-workspace-alloc",
                    "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
                }
            ],
            "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": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1",
            "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": [
                {
                    "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"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [
                "wasm"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": 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": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "serde_json",
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen-macro",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "js-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.69",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.4.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.3.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test-crate-a",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test-crate-b",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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"
                ],
                "gg-alloc": [
                    "wasm-bindgen-test/gg-alloc"
                ],
                "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": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/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": "1.57",
            "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",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/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/wasm-bindgen-0.2.92/tests/wasm/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "non_wasm",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "std-crate-no-std-dep",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "must_use",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "headless",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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.92/tests/unwrap_throw.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/wasm-bindgen-0.2.92/build.rs",
                    "test": false
                }
            ],
            "version": "0.2.92"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bumpalo",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^3.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "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
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "once_cell",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.12",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "proc-macro2",
                    "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": null,
                    "name": "quote",
                    "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": [
                        "full"
                    ],
                    "kind": null,
                    "name": "syn",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen-shared",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/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": "1.57",
            "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_backend",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.92"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": null,
                    "name": "futures-core",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "js-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.69",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures-channel-preview",
                    "optional": false,
                    "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\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures-lite",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.11.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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\")",
                    "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": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/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": "1.57",
            "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_futures",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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.42/tests/tests.rs",
                    "test": true
                }
            ],
            "version": "0.4.42"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "quote",
                    "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": null,
                    "name": "wasm-bindgen-macro-support",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": 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
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Worker"
                    ],
                    "kind": "dev",
                    "name": "web-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.69",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": 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": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/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": "1.57",
            "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": "wasm_bindgen_macro",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "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.92/tests/ui.rs",
                    "test": true
                }
            ],
            "version": "0.2.92"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "proc-macro2",
                    "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": null,
                    "name": "quote",
                    "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": [
                        "visit",
                        "full"
                    ],
                    "kind": null,
                    "name": "syn",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen-backend",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen-shared",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "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"
                ],
                "spans": [
                    "wasm-bindgen-backend/spans"
                ],
                "strict-macro": []
            },
            "homepage": "https://rustwasm.github.io/wasm-bindgen/",
            "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/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": "1.57",
            "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.92/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.92"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "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": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": "wasm_bindgen",
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/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": "1.57",
            "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_shared",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/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/wasm-bindgen-shared-0.2.92/build.rs",
                    "test": false
                }
            ],
            "version": "0.2.92"
        },
        {
            "authors": [
                "The wasm-bindgen Developers"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "js-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.69",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "wasm-bindgen",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.92",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-futures",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "wasm-bindgen-test",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.42",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_arch = \"wasm32\")",
                    "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": [
                    "EventTarget"
                ],
                "AddEventListenerOptions": [],
                "AesCbcParams": [],
                "AesCtrParams": [],
                "AesDerivedKeyParams": [],
                "AesGcmParams": [],
                "AesKeyAlgorithm": [],
                "AesKeyGenParams": [],
                "Algorithm": [],
                "AlignSetting": [],
                "AllowedBluetoothDevice": [],
                "AllowedUsbDevice": [],
                "AlphaOption": [],
                "AnalyserNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "AnalyserOptions": [],
                "AngleInstancedArrays": [],
                "Animation": [
                    "EventTarget"
                ],
                "AnimationEffect": [],
                "AnimationEvent": [
                    "Event"
                ],
                "AnimationEventInit": [],
                "AnimationPlayState": [],
                "AnimationPlaybackEvent": [
                    "Event"
                ],
                "AnimationPlaybackEventInit": [],
                "AnimationPropertyDetails": [],
                "AnimationPropertyValueDetails": [],
                "AnimationTimeline": [],
                "AssignedNodesOptions": [],
                "AttestationConveyancePreference": [],
                "Attr": [
                    "EventTarget",
                    "Node"
                ],
                "AttributeNameValue": [],
                "AudioBuffer": [],
                "AudioBufferOptions": [],
                "AudioBufferSourceNode": [
                    "AudioNode",
                    "AudioScheduledSourceNode",
                    "EventTarget"
                ],
                "AudioBufferSourceOptions": [],
                "AudioConfiguration": [],
                "AudioContext": [
                    "BaseAudioContext",
                    "EventTarget"
                ],
                "AudioContextLatencyCategory": [],
                "AudioContextOptions": [],
                "AudioContextState": [],
                "AudioData": [],
                "AudioDataCopyToOptions": [],
                "AudioDataInit": [],
                "AudioDecoder": [],
                "AudioDecoderConfig": [],
                "AudioDecoderInit": [],
                "AudioDecoderSupport": [],
                "AudioDestinationNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "AudioEncoder": [],
                "AudioEncoderConfig": [],
                "AudioEncoderInit": [],
                "AudioEncoderSupport": [],
                "AudioListener": [],
                "AudioNode": [
                    "EventTarget"
                ],
                "AudioNodeOptions": [],
                "AudioParam": [],
                "AudioParamMap": [],
                "AudioProcessingEvent": [
                    "Event"
                ],
                "AudioSampleFormat": [],
                "AudioScheduledSourceNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "AudioSinkInfo": [],
                "AudioSinkOptions": [],
                "AudioSinkType": [],
                "AudioStreamTrack": [
                    "EventTarget",
                    "MediaStreamTrack"
                ],
                "AudioTrack": [],
                "AudioTrackList": [
                    "EventTarget"
                ],
                "AudioWorklet": [
                    "Worklet"
                ],
                "AudioWorkletGlobalScope": [
                    "WorkletGlobalScope"
                ],
                "AudioWorkletNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "AudioWorkletNodeOptions": [],
                "AudioWorkletProcessor": [],
                "AuthenticationExtensionsClientInputs": [],
                "AuthenticationExtensionsClientOutputs": [],
                "AuthenticatorAssertionResponse": [
                    "AuthenticatorResponse"
                ],
                "AuthenticatorAttachment": [],
                "AuthenticatorAttestationResponse": [
                    "AuthenticatorResponse"
                ],
                "AuthenticatorResponse": [],
                "AuthenticatorSelectionCriteria": [],
                "AuthenticatorTransport": [],
                "AutoKeyword": [],
                "AutocompleteInfo": [],
                "BarProp": [],
                "BaseAudioContext": [
                    "EventTarget"
                ],
                "BaseComputedKeyframe": [],
                "BaseKeyframe": [],
                "BasePropertyIndexedKeyframe": [],
                "BasicCardRequest": [],
                "BasicCardResponse": [],
                "BasicCardType": [],
                "BatteryManager": [
                    "EventTarget"
                ],
                "BeforeUnloadEvent": [
                    "Event"
                ],
                "BinaryType": [],
                "BiquadFilterNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "BiquadFilterOptions": [],
                "BiquadFilterType": [],
                "Blob": [],
                "BlobEvent": [
                    "Event"
                ],
                "BlobEventInit": [],
                "BlobPropertyBag": [],
                "BlockParsingOptions": [],
                "Bluetooth": [
                    "EventTarget"
                ],
                "BluetoothAdvertisingEvent": [
                    "Event"
                ],
                "BluetoothAdvertisingEventInit": [],
                "BluetoothCharacteristicProperties": [],
                "BluetoothDataFilterInit": [],
                "BluetoothDevice": [
                    "EventTarget"
                ],
                "BluetoothLeScanFilterInit": [],
                "BluetoothManufacturerDataMap": [],
                "BluetoothPermissionDescriptor": [],
                "BluetoothPermissionResult": [
                    "EventTarget",
                    "PermissionStatus"
                ],
                "BluetoothPermissionStorage": [],
                "BluetoothRemoteGattCharacteristic": [
                    "EventTarget"
                ],
                "BluetoothRemoteGattDescriptor": [],
                "BluetoothRemoteGattServer": [],
                "BluetoothRemoteGattService": [
                    "EventTarget"
                ],
                "BluetoothServiceDataMap": [],
                "BluetoothUuid": [],
                "BoxQuadOptions": [],
                "BroadcastChannel": [
                    "EventTarget"
                ],
                "BrowserElementDownloadOptions": [],
                "BrowserElementExecuteScriptOptions": [],
                "BrowserFeedWriter": [],
                "BrowserFindCaseSensitivity": [],
                "BrowserFindDirection": [],
                "ByteLengthQueuingStrategy": [],
                "Cache": [],
                "CacheBatchOperation": [],
                "CacheQueryOptions": [],
                "CacheStorage": [],
                "CacheStorageNamespace": [],
                "CanvasCaptureMediaStream": [
                    "EventTarget",
                    "MediaStream"
                ],
                "CanvasCaptureMediaStreamTrack": [
                    "EventTarget",
                    "MediaStreamTrack"
                ],
                "CanvasGradient": [],
                "CanvasPattern": [],
                "CanvasRenderingContext2d": [],
                "CanvasWindingRule": [],
                "CaretChangedReason": [],
                "CaretPosition": [],
                "CaretStateChangedEventInit": [],
                "CdataSection": [
                    "CharacterData",
                    "EventTarget",
                    "Node",
                    "Text"
                ],
                "ChannelCountMode": [],
                "ChannelInterpretation": [],
                "ChannelMergerNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "ChannelMergerOptions": [],
                "ChannelSplitterNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "ChannelSplitterOptions": [],
                "CharacterData": [
                    "EventTarget",
                    "Node"
                ],
                "CheckerboardReason": [],
                "CheckerboardReport": [],
                "CheckerboardReportService": [],
                "ChromeFilePropertyBag": [],
                "ChromeWorker": [
                    "EventTarget",
                    "Worker"
                ],
                "Client": [],
                "ClientQueryOptions": [],
                "ClientRectsAndTexts": [],
                "ClientType": [],
                "Clients": [],
                "Clipboard": [
                    "EventTarget"
                ],
                "ClipboardEvent": [
                    "Event"
                ],
                "ClipboardEventInit": [],
                "ClipboardItem": [],
                "ClipboardItemOptions": [],
                "ClipboardPermissionDescriptor": [],
                "CloseEvent": [
                    "Event"
                ],
                "CloseEventInit": [],
                "CodecState": [],
                "CollectedClientData": [],
                "ColorSpaceConversion": [],
                "Comment": [
                    "CharacterData",
                    "EventTarget",
                    "Node"
                ],
                "CompositeOperation": [],
                "CompositionEvent": [
                    "Event",
                    "UiEvent"
                ],
                "CompositionEventInit": [],
                "CompressionFormat": [],
                "CompressionStream": [],
                "ComputedEffectTiming": [],
                "ConnStatusDict": [],
                "ConnectionType": [],
                "ConsoleCounter": [],
                "ConsoleCounterError": [],
                "ConsoleEvent": [],
                "ConsoleInstance": [],
                "ConsoleInstanceOptions": [],
                "ConsoleLevel": [],
                "ConsoleLogLevel": [],
                "ConsoleProfileEvent": [],
                "ConsoleStackEntry": [],
                "ConsoleTimerError": [],
                "ConsoleTimerLogOrEnd": [],
                "ConsoleTimerStart": [],
                "ConstantSourceNode": [
                    "AudioNode",
                    "AudioScheduledSourceNode",
                    "EventTarget"
                ],
                "ConstantSourceOptions": [],
                "ConstrainBooleanParameters": [],
                "ConstrainDomStringParameters": [],
                "ConstrainDoubleRange": [],
                "ConstrainLongRange": [],
                "ContextAttributes2d": [],
                "ConvertCoordinateOptions": [],
                "ConvolverNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "ConvolverOptions": [],
                "Coordinates": [],
                "CountQueuingStrategy": [],
                "Credential": [],
                "CredentialCreationOptions": [],
                "CredentialRequestOptions": [],
                "CredentialsContainer": [],
                "Crypto": [],
                "CryptoKey": [],
                "CryptoKeyPair": [],
                "CssAnimation": [
                    "Animation",
                    "EventTarget"
                ],
                "CssBoxType": [],
                "CssConditionRule": [
                    "CssGroupingRule",
                    "CssRule"
                ],
                "CssCounterStyleRule": [
                    "CssRule"
                ],
                "CssFontFaceRule": [
                    "CssRule"
                ],
                "CssFontFeatureValuesRule": [
                    "CssRule"
                ],
                "CssGroupingRule": [
                    "CssRule"
                ],
                "CssImportRule": [
                    "CssRule"
                ],
                "CssKeyframeRule": [
                    "CssRule"
                ],
                "CssKeyframesRule": [
                    "CssRule"
                ],
                "CssMediaRule": [
                    "CssConditionRule",
                    "CssGroupingRule",
                    "CssRule"
                ],
                "CssNamespaceRule": [
                    "CssRule"
                ],
                "CssPageRule": [
                    "CssRule"
                ],
                "CssPseudoElement": [],
                "CssRule": [],
                "CssRuleList": [],
                "CssStyleDeclaration": [],
                "CssStyleRule": [
                    "CssRule"
                ],
                "CssStyleSheet": [
                    "StyleSheet"
                ],
                "CssStyleSheetParsingMode": [],
                "CssSupportsRule": [
                    "CssConditionRule",
                    "CssGroupingRule",
                    "CssRule"
                ],
                "CssTransition": [
                    "Animation",
                    "EventTarget"
                ],
                "CustomElementRegistry": [],
                "CustomEvent": [
                    "Event"
                ],
                "CustomEventInit": [],
                "DataTransfer": [],
                "DataTransferItem": [],
                "DataTransferItemList": [],
                "DateTimeValue": [],
                "DecoderDoctorNotification": [],
                "DecoderDoctorNotificationType": [],
                "DecompressionStream": [],
                "DedicatedWorkerGlobalScope": [
                    "EventTarget",
                    "WorkerGlobalScope"
                ],
                "DelayNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "DelayOptions": [],
                "DeviceAcceleration": [],
                "DeviceAccelerationInit": [],
                "DeviceLightEvent": [
                    "Event"
                ],
                "DeviceLightEventInit": [],
                "DeviceMotionEvent": [
                    "Event"
                ],
                "DeviceMotionEventInit": [],
                "DeviceOrientationEvent": [
                    "Event"
                ],
                "DeviceOrientationEventInit": [],
                "DeviceProximityEvent": [
                    "Event"
                ],
                "DeviceProximityEventInit": [],
                "DeviceRotationRate": [],
                "DeviceRotationRateInit": [],
                "DhKeyDeriveParams": [],
                "DirectionSetting": [],
                "Directory": [],
                "DirectoryPickerOptions": [],
                "DisplayMediaStreamConstraints": [],
                "DisplayNameOptions": [],
                "DisplayNameResult": [],
                "DistanceModelType": [],
                "DnsCacheDict": [],
                "DnsCacheEntry": [],
                "DnsLookupDict": [],
                "Document": [
                    "EventTarget",
                    "Node"
                ],
                "DocumentFragment": [
                    "EventTarget",
                    "Node"
                ],
                "DocumentTimeline": [
                    "AnimationTimeline"
                ],
                "DocumentTimelineOptions": [],
                "DocumentType": [
                    "EventTarget",
                    "Node"
                ],
                "DomError": [],
                "DomException": [],
                "DomImplementation": [],
                "DomMatrix": [
                    "DomMatrixReadOnly"
                ],
                "DomMatrix2dInit": [],
                "DomMatrixInit": [],
                "DomMatrixReadOnly": [],
                "DomParser": [],
                "DomPoint": [
                    "DomPointReadOnly"
                ],
                "DomPointInit": [],
                "DomPointReadOnly": [],
                "DomQuad": [],
                "DomQuadInit": [],
                "DomQuadJson": [],
                "DomRect": [
                    "DomRectReadOnly"
                ],
                "DomRectInit": [],
                "DomRectList": [],
                "DomRectReadOnly": [],
                "DomRequest": [
                    "EventTarget"
                ],
                "DomRequestReadyState": [],
                "DomStringList": [],
                "DomStringMap": [],
                "DomTokenList": [],
                "DomWindowResizeEventDetail": [],
                "DragEvent": [
                    "Event",
                    "MouseEvent",
                    "UiEvent"
                ],
                "DragEventInit": [],
                "DynamicsCompressorNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "DynamicsCompressorOptions": [],
                "EcKeyAlgorithm": [],
                "EcKeyGenParams": [],
                "EcKeyImportParams": [],
                "EcdhKeyDeriveParams": [],
                "EcdsaParams": [],
                "EffectTiming": [],
                "Element": [
                    "EventTarget",
                    "Node"
                ],
                "ElementCreationOptions": [],
                "ElementDefinitionOptions": [],
                "EncodedAudioChunk": [],
                "EncodedAudioChunkInit": [],
                "EncodedAudioChunkMetadata": [],
                "EncodedAudioChunkType": [],
                "EncodedVideoChunk": [],
                "EncodedVideoChunkInit": [],
                "EncodedVideoChunkMetadata": [],
                "EncodedVideoChunkType": [],
                "EndingTypes": [],
                "ErrorCallback": [],
                "ErrorEvent": [
                    "Event"
                ],
                "ErrorEventInit": [],
                "Event": [],
                "EventInit": [],
                "EventListener": [],
                "EventListenerOptions": [],
                "EventModifierInit": [],
                "EventSource": [
                    "EventTarget"
                ],
                "EventSourceInit": [],
                "EventTarget": [],
                "Exception": [],
                "ExtBlendMinmax": [],
                "ExtColorBufferFloat": [],
                "ExtColorBufferHalfFloat": [],
                "ExtDisjointTimerQuery": [],
                "ExtFragDepth": [],
                "ExtSRgb": [],
                "ExtShaderTextureLod": [],
                "ExtTextureFilterAnisotropic": [],
                "ExtTextureNorm16": [],
                "ExtendableEvent": [
                    "Event"
                ],
                "ExtendableEventInit": [],
                "ExtendableMessageEvent": [
                    "Event",
                    "ExtendableEvent"
                ],
                "ExtendableMessageEventInit": [],
                "External": [],
                "FakePluginMimeEntry": [],
                "FakePluginTagInit": [],
                "FetchEvent": [
                    "Event",
                    "ExtendableEvent"
                ],
                "FetchEventInit": [],
                "FetchObserver": [
                    "EventTarget"
                ],
                "FetchReadableStreamReadDataArray": [],
                "FetchReadableStreamReadDataDone": [],
                "FetchState": [],
                "File": [
                    "Blob"
                ],
                "FileCallback": [],
                "FileList": [],
                "FilePickerAcceptType": [],
                "FilePickerOptions": [],
                "FilePropertyBag": [],
                "FileReader": [
                    "EventTarget"
                ],
                "FileReaderSync": [],
                "FileSystem": [],
                "FileSystemCreateWritableOptions": [],
                "FileSystemDirectoryEntry": [
                    "FileSystemEntry"
                ],
                "FileSystemDirectoryHandle": [
                    "FileSystemHandle"
                ],
                "FileSystemDirectoryReader": [],
                "FileSystemEntriesCallback": [],
                "FileSystemEntry": [],
                "FileSystemEntryCallback": [],
                "FileSystemFileEntry": [
                    "FileSystemEntry"
                ],
                "FileSystemFileHandle": [
                    "FileSystemHandle"
                ],
                "FileSystemFlags": [],
                "FileSystemGetDirectoryOptions": [],
                "FileSystemGetFileOptions": [],
                "FileSystemHandle": [],
                "FileSystemHandleKind": [],
                "FileSystemHandlePermissionDescriptor": [],
                "FileSystemPermissionDescriptor": [],
                "FileSystemPermissionMode": [],
                "FileSystemReadWriteOptions": [],
                "FileSystemRemoveOptions": [],
                "FileSystemSyncAccessHandle": [],
                "FileSystemWritableFileStream": [
                    "WritableStream"
                ],
                "FillMode": [],
                "FlashClassification": [],
                "FlowControlType": [],
                "FocusEvent": [
                    "Event",
                    "UiEvent"
                ],
                "FocusEventInit": [],
                "FontData": [],
                "FontFace": [],
                "FontFaceDescriptors": [],
                "FontFaceLoadStatus": [],
                "FontFaceSet": [
                    "EventTarget"
                ],
                "FontFaceSetIterator": [],
                "FontFaceSetIteratorResult": [],
                "FontFaceSetLoadEvent": [
                    "Event"
                ],
                "FontFaceSetLoadEventInit": [],
                "FontFaceSetLoadStatus": [],
                "FormData": [],
                "FrameType": [],
                "FuzzingFunctions": [],
                "GainNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "GainOptions": [],
                "Gamepad": [],
                "GamepadAxisMoveEvent": [
                    "Event",
                    "GamepadEvent"
                ],
                "GamepadAxisMoveEventInit": [],
                "GamepadButton": [],
                "GamepadButtonEvent": [
                    "Event",
                    "GamepadEvent"
                ],
                "GamepadButtonEventInit": [],
                "GamepadEvent": [
                    "Event"
                ],
                "GamepadEventInit": [],
                "GamepadHand": [],
                "GamepadHapticActuator": [],
                "GamepadHapticActuatorType": [],
                "GamepadMappingType": [],
                "GamepadPose": [],
                "GamepadServiceTest": [],
                "Geolocation": [],
                "GetAnimationsOptions": [],
                "GetRootNodeOptions": [],
                "GetUserMediaRequest": [],
                "Gpu": [],
                "GpuAdapter": [],
                "GpuAdapterInfo": [],
                "GpuAddressMode": [],
                "GpuAutoLayoutMode": [],
                "GpuBindGroup": [],
                "GpuBindGroupDescriptor": [],
                "GpuBindGroupEntry": [],
                "GpuBindGroupLayout": [],
                "GpuBindGroupLayoutDescriptor": [],
                "GpuBindGroupLayoutEntry": [],
                "GpuBlendComponent": [],
                "GpuBlendFactor": [],
                "GpuBlendOperation": [],
                "GpuBlendState": [],
                "GpuBuffer": [],
                "GpuBufferBinding": [],
                "GpuBufferBindingLayout": [],
                "GpuBufferBindingType": [],
                "GpuBufferDescriptor": [],
                "GpuBufferMapState": [],
                "GpuCanvasAlphaMode": [],
                "GpuCanvasConfiguration": [],
                "GpuCanvasContext": [],
                "GpuColorDict": [],
                "GpuColorTargetState": [],
                "GpuCommandBuffer": [],
                "GpuCommandBufferDescriptor": [],
                "GpuCommandEncoder": [],
                "GpuCommandEncoderDescriptor": [],
                "GpuCompareFunction": [],
                "GpuCompilationInfo": [],
                "GpuCompilationMessage": [],
                "GpuCompilationMessageType": [],
                "GpuComputePassDescriptor": [],
                "GpuComputePassEncoder": [],
                "GpuComputePassTimestampWrites": [],
                "GpuComputePipeline": [],
                "GpuComputePipelineDescriptor": [],
                "GpuCullMode": [],
                "GpuDepthStencilState": [],
                "GpuDevice": [
                    "EventTarget"
                ],
                "GpuDeviceDescriptor": [],
                "GpuDeviceLostInfo": [],
                "GpuDeviceLostReason": [],
                "GpuError": [],
                "GpuErrorFilter": [],
                "GpuExtent3dDict": [],
                "GpuExternalTexture": [],
                "GpuExternalTextureBindingLayout": [],
                "GpuExternalTextureDescriptor": [],
                "GpuFeatureName": [],
                "GpuFilterMode": [],
                "GpuFragmentState": [],
                "GpuFrontFace": [],
                "GpuImageCopyBuffer": [],
                "GpuImageCopyExternalImage": [],
                "GpuImageCopyTexture": [],
                "GpuImageCopyTextureTagged": [],
                "GpuImageDataLayout": [],
                "GpuIndexFormat": [],
                "GpuInternalError": [
                    "GpuError"
                ],
                "GpuLoadOp": [],
                "GpuMipmapFilterMode": [],
                "GpuMultisampleState": [],
                "GpuObjectDescriptorBase": [],
                "GpuOrigin2dDict": [],
                "GpuOrigin3dDict": [],
                "GpuOutOfMemoryError": [
                    "GpuError"
                ],
                "GpuPipelineDescriptorBase": [],
                "GpuPipelineError": [
                    "DomException"
                ],
                "GpuPipelineErrorInit": [],
                "GpuPipelineErrorReason": [],
                "GpuPipelineLayout": [],
                "GpuPipelineLayoutDescriptor": [],
                "GpuPowerPreference": [],
                "GpuPrimitiveState": [],
                "GpuPrimitiveTopology": [],
                "GpuProgrammableStage": [],
                "GpuQuerySet": [],
                "GpuQuerySetDescriptor": [],
                "GpuQueryType": [],
                "GpuQueue": [],
                "GpuQueueDescriptor": [],
                "GpuRenderBundle": [],
                "GpuRenderBundleDescriptor": [],
                "GpuRenderBundleEncoder": [],
                "GpuRenderBundleEncoderDescriptor": [],
                "GpuRenderPassColorAttachment": [],
                "GpuRenderPassDepthStencilAttachment": [],
                "GpuRenderPassDescriptor": [],
                "GpuRenderPassEncoder": [],
                "GpuRenderPassLayout": [],
                "GpuRenderPassTimestampWrites": [],
                "GpuRenderPipeline": [],
                "GpuRenderPipelineDescriptor": [],
                "GpuRequestAdapterOptions": [],
                "GpuSampler": [],
                "GpuSamplerBindingLayout": [],
                "GpuSamplerBindingType": [],
                "GpuSamplerDescriptor": [],
                "GpuShaderModule": [],
                "GpuShaderModuleCompilationHint": [],
                "GpuShaderModuleDescriptor": [],
                "GpuStencilFaceState": [],
                "GpuStencilOperation": [],
                "GpuStorageTextureAccess": [],
                "GpuStorageTextureBindingLayout": [],
                "GpuStoreOp": [],
                "GpuSupportedFeatures": [],
                "GpuSupportedLimits": [],
                "GpuTexture": [],
                "GpuTextureAspect": [],
                "GpuTextureBindingLayout": [],
                "GpuTextureDescriptor": [],
                "GpuTextureDimension": [],
                "GpuTextureFormat": [],
                "GpuTextureSampleType": [],
                "GpuTextureView": [],
                "GpuTextureViewDescriptor": [],
                "GpuTextureViewDimension": [],
                "GpuUncapturedErrorEvent": [
                    "Event"
                ],
                "GpuUncapturedErrorEventInit": [],
                "GpuValidationError": [
                    "GpuError"
                ],
                "GpuVertexAttribute": [],
                "GpuVertexBufferLayout": [],
                "GpuVertexFormat": [],
                "GpuVertexState": [],
                "GpuVertexStepMode": [],
                "GroupedHistoryEventInit": [],
                "HalfOpenInfoDict": [],
                "HardwareAcceleration": [],
                "HashChangeEvent": [
                    "Event"
                ],
                "HashChangeEventInit": [],
                "Headers": [],
                "HeadersGuardEnum": [],
                "Hid": [
                    "EventTarget"
                ],
                "HidCollectionInfo": [],
                "HidConnectionEvent": [
                    "Event"
                ],
                "HidConnectionEventInit": [],
                "HidDevice": [
                    "EventTarget"
                ],
                "HidDeviceFilter": [],
                "HidDeviceRequestOptions": [],
                "HidInputReportEvent": [
                    "Event"
                ],
                "HidInputReportEventInit": [],
                "HidReportInfo": [],
                "HidReportItem": [],
                "HidUnitSystem": [],
                "HiddenPluginEventInit": [],
                "History": [],
                "HitRegionOptions": [],
                "HkdfParams": [],
                "HmacDerivedKeyParams": [],
                "HmacImportParams": [],
                "HmacKeyAlgorithm": [],
                "HmacKeyGenParams": [],
                "HtmlAllCollection": [],
                "HtmlAnchorElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlAreaElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlAudioElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "HtmlMediaElement",
                    "Node"
                ],
                "HtmlBaseElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlBodyElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlBrElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlButtonElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlCanvasElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlCollection": [],
                "HtmlDListElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDataElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDataListElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDetailsElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDialogElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDirectoryElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDivElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlDocument": [
                    "Document",
                    "EventTarget",
                    "Node"
                ],
                "HtmlElement": [
                    "Element",
                    "EventTarget",
                    "Node"
                ],
                "HtmlEmbedElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlFieldSetElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlFontElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlFormControlsCollection": [
                    "HtmlCollection"
                ],
                "HtmlFormElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlFrameElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlFrameSetElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlHeadElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlHeadingElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlHrElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlHtmlElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlIFrameElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlImageElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlInputElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlLabelElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlLegendElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlLiElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlLinkElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMapElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMediaElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMenuElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMenuItemElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMetaElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlMeterElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlModElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlOListElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlObjectElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlOptGroupElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlOptionElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlOptionsCollection": [
                    "HtmlCollection"
                ],
                "HtmlOutputElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlParagraphElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlParamElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlPictureElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlPreElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlProgressElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlQuoteElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlScriptElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlSelectElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlSlotElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlSourceElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlSpanElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlStyleElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableCaptionElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableCellElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableColElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableRowElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTableSectionElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTemplateElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTextAreaElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTimeElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTitleElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlTrackElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlUListElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlUnknownElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "Node"
                ],
                "HtmlVideoElement": [
                    "Element",
                    "EventTarget",
                    "HtmlElement",
                    "HtmlMediaElement",
                    "Node"
                ],
                "HttpConnDict": [],
                "HttpConnInfo": [],
                "HttpConnectionElement": [],
                "IdbCursor": [],
                "IdbCursorDirection": [],
                "IdbCursorWithValue": [
                    "IdbCursor"
                ],
                "IdbDatabase": [
                    "EventTarget"
                ],
                "IdbFactory": [],
                "IdbFileHandle": [
                    "EventTarget"
                ],
                "IdbFileMetadataParameters": [],
                "IdbFileRequest": [
                    "DomRequest",
                    "EventTarget"
                ],
                "IdbIndex": [],
                "IdbIndexParameters": [],
                "IdbKeyRange": [],
                "IdbLocaleAwareKeyRange": [
                    "IdbKeyRange"
                ],
                "IdbMutableFile": [
                    "EventTarget"
                ],
                "IdbObjectStore": [],
                "IdbObjectStoreParameters": [],
                "IdbOpenDbOptions": [],
                "IdbOpenDbRequest": [
                    "EventTarget",
                    "IdbRequest"
                ],
                "IdbRequest": [
                    "EventTarget"
                ],
                "IdbRequestReadyState": [],
                "IdbTransaction": [
                    "EventTarget"
                ],
                "IdbTransactionMode": [],
                "IdbVersionChangeEvent": [
                    "Event"
                ],
                "IdbVersionChangeEventInit": [],
                "IdleDeadline": [],
                "IdleRequestOptions": [],
                "IirFilterNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "IirFilterOptions": [],
                "ImageBitmap": [],
                "ImageBitmapOptions": [],
                "ImageBitmapRenderingContext": [],
                "ImageCapture": [],
                "ImageCaptureError": [],
                "ImageCaptureErrorEvent": [
                    "Event"
                ],
                "ImageCaptureErrorEventInit": [],
                "ImageData": [],
                "ImageDecodeOptions": [],
                "ImageDecodeResult": [],
                "ImageDecoder": [],
                "ImageDecoderInit": [],
                "ImageEncodeOptions": [],
                "ImageOrientation": [],
                "ImageTrack": [
                    "EventTarget"
                ],
                "ImageTrackList": [],
                "InputEvent": [
                    "Event",
                    "UiEvent"
                ],
                "InputEventInit": [],
                "IntersectionObserver": [],
                "IntersectionObserverEntry": [],
                "IntersectionObserverEntryInit": [],
                "IntersectionObserverInit": [],
                "IntlUtils": [],
                "IsInputPendingOptions": [],
                "IterableKeyAndValueResult": [],
                "IterableKeyOrValueResult": [],
                "IterationCompositeOperation": [],
                "JsonWebKey": [],
                "KeyAlgorithm": [],
                "KeyEvent": [],
                "KeyIdsInitData": [],
                "KeyboardEvent": [
                    "Event",
                    "UiEvent"
                ],
                "KeyboardEventInit": [],
                "KeyframeAnimationOptions": [],
                "KeyframeEffect": [
                    "AnimationEffect"
                ],
                "KeyframeEffectOptions": [],
                "L10nElement": [],
                "L10nValue": [],
                "LatencyMode": [],
                "LifecycleCallbacks": [],
                "LineAlignSetting": [],
                "ListBoxObject": [],
                "LocalMediaStream": [
                    "EventTarget",
                    "MediaStream"
                ],
                "LocaleInfo": [],
                "Location": [],
                "Lock": [],
                "LockInfo": [],
                "LockManager": [],
                "LockManagerSnapshot": [],
                "LockMode": [],
                "LockOptions": [],
                "MediaCapabilities": [],
                "MediaCapabilitiesInfo": [],
                "MediaConfiguration": [],
                "MediaDecodingConfiguration": [],
                "MediaDecodingType": [],
                "MediaDeviceInfo": [],
                "MediaDeviceKind": [],
                "MediaDevices": [
                    "EventTarget"
                ],
                "MediaElementAudioSourceNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "MediaElementAudioSourceOptions": [],
                "MediaEncodingConfiguration": [],
                "MediaEncodingType": [],
                "MediaEncryptedEvent": [
                    "Event"
                ],
                "MediaError": [],
                "MediaImage": [],
                "MediaKeyError": [
                    "Event"
                ],
                "MediaKeyMessageEvent": [
                    "Event"
                ],
                "MediaKeyMessageEventInit": [],
                "MediaKeyMessageType": [],
                "MediaKeyNeededEventInit": [],
                "MediaKeySession": [
                    "EventTarget"
                ],
                "MediaKeySessionType": [],
                "MediaKeyStatus": [],
                "MediaKeyStatusMap": [],
                "MediaKeySystemAccess": [],
                "MediaKeySystemConfiguration": [],
                "MediaKeySystemMediaCapability": [],
                "MediaKeySystemStatus": [],
                "MediaKeys": [],
                "MediaKeysPolicy": [],
                "MediaKeysRequirement": [],
                "MediaList": [],
                "MediaMetadata": [],
                "MediaMetadataInit": [],
                "MediaPositionState": [],
                "MediaQueryList": [
                    "EventTarget"
                ],
                "MediaQueryListEvent": [
                    "Event"
                ],
                "MediaQueryListEventInit": [],
                "MediaRecorder": [
                    "EventTarget"
                ],
                "MediaRecorderErrorEvent": [
                    "Event"
                ],
                "MediaRecorderErrorEventInit": [],
                "MediaRecorderOptions": [],
                "MediaSession": [],
                "MediaSessionAction": [],
                "MediaSessionActionDetails": [],
                "MediaSessionPlaybackState": [],
                "MediaSource": [
                    "EventTarget"
                ],
                "MediaSourceEndOfStreamError": [],
                "MediaSourceEnum": [],
                "MediaSourceReadyState": [],
                "MediaStream": [
                    "EventTarget"
                ],
                "MediaStreamAudioDestinationNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "MediaStreamAudioSourceNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "MediaStreamAudioSourceOptions": [],
                "MediaStreamConstraints": [],
                "MediaStreamError": [],
                "MediaStreamEvent": [
                    "Event"
                ],
                "MediaStreamEventInit": [],
                "MediaStreamTrack": [
                    "EventTarget"
                ],
                "MediaStreamTrackEvent": [
                    "Event"
                ],
                "MediaStreamTrackEventInit": [],
                "MediaStreamTrackGenerator": [
                    "EventTarget",
                    "MediaStreamTrack"
                ],
                "MediaStreamTrackGeneratorInit": [],
                "MediaStreamTrackProcessor": [],
                "MediaStreamTrackProcessorInit": [],
                "MediaStreamTrackState": [],
                "MediaTrackConstraintSet": [],
                "MediaTrackConstraints": [],
                "MediaTrackSettings": [],
                "MediaTrackSupportedConstraints": [],
                "MemoryAttribution": [],
                "MemoryAttributionContainer": [],
                "MemoryBreakdownEntry": [],
                "MemoryMeasurement": [],
                "MessageChannel": [],
                "MessageEvent": [
                    "Event"
                ],
                "MessageEventInit": [],
                "MessagePort": [
                    "EventTarget"
                ],
                "MidiAccess": [
                    "EventTarget"
                ],
                "MidiConnectionEvent": [
                    "Event"
                ],
                "MidiConnectionEventInit": [],
                "MidiInput": [
                    "EventTarget",
                    "MidiPort"
                ],
                "MidiInputMap": [],
                "MidiMessageEvent": [
                    "Event"
                ],
                "MidiMessageEventInit": [],
                "MidiOptions": [],
                "MidiOutput": [
                    "EventTarget",
                    "MidiPort"
                ],
                "MidiOutputMap": [],
                "MidiPort": [
                    "EventTarget"
                ],
                "MidiPortConnectionState": [],
                "MidiPortDeviceState": [],
                "MidiPortType": [],
                "MimeType": [],
                "MimeTypeArray": [],
                "MouseEvent": [
                    "Event",
                    "UiEvent"
                ],
                "MouseEventInit": [],
                "MouseScrollEvent": [
                    "Event",
                    "MouseEvent",
                    "UiEvent"
                ],
                "MozDebug": [],
                "MutationEvent": [
                    "Event"
                ],
                "MutationObserver": [],
                "MutationObserverInit": [],
                "MutationObservingInfo": [],
                "MutationRecord": [],
                "NamedNodeMap": [],
                "NativeOsFileReadOptions": [],
                "NativeOsFileWriteAtomicOptions": [],
                "NavigationType": [],
                "Navigator": [],
                "NavigatorAutomationInformation": [],
                "NetworkCommandOptions": [],
                "NetworkInformation": [
                    "EventTarget"
                ],
                "NetworkResultOptions": [],
                "Node": [
                    "EventTarget"
                ],
                "NodeFilter": [],
                "NodeIterator": [],
                "NodeList": [],
                "Notification": [
                    "EventTarget"
                ],
                "NotificationAction": [],
                "NotificationDirection": [],
                "NotificationEvent": [
                    "Event",
                    "ExtendableEvent"
                ],
                "NotificationEventInit": [],
                "NotificationOptions": [],
                "NotificationPermission": [],
                "ObserverCallback": [],
                "OesElementIndexUint": [],
                "OesStandardDerivatives": [],
                "OesTextureFloat": [],
                "OesTextureFloatLinear": [],
                "OesTextureHalfFloat": [],
                "OesTextureHalfFloatLinear": [],
                "OesVertexArrayObject": [],
                "OfflineAudioCompletionEvent": [
                    "Event"
                ],
                "OfflineAudioCompletionEventInit": [],
                "OfflineAudioContext": [
                    "BaseAudioContext",
                    "EventTarget"
                ],
                "OfflineAudioContextOptions": [],
                "OfflineResourceList": [
                    "EventTarget"
                ],
                "OffscreenCanvas": [
                    "EventTarget"
                ],
                "OffscreenCanvasRenderingContext2d": [],
                "OpenFilePickerOptions": [],
                "OpenWindowEventDetail": [],
                "OptionalEffectTiming": [],
                "OrientationLockType": [],
                "OrientationType": [],
                "OscillatorNode": [
                    "AudioNode",
                    "AudioScheduledSourceNode",
                    "EventTarget"
                ],
                "OscillatorOptions": [],
                "OscillatorType": [],
                "OverSampleType": [],
                "OvrMultiview2": [],
                "PageTransitionEvent": [
                    "Event"
                ],
                "PageTransitionEventInit": [],
                "PaintRequest": [],
                "PaintRequestList": [],
                "PaintWorkletGlobalScope": [
                    "WorkletGlobalScope"
                ],
                "PannerNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "PannerOptions": [],
                "PanningModelType": [],
                "ParityType": [],
                "Path2d": [],
                "PaymentAddress": [],
                "PaymentComplete": [],
                "PaymentMethodChangeEvent": [
                    "Event",
                    "PaymentRequestUpdateEvent"
                ],
                "PaymentMethodChangeEventInit": [],
                "PaymentRequestUpdateEvent": [
                    "Event"
                ],
                "PaymentRequestUpdateEventInit": [],
                "PaymentResponse": [],
                "Pbkdf2Params": [],
                "PcImplIceConnectionState": [],
                "PcImplIceGatheringState": [],
                "PcImplSignalingState": [],
                "PcObserverStateType": [],
                "Performance": [
                    "EventTarget"
                ],
                "PerformanceEntry": [],
                "PerformanceEntryEventInit": [],
                "PerformanceEntryFilterOptions": [],
                "PerformanceMark": [
                    "PerformanceEntry"
                ],
                "PerformanceMeasure": [
                    "PerformanceEntry"
                ],
                "PerformanceNavigation": [],
                "PerformanceNavigationTiming": [
                    "PerformanceEntry",
                    "PerformanceResourceTiming"
                ],
                "PerformanceObserver": [],
                "PerformanceObserverEntryList": [],
                "PerformanceObserverInit": [],
                "PerformanceResourceTiming": [
                    "PerformanceEntry"
                ],
                "PerformanceServerTiming": [],
                "PerformanceTiming": [],
                "PeriodicWave": [],
                "PeriodicWaveConstraints": [],
                "PeriodicWaveOptions": [],
                "PermissionDescriptor": [],
                "PermissionName": [],
                "PermissionState": [],
                "PermissionStatus": [
                    "EventTarget"
                ],
                "Permissions": [],
                "PlaneLayout": [],
                "PlaybackDirection": [],
                "Plugin": [],
                "PluginArray": [],
                "PluginCrashedEventInit": [],
                "PointerEvent": [
                    "Event",
                    "MouseEvent",
                    "UiEvent"
                ],
                "PointerEventInit": [],
                "PopStateEvent": [
                    "Event"
                ],
                "PopStateEventInit": [],
                "PopupBlockedEvent": [
                    "Event"
                ],
                "PopupBlockedEventInit": [],
                "Position": [],
                "PositionAlignSetting": [],
                "PositionError": [],
                "PositionOptions": [],
                "PremultiplyAlpha": [],
                "Presentation": [],
                "PresentationAvailability": [
                    "EventTarget"
                ],
                "PresentationConnection": [
                    "EventTarget"
                ],
                "PresentationConnectionAvailableEvent": [
                    "Event"
                ],
                "PresentationConnectionAvailableEventInit": [],
                "PresentationConnectionBinaryType": [],
                "PresentationConnectionCloseEvent": [
                    "Event"
                ],
                "PresentationConnectionCloseEventInit": [],
                "PresentationConnectionClosedReason": [],
                "PresentationConnectionList": [
                    "EventTarget"
                ],
                "PresentationConnectionState": [],
                "PresentationReceiver": [],
                "PresentationRequest": [
                    "EventTarget"
                ],
                "PresentationStyle": [],
                "ProcessingInstruction": [
                    "CharacterData",
                    "EventTarget",
                    "Node"
                ],
                "ProfileTimelineLayerRect": [],
                "ProfileTimelineMarker": [],
                "ProfileTimelineMessagePortOperationType": [],
                "ProfileTimelineStackFrame": [],
                "ProfileTimelineWorkerOperationType": [],
                "ProgressEvent": [
                    "Event"
                ],
                "ProgressEventInit": [],
                "PromiseNativeHandler": [],
                "PromiseRejectionEvent": [
                    "Event"
                ],
                "PromiseRejectionEventInit": [],
                "PublicKeyCredential": [
                    "Credential"
                ],
                "PublicKeyCredentialCreationOptions": [],
                "PublicKeyCredentialDescriptor": [],
                "PublicKeyCredentialEntity": [],
                "PublicKeyCredentialParameters": [],
                "PublicKeyCredentialRequestOptions": [],
                "PublicKeyCredentialRpEntity": [],
                "PublicKeyCredentialType": [],
                "PublicKeyCredentialUserEntity": [],
                "PushEncryptionKeyName": [],
                "PushEvent": [
                    "Event",
                    "ExtendableEvent"
                ],
                "PushEventInit": [],
                "PushManager": [],
                "PushMessageData": [],
                "PushPermissionState": [],
                "PushSubscription": [],
                "PushSubscriptionInit": [],
                "PushSubscriptionJson": [],
                "PushSubscriptionKeys": [],
                "PushSubscriptionOptions": [],
                "PushSubscriptionOptionsInit": [],
                "QueryOptions": [],
                "QueuingStrategy": [],
                "QueuingStrategyInit": [],
                "RadioNodeList": [
                    "NodeList"
                ],
                "Range": [],
                "RcwnPerfStats": [],
                "RcwnStatus": [],
                "ReadableByteStreamController": [],
                "ReadableStream": [],
                "ReadableStreamByobReader": [],
                "ReadableStreamByobRequest": [],
                "ReadableStreamDefaultController": [],
                "ReadableStreamDefaultReader": [],
                "ReadableStreamGetReaderOptions": [],
                "ReadableStreamIteratorOptions": [],
                "ReadableStreamReadResult": [],
                "ReadableStreamReaderMode": [],
                "ReadableStreamType": [],
                "ReadableWritablePair": [],
                "RecordingState": [],
                "ReferrerPolicy": [],
                "RegisterRequest": [],
                "RegisterResponse": [],
                "RegisteredKey": [],
                "RegistrationOptions": [],
                "Request": [],
                "RequestCache": [],
                "RequestCredentials": [],
                "RequestDestination": [],
                "RequestDeviceOptions": [],
                "RequestInit": [],
                "RequestMediaKeySystemAccessNotification": [],
                "RequestMode": [],
                "RequestRedirect": [],
                "ResizeObserver": [],
                "ResizeObserverBoxOptions": [],
                "ResizeObserverEntry": [],
                "ResizeObserverOptions": [],
                "ResizeObserverSize": [],
                "ResizeQuality": [],
                "Response": [],
                "ResponseInit": [],
                "ResponseType": [],
                "RsaHashedImportParams": [],
                "RsaOaepParams": [],
                "RsaOtherPrimesInfo": [],
                "RsaPssParams": [],
                "RtcAnswerOptions": [],
                "RtcBundlePolicy": [],
                "RtcCertificate": [],
                "RtcCertificateExpiration": [],
                "RtcCodecStats": [],
                "RtcConfiguration": [],
                "RtcDataChannel": [
                    "EventTarget"
                ],
                "RtcDataChannelEvent": [
                    "Event"
                ],
                "RtcDataChannelEventInit": [],
                "RtcDataChannelInit": [],
                "RtcDataChannelState": [],
                "RtcDataChannelType": [],
                "RtcDegradationPreference": [],
                "RtcFecParameters": [],
                "RtcIceCandidate": [],
                "RtcIceCandidateInit": [],
                "RtcIceCandidatePairStats": [],
                "RtcIceCandidateStats": [],
                "RtcIceComponentStats": [],
                "RtcIceConnectionState": [],
                "RtcIceCredentialType": [],
                "RtcIceGatheringState": [],
                "RtcIceServer": [],
                "RtcIceTransportPolicy": [],
                "RtcIdentityAssertion": [],
                "RtcIdentityAssertionResult": [],
                "RtcIdentityProvider": [],
                "RtcIdentityProviderDetails": [],
                "RtcIdentityProviderOptions": [],
                "RtcIdentityProviderRegistrar": [],
                "RtcIdentityValidationResult": [],
                "RtcInboundRtpStreamStats": [],
                "RtcMediaStreamStats": [],
                "RtcMediaStreamTrackStats": [],
                "RtcOfferAnswerOptions": [],
                "RtcOfferOptions": [],
                "RtcOutboundRtpStreamStats": [],
                "RtcPeerConnection": [
                    "EventTarget"
                ],
                "RtcPeerConnectionIceErrorEvent": [
                    "Event"
                ],
                "RtcPeerConnectionIceEvent": [
                    "Event"
                ],
                "RtcPeerConnectionIceEventInit": [],
                "RtcPeerConnectionState": [],
                "RtcPriorityType": [],
                "RtcRtcpParameters": [],
                "RtcRtpCapabilities": [],
                "RtcRtpCodecCapability": [],
                "RtcRtpCodecParameters": [],
                "RtcRtpContributingSource": [],
                "RtcRtpEncodingParameters": [],
                "RtcRtpHeaderExtensionCapability": [],
                "RtcRtpHeaderExtensionParameters": [],
                "RtcRtpParameters": [],
                "RtcRtpReceiver": [],
                "RtcRtpSender": [],
                "RtcRtpSourceEntry": [],
                "RtcRtpSourceEntryType": [],
                "RtcRtpSynchronizationSource": [],
                "RtcRtpTransceiver": [],
                "RtcRtpTransceiverDirection": [],
                "RtcRtpTransceiverInit": [],
                "RtcRtxParameters": [],
                "RtcSdpType": [],
                "RtcSessionDescription": [],
                "RtcSessionDescriptionInit": [],
                "RtcSignalingState": [],
                "RtcStats": [],
                "RtcStatsIceCandidatePairState": [],
                "RtcStatsIceCandidateType": [],
                "RtcStatsReport": [],
                "RtcStatsReportInternal": [],
                "RtcStatsType": [],
                "RtcTrackEvent": [
                    "Event"
                ],
                "RtcTrackEventInit": [],
                "RtcTransportStats": [],
                "RtcdtmfSender": [
                    "EventTarget"
                ],
                "RtcdtmfToneChangeEvent": [
                    "Event"
                ],
                "RtcdtmfToneChangeEventInit": [],
                "RtcrtpContributingSourceStats": [],
                "RtcrtpStreamStats": [],
                "SaveFilePickerOptions": [],
                "Scheduler": [],
                "SchedulerPostTaskOptions": [],
                "Scheduling": [],
                "Screen": [
                    "EventTarget"
                ],
                "ScreenColorGamut": [],
                "ScreenLuminance": [],
                "ScreenOrientation": [
                    "EventTarget"
                ],
                "ScriptProcessorNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "ScrollAreaEvent": [
                    "Event",
                    "UiEvent"
                ],
                "ScrollBehavior": [],
                "ScrollBoxObject": [],
                "ScrollIntoViewOptions": [],
                "ScrollLogicalPosition": [],
                "ScrollOptions": [],
                "ScrollRestoration": [],
                "ScrollSetting": [],
                "ScrollState": [],
                "ScrollToOptions": [],
                "ScrollViewChangeEventInit": [],
                "SecurityPolicyViolationEvent": [
                    "Event"
                ],
                "SecurityPolicyViolationEventDisposition": [],
                "SecurityPolicyViolationEventInit": [],
                "Selection": [],
                "SelectionMode": [],
                "Serial": [
                    "EventTarget"
                ],
                "SerialInputSignals": [],
                "SerialOptions": [],
                "SerialOutputSignals": [],
                "SerialPort": [
                    "EventTarget"
                ],
                "SerialPortFilter": [],
                "SerialPortInfo": [],
                "SerialPortRequestOptions": [],
                "ServerSocketOptions": [],
                "ServiceWorker": [
                    "EventTarget"
                ],
                "ServiceWorkerContainer": [
                    "EventTarget"
                ],
                "ServiceWorkerGlobalScope": [
                    "EventTarget",
                    "WorkerGlobalScope"
                ],
                "ServiceWorkerRegistration": [
                    "EventTarget"
                ],
                "ServiceWorkerState": [],
                "ServiceWorkerUpdateViaCache": [],
                "ShadowRoot": [
                    "DocumentFragment",
                    "EventTarget",
                    "Node"
                ],
                "ShadowRootInit": [],
                "ShadowRootMode": [],
                "ShareData": [],
                "SharedWorker": [
                    "EventTarget"
                ],
                "SharedWorkerGlobalScope": [
                    "EventTarget",
                    "WorkerGlobalScope"
                ],
                "SignResponse": [],
                "SocketElement": [],
                "SocketOptions": [],
                "SocketReadyState": [],
                "SocketsDict": [],
                "SourceBuffer": [
                    "EventTarget"
                ],
                "SourceBufferAppendMode": [],
                "SourceBufferList": [
                    "EventTarget"
                ],
                "SpeechGrammar": [],
                "SpeechGrammarList": [],
                "SpeechRecognition": [
                    "EventTarget"
                ],
                "SpeechRecognitionAlternative": [],
                "SpeechRecognitionError": [
                    "Event"
                ],
                "SpeechRecognitionErrorCode": [],
                "SpeechRecognitionErrorInit": [],
                "SpeechRecognitionEvent": [
                    "Event"
                ],
                "SpeechRecognitionEventInit": [],
                "SpeechRecognitionResult": [],
                "SpeechRecognitionResultList": [],
                "SpeechSynthesis": [
                    "EventTarget"
                ],
                "SpeechSynthesisErrorCode": [],
                "SpeechSynthesisErrorEvent": [
                    "Event",
                    "SpeechSynthesisEvent"
                ],
                "SpeechSynthesisErrorEventInit": [],
                "SpeechSynthesisEvent": [
                    "Event"
                ],
                "SpeechSynthesisEventInit": [],
                "SpeechSynthesisUtterance": [
                    "EventTarget"
                ],
                "SpeechSynthesisVoice": [],
                "StereoPannerNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "StereoPannerOptions": [],
                "Storage": [],
                "StorageEstimate": [],
                "StorageEvent": [
                    "Event"
                ],
                "StorageEventInit": [],
                "StorageManager": [],
                "StorageType": [],
                "StreamPipeOptions": [],
                "StyleRuleChangeEventInit": [],
                "StyleSheet": [],
                "StyleSheetApplicableStateChangeEventInit": [],
                "StyleSheetChangeEventInit": [],
                "StyleSheetList": [],
                "SubmitEvent": [
                    "Event"
                ],
                "SubmitEventInit": [],
                "SubtleCrypto": [],
                "SupportedType": [],
                "SvcOutputMetadata": [],
                "SvgAngle": [],
                "SvgAnimateElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgAnimationElement",
                    "SvgElement"
                ],
                "SvgAnimateMotionElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgAnimationElement",
                    "SvgElement"
                ],
                "SvgAnimateTransformElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgAnimationElement",
                    "SvgElement"
                ],
                "SvgAnimatedAngle": [],
                "SvgAnimatedBoolean": [],
                "SvgAnimatedEnumeration": [],
                "SvgAnimatedInteger": [],
                "SvgAnimatedLength": [],
                "SvgAnimatedLengthList": [],
                "SvgAnimatedNumber": [],
                "SvgAnimatedNumberList": [],
                "SvgAnimatedPreserveAspectRatio": [],
                "SvgAnimatedRect": [],
                "SvgAnimatedString": [],
                "SvgAnimatedTransformList": [],
                "SvgAnimationElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgBoundingBoxOptions": [],
                "SvgCircleElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgClipPathElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgComponentTransferFunctionElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgDefsElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgDescElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgElement": [
                    "Element",
                    "EventTarget",
                    "Node"
                ],
                "SvgEllipseElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgFilterElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgForeignObjectElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgGeometryElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgGradientElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgGraphicsElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgImageElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgLength": [],
                "SvgLengthList": [],
                "SvgLineElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgLinearGradientElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGradientElement"
                ],
                "SvgMarkerElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgMaskElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgMatrix": [],
                "SvgMetadataElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgNumber": [],
                "SvgNumberList": [],
                "SvgPathElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgPathSeg": [],
                "SvgPathSegArcAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegArcRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegClosePath": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoCubicAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoCubicRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoCubicSmoothAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoCubicSmoothRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoQuadraticAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoQuadraticRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoQuadraticSmoothAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegCurvetoQuadraticSmoothRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoHorizontalAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoHorizontalRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoVerticalAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegLinetoVerticalRel": [
                    "SvgPathSeg"
                ],
                "SvgPathSegList": [],
                "SvgPathSegMovetoAbs": [
                    "SvgPathSeg"
                ],
                "SvgPathSegMovetoRel": [
                    "SvgPathSeg"
                ],
                "SvgPatternElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgPoint": [],
                "SvgPointList": [],
                "SvgPolygonElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgPolylineElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgPreserveAspectRatio": [],
                "SvgRadialGradientElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGradientElement"
                ],
                "SvgRect": [],
                "SvgRectElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGeometryElement",
                    "SvgGraphicsElement"
                ],
                "SvgScriptElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgSetElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgAnimationElement",
                    "SvgElement"
                ],
                "SvgStopElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgStringList": [],
                "SvgStyleElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgSwitchElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgSymbolElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgTextContentElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgTextElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement",
                    "SvgTextContentElement",
                    "SvgTextPositioningElement"
                ],
                "SvgTextPathElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement",
                    "SvgTextContentElement"
                ],
                "SvgTextPositioningElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement",
                    "SvgTextContentElement"
                ],
                "SvgTitleElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgTransform": [],
                "SvgTransformList": [],
                "SvgUnitTypes": [],
                "SvgUseElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgViewElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgZoomAndPan": [],
                "SvgaElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgfeBlendElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeColorMatrixElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeComponentTransferElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeCompositeElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeConvolveMatrixElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeDiffuseLightingElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeDisplacementMapElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeDistantLightElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeDropShadowElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeFloodElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeFuncAElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgComponentTransferFunctionElement",
                    "SvgElement"
                ],
                "SvgfeFuncBElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgComponentTransferFunctionElement",
                    "SvgElement"
                ],
                "SvgfeFuncGElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgComponentTransferFunctionElement",
                    "SvgElement"
                ],
                "SvgfeFuncRElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgComponentTransferFunctionElement",
                    "SvgElement"
                ],
                "SvgfeGaussianBlurElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeImageElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeMergeElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeMergeNodeElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeMorphologyElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeOffsetElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfePointLightElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeSpecularLightingElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeSpotLightElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeTileElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgfeTurbulenceElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvggElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgmPathElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement"
                ],
                "SvgsvgElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement"
                ],
                "SvgtSpanElement": [
                    "Element",
                    "EventTarget",
                    "Node",
                    "SvgElement",
                    "SvgGraphicsElement",
                    "SvgTextContentElement",
                    "SvgTextPositioningElement"
                ],
                "TaskController": [
                    "AbortController"
                ],
                "TaskControllerInit": [],
                "TaskPriority": [],
                "TaskPriorityChangeEvent": [
                    "Event"
                ],
                "TaskPriorityChangeEventInit": [],
                "TaskSignal": [
                    "AbortSignal",
                    "EventTarget"
                ],
                "TaskSignalAnyInit": [],
                "TcpReadyState": [],
                "TcpServerSocket": [
                    "EventTarget"
                ],
                "TcpServerSocketEvent": [
                    "Event"
                ],
                "TcpServerSocketEventInit": [],
                "TcpSocket": [
                    "EventTarget"
                ],
                "TcpSocketBinaryType": [],
                "TcpSocketErrorEvent": [
                    "Event"
                ],
                "TcpSocketErrorEventInit": [],
                "TcpSocketEvent": [
                    "Event"
                ],
                "TcpSocketEventInit": [],
                "Text": [
                    "CharacterData",
                    "EventTarget",
                    "Node"
                ],
                "TextDecodeOptions": [],
                "TextDecoder": [],
                "TextDecoderOptions": [],
                "TextEncoder": [],
                "TextMetrics": [],
                "TextTrack": [
                    "EventTarget"
                ],
                "TextTrackCue": [
                    "EventTarget"
                ],
                "TextTrackCueList": [],
                "TextTrackKind": [],
                "TextTrackList": [
                    "EventTarget"
                ],
                "TextTrackMode": [],
                "TimeEvent": [
                    "Event"
                ],
                "TimeRanges": [],
                "Touch": [],
                "TouchEvent": [
                    "Event",
                    "UiEvent"
                ],
                "TouchEventInit": [],
                "TouchInit": [],
                "TouchList": [],
                "TrackEvent": [
                    "Event"
                ],
                "TrackEventInit": [],
                "TransformStream": [],
                "TransformStreamDefaultController": [],
                "Transformer": [],
                "TransitionEvent": [
                    "Event"
                ],
                "TransitionEventInit": [],
                "Transport": [],
                "TreeBoxObject": [],
                "TreeCellInfo": [],
                "TreeView": [],
                "TreeWalker": [],
                "U2f": [],
                "U2fClientData": [],
                "UdpMessageEventInit": [],
                "UdpOptions": [],
                "UiEvent": [
                    "Event"
                ],
                "UiEventInit": [],
                "UnderlyingSink": [],
                "UnderlyingSource": [],
                "Url": [],
                "UrlSearchParams": [],
                "Usb": [
                    "EventTarget"
                ],
                "UsbAlternateInterface": [],
                "UsbConfiguration": [],
                "UsbConnectionEvent": [
                    "Event"
                ],
                "UsbConnectionEventInit": [],
                "UsbControlTransferParameters": [],
                "UsbDevice": [],
                "UsbDeviceFilter": [],
                "UsbDeviceRequestOptions": [],
                "UsbDirection": [],
                "UsbEndpoint": [],
                "UsbEndpointType": [],
                "UsbInTransferResult": [],
                "UsbInterface": [],
                "UsbIsochronousInTransferPacket": [],
                "UsbIsochronousInTransferResult": [],
                "UsbIsochronousOutTransferPacket": [],
                "UsbIsochronousOutTransferResult": [],
                "UsbOutTransferResult": [],
                "UsbPermissionDescriptor": [],
                "UsbPermissionResult": [
                    "EventTarget",
                    "PermissionStatus"
                ],
                "UsbPermissionStorage": [],
                "UsbRecipient": [],
                "UsbRequestType": [],
                "UsbTransferStatus": [],
                "UserActivation": [],
                "UserProximityEvent": [
                    "Event"
                ],
                "UserProximityEventInit": [],
                "UserVerificationRequirement": [],
                "ValidityState": [],
                "ValueEvent": [
                    "Event"
                ],
                "ValueEventInit": [],
                "VideoColorPrimaries": [],
                "VideoColorSpace": [],
                "VideoColorSpaceInit": [],
                "VideoConfiguration": [],
                "VideoDecoder": [],
                "VideoDecoderConfig": [],
                "VideoDecoderInit": [],
                "VideoDecoderSupport": [],
                "VideoEncoder": [],
                "VideoEncoderConfig": [],
                "VideoEncoderEncodeOptions": [],
                "VideoEncoderInit": [],
                "VideoEncoderSupport": [],
                "VideoFacingModeEnum": [],
                "VideoFrame": [],
                "VideoFrameBufferInit": [],
                "VideoFrameCopyToOptions": [],
                "VideoFrameInit": [],
                "VideoMatrixCoefficients": [],
                "VideoPixelFormat": [],
                "VideoPlaybackQuality": [],
                "VideoStreamTrack": [
                    "EventTarget",
                    "MediaStreamTrack"
                ],
                "VideoTrack": [],
                "VideoTrackList": [
                    "EventTarget"
                ],
                "VideoTransferCharacteristics": [],
                "ViewTransition": [],
                "VisibilityState": [],
                "VoidCallback": [],
                "VrDisplay": [
                    "EventTarget"
                ],
                "VrDisplayCapabilities": [],
                "VrEye": [],
                "VrEyeParameters": [],
                "VrFieldOfView": [],
                "VrFrameData": [],
                "VrLayer": [],
                "VrMockController": [],
                "VrMockDisplay": [],
                "VrPose": [],
                "VrServiceTest": [],
                "VrStageParameters": [],
                "VrSubmitFrameResult": [],
                "VttCue": [
                    "EventTarget",
                    "TextTrackCue"
                ],
                "VttRegion": [],
                "WakeLock": [],
                "WakeLockSentinel": [
                    "EventTarget"
                ],
                "WakeLockType": [],
                "WatchAdvertisementsOptions": [],
                "WaveShaperNode": [
                    "AudioNode",
                    "EventTarget"
                ],
                "WaveShaperOptions": [],
                "WebGl2RenderingContext": [],
                "WebGlActiveInfo": [],
                "WebGlBuffer": [],
                "WebGlContextAttributes": [],
                "WebGlContextEvent": [
                    "Event"
                ],
                "WebGlContextEventInit": [],
                "WebGlFramebuffer": [],
                "WebGlPowerPreference": [],
                "WebGlProgram": [],
                "WebGlQuery": [],
                "WebGlRenderbuffer": [],
                "WebGlRenderingContext": [],
                "WebGlSampler": [],
                "WebGlShader": [],
                "WebGlShaderPrecisionFormat": [],
                "WebGlSync": [],
                "WebGlTexture": [],
                "WebGlTransformFeedback": [],
                "WebGlUniformLocation": [],
                "WebGlVertexArrayObject": [],
                "WebKitCssMatrix": [
                    "DomMatrix",
                    "DomMatrixReadOnly"
                ],
                "WebSocket": [
                    "EventTarget"
                ],
                "WebSocketDict": [],
                "WebSocketElement": [],
                "WebTransport": [],
                "WebTransportBidirectionalStream": [],
                "WebTransportCloseInfo": [],
                "WebTransportCongestionControl": [],
                "WebTransportDatagramDuplexStream": [],
                "WebTransportDatagramStats": [],
                "WebTransportError": [
                    "DomException"
                ],
                "WebTransportErrorOptions": [],
                "WebTransportErrorSource": [],
                "WebTransportHash": [],
                "WebTransportOptions": [],
                "WebTransportReceiveStream": [
                    "ReadableStream"
                ],
                "WebTransportReceiveStreamStats": [],
                "WebTransportReliabilityMode": [],
                "WebTransportSendStream": [
                    "WritableStream"
                ],
                "WebTransportSendStreamOptions": [],
                "WebTransportSendStreamStats": [],
                "WebTransportStats": [],
                "WebglColorBufferFloat": [],
                "WebglCompressedTextureAstc": [],
                "WebglCompressedTextureAtc": [],
                "WebglCompressedTextureEtc": [],
                "WebglCompressedTextureEtc1": [],
                "WebglCompressedTexturePvrtc": [],
                "WebglCompressedTextureS3tc": [],
                "WebglCompressedTextureS3tcSrgb": [],
                "WebglDebugRendererInfo": [],
                "WebglDebugShaders": [],
                "WebglDepthTexture": [],
                "WebglDrawBuffers": [],
                "WebglLoseContext": [],
                "WebglMultiDraw": [],
                "WellKnownDirectory": [],
                "WgslLanguageFeatures": [],
                "WheelEvent": [
                    "Event",
                    "MouseEvent",
                    "UiEvent"
                ],
                "WheelEventInit": [],
                "WidevineCdmManifest": [],
                "Window": [
                    "EventTarget"
                ],
                "WindowClient": [
                    "Client"
                ],
                "Worker": [
                    "EventTarget"
                ],
                "WorkerDebuggerGlobalScope": [
                    "EventTarget"
                ],
                "WorkerGlobalScope": [
                    "EventTarget"
                ],
                "WorkerLocation": [],
                "WorkerNavigator": [],
                "WorkerOptions": [],
                "WorkerType": [],
                "Worklet": [],
                "WorkletGlobalScope": [],
                "WorkletOptions": [],
                "WritableStream": [],
                "WritableStreamDefaultController": [],
                "WritableStreamDefaultWriter": [],
                "WriteCommandType": [],
                "WriteParams": [],
                "XPathExpression": [],
                "XPathNsResolver": [],
                "XPathResult": [],
                "XmlDocument": [
                    "Document",
                    "EventTarget",
                    "Node"
                ],
                "XmlHttpRequest": [
                    "EventTarget",
                    "XmlHttpRequestEventTarget"
                ],
                "XmlHttpRequestEventTarget": [
                    "EventTarget"
                ],
                "XmlHttpRequestResponseType": [],
                "XmlHttpRequestUpload": [
                    "EventTarget",
                    "XmlHttpRequestEventTarget"
                ],
                "XmlSerializer": [],
                "XrBoundedReferenceSpace": [
                    "EventTarget",
                    "XrReferenceSpace",
                    "XrSpace"
                ],
                "XrEye": [],
                "XrFrame": [],
                "XrHand": [],
                "XrHandJoint": [],
                "XrHandedness": [],
                "XrInputSource": [],
                "XrInputSourceArray": [],
                "XrInputSourceEvent": [
                    "Event"
                ],
                "XrInputSourceEventInit": [],
                "XrInputSourcesChangeEvent": [
                    "Event"
                ],
                "XrInputSourcesChangeEventInit": [],
                "XrJointPose": [
                    "XrPose"
                ],
                "XrJointSpace": [
                    "EventTarget",
                    "XrSpace"
                ],
                "XrLayer": [
                    "EventTarget"
                ],
                "XrPermissionDescriptor": [],
                "XrPermissionStatus": [
                    "EventTarget",
                    "PermissionStatus"
                ],
                "XrPose": [],
                "XrReferenceSpace": [
                    "EventTarget",
                    "XrSpace"
                ],
                "XrReferenceSpaceEvent": [
                    "Event"
                ],
                "XrReferenceSpaceEventInit": [],
                "XrReferenceSpaceType": [],
                "XrRenderState": [],
                "XrRenderStateInit": [],
                "XrRigidTransform": [],
                "XrSession": [
                    "EventTarget"
                ],
                "XrSessionEvent": [
                    "Event"
                ],
                "XrSessionEventInit": [],
                "XrSessionInit": [],
                "XrSessionMode": [],
                "XrSessionSupportedPermissionDescriptor": [],
                "XrSpace": [
                    "EventTarget"
                ],
                "XrSystem": [
                    "EventTarget"
                ],
                "XrTargetRayMode": [],
                "XrView": [],
                "XrViewerPose": [
                    "XrPose"
                ],
                "XrViewport": [],
                "XrVisibilityState": [],
                "XrWebGlLayer": [
                    "EventTarget",
                    "XrLayer"
                ],
                "XrWebGlLayerInit": [],
                "XsltProcessor": [],
                "console": [],
                "css": [],
                "gpu_buffer_usage": [],
                "gpu_color_write": [],
                "gpu_map_mode": [],
                "gpu_shader_stage": [],
                "gpu_texture_usage": []
            },
            "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html",
            "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg=web_sys_unstable_apis"
                        ]
                    }
                }
            },
            "name": "web-sys",
            "publish": null,
            "readme": "./README.md",
            "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
            "rust_version": "1.57",
            "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.69/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.69/tests/wasm/main.rs",
                    "test": true
                }
            ],
            "version": "0.3.69"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [
                "os::windows-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-targets",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Rust for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {
                "default": [],
                "implement": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows-core",
            "publish": null,
            "readme": "readme.md",
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_core",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.52.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [
                "os::windows-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-targets",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Rust for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {
                "Wdk": [],
                "Wdk_System": [
                    "Wdk"
                ],
                "Wdk_System_OfflineRegistry": [
                    "Wdk_System"
                ],
                "Win32": [],
                "Win32_Data": [
                    "Win32"
                ],
                "Win32_Data_HtmlHelp": [
                    "Win32_Data"
                ],
                "Win32_Data_RightsManagement": [
                    "Win32_Data"
                ],
                "Win32_Data_Xml": [
                    "Win32_Data"
                ],
                "Win32_Data_Xml_MsXml": [
                    "Win32_Data_Xml"
                ],
                "Win32_Data_Xml_XmlLite": [
                    "Win32_Data_Xml"
                ],
                "Win32_Devices": [
                    "Win32"
                ],
                "Win32_Devices_AllJoyn": [
                    "Win32_Devices"
                ],
                "Win32_Devices_BiometricFramework": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Bluetooth": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Communication": [
                    "Win32_Devices"
                ],
                "Win32_Devices_DeviceAccess": [
                    "Win32_Devices"
                ],
                "Win32_Devices_DeviceAndDriverInstallation": [
                    "Win32_Devices"
                ],
                "Win32_Devices_DeviceQuery": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Display": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Enumeration": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Enumeration_Pnp": [
                    "Win32_Devices_Enumeration"
                ],
                "Win32_Devices_Fax": [
                    "Win32_Devices"
                ],
                "Win32_Devices_FunctionDiscovery": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Geolocation": [
                    "Win32_Devices"
                ],
                "Win32_Devices_HumanInterfaceDevice": [
                    "Win32_Devices"
                ],
                "Win32_Devices_ImageAcquisition": [
                    "Win32_Devices"
                ],
                "Win32_Devices_PortableDevices": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Properties": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Pwm": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Sensors": [
                    "Win32_Devices"
                ],
                "Win32_Devices_SerialCommunication": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Tapi": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Usb": [
                    "Win32_Devices"
                ],
                "Win32_Devices_WebServicesOnDevices": [
                    "Win32_Devices"
                ],
                "Win32_Foundation": [
                    "Win32"
                ],
                "Win32_Gaming": [
                    "Win32"
                ],
                "Win32_Globalization": [
                    "Win32"
                ],
                "Win32_Graphics": [
                    "Win32"
                ],
                "Win32_Graphics_Dwm": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Gdi": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Hlsl": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_OpenGL": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Printing": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Printing_PrintTicket": [
                    "Win32_Graphics_Printing"
                ],
                "Win32_Management": [
                    "Win32"
                ],
                "Win32_Management_MobileDeviceManagementRegistration": [
                    "Win32_Management"
                ],
                "Win32_Media": [
                    "Win32"
                ],
                "Win32_Media_Audio": [
                    "Win32_Media"
                ],
                "Win32_Media_Audio_Apo": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_Audio_DirectMusic": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_Audio_Endpoints": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_Audio_XAudio2": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_DeviceManager": [
                    "Win32_Media"
                ],
                "Win32_Media_DxMediaObjects": [
                    "Win32_Media"
                ],
                "Win32_Media_KernelStreaming": [
                    "Win32_Media"
                ],
                "Win32_Media_LibrarySharingServices": [
                    "Win32_Media"
                ],
                "Win32_Media_MediaPlayer": [
                    "Win32_Media"
                ],
                "Win32_Media_Multimedia": [
                    "Win32_Media"
                ],
                "Win32_Media_Speech": [
                    "Win32_Media"
                ],
                "Win32_Media_Streaming": [
                    "Win32_Media"
                ],
                "Win32_Media_WindowsMediaFormat": [
                    "Win32_Media"
                ],
                "Win32_NetworkManagement": [
                    "Win32"
                ],
                "Win32_NetworkManagement_Dhcp": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Dns": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_InternetConnectionWizard": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_IpHelper": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_MobileBroadband": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Multicast": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Ndis": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetBios": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetManagement": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetShell": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetworkDiagnosticsFramework": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetworkPolicyServer": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_P2P": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_QoS": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Rras": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Snmp": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WNet": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WebDav": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WiFi": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsConnectNow": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsConnectionManager": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsFilteringPlatform": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsFirewall": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsNetworkVirtualization": [
                    "Win32_NetworkManagement"
                ],
                "Win32_Networking": [
                    "Win32"
                ],
                "Win32_Networking_ActiveDirectory": [
                    "Win32_Networking"
                ],
                "Win32_Networking_BackgroundIntelligentTransferService": [
                    "Win32_Networking"
                ],
                "Win32_Networking_Clustering": [
                    "Win32_Networking"
                ],
                "Win32_Networking_HttpServer": [
                    "Win32_Networking"
                ],
                "Win32_Networking_Ldap": [
                    "Win32_Networking"
                ],
                "Win32_Networking_NetworkListManager": [
                    "Win32_Networking"
                ],
                "Win32_Networking_RemoteDifferentialCompression": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WebSocket": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinHttp": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinInet": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinSock": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WindowsWebServices": [
                    "Win32_Networking"
                ],
                "Win32_Security": [
                    "Win32"
                ],
                "Win32_Security_AppLocker": [
                    "Win32_Security"
                ],
                "Win32_Security_Authentication": [
                    "Win32_Security"
                ],
                "Win32_Security_Authentication_Identity": [
                    "Win32_Security_Authentication"
                ],
                "Win32_Security_Authentication_Identity_Provider": [
                    "Win32_Security_Authentication_Identity"
                ],
                "Win32_Security_Authorization": [
                    "Win32_Security"
                ],
                "Win32_Security_Authorization_UI": [
                    "Win32_Security_Authorization"
                ],
                "Win32_Security_ConfigurationSnapin": [
                    "Win32_Security"
                ],
                "Win32_Security_Credentials": [
                    "Win32_Security"
                ],
                "Win32_Security_Cryptography": [
                    "Win32_Security"
                ],
                "Win32_Security_Cryptography_Catalog": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_Certificates": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_Sip": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_UI": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_DiagnosticDataQuery": [
                    "Win32_Security"
                ],
                "Win32_Security_DirectoryServices": [
                    "Win32_Security"
                ],
                "Win32_Security_EnterpriseData": [
                    "Win32_Security"
                ],
                "Win32_Security_ExtensibleAuthenticationProtocol": [
                    "Win32_Security"
                ],
                "Win32_Security_Isolation": [
                    "Win32_Security"
                ],
                "Win32_Security_LicenseProtection": [
                    "Win32_Security"
                ],
                "Win32_Security_NetworkAccessProtection": [
                    "Win32_Security"
                ],
                "Win32_Security_Tpm": [
                    "Win32_Security"
                ],
                "Win32_Security_WinTrust": [
                    "Win32_Security"
                ],
                "Win32_Security_WinWlx": [
                    "Win32_Security"
                ],
                "Win32_Storage": [
                    "Win32"
                ],
                "Win32_Storage_Cabinets": [
                    "Win32_Storage"
                ],
                "Win32_Storage_CloudFilters": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Compression": [
                    "Win32_Storage"
                ],
                "Win32_Storage_DataDeduplication": [
                    "Win32_Storage"
                ],
                "Win32_Storage_DistributedFileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_EnhancedStorage": [
                    "Win32_Storage"
                ],
                "Win32_Storage_FileHistory": [
                    "Win32_Storage"
                ],
                "Win32_Storage_FileServerResourceManager": [
                    "Win32_Storage"
                ],
                "Win32_Storage_FileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Imapi": [
                    "Win32_Storage"
                ],
                "Win32_Storage_IndexServer": [
                    "Win32_Storage"
                ],
                "Win32_Storage_InstallableFileSystems": [
                    "Win32_Storage"
                ],
                "Win32_Storage_IscsiDisc": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Jet": [
                    "Win32_Storage"
                ],
                "Win32_Storage_OfflineFiles": [
                    "Win32_Storage"
                ],
                "Win32_Storage_OperationRecorder": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Packaging": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Packaging_Appx": [
                    "Win32_Storage_Packaging"
                ],
                "Win32_Storage_Packaging_Opc": [
                    "Win32_Storage_Packaging"
                ],
                "Win32_Storage_ProjectedFileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_StructuredStorage": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Vhd": [
                    "Win32_Storage"
                ],
                "Win32_Storage_VirtualDiskService": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Vss": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Xps": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Xps_Printing": [
                    "Win32_Storage_Xps"
                ],
                "Win32_System": [
                    "Win32"
                ],
                "Win32_System_AddressBook": [
                    "Win32_System"
                ],
                "Win32_System_Antimalware": [
                    "Win32_System"
                ],
                "Win32_System_ApplicationInstallationAndServicing": [
                    "Win32_System"
                ],
                "Win32_System_ApplicationVerifier": [
                    "Win32_System"
                ],
                "Win32_System_AssessmentTool": [
                    "Win32_System"
                ],
                "Win32_System_ClrHosting": [
                    "Win32_System"
                ],
                "Win32_System_Com": [
                    "Win32_System"
                ],
                "Win32_System_Com_CallObj": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_ChannelCredentials": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_Events": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_Marshal": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_StructuredStorage": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_UI": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_Urlmon": [
                    "Win32_System_Com"
                ],
                "Win32_System_ComponentServices": [
                    "Win32_System"
                ],
                "Win32_System_Console": [
                    "Win32_System"
                ],
                "Win32_System_Contacts": [
                    "Win32_System"
                ],
                "Win32_System_CorrelationVector": [
                    "Win32_System"
                ],
                "Win32_System_DataExchange": [
                    "Win32_System"
                ],
                "Win32_System_DeploymentServices": [
                    "Win32_System"
                ],
                "Win32_System_DesktopSharing": [
                    "Win32_System"
                ],
                "Win32_System_DeveloperLicensing": [
                    "Win32_System"
                ],
                "Win32_System_Diagnostics": [
                    "Win32_System"
                ],
                "Win32_System_Diagnostics_Ceip": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_ClrProfiling": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_Debug": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_Debug_ActiveScript": [
                    "Win32_System_Diagnostics_Debug"
                ],
                "Win32_System_Diagnostics_Debug_Extensions": [
                    "Win32_System_Diagnostics_Debug"
                ],
                "Win32_System_Diagnostics_Etw": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_ProcessSnapshotting": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_ToolHelp": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_DistributedTransactionCoordinator": [
                    "Win32_System"
                ],
                "Win32_System_Environment": [
                    "Win32_System"
                ],
                "Win32_System_ErrorReporting": [
                    "Win32_System"
                ],
                "Win32_System_EventCollector": [
                    "Win32_System"
                ],
                "Win32_System_EventLog": [
                    "Win32_System"
                ],
                "Win32_System_EventNotificationService": [
                    "Win32_System"
                ],
                "Win32_System_GroupPolicy": [
                    "Win32_System"
                ],
                "Win32_System_HostCompute": [
                    "Win32_System"
                ],
                "Win32_System_HostComputeNetwork": [
                    "Win32_System"
                ],
                "Win32_System_HostComputeSystem": [
                    "Win32_System"
                ],
                "Win32_System_Hypervisor": [
                    "Win32_System"
                ],
                "Win32_System_IO": [
                    "Win32_System"
                ],
                "Win32_System_Iis": [
                    "Win32_System"
                ],
                "Win32_System_Ioctl": [
                    "Win32_System"
                ],
                "Win32_System_JobObjects": [
                    "Win32_System"
                ],
                "Win32_System_Js": [
                    "Win32_System"
                ],
                "Win32_System_Kernel": [
                    "Win32_System"
                ],
                "Win32_System_LibraryLoader": [
                    "Win32_System"
                ],
                "Win32_System_Mailslots": [
                    "Win32_System"
                ],
                "Win32_System_Mapi": [
                    "Win32_System"
                ],
                "Win32_System_Memory": [
                    "Win32_System"
                ],
                "Win32_System_Memory_NonVolatile": [
                    "Win32_System_Memory"
                ],
                "Win32_System_MessageQueuing": [
                    "Win32_System"
                ],
                "Win32_System_MixedReality": [
                    "Win32_System"
                ],
                "Win32_System_Mmc": [
                    "Win32_System"
                ],
                "Win32_System_Ole": [
                    "Win32_System"
                ],
                "Win32_System_ParentalControls": [
                    "Win32_System"
                ],
                "Win32_System_PasswordManagement": [
                    "Win32_System"
                ],
                "Win32_System_Performance": [
                    "Win32_System"
                ],
                "Win32_System_Performance_HardwareCounterProfiling": [
                    "Win32_System_Performance"
                ],
                "Win32_System_Pipes": [
                    "Win32_System"
                ],
                "Win32_System_Power": [
                    "Win32_System"
                ],
                "Win32_System_ProcessStatus": [
                    "Win32_System"
                ],
                "Win32_System_RealTimeCommunications": [
                    "Win32_System"
                ],
                "Win32_System_Recovery": [
                    "Win32_System"
                ],
                "Win32_System_Registry": [
                    "Win32_System"
                ],
                "Win32_System_RemoteAssistance": [
                    "Win32_System"
                ],
                "Win32_System_RemoteDesktop": [
                    "Win32_System"
                ],
                "Win32_System_RemoteManagement": [
                    "Win32_System"
                ],
                "Win32_System_RestartManager": [
                    "Win32_System"
                ],
                "Win32_System_Restore": [
                    "Win32_System"
                ],
                "Win32_System_Rpc": [
                    "Win32_System"
                ],
                "Win32_System_Search": [
                    "Win32_System"
                ],
                "Win32_System_Search_Common": [
                    "Win32_System_Search"
                ],
                "Win32_System_SecurityCenter": [
                    "Win32_System"
                ],
                "Win32_System_ServerBackup": [
                    "Win32_System"
                ],
                "Win32_System_Services": [
                    "Win32_System"
                ],
                "Win32_System_SettingsManagementInfrastructure": [
                    "Win32_System"
                ],
                "Win32_System_SetupAndMigration": [
                    "Win32_System"
                ],
                "Win32_System_Shutdown": [
                    "Win32_System"
                ],
                "Win32_System_StationsAndDesktops": [
                    "Win32_System"
                ],
                "Win32_System_SubsystemForLinux": [
                    "Win32_System"
                ],
                "Win32_System_SystemInformation": [
                    "Win32_System"
                ],
                "Win32_System_SystemServices": [
                    "Win32_System"
                ],
                "Win32_System_TaskScheduler": [
                    "Win32_System"
                ],
                "Win32_System_Threading": [
                    "Win32_System"
                ],
                "Win32_System_Time": [
                    "Win32_System"
                ],
                "Win32_System_TpmBaseServices": [
                    "Win32_System"
                ],
                "Win32_System_UpdateAgent": [
                    "Win32_System"
                ],
                "Win32_System_UpdateAssessment": [
                    "Win32_System"
                ],
                "Win32_System_UserAccessLogging": [
                    "Win32_System"
                ],
                "Win32_System_VirtualDosMachines": [
                    "Win32_System"
                ],
                "Win32_System_WindowsProgramming": [
                    "Win32_System"
                ],
                "Win32_System_WindowsSync": [
                    "Win32_System"
                ],
                "Win32_System_Wmi": [
                    "Win32_System"
                ],
                "Win32_UI": [
                    "Win32"
                ],
                "Win32_UI_Accessibility": [
                    "Win32_UI"
                ],
                "Win32_UI_Animation": [
                    "Win32_UI"
                ],
                "Win32_UI_ColorSystem": [
                    "Win32_UI"
                ],
                "Win32_UI_Controls": [
                    "Win32_UI"
                ],
                "Win32_UI_Controls_Dialogs": [
                    "Win32_UI_Controls"
                ],
                "Win32_UI_Controls_RichEdit": [
                    "Win32_UI_Controls"
                ],
                "Win32_UI_HiDpi": [
                    "Win32_UI"
                ],
                "Win32_UI_Input": [
                    "Win32_UI"
                ],
                "Win32_UI_Input_Ime": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Ink": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_KeyboardAndMouse": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Pointer": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Radial": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Touch": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_XboxController": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_InteractionContext": [
                    "Win32_UI"
                ],
                "Win32_UI_LegacyWindowsEnvironmentFeatures": [
                    "Win32_UI"
                ],
                "Win32_UI_Magnification": [
                    "Win32_UI"
                ],
                "Win32_UI_Notifications": [
                    "Win32_UI"
                ],
                "Win32_UI_Ribbon": [
                    "Win32_UI"
                ],
                "Win32_UI_Shell": [
                    "Win32_UI"
                ],
                "Win32_UI_Shell_Common": [
                    "Win32_UI_Shell"
                ],
                "Win32_UI_Shell_PropertiesSystem": [
                    "Win32_UI_Shell"
                ],
                "Win32_UI_TabletPC": [
                    "Win32_UI"
                ],
                "Win32_UI_TextServices": [
                    "Win32_UI"
                ],
                "Win32_UI_WindowsAndMessaging": [
                    "Win32_UI"
                ],
                "Win32_UI_Wpf": [
                    "Win32_UI"
                ],
                "Win32_Web": [
                    "Win32"
                ],
                "Win32_Web_InternetExplorer": [
                    "Win32_Web"
                ],
                "default": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0",
            "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.48.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "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.48.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.48.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [
                "os::windows-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-targets",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Rust for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {
                "Wdk": [],
                "Wdk_Foundation": [
                    "Wdk"
                ],
                "Wdk_Graphics": [
                    "Wdk"
                ],
                "Wdk_Graphics_Direct3D": [
                    "Wdk_Graphics"
                ],
                "Wdk_Storage": [
                    "Wdk"
                ],
                "Wdk_Storage_FileSystem": [
                    "Wdk_Storage"
                ],
                "Wdk_Storage_FileSystem_Minifilters": [
                    "Wdk_Storage_FileSystem"
                ],
                "Wdk_System": [
                    "Wdk"
                ],
                "Wdk_System_IO": [
                    "Wdk_System"
                ],
                "Wdk_System_OfflineRegistry": [
                    "Wdk_System"
                ],
                "Wdk_System_Registry": [
                    "Wdk_System"
                ],
                "Wdk_System_SystemInformation": [
                    "Wdk_System"
                ],
                "Wdk_System_SystemServices": [
                    "Wdk_System"
                ],
                "Wdk_System_Threading": [
                    "Wdk_System"
                ],
                "Win32": [],
                "Win32_Data": [
                    "Win32"
                ],
                "Win32_Data_HtmlHelp": [
                    "Win32_Data"
                ],
                "Win32_Data_RightsManagement": [
                    "Win32_Data"
                ],
                "Win32_Devices": [
                    "Win32"
                ],
                "Win32_Devices_AllJoyn": [
                    "Win32_Devices"
                ],
                "Win32_Devices_BiometricFramework": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Bluetooth": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Communication": [
                    "Win32_Devices"
                ],
                "Win32_Devices_DeviceAndDriverInstallation": [
                    "Win32_Devices"
                ],
                "Win32_Devices_DeviceQuery": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Display": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Enumeration": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Enumeration_Pnp": [
                    "Win32_Devices_Enumeration"
                ],
                "Win32_Devices_Fax": [
                    "Win32_Devices"
                ],
                "Win32_Devices_HumanInterfaceDevice": [
                    "Win32_Devices"
                ],
                "Win32_Devices_PortableDevices": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Properties": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Pwm": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Sensors": [
                    "Win32_Devices"
                ],
                "Win32_Devices_SerialCommunication": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Tapi": [
                    "Win32_Devices"
                ],
                "Win32_Devices_Usb": [
                    "Win32_Devices"
                ],
                "Win32_Devices_WebServicesOnDevices": [
                    "Win32_Devices"
                ],
                "Win32_Foundation": [
                    "Win32"
                ],
                "Win32_Gaming": [
                    "Win32"
                ],
                "Win32_Globalization": [
                    "Win32"
                ],
                "Win32_Graphics": [
                    "Win32"
                ],
                "Win32_Graphics_Dwm": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Gdi": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_GdiPlus": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Hlsl": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_OpenGL": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Printing": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Printing_PrintTicket": [
                    "Win32_Graphics_Printing"
                ],
                "Win32_Management": [
                    "Win32"
                ],
                "Win32_Management_MobileDeviceManagementRegistration": [
                    "Win32_Management"
                ],
                "Win32_Media": [
                    "Win32"
                ],
                "Win32_Media_Audio": [
                    "Win32_Media"
                ],
                "Win32_Media_DxMediaObjects": [
                    "Win32_Media"
                ],
                "Win32_Media_KernelStreaming": [
                    "Win32_Media"
                ],
                "Win32_Media_Multimedia": [
                    "Win32_Media"
                ],
                "Win32_Media_Streaming": [
                    "Win32_Media"
                ],
                "Win32_Media_WindowsMediaFormat": [
                    "Win32_Media"
                ],
                "Win32_NetworkManagement": [
                    "Win32"
                ],
                "Win32_NetworkManagement_Dhcp": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Dns": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_InternetConnectionWizard": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_IpHelper": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Multicast": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Ndis": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetBios": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetManagement": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetShell": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_NetworkDiagnosticsFramework": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_P2P": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_QoS": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Rras": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_Snmp": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WNet": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WebDav": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WiFi": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsConnectionManager": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsFilteringPlatform": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsFirewall": [
                    "Win32_NetworkManagement"
                ],
                "Win32_NetworkManagement_WindowsNetworkVirtualization": [
                    "Win32_NetworkManagement"
                ],
                "Win32_Networking": [
                    "Win32"
                ],
                "Win32_Networking_ActiveDirectory": [
                    "Win32_Networking"
                ],
                "Win32_Networking_Clustering": [
                    "Win32_Networking"
                ],
                "Win32_Networking_HttpServer": [
                    "Win32_Networking"
                ],
                "Win32_Networking_Ldap": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WebSocket": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinHttp": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinInet": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WinSock": [
                    "Win32_Networking"
                ],
                "Win32_Networking_WindowsWebServices": [
                    "Win32_Networking"
                ],
                "Win32_Security": [
                    "Win32"
                ],
                "Win32_Security_AppLocker": [
                    "Win32_Security"
                ],
                "Win32_Security_Authentication": [
                    "Win32_Security"
                ],
                "Win32_Security_Authentication_Identity": [
                    "Win32_Security_Authentication"
                ],
                "Win32_Security_Authorization": [
                    "Win32_Security"
                ],
                "Win32_Security_Credentials": [
                    "Win32_Security"
                ],
                "Win32_Security_Cryptography": [
                    "Win32_Security"
                ],
                "Win32_Security_Cryptography_Catalog": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_Certificates": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_Sip": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_Cryptography_UI": [
                    "Win32_Security_Cryptography"
                ],
                "Win32_Security_DiagnosticDataQuery": [
                    "Win32_Security"
                ],
                "Win32_Security_DirectoryServices": [
                    "Win32_Security"
                ],
                "Win32_Security_EnterpriseData": [
                    "Win32_Security"
                ],
                "Win32_Security_ExtensibleAuthenticationProtocol": [
                    "Win32_Security"
                ],
                "Win32_Security_Isolation": [
                    "Win32_Security"
                ],
                "Win32_Security_LicenseProtection": [
                    "Win32_Security"
                ],
                "Win32_Security_NetworkAccessProtection": [
                    "Win32_Security"
                ],
                "Win32_Security_WinTrust": [
                    "Win32_Security"
                ],
                "Win32_Security_WinWlx": [
                    "Win32_Security"
                ],
                "Win32_Storage": [
                    "Win32"
                ],
                "Win32_Storage_Cabinets": [
                    "Win32_Storage"
                ],
                "Win32_Storage_CloudFilters": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Compression": [
                    "Win32_Storage"
                ],
                "Win32_Storage_DistributedFileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_FileHistory": [
                    "Win32_Storage"
                ],
                "Win32_Storage_FileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Imapi": [
                    "Win32_Storage"
                ],
                "Win32_Storage_IndexServer": [
                    "Win32_Storage"
                ],
                "Win32_Storage_InstallableFileSystems": [
                    "Win32_Storage"
                ],
                "Win32_Storage_IscsiDisc": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Jet": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Nvme": [
                    "Win32_Storage"
                ],
                "Win32_Storage_OfflineFiles": [
                    "Win32_Storage"
                ],
                "Win32_Storage_OperationRecorder": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Packaging": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Packaging_Appx": [
                    "Win32_Storage_Packaging"
                ],
                "Win32_Storage_ProjectedFileSystem": [
                    "Win32_Storage"
                ],
                "Win32_Storage_StructuredStorage": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Vhd": [
                    "Win32_Storage"
                ],
                "Win32_Storage_Xps": [
                    "Win32_Storage"
                ],
                "Win32_System": [
                    "Win32"
                ],
                "Win32_System_AddressBook": [
                    "Win32_System"
                ],
                "Win32_System_Antimalware": [
                    "Win32_System"
                ],
                "Win32_System_ApplicationInstallationAndServicing": [
                    "Win32_System"
                ],
                "Win32_System_ApplicationVerifier": [
                    "Win32_System"
                ],
                "Win32_System_ClrHosting": [
                    "Win32_System"
                ],
                "Win32_System_Com": [
                    "Win32_System"
                ],
                "Win32_System_Com_Marshal": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_StructuredStorage": [
                    "Win32_System_Com"
                ],
                "Win32_System_Com_Urlmon": [
                    "Win32_System_Com"
                ],
                "Win32_System_ComponentServices": [
                    "Win32_System"
                ],
                "Win32_System_Console": [
                    "Win32_System"
                ],
                "Win32_System_CorrelationVector": [
                    "Win32_System"
                ],
                "Win32_System_DataExchange": [
                    "Win32_System"
                ],
                "Win32_System_DeploymentServices": [
                    "Win32_System"
                ],
                "Win32_System_DeveloperLicensing": [
                    "Win32_System"
                ],
                "Win32_System_Diagnostics": [
                    "Win32_System"
                ],
                "Win32_System_Diagnostics_Ceip": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_Debug": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_Debug_Extensions": [
                    "Win32_System_Diagnostics_Debug"
                ],
                "Win32_System_Diagnostics_Etw": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_ProcessSnapshotting": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_Diagnostics_ToolHelp": [
                    "Win32_System_Diagnostics"
                ],
                "Win32_System_DistributedTransactionCoordinator": [
                    "Win32_System"
                ],
                "Win32_System_Environment": [
                    "Win32_System"
                ],
                "Win32_System_ErrorReporting": [
                    "Win32_System"
                ],
                "Win32_System_EventCollector": [
                    "Win32_System"
                ],
                "Win32_System_EventLog": [
                    "Win32_System"
                ],
                "Win32_System_EventNotificationService": [
                    "Win32_System"
                ],
                "Win32_System_GroupPolicy": [
                    "Win32_System"
                ],
                "Win32_System_HostCompute": [
                    "Win32_System"
                ],
                "Win32_System_HostComputeNetwork": [
                    "Win32_System"
                ],
                "Win32_System_HostComputeSystem": [
                    "Win32_System"
                ],
                "Win32_System_Hypervisor": [
                    "Win32_System"
                ],
                "Win32_System_IO": [
                    "Win32_System"
                ],
                "Win32_System_Iis": [
                    "Win32_System"
                ],
                "Win32_System_Ioctl": [
                    "Win32_System"
                ],
                "Win32_System_JobObjects": [
                    "Win32_System"
                ],
                "Win32_System_Js": [
                    "Win32_System"
                ],
                "Win32_System_Kernel": [
                    "Win32_System"
                ],
                "Win32_System_LibraryLoader": [
                    "Win32_System"
                ],
                "Win32_System_Mailslots": [
                    "Win32_System"
                ],
                "Win32_System_Mapi": [
                    "Win32_System"
                ],
                "Win32_System_Memory": [
                    "Win32_System"
                ],
                "Win32_System_Memory_NonVolatile": [
                    "Win32_System_Memory"
                ],
                "Win32_System_MessageQueuing": [
                    "Win32_System"
                ],
                "Win32_System_MixedReality": [
                    "Win32_System"
                ],
                "Win32_System_Ole": [
                    "Win32_System"
                ],
                "Win32_System_PasswordManagement": [
                    "Win32_System"
                ],
                "Win32_System_Performance": [
                    "Win32_System"
                ],
                "Win32_System_Performance_HardwareCounterProfiling": [
                    "Win32_System_Performance"
                ],
                "Win32_System_Pipes": [
                    "Win32_System"
                ],
                "Win32_System_Power": [
                    "Win32_System"
                ],
                "Win32_System_ProcessStatus": [
                    "Win32_System"
                ],
                "Win32_System_Recovery": [
                    "Win32_System"
                ],
                "Win32_System_Registry": [
                    "Win32_System"
                ],
                "Win32_System_RemoteDesktop": [
                    "Win32_System"
                ],
                "Win32_System_RemoteManagement": [
                    "Win32_System"
                ],
                "Win32_System_RestartManager": [
                    "Win32_System"
                ],
                "Win32_System_Restore": [
                    "Win32_System"
                ],
                "Win32_System_Rpc": [
                    "Win32_System"
                ],
                "Win32_System_Search": [
                    "Win32_System"
                ],
                "Win32_System_Search_Common": [
                    "Win32_System_Search"
                ],
                "Win32_System_SecurityCenter": [
                    "Win32_System"
                ],
                "Win32_System_Services": [
                    "Win32_System"
                ],
                "Win32_System_SetupAndMigration": [
                    "Win32_System"
                ],
                "Win32_System_Shutdown": [
                    "Win32_System"
                ],
                "Win32_System_StationsAndDesktops": [
                    "Win32_System"
                ],
                "Win32_System_SubsystemForLinux": [
                    "Win32_System"
                ],
                "Win32_System_SystemInformation": [
                    "Win32_System"
                ],
                "Win32_System_SystemServices": [
                    "Win32_System"
                ],
                "Win32_System_Threading": [
                    "Win32_System"
                ],
                "Win32_System_Time": [
                    "Win32_System"
                ],
                "Win32_System_TpmBaseServices": [
                    "Win32_System"
                ],
                "Win32_System_UserAccessLogging": [
                    "Win32_System"
                ],
                "Win32_System_Variant": [
                    "Win32_System"
                ],
                "Win32_System_VirtualDosMachines": [
                    "Win32_System"
                ],
                "Win32_System_WindowsProgramming": [
                    "Win32_System"
                ],
                "Win32_System_Wmi": [
                    "Win32_System"
                ],
                "Win32_UI": [
                    "Win32"
                ],
                "Win32_UI_Accessibility": [
                    "Win32_UI"
                ],
                "Win32_UI_ColorSystem": [
                    "Win32_UI"
                ],
                "Win32_UI_Controls": [
                    "Win32_UI"
                ],
                "Win32_UI_Controls_Dialogs": [
                    "Win32_UI_Controls"
                ],
                "Win32_UI_HiDpi": [
                    "Win32_UI"
                ],
                "Win32_UI_Input": [
                    "Win32_UI"
                ],
                "Win32_UI_Input_Ime": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_KeyboardAndMouse": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Pointer": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_Touch": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_Input_XboxController": [
                    "Win32_UI_Input"
                ],
                "Win32_UI_InteractionContext": [
                    "Win32_UI"
                ],
                "Win32_UI_Magnification": [
                    "Win32_UI"
                ],
                "Win32_UI_Shell": [
                    "Win32_UI"
                ],
                "Win32_UI_Shell_PropertiesSystem": [
                    "Win32_UI_Shell"
                ],
                "Win32_UI_TabletPC": [
                    "Win32_UI"
                ],
                "Win32_UI_TextServices": [
                    "Win32_UI"
                ],
                "Win32_UI_WindowsAndMessaging": [
                    "Win32_UI"
                ],
                "Win32_Web": [
                    "Win32"
                ],
                "Win32_Web_InternetExplorer": [
                    "Win32_Web"
                ],
                "default": [],
                "docs": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0",
            "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.52.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows-sys",
            "publish": null,
            "readme": "readme.md",
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.52.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-pc-windows-gnullvm",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnullvm",
                    "uses_default_features": true
                }
            ],
            "description": "Import libs for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": null,
            "name": "windows-targets",
            "publish": null,
            "readme": "readme.md",
            "repository": "https://github.com/microsoft/windows-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": "windows_targets",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-pc-windows-gnullvm",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-gnullvm",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.52.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnullvm",
                    "uses_default_features": true
                }
            ],
            "description": "Import libs for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": null,
            "name": "windows-targets",
            "publish": null,
            "readme": "readme.md",
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_targets",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/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",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_aarch64_gnullvm-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/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": "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": "windows_aarch64_gnullvm",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/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/windows_aarch64_gnullvm-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_aarch64_msvc",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_aarch64_msvc-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_aarch64_msvc",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_aarch64_msvc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/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/windows_aarch64_msvc-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_i686_gnu",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_i686_gnu-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_i686_gnu",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_i686_gnu",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/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/windows_i686_gnu-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_i686_gnullvm",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_i686_gnullvm",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/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/windows_i686_gnullvm-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_i686_msvc",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_i686_msvc-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_i686_msvc",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_i686_msvc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/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/windows_i686_msvc-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_gnu",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_x86_64_gnu-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_gnu",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_x86_64_gnu",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/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/windows_x86_64_gnu-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_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",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_x86_64_gnullvm-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_gnullvm",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_x86_64_gnullvm",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/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/windows_x86_64_gnullvm-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5",
            "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.48.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_msvc",
            "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": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "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.48.5/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/windows_x86_64_msvc-0.48.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.48.5"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5",
            "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.52.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_x86_64_msvc",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "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": "windows_x86_64_msvc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/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/windows_x86_64_msvc-0.52.5/build.rs",
                    "test": false
                }
            ],
            "version": "0.52.5"
        },
        {
            "authors": [
                "Igor Shaula <gentoo90@gmail.com>"
            ],
            "categories": [
                "api-bindings",
                "os::windows-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "cfg-if",
                    "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": null,
                    "name": "chrono",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.6",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_System_Time",
                        "Win32_System_Registry",
                        "Win32_Security",
                        "Win32_Storage_FileSystem",
                        "Win32_System_Diagnostics_Debug"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.48.0",
                    "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.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde-transcode",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde_bytes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.11",
                    "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",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "serde_json",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "tempfile",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "~3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Rust bindings to MS Windows Registry API",
            "documentation": "https://docs.rs/winreg",
            "edition": "2018",
            "features": {
                "chrono": [
                    "dep:chrono"
                ],
                "serde": [
                    "dep:serde"
                ],
                "serialization-serde": [
                    "transactions",
                    "serde"
                ],
                "transactions": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0",
            "keywords": [
                "Windows",
                "WinSDK",
                "Registry"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "targets": [
                            "x86_64-pc-windows-msvc",
                            "i686-pc-windows-msvc"
                        ]
                    }
                }
            },
            "name": "winreg",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/gentoo90/winreg-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": "winreg",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "basic_usage",
                    "required-features": [
                        "chrono"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "enum",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "load_app_key",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "transactions",
                    "required-features": [
                        "transactions"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "serialization",
                    "required-features": [
                        "serialization-serde"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "transacted_serialization",
                    "required-features": [
                        "serialization-serde"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "reg2json",
                    "required-features": [
                        "serialization-serde"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "map_key_serialization",
                    "required-features": [
                        "serialization-serde"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "installed_apps",
                    "required-features": [
                        "serialization-serde"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "reg_value",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "serialization",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "reg_key",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs",
                    "test": true
                }
            ],
            "version": "0.52.0"
        }
    ],
    "resolve": {
        "nodes": [
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "gimli",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.1"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0",
                    "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95",
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2",
                    "registry+https://github.com/rust-lang/crates.io-index#object@0.32.2",
                    "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"
                            }
                        ],
                        "name": "addr2line",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "cc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"
                            }
                        ],
                        "name": "miniz_oxide",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"
                            }
                        ],
                        "name": "object",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#object@0.32.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "rustc_demangle",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.71"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    }
                ],
                "features": [
                    "default",
                    "link"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "link"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    }
                ],
                "features": [
                    "alloc",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.34"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            },
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"hermit\")"
                            },
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"wasi\")"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                    }
                ],
                "features": [
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.8"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "foreign_types_shared",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "percent_encoding",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
                    }
                ],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    }
                ],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_task",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_utils",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0"
                    }
                ],
                "features": [
                    "alloc"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "read",
                    "read-core"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6",
                    "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.10",
                    "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "fnv",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_sink",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "indexmap",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "slab",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.10"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tracing",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "raw"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
                    "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "fnv",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "itoa",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http_body",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.8.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#httparse@1.8.0",
                    "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_channel",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "h2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http_body",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "httparse",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.8.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "itoa",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "smallvec",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "want",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
                    }
                ],
                "features": [
                    "client",
                    "default",
                    "http1",
                    "http2"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3",
                    "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http_body_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "hyper",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "hyper_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "native_tls",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio_native_tls",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower_service",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tower@0.4.13",
                    "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_channel",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http_body",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "hyper",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "socket2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower@0.4.13"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower_service",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tracing",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                    }
                ],
                "features": [
                    "client",
                    "client-legacy",
                    "default",
                    "http1",
                    "http2",
                    "tokio"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5",
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2",
                    "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"android\")"
                            }
                        ],
                        "name": "android_system_properties",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "core_foundation_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"haiku\")"
                            }
                        ],
                        "name": "iana_time_zone_haiku",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "js_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "wasm_bindgen",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"windows\")"
                            }
                        ],
                        "name": "windows_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "cc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15",
                    "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "unicode_bidi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "unicode_normalization",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23"
                    }
                ],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1",
                    "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "equivalent",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "hashbrown",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.9.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "extra_traits",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "elf",
                    "errno",
                    "general",
                    "ioctl",
                    "no_std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.13"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "adler",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            },
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"wasi\")"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"wasi\")"
                            }
                        ],
                        "name": "wasi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                    }
                ],
                "features": [
                    "net",
                    "os-ext",
                    "os-poll"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21",
                    "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.64",
                    "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.5",
                    "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102",
                    "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.23",
                    "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.10.0",
                    "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "lazy_static",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"
                            }
                        ],
                        "name": "log",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"
                            }
                        ],
                        "name": "openssl",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.64"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"
                            }
                        ],
                        "name": "openssl_probe",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))"
                            }
                        ],
                        "name": "openssl_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"windows\")"
                            }
                        ],
                        "name": "schannel",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.23"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "security_framework",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.10.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "security_framework_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
                            }
                        ],
                        "name": "tempfile",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "memchr",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2"
                    }
                ],
                "features": [
                    "archive",
                    "coff",
                    "elf",
                    "macho",
                    "pe",
                    "read_core",
                    "unaligned",
                    "xcoff"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#object@0.32.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "race",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0",
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0",
                    "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1",
                    "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bitflags",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "foreign_types",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "once_cell",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "openssl_macros",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "ffi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102"
                    }
                ],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.64"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "syn",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "cc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.95"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "pkg_config",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "vcpkg",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.102"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_internal",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "syn",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "unicode_ident",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
                    }
                ],
                "features": [
                    "default",
                    "proc-macro"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    }
                ],
                "features": [
                    "default",
                    "proc-macro"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.34",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4",
                    "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3",
                    "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.9.0",
                    "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69",
                    "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21",
                    "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
                    "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11",
                    "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0",
                    "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.1.2",
                    "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199",
                    "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116",
                    "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
                    "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2",
                    "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#url@2.5.0",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42",
                    "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69",
                    "registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "base64",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "encoding_rs",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.34"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "h2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "http",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "http_body",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "http_body_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "hyper",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "hyper_tls",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "hyper_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.3"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "ipnet",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.9.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "js_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "log",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "mime",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "native_tls_crate",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "once_cell",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "percent_encoding",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "rustls_pemfile",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.1.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "serde",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "serde_json",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "serde_urlencoded",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "sync_wrapper",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"macos\")"
                            }
                        ],
                        "name": "system_configuration",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_arch = \"wasm32\"))"
                            }
                        ],
                        "name": "tokio_native_tls",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower_service",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "url",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "wasm_bindgen",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "wasm_bindgen_futures",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_arch = \"wasm32\")"
                            }
                        ],
                        "name": "web_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winreg",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0"
                    }
                ],
                "features": [
                    "__tls",
                    "charset",
                    "default",
                    "default-tls",
                    "h2",
                    "http2",
                    "macos-system-configuration"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.4"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60",
                    "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.4",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "iana_time_zone",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "reqwest",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    }
                ],
                "features": [],
                "id": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0",
                    "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.8",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.13",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bitflags",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "libc_errno",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.8"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))"
                            }
                        ],
                        "name": "linux_raw_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.13"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                    }
                ],
                "features": [
                    "alloc",
                    "default",
                    "fs",
                    "libc-extra-traits",
                    "std",
                    "use-libc-auxv"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
                    "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.5.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "base64",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pki_types",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.5.0"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.1.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "alloc",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.5.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.23"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4",
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bitflags",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "security_framework_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0"
                    }
                ],
                "features": [
                    "OSX_10_10",
                    "OSX_10_11",
                    "OSX_10_9",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.10.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    }
                ],
                "features": [
                    "OSX_10_10",
                    "OSX_10_11",
                    "OSX_10_9",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.10.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.199"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any())"
                            }
                        ],
                        "name": "serde_derive",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.199"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "syn",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                    }
                ],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.199"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11",
                    "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17",
                    "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "itoa",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "ryu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "serde",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1",
                    "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11",
                    "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17",
                    "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "form_urlencoded",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "itoa",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "ryu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "serde",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.199"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "autocfg",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0"
                    }
                ],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "const_generics",
                    "const_new"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                    }
                ],
                "features": [
                    "all"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "unicode_ident",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
                    }
                ],
                "features": [
                    "clone-impls",
                    "default",
                    "derive",
                    "full",
                    "parsing",
                    "printing",
                    "proc-macro",
                    "visit",
                    "visit-mut"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4",
                    "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bitflags",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "system_configuration_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "core_foundation_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "fastrand",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(unix, target_os = \"wasi\"))"
                            }
                        ],
                        "name": "rustix",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tinyvec_macros",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
                    }
                ],
                "features": [
                    "alloc",
                    "default",
                    "tinyvec_macros"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.71",
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153",
                    "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(tokio_taskdump)"
                            }
                        ],
                        "name": "backtrace",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.71"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "mio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(target_family = \"wasm\"))"
                            }
                        ],
                        "name": "socket2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                    }
                ],
                "features": [
                    "bytes",
                    "default",
                    "io-std",
                    "io-util",
                    "libc",
                    "mio",
                    "net",
                    "rt",
                    "socket2",
                    "sync",
                    "time",
                    "windows-sys"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "native_tls",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_sink",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tracing",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                    }
                ],
                "features": [
                    "codec",
                    "default",
                    "io",
                    "tracing"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.10"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0",
                    "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "futures_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tokio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.37.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower_layer",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tower_service",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tracing",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
                    }
                ],
                "features": [
                    "__common",
                    "default",
                    "futures-core",
                    "futures-util",
                    "log",
                    "make",
                    "pin-project",
                    "pin-project-lite",
                    "tokio",
                    "tracing",
                    "util"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tower@0.4.13"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.2"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21",
                    "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14",
                    "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "log",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "pin_project_lite",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tracing_core",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32"
                    }
                ],
                "features": [
                    "log",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "once_cell",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
                    }
                ],
                "features": [
                    "once_cell",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "hardcoded-data",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "tinyvec",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0"
                    }
                ],
                "features": [
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1",
                    "registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0",
                    "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "form_urlencoded",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "idna",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "percent_encoding",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1"
                    }
                ],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "try_lock",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen_macro",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92"
                    }
                ],
                "features": [
                    "default",
                    "spans",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0",
                    "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21",
                    "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0",
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bumpalo",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "log",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "once_cell",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "syn",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen_shared",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92"
                    }
                ],
                "features": [
                    "spans"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92",
                    "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "js_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_feature = \"atomics\")"
                            }
                        ],
                        "name": "web_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen_macro_support",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92"
                    }
                ],
                "features": [
                    "spans"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
                    "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36",
                    "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "proc_macro2",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "quote",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "syn",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen_backend",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen_shared",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92"
                    }
                ],
                "features": [
                    "spans"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69",
                    "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "js_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "wasm_bindgen",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92"
                    }
                ],
                "features": [
                    "AbortController",
                    "AbortSignal",
                    "Blob",
                    "BlobPropertyBag",
                    "Event",
                    "EventTarget",
                    "File",
                    "FormData",
                    "Headers",
                    "MessageEvent",
                    "ReadableStream",
                    "Request",
                    "RequestCredentials",
                    "RequestInit",
                    "RequestMode",
                    "Response",
                    "ServiceWorkerGlobalScope",
                    "Window",
                    "Worker",
                    "WorkerGlobalScope"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "windows_targets",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5"
                    }
                ],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "windows_targets",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"
                    }
                ],
                "features": [
                    "Win32",
                    "Win32_Foundation",
                    "Win32_Networking",
                    "Win32_Networking_WinSock",
                    "Win32_Security",
                    "Win32_Storage",
                    "Win32_Storage_FileSystem",
                    "Win32_System",
                    "Win32_System_Diagnostics",
                    "Win32_System_Diagnostics_Debug",
                    "Win32_System_IO",
                    "Win32_System_Pipes",
                    "Win32_System_Registry",
                    "Win32_System_SystemServices",
                    "Win32_System_Time",
                    "Win32_System_WindowsProgramming",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "windows_targets",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5"
                    }
                ],
                "features": [
                    "Win32",
                    "Win32_Foundation",
                    "Win32_NetworkManagement",
                    "Win32_NetworkManagement_IpHelper",
                    "Win32_Networking",
                    "Win32_Networking_WinSock",
                    "Win32_Security",
                    "Win32_Security_Authentication",
                    "Win32_Security_Authentication_Identity",
                    "Win32_Security_Credentials",
                    "Win32_Security_Cryptography",
                    "Win32_Storage",
                    "Win32_Storage_FileSystem",
                    "Win32_System",
                    "Win32_System_Diagnostics",
                    "Win32_System_Diagnostics_Debug",
                    "Win32_System_IO",
                    "Win32_System_Memory",
                    "Win32_System_Threading",
                    "Win32_System_WindowsProgramming",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "aarch64-pc-windows-gnullvm"
                            }
                        ],
                        "name": "windows_aarch64_gnullvm",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_aarch64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_i686_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_i686_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_x86_64_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnullvm"
                            }
                        ],
                        "name": "windows_x86_64_gnullvm",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_x86_64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "aarch64-pc-windows-gnullvm"
                            }
                        ],
                        "name": "windows_aarch64_gnullvm",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_aarch64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_i686_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-gnullvm"
                            }
                        ],
                        "name": "windows_i686_gnullvm",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_i686_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_x86_64_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnullvm"
                            }
                        ],
                        "name": "windows_x86_64_gnullvm",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))"
                            }
                        ],
                        "name": "windows_x86_64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "cfg_if",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0"
            }
        ],
        "root": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0"
    },
    "target_directory": "{TEMP_DIR}/resolver_2_deps/target",
    "version": 1,
    "workspace_default_members": [
        "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0"
    ],
    "workspace_members": [
        "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0"
    ],
    "workspace_root": "{TEMP_DIR}/resolver_2_deps"
}
