{
    "metadata": null,
    "packages": [
        {
            "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": [
                "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.16",
                    "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
                }
            ],
            "description": "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n",
            "documentation": "https://docs.rs/cc",
            "edition": "2018",
            "features": {
                "jobserver": [
                    "dep:jobserver"
                ],
                "parallel": [
                    "jobserver"
                ]
            },
            "homepage": "https://github.com/rust-lang/cc-rs",
            "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.79",
            "keywords": [
                "build-dependencies"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/Cargo.toml",
            "metadata": null,
            "name": "cc",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/cc-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "cc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": true,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bin"
                    ],
                    "name": "gcc-shim",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/bin/gcc-shim.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "test",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/test.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "cxxflags",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cxxflags.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "cflags",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cflags.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "cc_env",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cc_env.rs",
                    "test": true
                }
            ],
            "version": "1.0.79"
        },
        {
            "authors": [
                "Alex Crichton <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": [],
            "categories": [
                "command-line-interface"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "backtrace",
                    "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": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "clap_derive",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "=4.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "clap_lex",
                    "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": "is-terminal",
                    "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": "once_cell",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.12.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "strsim",
                    "optional": true,
                    "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": null,
                    "name": "termcolor",
                    "optional": true,
                    "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": null,
                    "name": "terminal_size",
                    "optional": true,
                    "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": "unicase",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.6",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "unicode-width",
                    "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": "humantime",
                    "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": "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": "shlex",
                    "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": "snapbox",
                    "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": "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": "trybuild",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.73",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "color-auto",
                        "diff",
                        "examples"
                    ],
                    "kind": "dev",
                    "name": "trycmd",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.14.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "unic-emoji-char",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
            "documentation": null,
            "edition": "2021",
            "features": {
                "cargo": [
                    "dep:once_cell"
                ],
                "color": [
                    "dep:is-terminal",
                    "dep:termcolor"
                ],
                "debug": [
                    "clap_derive?/debug",
                    "dep:backtrace"
                ],
                "default": [
                    "std",
                    "color",
                    "help",
                    "usage",
                    "error-context",
                    "suggestions"
                ],
                "deprecated": [
                    "clap_derive?/deprecated"
                ],
                "derive": [
                    "dep:clap_derive",
                    "dep:once_cell"
                ],
                "env": [],
                "error-context": [],
                "help": [],
                "std": [],
                "string": [],
                "suggestions": [
                    "dep:strsim",
                    "error-context"
                ],
                "unicode": [
                    "dep:unicode-width",
                    "dep:unicase"
                ],
                "unstable-doc": [
                    "derive",
                    "cargo",
                    "wrap_help",
                    "env",
                    "unicode",
                    "string",
                    "unstable-replace"
                ],
                "unstable-grouped": [],
                "unstable-replace": [],
                "unstable-v5": [
                    "clap_derive?/unstable-v5",
                    "deprecated"
                ],
                "usage": [],
                "wrap_help": [
                    "help",
                    "dep:terminal_size"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#clap@4.1.1",
            "keywords": [
                "argument",
                "cli",
                "arg",
                "parser",
                "parse"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "cargo-args": [
                            "-Zunstable-options",
                            "-Zrustdoc-scrape-examples"
                        ],
                        "features": [
                            "unstable-doc"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "unstable-doc"
                    ]
                },
                "release": {
                    "pre-release-replacements": [
                        {
                            "file": "CHANGELOG.md",
                            "min": 1,
                            "replace": "{{version}}",
                            "search": "Unreleased"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "...{{tag_name}}",
                            "search": "\\.\\.\\.HEAD"
                        },
                        {
                            "file": "CHANGELOG.md",
                            "min": 1,
                            "replace": "{{date}}",
                            "search": "ReleaseDate"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
                            "search": "<!-- next-header -->"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD",
                            "search": "<!-- next-url -->"
                        }
                    ],
                    "shared-version": true,
                    "tag-name": "v{{version}}"
                }
            },
            "name": "clap",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/clap-rs/clap",
            "rust_version": "1.64.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "clap",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": true,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "bin"
                    ],
                    "name": "stdio-fixture",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/src/bin/stdio-fixture.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "demo",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/demo.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "cargo-example",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "cargo-example-derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/cargo-example-derive.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "escaped-positional",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "escaped-positional-derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/escaped-positional-derive.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "find",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/find.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "git-derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git-derive.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "typed-derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/typed-derive.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "busybox",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-busybox.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "hostname",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/multicall-hostname.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "repl",
                    "required-features": [
                        "help"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/repl.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "01_quick",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/01_quick.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_apps",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_apps.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_crate",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_crate.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_app_settings",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/02_app_settings.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_01_flag_bool",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_bool.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_01_flag_count",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_01_flag_count.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_02_option",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_02_option_mult",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_02_option_mult.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_03_positional",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_03_positional_mult",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_03_positional_mult.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_04_subcommands",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_04_subcommands.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_05_default_values",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/03_05_default_values.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_01_possible",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_possible.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_01_enum",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_01_enum.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_02_parse",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_parse.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_02_validate",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_02_validate.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_03_relations",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_03_relations.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_04_custom",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/04_04_custom.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "05_01_assert",
                    "required-features": [
                        "cargo"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_builder/05_01_assert.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "01_quick_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/01_quick.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_apps_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_apps.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_crate_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_crate.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "02_app_settings_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/02_app_settings.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_01_flag_bool_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_bool.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_01_flag_count_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_01_flag_count.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_02_option_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_02_option_mult_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_02_option_mult.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_03_positional_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_03_positional_mult_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_03_positional_mult.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_04_subcommands_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_04_subcommands_alt_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_04_subcommands_alt.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "03_05_default_values_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/03_05_default_values.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_01_enum_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_01_enum.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_02_parse_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_parse.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_02_validate_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_02_validate.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_03_relations_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_03_relations.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "04_04_custom_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/04_04_custom.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "05_01_assert_derive",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/tutorial_derive/05_01_assert.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "interop_augment_args",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_args.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "interop_augment_subcommands",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/augment_subcommands.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "interop_hand_subcommand",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/hand_subcommand.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "interop_flatten_hand_args",
                    "required-features": [
                        "derive"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/derive_ref/flatten_hand_args.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "pacman",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/pacman.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2021",
                    "kind": [
                        "example"
                    ],
                    "name": "git",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-4.1.1/examples/git.rs",
                    "test": false
                }
            ],
            "version": "4.1.1"
        },
        {
            "authors": [],
            "categories": [
                "command-line-interface"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "raw_os_str"
                    ],
                    "kind": null,
                    "name": "os_str_bytes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^6.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                }
            ],
            "description": "Minimal, flexible command line parser",
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.3.3",
            "keywords": [
                "argument",
                "cli",
                "arg",
                "parser",
                "parse"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/Cargo.toml",
            "metadata": {
                "release": {
                    "pre-release-replacements": [
                        {
                            "file": "CHANGELOG.md",
                            "min": 1,
                            "replace": "{{version}}",
                            "search": "Unreleased"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "...{{tag_name}}",
                            "search": "\\.\\.\\.HEAD"
                        },
                        {
                            "file": "CHANGELOG.md",
                            "min": 1,
                            "replace": "{{date}}",
                            "search": "ReleaseDate"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
                            "search": "<!-- next-header -->"
                        },
                        {
                            "exactly": 1,
                            "file": "CHANGELOG.md",
                            "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD",
                            "search": "<!-- next-url -->"
                        },
                        {
                            "exactly": 4,
                            "file": "README.md",
                            "prerelease": true,
                            "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/",
                            "search": "github.com/clap-rs/clap/blob/[^/]+/"
                        }
                    ]
                }
            },
            "name": "clap_lex",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex",
            "rust_version": "1.64.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "clap_lex",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.3.3/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.3"
        },
        {
            "authors": [],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "color"
                    ],
                    "kind": null,
                    "name": "clap",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=4.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "notify",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^5.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": null,
            "documentation": null,
            "edition": "2021",
            "features": {},
            "homepage": null,
            "id": "path+file://{TEMP_DIR}/crate_optional_deps_enabled#crate-with-optional-deps@0.1.0",
            "keywords": [],
            "license": null,
            "license_file": null,
            "links": null,
            "manifest_path": "{TEMP_DIR}/crate_optional_deps_enabled/Cargo.toml",
            "metadata": null,
            "name": "crate-with-optional-deps",
            "publish": null,
            "readme": null,
            "repository": null,
            "rust_version": null,
            "source": null,
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "crate_with_optional_deps",
                    "src_path": "{TEMP_DIR}/crate_optional_deps_enabled/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.0"
        },
        {
            "authors": [],
            "categories": [
                "algorithms",
                "concurrency",
                "data-structures"
            ],
            "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": "crossbeam-utils",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "num_cpus",
                    "optional": false,
                    "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": "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": "signal-hook",
                    "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": "Multi-producer multi-consumer channels for message passing",
            "documentation": null,
            "edition": "2018",
            "features": {
                "crossbeam-utils": [
                    "dep:crossbeam-utils"
                ],
                "default": [
                    "std"
                ],
                "std": [
                    "crossbeam-utils/std"
                ]
            },
            "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel",
            "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.7",
            "keywords": [
                "channel",
                "mpmc",
                "select",
                "golang",
                "message"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/Cargo.toml",
            "metadata": null,
            "name": "crossbeam-channel",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/crossbeam-rs/crossbeam",
            "rust_version": "1.38",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "crossbeam_channel",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "fibonacci",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/fibonacci.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "matching",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/matching.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "stopwatch",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/examples/stopwatch.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "same_channel",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/same_channel.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "zero",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/zero.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "after",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/after.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "never",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/never.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "list",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/list.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "iter",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/iter.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "mpsc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/mpsc.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "select_macro",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/select_macro.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "select",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/select.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "array",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/array.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "golang",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/golang.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "tick",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/tick.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "ready",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/ready.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "thread_locals",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/tests/thread_locals.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "crossbeam",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.7/benches/crossbeam.rs",
                    "test": false
                }
            ],
            "version": "0.5.7"
        },
        {
            "authors": [],
            "categories": [
                "algorithms",
                "concurrency",
                "data-structures",
                "no-std"
            ],
            "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": "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": "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": null,
                    "name": "loom",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(crossbeam_loom)",
                    "uses_default_features": true
                }
            ],
            "description": "Utilities for concurrent programming",
            "documentation": null,
            "edition": "2018",
            "features": {
                "default": [
                    "std"
                ],
                "loom": [
                    "dep:loom"
                ],
                "nightly": [],
                "std": []
            },
            "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
            "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.15",
            "keywords": [
                "scoped",
                "thread",
                "atomic",
                "cache"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/Cargo.toml",
            "metadata": null,
            "name": "crossbeam-utils",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/crossbeam-rs/crossbeam",
            "rust_version": "1.38",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "crossbeam_utils",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "wait_group",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/wait_group.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "sharded_lock",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/sharded_lock.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "thread",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/thread.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "cache_padded",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/cache_padded.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "atomic_cell",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/atomic_cell.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "parker",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/parker.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "atomic_cell",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/benches/atomic_cell.rs",
                    "test": false
                },
                {
                    "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/crossbeam-utils-0.8.15/build.rs",
                    "test": false
                }
            ],
            "version": "0.8.15"
        },
        {
            "authors": [
                "Chris Wong <lambda.fairy@gmail.com>"
            ],
            "categories": [
                "os"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "errno-dragonfly",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"dragonfly\")",
                    "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(target_os = \"hermit\")",
                    "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(target_os = \"wasi\")",
                    "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(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "errhandlingapi",
                        "minwindef",
                        "ntdef",
                        "winbase"
                    ],
                    "kind": null,
                    "name": "winapi",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Cross-platform interface to the `errno` variable.",
            "documentation": "https://docs.rs/errno",
            "edition": "2015",
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#errno@0.2.8",
            "keywords": [],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.2.8/Cargo.toml",
            "metadata": null,
            "name": "errno",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/lambda-fairy/rust-errno",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "errno",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.2.8/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.8"
        },
        {
            "authors": [
                "Michael Neumann <mneumann@ntecs.de>"
            ],
            "categories": [],
            "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": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "cc",
                    "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": "Exposes errno functionality to stable Rust on DragonFlyBSD",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2",
            "keywords": [
                "dragonfly"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/Cargo.toml",
            "metadata": null,
            "name": "errno-dragonfly",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/mneumann/errno-dragonfly-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "errno_dragonfly",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/src/lib.rs",
                    "test": true
                },
                {
                    "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/errno-dragonfly-0.1.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.1.2"
        },
        {
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "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": "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": "redox_syscall",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"redox\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.27",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(unix)",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Storage_FileSystem"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.45.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Platform-agnostic accessors of timestamps in File metadata\n",
            "documentation": "https://docs.rs/filetime",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/alexcrichton/filetime",
            "id": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.20",
            "keywords": [
                "timestamp",
                "mtime"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.20/Cargo.toml",
            "metadata": null,
            "name": "filetime",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/alexcrichton/filetime",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "filetime",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.20/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.20"
        },
        {
            "authors": [
                "Pierre Baillet <pierre@baillet.name>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.68",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Rust bindings to the fsevent macOS API for file changes notifications",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#fsevent-sys@4.1.0",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-apple-darwin"
                        ]
                    }
                }
            },
            "name": "fsevent-sys",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "fsevent_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "4.1.0"
        },
        {
            "authors": [
                "Stefan Lankes"
            ],
            "categories": [
                "os"
            ],
            "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",
                    "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": "Hermit system calls definitions.",
            "documentation": null,
            "edition": "2021",
            "features": {
                "alloc": [
                    "dep:alloc"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [],
                "rustc-dep-of-std": [
                    "core",
                    "alloc",
                    "compiler_builtins/rustc-dep-of-std"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1",
            "keywords": [
                "unikernel",
                "libos"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/Cargo.toml",
            "metadata": null,
            "name": "hermit-abi",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hermitcore/rusty-hermit",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "hermit_abi",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.3.1"
        },
        {
            "authors": [
                "Hanno Braun <mail@hannobraun.de>",
                "Fe\u0301lix Saparelli <me@passcod.name>",
                "Cristian Kubis <cristian.kubis@tsunix.de>",
                "Frank Denis <github@pureftpd.org>"
            ],
            "categories": [
                "api-bindings",
                "filesystem"
            ],
            "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": "futures-core",
                    "optional": true,
                    "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": "inotify-sys",
                    "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
                },
                {
                    "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": [
                        "net"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "futures-util",
                    "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": "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": [
                        "macros",
                        "rt-multi-thread"
                    ],
                    "kind": "dev",
                    "name": "tokio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Idiomatic wrapper for inotify",
            "documentation": "https://docs.rs/inotify",
            "edition": "2018",
            "features": {
                "default": [
                    "stream"
                ],
                "futures-core": [
                    "dep:futures-core"
                ],
                "stream": [
                    "futures-core",
                    "tokio"
                ],
                "tokio": [
                    "dep:tokio"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#inotify@0.9.6",
            "keywords": [
                "inotify",
                "linux"
            ],
            "license": "ISC",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/Cargo.toml",
            "metadata": null,
            "name": "inotify",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hannobraun/inotify",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "inotify",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "stream",
                    "required-features": [
                        "stream"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/stream.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "watch",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/watch.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "test"
                    ],
                    "name": "main",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/tests/main.rs",
                    "test": true
                }
            ],
            "version": "0.9.6"
        },
        {
            "authors": [
                "Hanno Braun <hb@hannobraun.de>"
            ],
            "categories": [
                "external-ffi-bindings",
                "filesystem"
            ],
            "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": null,
                    "uses_default_features": true
                }
            ],
            "description": "inotify bindings for the Rust programming language",
            "documentation": "https://docs.rs/inotify-sys",
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5",
            "keywords": [
                "inotify",
                "linux"
            ],
            "license": "ISC",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/Cargo.toml",
            "metadata": null,
            "name": "inotify-sys",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/hannobraun/inotify-sys",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "inotify_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.5"
        },
        {
            "authors": [
                "Dan Gohman <dev@sunfishcode.online>"
            ],
            "categories": [
                "os",
                "rust-patterns"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "fs-err",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.6.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "async-std",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.12.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "net",
                        "os-ext"
                    ],
                    "kind": null,
                    "name": "mio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "io_safety"
                    ],
                    "kind": null,
                    "name": "os_pipe",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "socket2",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "io-std",
                        "fs",
                        "net",
                        "process"
                    ],
                    "kind": null,
                    "name": "tokio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.6.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.96",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(windows))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hermit-abi",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"hermit\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Storage_FileSystem",
                        "Win32_Networking_WinSock",
                        "Win32_Security",
                        "Win32_System_IO",
                        "Win32_System_Threading"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.45.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A low-level I/O ownership and borrowing library",
            "documentation": null,
            "edition": "2018",
            "features": {
                "async-std": [
                    "dep:async-std"
                ],
                "close": [
                    "libc",
                    "hermit-abi",
                    "windows-sys"
                ],
                "default": [
                    "close"
                ],
                "fs-err": [
                    "dep:fs-err"
                ],
                "hermit-abi": [
                    "dep:hermit-abi"
                ],
                "libc": [
                    "dep:libc"
                ],
                "mio": [
                    "dep:mio"
                ],
                "os_pipe": [
                    "dep:os_pipe"
                ],
                "socket2": [
                    "dep:socket2"
                ],
                "tokio": [
                    "dep:tokio"
                ],
                "windows-sys": [
                    "dep:windows-sys"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9",
            "keywords": [
                "api",
                "io"
            ],
            "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/Cargo.toml",
            "metadata": null,
            "name": "io-lifetimes",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sunfishcode/io-lifetimes",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "io_lifetimes",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.9/build.rs",
                    "test": false
                }
            ],
            "version": "1.0.9"
        },
        {
            "authors": [
                "softprops <d.tangren@gmail.com>",
                "Dan Gohman <dev@sunfishcode.online>"
            ],
            "categories": [
                "command-line-interface"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "io-lifetimes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "atty",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.14",
                    "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.110",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(unix, target_os = \"wasi\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "termios"
                    ],
                    "kind": null,
                    "name": "rustix",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.36.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "hermit-abi",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"hermit\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_Foundation",
                        "Win32_Storage_FileSystem",
                        "Win32_System_Console"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.45.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "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": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Test whether a given stream is a terminal",
            "documentation": "http://docs.rs/is-terminal",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.5",
            "keywords": [
                "terminal",
                "tty",
                "isatty"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.5/Cargo.toml",
            "metadata": null,
            "name": "is-terminal",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/sunfishcode/is-terminal",
            "rust_version": "1.48",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "is_terminal",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.4.5"
        },
        {
            "authors": [
                "William Orr <will@worrbase.com>"
            ],
            "categories": [
                "os::unix-apis",
                "filesystem"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "kqueue-sys",
                    "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": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.17",
                    "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
                }
            ],
            "description": "kqueue interface for BSDs",
            "documentation": "https://docs.worrbase.com/rust/kqueue/",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#kqueue@1.0.7",
            "keywords": [
                "kqueue",
                "kevent",
                "bsd"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-unknown-freebsd",
                            "x86_64-unknown-dragonfly",
                            "x86_64-unknown-openbsd",
                            "x86_64-unknown-netbsd",
                            "x86_64-apple-darwin"
                        ]
                    }
                }
            },
            "name": "kqueue",
            "publish": null,
            "readme": "README.md",
            "repository": "https://gitlab.com/rust-kqueue/rust-kqueue",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "kqueue",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "pid",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/examples/pid.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "file",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.7/examples/file.rs",
                    "test": false
                }
            ],
            "version": "1.0.7"
        },
        {
            "authors": [
                "William Orr <will@worrbase.com>",
                "Daniel (dmilith) Dettlaff <dmilith@me.com>"
            ],
            "categories": [
                "external-ffi-bindings",
                "no-std",
                "os::unix-apis",
                "filesystem"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.2.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.74",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "Low-level kqueue interface for BSDs",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#kqueue-sys@1.0.3",
            "keywords": [
                "kqueue",
                "kevent",
                "bsd",
                "darwin",
                "macos"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.3/Cargo.toml",
            "metadata": null,
            "name": "kqueue-sys",
            "publish": null,
            "readme": "README.md",
            "repository": "https://gitlab.com/worr/rust-kqueue-sys",
            "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": "kqueue_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.3/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.0.3"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "external-ffi-bindings",
                "no-std",
                "os"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "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.140",
            "keywords": [
                "libc",
                "ffi",
                "bindings",
                "operating",
                "system"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "const-extern-fn",
                            "extra_traits"
                        ]
                    }
                }
            },
            "name": "libc",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/libc",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "libc",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "const_fn",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/tests/const_fn.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.140/build.rs",
                    "test": false
                }
            ],
            "version": "0.2.140"
        },
        {
            "authors": [
                "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": "2018",
            "features": {
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "std",
                    "general",
                    "errno"
                ],
                "errno": [],
                "general": [],
                "ioctl": [],
                "netlink": [],
                "no_std": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins",
                    "no_std"
                ],
                "std": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4",
            "keywords": [
                "linux",
                "uapi",
                "ffi"
            ],
            "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.1.4/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "default",
                            "ioctl",
                            "netlink"
                        ],
                        "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.48",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "linux_raw_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.1.4/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.4"
        },
        {
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "development-tools::debugging"
            ],
            "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": "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": "=1.0.0-alpha.5",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "value-bag",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "=1.0.0-alpha.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": 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": [
                        "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_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": [
                        "derive"
                    ],
                    "kind": "dev",
                    "name": "sval",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "=1.0.0-alpha.5",
                    "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.0.0-alpha.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A lightweight logging facade for Rust\n",
            "documentation": "https://docs.rs/log",
            "edition": "2015",
            "features": {
                "kv_unstable": [
                    "value-bag"
                ],
                "kv_unstable_serde": [
                    "kv_unstable_std",
                    "value-bag/serde",
                    "serde"
                ],
                "kv_unstable_std": [
                    "std",
                    "kv_unstable",
                    "value-bag/error"
                ],
                "kv_unstable_sval": [
                    "kv_unstable",
                    "value-bag/sval",
                    "sval"
                ],
                "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"
                ],
                "value-bag": [
                    "dep:value-bag"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.17",
            "keywords": [
                "logging"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "std",
                            "serde",
                            "kv_unstable_std",
                            "kv_unstable_sval",
                            "kv_unstable_serde"
                        ]
                    }
                }
            },
            "name": "log",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/log",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "log",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "filters",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "test"
                    ],
                    "name": "macros",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "bench"
                    ],
                    "name": "value",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs",
                    "test": false
                }
            ],
            "version": "0.4.17"
        },
        {
            "authors": [
                "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": false,
                    "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.8.4",
                    "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.121",
                    "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.121",
                    "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.45",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Lightweight non-blocking I/O.",
            "documentation": null,
            "edition": "2018",
            "features": {
                "default": [],
                "net": [],
                "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.6",
            "keywords": [
                "io",
                "async",
                "non-blocking"
            ],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ],
                        "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.6/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "tcp_server",
                    "required-features": [
                        "os-poll",
                        "net"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/tcp_server.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "tcp_listenfd_server",
                    "required-features": [
                        "os-poll",
                        "net"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/tcp_listenfd_server.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "udp_server",
                    "required-features": [
                        "os-poll",
                        "net"
                    ],
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.6/examples/udp_server.rs",
                    "test": false
                }
            ],
            "version": "0.8.6"
        },
        {
            "authors": [
                "F\u00e9lix Saparelli <me@passcod.name>",
                "Daniel Faust <hessijames@gmail.com>"
            ],
            "categories": [
                "filesystem"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "crossbeam-channel",
                    "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": "filetime",
                    "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": "libc",
                    "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": [
                        "derive"
                    ],
                    "kind": null,
                    "name": "serde",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.89",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "walkdir",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^2.2.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "nix",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.23.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.39",
                    "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.2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "kqueue",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "os-ext"
                    ],
                    "kind": null,
                    "name": "mio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "inotify",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.9",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"linux\")",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "os-ext"
                    ],
                    "kind": null,
                    "name": "mio",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"linux\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "fsevent-sys",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"macos\")",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "kqueue",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"macos\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "os-ext"
                    ],
                    "kind": null,
                    "name": "mio",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(target_os = \"macos\")",
                    "uses_default_features": true
                },
                {
                    "features": [
                        "Win32_System_Threading",
                        "Win32_Foundation",
                        "Win32_Storage_FileSystem",
                        "Win32_Security",
                        "Win32_System_WindowsProgramming",
                        "Win32_System_IO"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Cross-platform filesystem notification library",
            "documentation": "https://docs.rs/notify",
            "edition": "2021",
            "features": {
                "crossbeam-channel": [
                    "dep:crossbeam-channel"
                ],
                "default": [
                    "macos_fsevent",
                    "crossbeam-channel"
                ],
                "fsevent-sys": [
                    "dep:fsevent-sys"
                ],
                "kqueue": [
                    "dep:kqueue"
                ],
                "macos_fsevent": [
                    "fsevent-sys"
                ],
                "macos_kqueue": [
                    "kqueue",
                    "mio"
                ],
                "manual_tests": [],
                "mio": [
                    "dep:mio"
                ],
                "serde": [
                    "dep:serde"
                ],
                "timing_tests": []
            },
            "homepage": "https://github.com/notify-rs/notify",
            "id": "registry+https://github.com/rust-lang/crates.io-index#notify@5.1.0",
            "keywords": [
                "events",
                "filesystem",
                "notify",
                "watch"
            ],
            "license": "CC0-1.0 OR Artistic-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/notify-5.1.0/Cargo.toml",
            "metadata": null,
            "name": "notify",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/notify-rs/notify.git",
            "rust_version": "1.56",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "notify",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/notify-5.1.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "5.1.0"
        },
        {
            "authors": [
                "dylni"
            ],
            "categories": [
                "command-line-interface",
                "development-tools::ffi",
                "encoding",
                "os",
                "rust-patterns"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "memchr",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^2.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "print_bytes",
                    "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": "uniquote",
                    "optional": true,
                    "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": "fastrand",
                    "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
                }
            ],
            "description": "Convert between byte sequences and platform-native strings\n",
            "documentation": null,
            "edition": "2021",
            "features": {
                "checked_conversions": [],
                "default": [
                    "memchr",
                    "raw_os_str"
                ],
                "memchr": [
                    "dep:memchr"
                ],
                "print_bytes": [
                    "dep:print_bytes"
                ],
                "raw_os_str": [],
                "uniquote": [
                    "dep:uniquote"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.5.0",
            "keywords": [
                "bytes",
                "osstr",
                "osstring",
                "path",
                "windows"
            ],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustc-args": [
                            "--cfg",
                            "os_str_bytes_docs_rs"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "os_str_bytes_docs_rs"
                        ]
                    }
                }
            },
            "name": "os_str_bytes",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/dylni/os_str_bytes",
            "rust_version": "1.57.0",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2021",
                    "kind": [
                        "lib"
                    ],
                    "name": "os_str_bytes",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "6.5.0"
        },
        {
            "authors": [
                "Jeremy Soller <jackpot51@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "bitflags",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.1.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                }
            ],
            "description": "A Rust library to access raw Redox system calls",
            "documentation": "https://docs.rs/redox_syscall",
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16",
            "keywords": [],
            "license": "MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/Cargo.toml",
            "metadata": null,
            "name": "redox_syscall",
            "publish": null,
            "readme": "README.md",
            "repository": "https://gitlab.redox-os.org/redox-os/syscall",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "syscall",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.2.16"
        },
        {
            "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": "^1.2.1",
                    "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.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": [
                        "close"
                    ],
                    "kind": null,
                    "name": "io-lifetimes",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "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": [
                        "close"
                    ],
                    "kind": "dev",
                    "name": "io-lifetimes",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": false
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.133",
                    "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.2.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.7.1",
                    "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": "^0.6",
                    "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.2.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "build",
                    "name": "cc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^1.0.68",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": null,
                    "uses_default_features": true
                },
                {
                    "features": [
                        "general",
                        "no_std"
                    ],
                    "kind": null,
                    "name": "linux-raw-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))",
                    "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": [
                        "extra_traits"
                    ],
                    "kind": null,
                    "name": "libc",
                    "optional": true,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.133",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "errno",
                    "optional": true,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.2.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "general",
                        "errno",
                        "ioctl",
                        "no_std"
                    ],
                    "kind": null,
                    "name": "linux-raw-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))",
                    "uses_default_features": false
                },
                {
                    "features": [
                        "extra_traits"
                    ],
                    "kind": null,
                    "name": "libc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.2.133",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "errno",
                    "optional": false,
                    "registry": null,
                    "rename": "libc_errno",
                    "req": "^0.2.8",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))",
                    "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": [
                        "Win32_Foundation",
                        "Win32_Networking_WinSock",
                        "Win32_NetworkManagement_IpHelper",
                        "Win32_System_Threading"
                    ],
                    "kind": null,
                    "name": "windows-sys",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.45.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": "dev",
                    "name": "ctor",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.21",
                    "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/Winsock2-like syscalls",
            "documentation": "https://docs.rs/rustix",
            "edition": "2018",
            "features": {
                "all-apis": [
                    "fs",
                    "io_uring",
                    "mm",
                    "net",
                    "param",
                    "process",
                    "procfs",
                    "rand",
                    "runtime",
                    "termios",
                    "thread",
                    "time"
                ],
                "all-impls": [
                    "os_pipe",
                    "fs-err"
                ],
                "alloc": [
                    "dep:alloc"
                ],
                "cc": [
                    "dep:cc"
                ],
                "compiler_builtins": [
                    "dep:compiler_builtins"
                ],
                "core": [
                    "dep:core"
                ],
                "default": [
                    "std",
                    "use-libc-auxv"
                ],
                "fs": [],
                "fs-err": [
                    "io-lifetimes/fs-err"
                ],
                "io-lifetimes": [
                    "dep:io-lifetimes"
                ],
                "io_uring": [
                    "fs",
                    "net"
                ],
                "itoa": [
                    "dep:itoa"
                ],
                "libc": [
                    "dep:libc"
                ],
                "libc_errno": [
                    "dep:libc_errno"
                ],
                "mm": [],
                "net": [],
                "once_cell": [
                    "dep:once_cell"
                ],
                "os_pipe": [
                    "io-lifetimes/os_pipe"
                ],
                "param": [
                    "fs"
                ],
                "process": [],
                "procfs": [
                    "once_cell",
                    "itoa",
                    "fs"
                ],
                "rand": [],
                "runtime": [],
                "rustc-dep-of-std": [
                    "core",
                    "alloc",
                    "compiler_builtins",
                    "linux-raw-sys/rustc-dep-of-std",
                    "bitflags/rustc-dep-of-std"
                ],
                "std": [
                    "io-lifetimes"
                ],
                "termios": [],
                "thread": [],
                "time": [],
                "use-libc": [
                    "libc_errno",
                    "libc"
                ],
                "use-libc-auxv": [
                    "libc"
                ]
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.11",
            "keywords": [
                "api",
                "file",
                "network",
                "safe",
                "syscall"
            ],
            "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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"
                        ]
                    }
                }
            },
            "name": "rustix",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/bytecodealliance/rustix",
            "rust_version": "1.48",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "rustix",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "bench"
                    ],
                    "name": "mod",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/benches/mod.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.36.11/build.rs",
                    "test": false
                }
            ],
            "version": "0.36.11"
        },
        {
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "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": null,
                    "name": "winapi-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A simple crate for determining whether two file paths point to the same file.\n",
            "documentation": "https://docs.rs/same-file",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/BurntSushi/same-file",
            "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
            "keywords": [
                "same",
                "file",
                "equal",
                "inode"
            ],
            "license": "Unlicense/MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml",
            "metadata": null,
            "name": "same-file",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/same-file",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "same_file",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "is_stderr",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs",
                    "test": false
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2018",
                    "kind": [
                        "example"
                    ],
                    "name": "is_same_file",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs",
                    "test": false
                }
            ],
            "version": "1.0.6"
        },
        {
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "winapi-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A simple cross platform library for writing colored text to a terminal.\n",
            "documentation": "https://docs.rs/termcolor",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/BurntSushi/termcolor",
            "id": "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.2.0",
            "keywords": [
                "windows",
                "win",
                "color",
                "ansi",
                "console"
            ],
            "license": "Unlicense OR MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/Cargo.toml",
            "metadata": null,
            "name": "termcolor",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/termcolor",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "termcolor",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "1.2.0"
        },
        {
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [
                "filesystem"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "same-file",
                    "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": "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": null,
                    "name": "winapi-util",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.1.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "Recursively walk a directory.",
            "documentation": "https://docs.rs/walkdir/",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/BurntSushi/walkdir",
            "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.3.3",
            "keywords": [
                "directory",
                "recursive",
                "walk",
                "iterator"
            ],
            "license": "Unlicense/MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/Cargo.toml",
            "metadata": null,
            "name": "walkdir",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/walkdir",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "walkdir",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/src/lib.rs",
                    "test": true
                }
            ],
            "version": "2.3.3"
        },
        {
            "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": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [
                "external-ffi-bindings",
                "no-std",
                "os::windows-apis"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "winapi-i686-pc-windows-gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "winapi-x86_64-pc-windows-gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.4",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnu",
                    "uses_default_features": true
                }
            ],
            "description": "Raw FFI bindings for all of Windows API.",
            "documentation": "https://docs.rs/winapi/",
            "edition": "2015",
            "features": {
                "accctrl": [],
                "aclapi": [],
                "activation": [],
                "adhoc": [],
                "appmgmt": [],
                "audioclient": [],
                "audiosessiontypes": [],
                "avrt": [],
                "basetsd": [],
                "bcrypt": [],
                "bits": [],
                "bits10_1": [],
                "bits1_5": [],
                "bits2_0": [],
                "bits2_5": [],
                "bits3_0": [],
                "bits4_0": [],
                "bits5_0": [],
                "bitscfg": [],
                "bitsmsg": [],
                "bluetoothapis": [],
                "bluetoothleapis": [],
                "bthdef": [],
                "bthioctl": [],
                "bthledef": [],
                "bthsdpdef": [],
                "bugcodes": [],
                "cderr": [],
                "cfg": [],
                "cfgmgr32": [],
                "cguid": [],
                "combaseapi": [],
                "coml2api": [],
                "commapi": [],
                "commctrl": [],
                "commdlg": [],
                "commoncontrols": [],
                "consoleapi": [],
                "corecrt": [],
                "corsym": [],
                "d2d1": [],
                "d2d1_1": [],
                "d2d1_2": [],
                "d2d1_3": [],
                "d2d1effectauthor": [],
                "d2d1effects": [],
                "d2d1effects_1": [],
                "d2d1effects_2": [],
                "d2d1svg": [],
                "d2dbasetypes": [],
                "d3d": [],
                "d3d10": [],
                "d3d10_1": [],
                "d3d10_1shader": [],
                "d3d10effect": [],
                "d3d10misc": [],
                "d3d10sdklayers": [],
                "d3d10shader": [],
                "d3d11": [],
                "d3d11_1": [],
                "d3d11_2": [],
                "d3d11_3": [],
                "d3d11_4": [],
                "d3d11on12": [],
                "d3d11sdklayers": [],
                "d3d11shader": [],
                "d3d11tokenizedprogramformat": [],
                "d3d12": [],
                "d3d12sdklayers": [],
                "d3d12shader": [],
                "d3d9": [],
                "d3d9caps": [],
                "d3d9types": [],
                "d3dcommon": [],
                "d3dcompiler": [],
                "d3dcsx": [],
                "d3dkmdt": [],
                "d3dkmthk": [],
                "d3dukmdt": [],
                "d3dx10core": [],
                "d3dx10math": [],
                "d3dx10mesh": [],
                "datetimeapi": [],
                "davclnt": [],
                "dbghelp": [],
                "dbt": [],
                "dcommon": [],
                "dcomp": [],
                "dcompanimation": [],
                "dcomptypes": [],
                "dde": [],
                "ddraw": [],
                "ddrawi": [],
                "ddrawint": [],
                "debug": [
                    "impl-debug"
                ],
                "debugapi": [],
                "devguid": [],
                "devicetopology": [],
                "devpkey": [],
                "devpropdef": [],
                "dinput": [],
                "dinputd": [],
                "dispex": [],
                "dmksctl": [],
                "dmusicc": [],
                "docobj": [],
                "documenttarget": [],
                "dot1x": [],
                "dpa_dsa": [],
                "dpapi": [],
                "dsgetdc": [],
                "dsound": [],
                "dsrole": [],
                "dvp": [],
                "dwmapi": [],
                "dwrite": [],
                "dwrite_1": [],
                "dwrite_2": [],
                "dwrite_3": [],
                "dxdiag": [],
                "dxfile": [],
                "dxgi": [],
                "dxgi1_2": [],
                "dxgi1_3": [],
                "dxgi1_4": [],
                "dxgi1_5": [],
                "dxgi1_6": [],
                "dxgidebug": [],
                "dxgiformat": [],
                "dxgitype": [],
                "dxva2api": [],
                "dxvahd": [],
                "eaptypes": [],
                "enclaveapi": [],
                "endpointvolume": [],
                "errhandlingapi": [],
                "everything": [],
                "evntcons": [],
                "evntprov": [],
                "evntrace": [],
                "excpt": [],
                "exdisp": [],
                "fibersapi": [],
                "fileapi": [],
                "functiondiscoverykeys_devpkey": [],
                "gl-gl": [],
                "guiddef": [],
                "handleapi": [],
                "heapapi": [],
                "hidclass": [],
                "hidpi": [],
                "hidsdi": [],
                "hidusage": [],
                "highlevelmonitorconfigurationapi": [],
                "hstring": [],
                "http": [],
                "ifdef": [],
                "ifmib": [],
                "imm": [],
                "impl-debug": [],
                "impl-default": [],
                "in6addr": [],
                "inaddr": [],
                "inspectable": [],
                "interlockedapi": [],
                "intsafe": [],
                "ioapiset": [],
                "ipexport": [],
                "iphlpapi": [],
                "ipifcons": [],
                "ipmib": [],
                "iprtrmib": [],
                "iptypes": [],
                "jobapi": [],
                "jobapi2": [],
                "knownfolders": [],
                "ks": [],
                "ksmedia": [],
                "ktmtypes": [],
                "ktmw32": [],
                "l2cmn": [],
                "libloaderapi": [],
                "limits": [],
                "lmaccess": [],
                "lmalert": [],
                "lmapibuf": [],
                "lmat": [],
                "lmcons": [],
                "lmdfs": [],
                "lmerrlog": [],
                "lmjoin": [],
                "lmmsg": [],
                "lmremutl": [],
                "lmrepl": [],
                "lmserver": [],
                "lmshare": [],
                "lmstats": [],
                "lmsvc": [],
                "lmuse": [],
                "lmwksta": [],
                "lowlevelmonitorconfigurationapi": [],
                "lsalookup": [],
                "memoryapi": [],
                "minschannel": [],
                "minwinbase": [],
                "minwindef": [],
                "mmdeviceapi": [],
                "mmeapi": [],
                "mmreg": [],
                "mmsystem": [],
                "mprapidef": [],
                "msaatext": [],
                "mscat": [],
                "mschapp": [],
                "mssip": [],
                "mstcpip": [],
                "mswsock": [],
                "mswsockdef": [],
                "namedpipeapi": [],
                "namespaceapi": [],
                "nb30": [],
                "ncrypt": [],
                "netioapi": [],
                "nldef": [],
                "ntddndis": [],
                "ntddscsi": [],
                "ntddser": [],
                "ntdef": [],
                "ntlsa": [],
                "ntsecapi": [],
                "ntstatus": [],
                "oaidl": [],
                "objbase": [],
                "objidl": [],
                "objidlbase": [],
                "ocidl": [],
                "ole2": [],
                "oleauto": [],
                "olectl": [],
                "oleidl": [],
                "opmapi": [],
                "pdh": [],
                "perflib": [],
                "physicalmonitorenumerationapi": [],
                "playsoundapi": [],
                "portabledevice": [],
                "portabledeviceapi": [],
                "portabledevicetypes": [],
                "powerbase": [],
                "powersetting": [],
                "powrprof": [],
                "processenv": [],
                "processsnapshot": [],
                "processthreadsapi": [],
                "processtopologyapi": [],
                "profileapi": [],
                "propidl": [],
                "propkey": [],
                "propkeydef": [],
                "propsys": [],
                "prsht": [],
                "psapi": [],
                "qos": [],
                "realtimeapiset": [],
                "reason": [],
                "restartmanager": [],
                "restrictederrorinfo": [],
                "rmxfguid": [],
                "roapi": [],
                "robuffer": [],
                "roerrorapi": [],
                "rpc": [],
                "rpcdce": [],
                "rpcndr": [],
                "rtinfo": [],
                "sapi": [],
                "sapi51": [],
                "sapi53": [],
                "sapiddk": [],
                "sapiddk51": [],
                "schannel": [],
                "sddl": [],
                "securityappcontainer": [],
                "securitybaseapi": [],
                "servprov": [],
                "setupapi": [],
                "shellapi": [],
                "shellscalingapi": [],
                "shlobj": [],
                "shobjidl": [],
                "shobjidl_core": [],
                "shtypes": [],
                "softpub": [],
                "spapidef": [],
                "spellcheck": [],
                "sporder": [],
                "sql": [],
                "sqlext": [],
                "sqltypes": [],
                "sqlucode": [],
                "sspi": [],
                "std": [],
                "stralign": [],
                "stringapiset": [],
                "strmif": [],
                "subauth": [],
                "synchapi": [],
                "sysinfoapi": [],
                "systemtopologyapi": [],
                "taskschd": [],
                "tcpestats": [],
                "tcpmib": [],
                "textstor": [],
                "threadpoolapiset": [],
                "threadpoollegacyapiset": [],
                "timeapi": [],
                "timezoneapi": [],
                "tlhelp32": [],
                "transportsettingcommon": [],
                "tvout": [],
                "udpmib": [],
                "unknwnbase": [],
                "urlhist": [],
                "urlmon": [],
                "usb": [],
                "usbioctl": [],
                "usbiodef": [],
                "usbscan": [],
                "usbspec": [],
                "userenv": [],
                "usp10": [],
                "utilapiset": [],
                "uxtheme": [],
                "vadefs": [],
                "vcruntime": [],
                "vsbackup": [],
                "vss": [],
                "vsserror": [],
                "vswriter": [],
                "wbemads": [],
                "wbemcli": [],
                "wbemdisp": [],
                "wbemprov": [],
                "wbemtran": [],
                "wct": [],
                "werapi": [],
                "winbase": [],
                "wincodec": [],
                "wincodecsdk": [],
                "wincon": [],
                "wincontypes": [],
                "wincred": [],
                "wincrypt": [],
                "windef": [],
                "windot11": [],
                "windowsceip": [],
                "windowsx": [],
                "winefs": [],
                "winerror": [],
                "winevt": [],
                "wingdi": [],
                "winhttp": [],
                "wininet": [],
                "winineti": [],
                "winioctl": [],
                "winnetwk": [],
                "winnls": [],
                "winnt": [],
                "winreg": [],
                "winsafer": [],
                "winscard": [],
                "winsmcrd": [],
                "winsock2": [],
                "winspool": [],
                "winstring": [],
                "winsvc": [],
                "wintrust": [],
                "winusb": [],
                "winusbio": [],
                "winuser": [],
                "winver": [],
                "wlanapi": [],
                "wlanihv": [],
                "wlanihvtypes": [],
                "wlantypes": [],
                "wlclient": [],
                "wmistr": [],
                "wnnc": [],
                "wow64apiset": [],
                "wpdmtpextensions": [],
                "ws2bth": [],
                "ws2def": [],
                "ws2ipdef": [],
                "ws2spi": [],
                "ws2tcpip": [],
                "wtsapi32": [],
                "wtypes": [],
                "wtypesbase": [],
                "xinput": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9",
            "keywords": [
                "windows",
                "ffi",
                "win32",
                "com",
                "directx"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "features": [
                            "everything",
                            "impl-debug",
                            "impl-default"
                        ],
                        "targets": [
                            "aarch64-pc-windows-msvc",
                            "i686-pc-windows-msvc",
                            "x86_64-pc-windows-msvc"
                        ]
                    }
                }
            },
            "name": "winapi",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/retep998/winapi-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": "winapi",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs",
                    "test": false
                }
            ],
            "version": "0.3.9"
        },
        {
            "authors": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
            "documentation": null,
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0",
            "keywords": [
                "windows"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml",
            "metadata": null,
            "name": "winapi-i686-pc-windows-gnu",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/retep998/winapi-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "winapi_i686_pc_windows_gnu",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs",
                    "test": false
                }
            ],
            "version": "0.4.0"
        },
        {
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [
                "os::windows-apis",
                "external-ffi-bindings"
            ],
            "default_run": null,
            "dependencies": [
                {
                    "features": [
                        "std",
                        "consoleapi",
                        "errhandlingapi",
                        "fileapi",
                        "minwindef",
                        "processenv",
                        "winbase",
                        "wincon",
                        "winerror",
                        "winnt"
                    ],
                    "kind": null,
                    "name": "winapi",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.3",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(windows)",
                    "uses_default_features": true
                }
            ],
            "description": "A dumping ground for high level safe wrappers over winapi.",
            "documentation": "https://docs.rs/winapi-util",
            "edition": "2018",
            "features": {},
            "homepage": "https://github.com/BurntSushi/winapi-util",
            "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5",
            "keywords": [
                "windows",
                "winapi",
                "util",
                "win"
            ],
            "license": "Unlicense/MIT",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-pc-windows-msvc"
                        ]
                    }
                }
            },
            "name": "winapi-util",
            "publish": null,
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/winapi-util",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "winapi_util",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.1.5"
        },
        {
            "authors": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
            "documentation": null,
            "edition": "2015",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0",
            "keywords": [
                "windows"
            ],
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml",
            "metadata": null,
            "name": "winapi-x86_64-pc-windows-gnu",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/retep998/winapi-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2015",
                    "kind": [
                        "lib"
                    ],
                    "name": "winapi_x86_64_pc_windows_gnu",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs",
                    "test": true
                },
                {
                    "crate_types": [
                        "bin"
                    ],
                    "doc": false,
                    "doctest": false,
                    "edition": "2015",
                    "kind": [
                        "custom-build"
                    ],
                    "name": "build-script-build",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs",
                    "test": false
                }
            ],
            "version": "0.4.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "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.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-uwp-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-uwp-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-uwp-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnullvm",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-uwp-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.0",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-uwp-windows-msvc",
                    "uses_default_features": true
                }
            ],
            "description": "Rust for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {
                "Win32": [],
                "Win32_AI": [
                    "Win32"
                ],
                "Win32_AI_MachineLearning": [
                    "Win32_AI"
                ],
                "Win32_AI_MachineLearning_DirectML": [
                    "Win32_AI_MachineLearning"
                ],
                "Win32_AI_MachineLearning_WinML": [
                    "Win32_AI_MachineLearning"
                ],
                "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_CompositionSwapchain": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_DXCore": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct2D": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct2D_Common": [
                    "Win32_Graphics_Direct2D"
                ],
                "Win32_Graphics_Direct3D": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D10": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D11": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D11on12": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D12": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D9": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D9on12": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Direct3D_Dxc": [
                    "Win32_Graphics_Direct3D"
                ],
                "Win32_Graphics_Direct3D_Fxc": [
                    "Win32_Graphics_Direct3D"
                ],
                "Win32_Graphics_DirectComposition": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_DirectDraw": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_DirectManipulation": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_DirectWrite": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Dwm": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Dxgi": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Dxgi_Common": [
                    "Win32_Graphics_Dxgi"
                ],
                "Win32_Graphics_Gdi": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Hlsl": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Imaging": [
                    "Win32_Graphics"
                ],
                "Win32_Graphics_Imaging_D2D": [
                    "Win32_Graphics_Imaging"
                ],
                "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_DirectSound": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_Audio_Endpoints": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_Audio_XAudio2": [
                    "Win32_Media_Audio"
                ],
                "Win32_Media_DeviceManager": [
                    "Win32_Media"
                ],
                "Win32_Media_DirectShow": [
                    "Win32_Media"
                ],
                "Win32_Media_DirectShow_Xml": [
                    "Win32_Media_DirectShow"
                ],
                "Win32_Media_DxMediaObjects": [
                    "Win32_Media"
                ],
                "Win32_Media_KernelStreaming": [
                    "Win32_Media"
                ],
                "Win32_Media_LibrarySharingServices": [
                    "Win32_Media"
                ],
                "Win32_Media_MediaFoundation": [
                    "Win32_Media"
                ],
                "Win32_Media_MediaPlayer": [
                    "Win32_Media"
                ],
                "Win32_Media_Multimedia": [
                    "Win32_Media"
                ],
                "Win32_Media_PictureAcquisition": [
                    "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_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_Debug": [
                    "Win32_System_Diagnostics"
                ],
                "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_SideShow": [
                    "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_TransactionServer": [
                    "Win32_System"
                ],
                "Win32_System_UpdateAgent": [
                    "Win32_System"
                ],
                "Win32_System_UpdateAssessment": [
                    "Win32_System"
                ],
                "Win32_System_UserAccessLogging": [
                    "Win32_System"
                ],
                "Win32_System_VirtualDosMachines": [
                    "Win32_System"
                ],
                "Win32_System_WinRT": [
                    "Win32_System"
                ],
                "Win32_System_WinRT_AllJoyn": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Composition": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_CoreInputView": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Direct3D11": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Display": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Graphics": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Graphics_Capture": [
                    "Win32_System_WinRT_Graphics"
                ],
                "Win32_System_WinRT_Graphics_Direct2D": [
                    "Win32_System_WinRT_Graphics"
                ],
                "Win32_System_WinRT_Graphics_Imaging": [
                    "Win32_System_WinRT_Graphics"
                ],
                "Win32_System_WinRT_Holographic": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Isolation": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_ML": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Media": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Pdf": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Printing": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Shell": [
                    "Win32_System_WinRT"
                ],
                "Win32_System_WinRT_Storage": [
                    "Win32_System_WinRT"
                ],
                "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_UI_Xaml": [
                    "Win32_UI"
                ],
                "Win32_UI_Xaml_Diagnostics": [
                    "Win32_UI_Xaml"
                ],
                "default": [],
                "deprecated": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.42.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.42.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.49",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "crate_types": [
                        "lib"
                    ],
                    "doc": true,
                    "doctest": true,
                    "edition": "2018",
                    "kind": [
                        "lib"
                    ],
                    "name": "windows_sys",
                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.42.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows-targets",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.1",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "cfg(not(windows_raw_dylib))",
                    "uses_default_features": true
                }
            ],
            "description": "Rust for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {
                "Win32": [],
                "Win32_Data": [
                    "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_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_Debug": [
                    "Win32_System_Diagnostics"
                ],
                "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"
                ],
                "default": []
            },
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.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.45.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.45.0/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.45.0"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "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.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_aarch64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "aarch64-uwp-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-uwp-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_i686_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "i686-uwp-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnullvm",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-gnullvm",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-pc-windows-msvc",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_gnu",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-uwp-windows-gnu",
                    "uses_default_features": true
                },
                {
                    "features": [],
                    "kind": null,
                    "name": "windows_x86_64_msvc",
                    "optional": false,
                    "registry": null,
                    "rename": null,
                    "req": "^0.42.2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "target": "x86_64-uwp-windows-msvc",
                    "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.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml",
            "metadata": null,
            "name": "windows-targets",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "targets": [
                {
                    "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.42.2/src/lib.rs",
                    "test": true
                }
            ],
            "version": "0.42.2"
        },
        {
            "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.42.2",
            "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.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "targets": []
                    }
                }
            },
            "name": "windows_aarch64_gnullvm",
            "publish": null,
            "readme": null,
            "repository": "https://github.com/microsoft/windows-rs",
            "rust_version": null,
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "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.42.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/windows_aarch64_gnullvm-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_aarch64_msvc-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_i686_gnu-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_i686_msvc-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_x86_64_gnu-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_x86_64_gnullvm-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        },
        {
            "authors": [
                "Microsoft"
            ],
            "categories": [],
            "default_run": null,
            "dependencies": [],
            "description": "Import lib for Windows",
            "documentation": null,
            "edition": "2018",
            "features": {},
            "homepage": null,
            "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2",
            "keywords": [],
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "links": null,
            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "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.42.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/windows_x86_64_msvc-0.42.2/build.rs",
                    "test": false
                }
            ],
            "version": "0.42.2"
        }
    ],
    "resolve": {
        "nodes": [
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.79"
            },
            {
                "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#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.3.3",
                    "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.5",
                    "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.2.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": "clap_lex",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.3.3"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "is_terminal",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "termcolor",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.2.0"
                    }
                ],
                "features": [
                    "color"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#clap@4.1.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.5.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "os_str_bytes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.5.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.3.3"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#clap@4.1.1",
                    "registry+https://github.com/rust-lang/crates.io-index#notify@5.1.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "clap",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap@4.1.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "notify",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#notify@5.1.0"
                    }
                ],
                "features": [],
                "id": "path+file://{TEMP_DIR}/crate_optional_deps_enabled#crate-with-optional-deps@0.1.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#crossbeam-utils@0.8.15"
                ],
                "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": "crossbeam_utils",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.15"
                    }
                ],
                "features": [
                    "crossbeam-utils",
                    "default",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.7"
            },
            {
                "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": [
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.15"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140",
                    "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"dragonfly\")"
                            }
                        ],
                        "name": "errno_dragonfly",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2"
                    },
                    {
                        "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.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winapi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#errno@0.2.8"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.79",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ],
                        "name": "cc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.79"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2"
            },
            {
                "dependencies": [
                    "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.140",
                    "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.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": "cfg(unix)"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"redox\")"
                            }
                        ],
                        "name": "syscall",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.20"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#fsevent-sys@4.1.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "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": "inotify_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#inotify@0.9.6"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"hermit\")"
                            }
                        ],
                        "name": "hermit_abi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(windows))"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                    }
                ],
                "features": [
                    "close",
                    "default",
                    "hermit-abi",
                    "libc",
                    "windows-sys"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1",
                    "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9",
                    "registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.11",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"hermit\")"
                            }
                        ],
                        "name": "hermit_abi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.1"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "io_lifetimes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))"
                            }
                        ],
                        "name": "rustix",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.11"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.5"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#kqueue-sys@1.0.3",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "kqueue_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#kqueue-sys@1.0.3"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#kqueue@1.0.7"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                ],
                "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": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#kqueue-sys@1.0.3"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "extra_traits",
                    "std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "errno",
                    "general",
                    "ioctl",
                    "no_std"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4"
            },
            {
                "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": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.17"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140",
                    "registry+https://github.com/rust-lang/crates.io-index#log@0.4.17",
                    "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.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.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "log",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.17"
                    },
                    {
                        "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.45.0"
                    }
                ],
                "features": [
                    "default",
                    "os-ext",
                    "os-poll"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.6"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.7",
                    "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.20",
                    "registry+https://github.com/rust-lang/crates.io-index#fsevent-sys@4.1.0",
                    "registry+https://github.com/rust-lang/crates.io-index#inotify@0.9.6",
                    "registry+https://github.com/rust-lang/crates.io-index#kqueue@1.0.7",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140",
                    "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.6",
                    "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.3.3",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.42.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": "crossbeam_channel",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "filetime",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.20"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"macos\")"
                            }
                        ],
                        "name": "fsevent_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#fsevent-sys@4.1.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"linux\")"
                            }
                        ],
                        "name": "inotify",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#inotify@0.9.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))"
                            }
                        ],
                        "name": "kqueue",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#kqueue@1.0.7"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"linux\")"
                            }
                        ],
                        "name": "mio",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "walkdir",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.3.3"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.42.0"
                    }
                ],
                "features": [
                    "crossbeam-channel",
                    "default",
                    "fsevent-sys",
                    "macos_fsevent"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#notify@5.1.0"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [
                    "raw_os_str"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.5.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "bitflags",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
                    "registry+https://github.com/rust-lang/crates.io-index#errno@0.2.8",
                    "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9",
                    "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140",
                    "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4",
                    "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.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": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))"
                            }
                        ],
                        "name": "libc_errno",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#errno@0.2.8"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "io_lifetimes",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.9"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))"
                            }
                        ],
                        "name": "libc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.140"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"
                            },
                            {
                                "kind": null,
                                "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))"
                            }
                        ],
                        "name": "linux_raw_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "windows_sys",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
                    }
                ],
                "features": [
                    "default",
                    "io-lifetimes",
                    "libc",
                    "std",
                    "termios",
                    "use-libc-auxv"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.11"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winapi_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winapi_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.2.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
                    "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ],
                        "name": "same_file",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winapi_util",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.3.3"
            },
            {
                "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#winapi-i686-pc-windows-gnu@0.4.0",
                    "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-gnu"
                            }
                        ],
                        "name": "winapi_i686_pc_windows_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnu"
                            }
                        ],
                        "name": "winapi_x86_64_pc_windows_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0"
                    }
                ],
                "features": [
                    "consoleapi",
                    "errhandlingapi",
                    "fileapi",
                    "minwindef",
                    "ntdef",
                    "processenv",
                    "std",
                    "winbase",
                    "wincon",
                    "winerror",
                    "winnt"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ],
                        "name": "winapi",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.5"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"
                ],
                "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.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "aarch64-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "aarch64-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_aarch64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-gnu"
                            },
                            {
                                "kind": null,
                                "target": "i686-uwp-windows-gnu"
                            }
                        ],
                        "name": "windows_i686_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "i686-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_i686_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnu"
                            },
                            {
                                "kind": null,
                                "target": "x86_64-uwp-windows-gnu"
                            }
                        ],
                        "name": "windows_x86_64_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2"
                    },
                    {
                        "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.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "x86_64-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_x86_64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"
                    }
                ],
                "features": [
                    "Win32",
                    "Win32_Foundation",
                    "Win32_Security",
                    "Win32_Storage",
                    "Win32_Storage_FileSystem",
                    "Win32_System",
                    "Win32_System_IO",
                    "Win32_System_Threading",
                    "Win32_System_WindowsProgramming",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.42.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2"
                ],
                "deps": [
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(windows_raw_dylib))"
                            }
                        ],
                        "name": "windows_targets",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2"
                    }
                ],
                "features": [
                    "Win32",
                    "Win32_Foundation",
                    "Win32_NetworkManagement",
                    "Win32_NetworkManagement_IpHelper",
                    "Win32_Networking",
                    "Win32_Networking_WinSock",
                    "Win32_Security",
                    "Win32_Storage",
                    "Win32_Storage_FileSystem",
                    "Win32_System",
                    "Win32_System_Console",
                    "Win32_System_IO",
                    "Win32_System_Pipes",
                    "Win32_System_Threading",
                    "Win32_System_WindowsProgramming",
                    "default"
                ],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"
            },
            {
                "dependencies": [
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2",
                    "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"
                ],
                "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.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "aarch64-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "aarch64-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_aarch64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-gnu"
                            },
                            {
                                "kind": null,
                                "target": "i686-uwp-windows-gnu"
                            }
                        ],
                        "name": "windows_i686_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "i686-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_i686_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnu"
                            },
                            {
                                "kind": null,
                                "target": "x86_64-uwp-windows-gnu"
                            }
                        ],
                        "name": "windows_x86_64_gnu",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2"
                    },
                    {
                        "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.42.2"
                    },
                    {
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-msvc"
                            },
                            {
                                "kind": null,
                                "target": "x86_64-uwp-windows-msvc"
                            }
                        ],
                        "name": "windows_x86_64_msvc",
                        "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"
                    }
                ],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2"
            },
            {
                "dependencies": [],
                "deps": [],
                "features": [],
                "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"
            }
        ],
        "root": "path+file://{TEMP_DIR}/crate_optional_deps_enabled#crate-with-optional-deps@0.1.0"
    },
    "target_directory": "{TEMP_DIR}/crate_optional_deps_enabled/target",
    "version": 1,
    "workspace_default_members": [
        "path+file://{TEMP_DIR}/crate_optional_deps_enabled#crate-with-optional-deps@0.1.0"
    ],
    "workspace_members": [
        "path+file://{TEMP_DIR}/crate_optional_deps_enabled#crate-with-optional-deps@0.1.0"
    ],
    "workspace_root": "{TEMP_DIR}/crate_optional_deps_enabled"
}
