hacl-sys 0.0.2

FFI bindings for the HACL C package
Documentation
{
    "packages": [
        {
            "name": "aho-corasick",
            "version": "0.7.18",
            "id": "aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Unlicense/MIT",
            "license_file": null,
            "description": "Fast multiple substring searching.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "memchr",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2.4.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "aho_corasick",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "std"
                ],
                "std": [
                    "memchr/std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [
                "text-processing"
            ],
            "keywords": [
                "string",
                "search",
                "text",
                "aho",
                "multi"
            ],
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/aho-corasick",
            "homepage": "https://github.com/BurntSushi/aho-corasick",
            "documentation": null,
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "ansi_term",
            "version": "0.12.1",
            "id": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "Library for ANSI terminal colours and styles (bold, underline)",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.90",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [
                        "derive"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "doc-comment",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.1.9",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde_json",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.39",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "winapi",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.4",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "consoleapi",
                        "errhandlingapi",
                        "fileapi",
                        "handleapi",
                        "processenv"
                    ],
                    "target": "cfg(target_os = \"windows\")",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "ansi_term",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "basic_colours",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/basic_colours.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "rgb_colours",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/rgb_colours.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "256_colours",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/examples/256_colours.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "derive_serde_style": [
                    "serde"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "ogham@bsago.me",
                "Ryan Scheel (Havvy) <ryan.havvy@gmail.com>",
                "Josh Triplett <josh@joshtriplett.org>"
            ],
            "categories": [],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/ogham/rust-ansi-term",
            "homepage": "https://github.com/ogham/rust-ansi-term",
            "documentation": "https://docs.rs/ansi_term",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "atty",
            "version": "0.2.14",
            "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "A simple interface for querying atty",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "hermit-abi",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.6",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "cfg(target_os = \"hermit\")",
                    "registry": null
                },
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": "cfg(unix)",
                    "registry": null
                },
                {
                    "name": "winapi",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "consoleapi",
                        "processenv",
                        "minwinbase",
                        "minwindef",
                        "winbase"
                    ],
                    "target": "cfg(windows)",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "atty",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "atty",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/examples/atty.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "softprops <d.tangren@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "terminal",
                "tty",
                "isatty"
            ],
            "readme": "README.md",
            "repository": "https://github.com/softprops/atty",
            "homepage": "https://github.com/softprops/atty",
            "documentation": "http://softprops.github.io/atty",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "bindgen",
            "version": "0.58.1",
            "id": "bindgen 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "BSD-3-Clause",
            "license_file": null,
            "description": "Automatically generates Rust FFI bindings to C and C++ libraries.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "bitflags",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "cexpr",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "clang-sys",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "clang_6_0"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "clap",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "env_logger",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.8",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lazy_static",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lazycell",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "log",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "peeking_take_while",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.2",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "proc-macro2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "quote",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [
                        "std",
                        "unicode"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-hash",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "shlex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "which",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^3.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "clap",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "diff",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "shlex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "bindgen",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.58.1/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "bin"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "bindgen",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.58.1/src/main.rs",
                    "edition": "2018",
                    "required-features": [
                        "clap"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.58.1/build.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "default": [
                    "logging",
                    "clap",
                    "runtime",
                    "which-rustfmt"
                ],
                "logging": [
                    "env_logger",
                    "log"
                ],
                "runtime": [
                    "clang-sys/runtime"
                ],
                "static": [
                    "clang-sys/static"
                ],
                "testing_only_docs": [],
                "testing_only_extra_assertions": [],
                "testing_only_libclang_3_9": [],
                "testing_only_libclang_4": [],
                "testing_only_libclang_5": [],
                "testing_only_libclang_9": [],
                "which-rustfmt": [
                    "which"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.58.1/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Jyun-Yan You <jyyou.tw@gmail.com>",
                "Emilio Cobos Álvarez <emilio@crisal.io>",
                "Nick Fitzgerald <fitzgen@gmail.com>",
                "The Servo project developers"
            ],
            "categories": [
                "external-ffi-bindings",
                "development-tools::ffi"
            ],
            "keywords": [
                "bindings",
                "ffi",
                "code-generation"
            ],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/rust-bindgen",
            "homepage": "https://rust-lang.github.io/rust-bindgen/",
            "documentation": "https://docs.rs/bindgen",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "bitflags",
            "version": "1.3.2",
            "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A macro to generate structures which behave like bitflags.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "compiler_builtins",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0",
                    "kind": null,
                    "rename": "core",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustversion",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde_derive",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde_json",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "trybuild",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "walkdir",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "bitflags",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "compile",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/compile.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "basic",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "default": [],
                "example_generated": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "example_generated"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "no-std"
            ],
            "keywords": [
                "bit",
                "bitmask",
                "bitflags",
                "flags"
            ],
            "readme": "README.md",
            "repository": "https://github.com/bitflags/bitflags",
            "homepage": "https://github.com/bitflags/bitflags",
            "documentation": "https://docs.rs/bitflags",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "cexpr",
            "version": "0.4.0",
            "id": "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Apache-2.0/MIT",
            "license_file": null,
            "description": "A C expression parser and evaluator",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "nom",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^5",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [
                        "std"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "clang-sys",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": ">=0.13.0, <0.29.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "cexpr",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.4.0/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "clang",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.4.0/tests/clang.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.4.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Jethro Beekman <jethro@jbeekman.nl>"
            ],
            "categories": [],
            "keywords": [
                "C",
                "expression",
                "parser"
            ],
            "readme": null,
            "repository": "https://github.com/jethrogb/rust-cexpr",
            "homepage": null,
            "documentation": "https://docs.rs/cexpr/",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "cfg-if",
            "version": "1.0.0",
            "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "compiler_builtins",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0",
                    "kind": null,
                    "rename": "core",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "cfg-if",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "xcrate",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/tests/xcrate.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/alexcrichton/cfg-if",
            "homepage": "https://github.com/alexcrichton/cfg-if",
            "documentation": "https://docs.rs/cfg-if",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "clang-sys",
            "version": "1.3.0",
            "id": "clang-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Apache-2.0",
            "license_file": null,
            "description": "Rust bindings for libclang.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "glob",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.39",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "libloading",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.7",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "glob",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": "build",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "clang-sys",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "lib",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.0/tests/lib.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.0/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "clang_10_0": [
                    "clang_9_0"
                ],
                "clang_11_0": [
                    "clang_10_0"
                ],
                "clang_12_0": [
                    "clang_11_0"
                ],
                "clang_13_0": [
                    "clang_12_0"
                ],
                "clang_3_5": [],
                "clang_3_6": [
                    "clang_3_5"
                ],
                "clang_3_7": [
                    "clang_3_6"
                ],
                "clang_3_8": [
                    "clang_3_7"
                ],
                "clang_3_9": [
                    "clang_3_8"
                ],
                "clang_4_0": [
                    "clang_3_9"
                ],
                "clang_5_0": [
                    "clang_4_0"
                ],
                "clang_6_0": [
                    "clang_5_0"
                ],
                "clang_7_0": [
                    "clang_6_0"
                ],
                "clang_8_0": [
                    "clang_7_0"
                ],
                "clang_9_0": [
                    "clang_8_0"
                ],
                "runtime": [
                    "libloading"
                ],
                "static": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "clang_11_0",
                            "runtime"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Kyle Mayes <kyle@mayeses.com>"
            ],
            "categories": [],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/KyleMayes/clang-sys",
            "homepage": null,
            "documentation": "https://docs.rs/clang-sys",
            "edition": "2015",
            "links": "clang",
            "default_run": null
        },
        {
            "name": "clap",
            "version": "2.34.0",
            "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "A simple to use, efficient, and full-featured Command Line Argument Parser\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "atty",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "bitflags",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "clippy",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "~0.0.166",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "strsim",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.8",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "term_size",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "textwrap",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.11.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "unicode-width",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.4",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "vec_map",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.8",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "yaml-rust",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.5",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lazy_static",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "version-sync",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.8",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "ansi_term",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.12",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": "cfg(not(windows))",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "clap",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "color": [
                    "ansi_term",
                    "atty"
                ],
                "debug": [],
                "default": [
                    "suggestions",
                    "color",
                    "vec_map"
                ],
                "doc": [
                    "yaml"
                ],
                "nightly": [],
                "no_cargo": [],
                "suggestions": [
                    "strsim"
                ],
                "unstable": [],
                "wrap_help": [
                    "term_size",
                    "textwrap/term_size"
                ],
                "yaml": [
                    "yaml-rust"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "doc"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Kevin K. <kbknapp@gmail.com>"
            ],
            "categories": [
                "command-line-interface"
            ],
            "keywords": [
                "argument",
                "cli",
                "arg",
                "parser",
                "parse"
            ],
            "readme": "README.md",
            "repository": "https://github.com/clap-rs/clap",
            "homepage": "https://clap.rs/",
            "documentation": "https://docs.rs/clap/",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "env_logger",
            "version": "0.8.4",
            "id": "env_logger 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A logging implementation for `log` which is configured via an environment\nvariable.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "atty",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.5",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "humantime",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2.0.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "log",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4.8",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "std"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.3",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [
                        "std",
                        "perf"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "termcolor",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "env_logger",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "regexp_filter",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/tests/regexp_filter.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "log-in-log",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/tests/log-in-log.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "log_tls_dtors",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/tests/log_tls_dtors.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "init-twice-retains-filter",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/tests/init-twice-retains-filter.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "termcolor",
                    "atty",
                    "humantime",
                    "regex"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.8.4/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "development-tools::debugging"
            ],
            "keywords": [
                "logging",
                "log",
                "logger"
            ],
            "readme": "README.md",
            "repository": "https://github.com/env-logger-rs/env_logger/",
            "homepage": null,
            "documentation": "https://docs.rs/env_logger",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "evercrypt-sys",
            "version": "0.0.9",
            "id": "evercrypt-sys 0.0.9 (path+file:///Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys)",
            "license": "MPL-2.0",
            "license_file": null,
            "description": "FFI binding to HACL/Evercrypt",
            "source": null,
            "dependencies": [
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "bindgen",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.58",
                    "kind": "build",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "cfg(not(windows))",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "evercrypt-sys",
                    "src_path": "/Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys/src/lib.rs",
                    "edition": "2021",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys/build.rs",
                    "edition": "2021",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Franziskus Kiefer <franziskuskiefer@gmail.com>"
            ],
            "categories": [
                "cryptography",
                "api-bindings"
            ],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/franziskuskiefer/evercrypt-rust/",
            "homepage": null,
            "documentation": "https://www.franziskuskiefer.de/evercrypt-rust",
            "edition": "2021",
            "links": "evercrypt",
            "default_run": null
        },
        {
            "name": "glob",
            "version": "0.3.0",
            "id": "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Support for matching file paths against Unix shell style patterns.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "tempdir",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "glob",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "glob-std",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/tests/glob-std.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "filesystem"
            ],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/glob",
            "homepage": "https://github.com/rust-lang/glob",
            "documentation": "https://docs.rs/glob/0.3.0",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "hermit-abi",
            "version": "0.1.19",
            "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "compiler_builtins",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0",
                    "kind": null,
                    "rename": "core",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.51",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "hermit-abi",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "default": [],
                "docs": [],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins/rustc-dep-of-std",
                    "libc/rustc-dep-of-std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/hermit-abi-0.1.19/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-unknown-hermit",
                        "features": [
                            "docs"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Stefan Lankes"
            ],
            "categories": [
                "os"
            ],
            "keywords": [
                "unikernel",
                "libos"
            ],
            "readme": "README.md",
            "repository": "https://github.com/hermitcore/libhermit-rs",
            "homepage": null,
            "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "humantime",
            "version": "2.1.0",
            "id": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "    A parser and formatter for std::time::{Duration, SystemTime}\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "chrono",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rand",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.6",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "time",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "humantime",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "datetime_format",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_format.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "datetime_parse",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_parse.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Paul Colomiets <paul@colomiets.name>"
            ],
            "categories": [
                "date-and-time"
            ],
            "keywords": [
                "time",
                "human",
                "human-friendly",
                "parser",
                "duration"
            ],
            "readme": "README.md",
            "repository": "https://github.com/tailhook/humantime",
            "homepage": "https://github.com/tailhook/humantime",
            "documentation": "https://docs.rs/humantime",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "lazy_static",
            "version": "1.4.0",
            "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A macro for declaring lazily evaluated statics in Rust.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "spin",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.5.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "doc-comment",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "lazy_static",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "test",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/test.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "no_std",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/tests/no_std.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "spin_no_std": [
                    "spin"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Marvin Löbel <loebel.marvin@gmail.com>"
            ],
            "categories": [
                "no-std",
                "rust-patterns",
                "memory-management"
            ],
            "keywords": [
                "macro",
                "lazy",
                "static"
            ],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang-nursery/lazy-static.rs",
            "homepage": null,
            "documentation": "https://docs.rs/lazy_static",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "lazycell",
            "version": "1.3.0",
            "id": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A library providing a lazily filled Cell struct",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "clippy",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "lazycell",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "nightly": [],
                "nightly-testing": [
                    "clippy",
                    "nightly"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>",
                "Nikita Pekin <contact@nikitapek.in>"
            ],
            "categories": [],
            "keywords": [
                "lazycell",
                "lazy",
                "cell",
                "library"
            ],
            "readme": "README.md",
            "repository": "https://github.com/indiv0/lazycell",
            "homepage": null,
            "documentation": "http://indiv0.github.io/lazycell/lazycell/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "libc",
            "version": "0.2.112",
            "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "Raw FFI bindings to platform libraries like libc.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "libc",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "const_fn",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/tests/const_fn.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "align": [],
                "const-extern-fn": [],
                "default": [
                    "std"
                ],
                "extra_traits": [],
                "rustc-dep-of-std": [
                    "align",
                    "rustc-std-workspace-core"
                ],
                "std": [],
                "use_std": [
                    "std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "const-extern-fn",
                            "extra_traits"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "external-ffi-bindings",
                "no-std",
                "os"
            ],
            "keywords": [
                "libc",
                "ffi",
                "bindings",
                "operating",
                "system"
            ],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/libc",
            "homepage": "https://github.com/rust-lang/libc",
            "documentation": "https://docs.rs/libc/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "libloading",
            "version": "0.7.2",
            "id": "libloading 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "ISC",
            "license_file": null,
            "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "static_assertions",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "cfg-if",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "cfg(unix)",
                    "registry": null
                },
                {
                    "name": "winapi",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "errhandlingapi",
                        "libloaderapi"
                    ],
                    "target": "cfg(windows)",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "libloading",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "constants",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/tests/constants.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "functions",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/tests/functions.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "library_filename",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/tests/library_filename.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "windows",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/tests/windows.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "markers",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/tests/markers.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "rustdoc-args": [
                            "--cfg",
                            "docsrs"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Simonas Kazlauskas <libloading@kazlauskas.me>"
            ],
            "categories": [
                "api-bindings"
            ],
            "keywords": [
                "dlopen",
                "load",
                "shared",
                "dylib"
            ],
            "readme": "README.mkd",
            "repository": "https://github.com/nagisa/rust_libloading/",
            "homepage": null,
            "documentation": "https://docs.rs/libloading/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "log",
            "version": "0.4.14",
            "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "A lightweight logging facade for Rust\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "cfg-if",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "sval",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0-alpha.5",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "value-bag",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0-alpha.6",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "derive"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "serde_test",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "sval",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0-alpha.5",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "derive"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "value-bag",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0-alpha.6",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "test"
                    ],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "log",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "filters",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/filters.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "macros",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/tests/macros.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "value",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/benches/value.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "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": [],
                "std": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "features": [
                            "std",
                            "serde",
                            "kv_unstable_std",
                            "kv_unstable_sval",
                            "kv_unstable_serde"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "development-tools::debugging"
            ],
            "keywords": [
                "logging"
            ],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/log",
            "homepage": null,
            "documentation": "https://docs.rs/log",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "memchr",
            "version": "2.4.1",
            "id": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Unlicense/MIT",
            "license_file": null,
            "description": "Safe interface to memchr.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "compiler_builtins",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.2",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.0",
                    "kind": null,
                    "rename": "core",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.18",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "quickcheck",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "memchr",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "default": [
                    "std"
                ],
                "rustc-dep-of-std": [
                    "core",
                    "compiler_builtins"
                ],
                "std": [],
                "use_std": [
                    "std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>",
                "bluss"
            ],
            "categories": [],
            "keywords": [
                "memchr",
                "char",
                "scan",
                "strchr",
                "string"
            ],
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/memchr",
            "homepage": "https://github.com/BurntSushi/memchr",
            "documentation": "https://docs.rs/memchr/",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "nom",
            "version": "5.1.2",
            "id": "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "A byte-oriented, zero-copy, parser combinators library",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "lazy_static",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lexical-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": ">=0.6, <0.8",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "memchr",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2.0",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "criterion",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "doc-comment",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "jemallocator",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "version_check",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.9",
                    "kind": "build",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "nom",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "json",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/examples/json.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "s_expression",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/examples/s_expression.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "string",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/examples/string.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "arithmetic",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/arithmetic.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "arithmetic_ast",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/arithmetic_ast.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "blockbuf-arithmetic",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/blockbuf-arithmetic.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "css",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/css.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "custom_errors",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/custom_errors.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "float",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/float.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "inference",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/inference.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "ini",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/ini.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "ini_str",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/ini_str.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "issues",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/issues.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc",
                        "regexp_macros"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "json",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/json.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "mp4",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/mp4.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "multiline",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/multiline.rs",
                    "edition": "2018",
                    "required-features": [
                        "alloc"
                    ],
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "named_args",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/named_args.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "overflow",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/overflow.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "reborrow_fold",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/reborrow_fold.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "test1",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/test1.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "escaped",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/tests/escaped.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "arithmetic",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/arithmetic.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "http",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/http.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "ini",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/ini.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "ini_complete",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/ini_complete.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "ini_str",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/ini_str.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "json",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/benches/json.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/build.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "alloc": [],
                "default": [
                    "std",
                    "lexical"
                ],
                "lexical": [
                    "lexical-core"
                ],
                "regexp": [
                    "regex"
                ],
                "regexp_macros": [
                    "regexp",
                    "lazy_static"
                ],
                "std": [
                    "alloc",
                    "memchr/use_std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-5.1.2/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true,
                        "features": [
                            "alloc",
                            "std",
                            "regexp",
                            "regexp_macros",
                            "lexical"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "contact@geoffroycouprie.com"
            ],
            "categories": [
                "parsing"
            ],
            "keywords": [
                "parser",
                "parser-combinators",
                "parsing",
                "streaming",
                "bit"
            ],
            "readme": "README.md",
            "repository": "https://github.com/Geal/nom",
            "homepage": null,
            "documentation": "https://docs.rs/nom",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "peeking_take_while",
            "version": "0.1.2",
            "id": "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Apache-2.0/MIT",
            "license_file": null,
            "description": "Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "peeking_take_while",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Nick Fitzgerald <fitzgen@gmail.com>"
            ],
            "categories": [
                "rust-patterns"
            ],
            "keywords": [
                "iterator",
                "take_while",
                "peek",
                "by_ref"
            ],
            "readme": "./README.md",
            "repository": "https://github.com/fitzgen/peeking_take_while",
            "homepage": null,
            "documentation": null,
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "proc-macro2",
            "version": "1.0.36",
            "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "unicode-xid",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "quote",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "proc-macro2",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "features",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/features.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "test",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "test_fmt",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/test_fmt.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "comments",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/comments.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "marker",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/tests/marker.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/build.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "default": [
                    "proc-macro"
                ],
                "nightly": [],
                "proc-macro": [],
                "span-locations": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "rustc-args": [
                            "--cfg",
                            "procmacro2_semver_exempt"
                        ],
                        "rustdoc-args": [
                            "--cfg",
                            "procmacro2_semver_exempt",
                            "--cfg",
                            "doc_cfg"
                        ],
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                },
                "playground": {
                    "features": [
                        "span-locations"
                    ]
                }
            },
            "publish": null,
            "authors": [
                "David Tolnay <dtolnay@gmail.com>",
                "Alex Crichton <alex@alexcrichton.com>"
            ],
            "categories": [
                "development-tools::procedural-macro-helpers"
            ],
            "keywords": [
                "macros"
            ],
            "readme": "README.md",
            "repository": "https://github.com/dtolnay/proc-macro2",
            "homepage": null,
            "documentation": "https://docs.rs/proc-macro2",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "quote",
            "version": "1.0.14",
            "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "Quasi-quoting macro quote!(...)",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "proc-macro2",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.36",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustversion",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "trybuild",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.52",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "diff"
                    ],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "quote",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "test",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/tests/test.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "compiletest",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/tests/compiletest.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "proc-macro"
                ],
                "proc-macro": [
                    "proc-macro2/proc-macro"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.14/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-unknown-linux-gnu"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "David Tolnay <dtolnay@gmail.com>"
            ],
            "categories": [
                "development-tools::procedural-macro-helpers"
            ],
            "keywords": [
                "syn"
            ],
            "readme": "README.md",
            "repository": "https://github.com/dtolnay/quote",
            "homepage": null,
            "documentation": "https://docs.rs/quote/",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "regex",
            "version": "1.5.4",
            "id": "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "aho-corasick",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.7.18",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "memchr",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^2.4.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "regex-syntax",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.6.25",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lazy_static",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "quickcheck",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rand",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.8.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": false,
                    "features": [
                        "getrandom",
                        "small_rng"
                    ],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "regex",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna-bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna-cheat",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-cheat.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna-replace",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-replace.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna-single-cheat",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-single-cheat.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "shootout-regex-dna-single",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/examples/shootout-regex-dna-single.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "default",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_default.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "default-bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_default_bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "nfa",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "nfa-utf8bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa_utf8bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "nfa-bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_nfa_bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "backtrack",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "backtrack-utf8bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack_utf8bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "backtrack-bytes",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_backtrack_bytes.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "crates-regex",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/tests/test_crates_regex.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "std",
                    "perf",
                    "unicode",
                    "regex-syntax/default"
                ],
                "pattern": [],
                "perf": [
                    "perf-cache",
                    "perf-dfa",
                    "perf-inline",
                    "perf-literal"
                ],
                "perf-cache": [],
                "perf-dfa": [],
                "perf-inline": [],
                "perf-literal": [
                    "aho-corasick",
                    "memchr"
                ],
                "std": [],
                "unicode": [
                    "unicode-age",
                    "unicode-bool",
                    "unicode-case",
                    "unicode-gencat",
                    "unicode-perl",
                    "unicode-script",
                    "unicode-segment",
                    "regex-syntax/unicode"
                ],
                "unicode-age": [
                    "regex-syntax/unicode-age"
                ],
                "unicode-bool": [
                    "regex-syntax/unicode-bool"
                ],
                "unicode-case": [
                    "regex-syntax/unicode-case"
                ],
                "unicode-gencat": [
                    "regex-syntax/unicode-gencat"
                ],
                "unicode-perl": [
                    "regex-syntax/unicode-perl"
                ],
                "unicode-script": [
                    "regex-syntax/unicode-script"
                ],
                "unicode-segment": [
                    "regex-syntax/unicode-segment"
                ],
                "unstable": [
                    "pattern"
                ],
                "use_std": [
                    "std"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [
                "text-processing"
            ],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/regex",
            "homepage": "https://github.com/rust-lang/regex",
            "documentation": "https://docs.rs/regex",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "regex-syntax",
            "version": "0.6.25",
            "id": "regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A regular expression parser.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "regex-syntax",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "bench",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/benches/bench.rs",
                    "edition": "2018",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "default": [
                    "unicode"
                ],
                "unicode": [
                    "unicode-age",
                    "unicode-bool",
                    "unicode-case",
                    "unicode-gencat",
                    "unicode-perl",
                    "unicode-script",
                    "unicode-segment"
                ],
                "unicode-age": [],
                "unicode-bool": [],
                "unicode-case": [],
                "unicode-gencat": [],
                "unicode-perl": [],
                "unicode-script": [],
                "unicode-segment": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang/regex",
            "homepage": "https://github.com/rust-lang/regex",
            "documentation": "https://docs.rs/regex-syntax",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "rustc-hash",
            "version": "1.1.0",
            "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Apache-2.0/MIT",
            "license_file": null,
            "description": "speed, non-cryptographic hash used in rustc",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "rustc-hash",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "The Rust Project Developers"
            ],
            "categories": [],
            "keywords": [
                "hash",
                "fxhash",
                "rustc"
            ],
            "readme": "README.md",
            "repository": "https://github.com/rust-lang-nursery/rustc-hash",
            "homepage": null,
            "documentation": null,
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "shlex",
            "version": "1.1.0",
            "id": "shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "Split a string into shell words, like Python's shlex.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "shlex",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "std"
                ],
                "std": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "comex <comexk@gmail.com>",
                "Fenhl <fenhl@fenhl.net>"
            ],
            "categories": [
                "command-line-interface",
                "parser-implementations"
            ],
            "keywords": [],
            "readme": "README.md",
            "repository": "https://github.com/comex/rust-shlex",
            "homepage": null,
            "documentation": null,
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "strsim",
            "version": "0.8.0",
            "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "Implementations of string similarity metrics.\nIncludes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "strsim",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "lib",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/tests/lib.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "benches",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/benches/benches.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Danny Guo <dannyguo91@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "string",
                "similarity",
                "Hamming",
                "Levenshtein",
                "Jaro"
            ],
            "readme": "README.md",
            "repository": "https://github.com/dguo/strsim-rs",
            "homepage": "https://github.com/dguo/strsim-rs",
            "documentation": "https://docs.rs/strsim/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "termcolor",
            "version": "1.1.2",
            "id": "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Unlicense OR MIT",
            "license_file": null,
            "description": "A simple cross platform library for writing colored text to a terminal.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "winapi-util",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "cfg(windows)",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "termcolor",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.2/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.2/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "windows",
                "win",
                "color",
                "ansi",
                "console"
            ],
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/termcolor",
            "homepage": "https://github.com/BurntSushi/termcolor",
            "documentation": "https://docs.rs/termcolor",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "textwrap",
            "version": "0.11.0",
            "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "Textwrap is a small library for word wrapping, indenting, and\ndedenting strings.\n\nYou can use it to format strings (such as help and error messages) for\ndisplay in commandline applications. It is designed to be efficient\nand handle Unicode characters correctly.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "hyphenation",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.7.1",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [
                        "embed_all"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "term_size",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "unicode-width",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "lipsum",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.6",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rand",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.6",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rand_xorshift",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "version-sync",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.6",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "textwrap",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "layout",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/examples/layout.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "example"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "termwidth",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/examples/termwidth.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "version-numbers",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/tests/version-numbers.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "linear",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/benches/linear.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "all-features": true
                    }
                }
            },
            "publish": null,
            "authors": [
                "Martin Geisler <martin@geisler.net>"
            ],
            "categories": [
                "text-processing",
                "command-line-interface"
            ],
            "keywords": [
                "text",
                "formatting",
                "wrap",
                "typesetting",
                "hyphenation"
            ],
            "readme": "README.md",
            "repository": "https://github.com/mgeisler/textwrap",
            "homepage": null,
            "documentation": "https://docs.rs/textwrap/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "unicode-width",
            "version": "0.1.9",
            "id": "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "compiler_builtins",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-core",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": "core",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "rustc-std-workspace-std",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": "std",
                    "optional": true,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "unicode-width",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "bench": [],
                "default": [],
                "no_std": [],
                "rustc-dep-of-std": [
                    "std",
                    "core",
                    "compiler_builtins"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "kwantam <kwantam@gmail.com>",
                "Manish Goregaokar <manishsmail@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "text",
                "width",
                "unicode"
            ],
            "readme": "README.md",
            "repository": "https://github.com/unicode-rs/unicode-width",
            "homepage": "https://github.com/unicode-rs/unicode-width",
            "documentation": "https://unicode-rs.github.io/unicode-width",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "unicode-xid",
            "version": "0.2.2",
            "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT OR Apache-2.0",
            "license_file": null,
            "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "criterion",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "unicode-xid",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "exhaustive_tests",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/tests/exhaustive_tests.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                },
                {
                    "kind": [
                        "bench"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "xid",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/benches/xid.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "bench": [],
                "default": [],
                "no_std": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "erick.tryzelaar <erick.tryzelaar@gmail.com>",
                "kwantam <kwantam@gmail.com>",
                "Manish Goregaokar <manishsmail@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "text",
                "unicode",
                "xid"
            ],
            "readme": "README.md",
            "repository": "https://github.com/unicode-rs/unicode-xid",
            "homepage": "https://github.com/unicode-rs/unicode-xid",
            "documentation": "https://unicode-rs.github.io/unicode-xid",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "vec_map",
            "version": "0.8.2",
            "id": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "A simple map based on a vector for small integer keys",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "serde",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^1.0",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": true,
                    "features": [
                        "derive"
                    ],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "vec_map",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {
                "eders": [
                    "serde"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Alex Crichton <alex@alexcrichton.com>",
                "Jorge Aparicio <japaricious@gmail.com>",
                "Alexis Beingessner <a.beingessner@gmail.com>",
                "Brian Anderson <>",
                "tbu- <>",
                "Manish Goregaokar <>",
                "Aaron Turon <aturon@mozilla.com>",
                "Adolfo Ochagavía <>",
                "Niko Matsakis <>",
                "Steven Fackler <>",
                "Chase Southwood <csouth3@illinois.edu>",
                "Eduard Burtescu <>",
                "Florian Wilkens <>",
                "Félix Raimundo <>",
                "Tibor Benke <>",
                "Markus Siemens <markus@m-siemens.de>",
                "Josh Branchaud <jbranchaud@gmail.com>",
                "Huon Wilson <dbau.pp@gmail.com>",
                "Corey Farwell <coref@rwell.org>",
                "Aaron Liblong <>",
                "Nick Cameron <nrc@ncameron.org>",
                "Patrick Walton <pcwalton@mimiga.net>",
                "Felix S Klock II <>",
                "Andrew Paseltiner <apaseltiner@gmail.com>",
                "Sean McArthur <sean.monstar@gmail.com>",
                "Vadim Petrochenkov <>"
            ],
            "categories": [],
            "keywords": [
                "data-structures",
                "collections",
                "vecmap",
                "vec_map",
                "contain-rs"
            ],
            "readme": "README.md",
            "repository": "https://github.com/contain-rs/vec-map",
            "homepage": "https://github.com/contain-rs/vec-map",
            "documentation": "https://contain-rs.github.io/vec-map/vec_map",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "version_check",
            "version": "0.9.4",
            "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Tiny crate to check the version of the installed/running rustc.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "version_check",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Sergio Benitez <sb@sergio.bz>"
            ],
            "categories": [],
            "keywords": [
                "version",
                "rustc",
                "minimum",
                "check"
            ],
            "readme": "README.md",
            "repository": "https://github.com/SergioBenitez/version_check",
            "homepage": null,
            "documentation": "https://docs.rs/version_check/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "which",
            "version": "3.1.1",
            "id": "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT",
            "license_file": null,
            "description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "failure",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.1.7",
                    "kind": null,
                    "rename": null,
                    "optional": true,
                    "uses_default_features": false,
                    "features": [
                        "std"
                    ],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "libc",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.2.65",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                },
                {
                    "name": "tempdir",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3.7",
                    "kind": "dev",
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": null,
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "which",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/which-3.1.1/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "test"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "basic",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/which-3.1.1/tests/basic.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": true
                }
            ],
            "features": {
                "default": [
                    "failure"
                ]
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/which-3.1.1/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Harry Fei <tiziyuanfang@gmail.com>"
            ],
            "categories": [
                "os",
                "filesystem"
            ],
            "keywords": [
                "which",
                "which-rs",
                "unix",
                "command"
            ],
            "readme": "README.md",
            "repository": "https://github.com/harryfei/which-rs.git",
            "homepage": null,
            "documentation": "https://docs.rs/which/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "winapi",
            "version": "0.3.9",
            "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Raw FFI bindings for all of Windows API.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "winapi-i686-pc-windows-gnu",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "i686-pc-windows-gnu",
                    "registry": null
                },
                {
                    "name": "winapi-x86_64-pc-windows-gnu",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.4",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [],
                    "target": "x86_64-pc-windows-gnu",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "winapi",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {
                "accctrl": [],
                "aclapi": [],
                "activation": [],
                "adhoc": [],
                "appmgmt": [],
                "audioclient": [],
                "audiosessiontypes": [],
                "avrt": [],
                "basetsd": [],
                "bcrypt": [],
                "bits": [],
                "bits10_1": [],
                "bits1_5": [],
                "bits2_0": [],
                "bits2_5": [],
                "bits3_0": [],
                "bits4_0": [],
                "bits5_0": [],
                "bitscfg": [],
                "bitsmsg": [],
                "bluetoothapis": [],
                "bluetoothleapis": [],
                "bthdef": [],
                "bthioctl": [],
                "bthledef": [],
                "bthsdpdef": [],
                "bugcodes": [],
                "cderr": [],
                "cfg": [],
                "cfgmgr32": [],
                "cguid": [],
                "combaseapi": [],
                "coml2api": [],
                "commapi": [],
                "commctrl": [],
                "commdlg": [],
                "commoncontrols": [],
                "consoleapi": [],
                "corecrt": [],
                "corsym": [],
                "d2d1": [],
                "d2d1_1": [],
                "d2d1_2": [],
                "d2d1_3": [],
                "d2d1effectauthor": [],
                "d2d1effects": [],
                "d2d1effects_1": [],
                "d2d1effects_2": [],
                "d2d1svg": [],
                "d2dbasetypes": [],
                "d3d": [],
                "d3d10": [],
                "d3d10_1": [],
                "d3d10_1shader": [],
                "d3d10effect": [],
                "d3d10misc": [],
                "d3d10sdklayers": [],
                "d3d10shader": [],
                "d3d11": [],
                "d3d11_1": [],
                "d3d11_2": [],
                "d3d11_3": [],
                "d3d11_4": [],
                "d3d11on12": [],
                "d3d11sdklayers": [],
                "d3d11shader": [],
                "d3d11tokenizedprogramformat": [],
                "d3d12": [],
                "d3d12sdklayers": [],
                "d3d12shader": [],
                "d3d9": [],
                "d3d9caps": [],
                "d3d9types": [],
                "d3dcommon": [],
                "d3dcompiler": [],
                "d3dcsx": [],
                "d3dkmdt": [],
                "d3dkmthk": [],
                "d3dukmdt": [],
                "d3dx10core": [],
                "d3dx10math": [],
                "d3dx10mesh": [],
                "datetimeapi": [],
                "davclnt": [],
                "dbghelp": [],
                "dbt": [],
                "dcommon": [],
                "dcomp": [],
                "dcompanimation": [],
                "dcomptypes": [],
                "dde": [],
                "ddraw": [],
                "ddrawi": [],
                "ddrawint": [],
                "debug": [
                    "impl-debug"
                ],
                "debugapi": [],
                "devguid": [],
                "devicetopology": [],
                "devpkey": [],
                "devpropdef": [],
                "dinput": [],
                "dinputd": [],
                "dispex": [],
                "dmksctl": [],
                "dmusicc": [],
                "docobj": [],
                "documenttarget": [],
                "dot1x": [],
                "dpa_dsa": [],
                "dpapi": [],
                "dsgetdc": [],
                "dsound": [],
                "dsrole": [],
                "dvp": [],
                "dwmapi": [],
                "dwrite": [],
                "dwrite_1": [],
                "dwrite_2": [],
                "dwrite_3": [],
                "dxdiag": [],
                "dxfile": [],
                "dxgi": [],
                "dxgi1_2": [],
                "dxgi1_3": [],
                "dxgi1_4": [],
                "dxgi1_5": [],
                "dxgi1_6": [],
                "dxgidebug": [],
                "dxgiformat": [],
                "dxgitype": [],
                "dxva2api": [],
                "dxvahd": [],
                "eaptypes": [],
                "enclaveapi": [],
                "endpointvolume": [],
                "errhandlingapi": [],
                "everything": [],
                "evntcons": [],
                "evntprov": [],
                "evntrace": [],
                "excpt": [],
                "exdisp": [],
                "fibersapi": [],
                "fileapi": [],
                "functiondiscoverykeys_devpkey": [],
                "gl-gl": [],
                "guiddef": [],
                "handleapi": [],
                "heapapi": [],
                "hidclass": [],
                "hidpi": [],
                "hidsdi": [],
                "hidusage": [],
                "highlevelmonitorconfigurationapi": [],
                "hstring": [],
                "http": [],
                "ifdef": [],
                "ifmib": [],
                "imm": [],
                "impl-debug": [],
                "impl-default": [],
                "in6addr": [],
                "inaddr": [],
                "inspectable": [],
                "interlockedapi": [],
                "intsafe": [],
                "ioapiset": [],
                "ipexport": [],
                "iphlpapi": [],
                "ipifcons": [],
                "ipmib": [],
                "iprtrmib": [],
                "iptypes": [],
                "jobapi": [],
                "jobapi2": [],
                "knownfolders": [],
                "ks": [],
                "ksmedia": [],
                "ktmtypes": [],
                "ktmw32": [],
                "l2cmn": [],
                "libloaderapi": [],
                "limits": [],
                "lmaccess": [],
                "lmalert": [],
                "lmapibuf": [],
                "lmat": [],
                "lmcons": [],
                "lmdfs": [],
                "lmerrlog": [],
                "lmjoin": [],
                "lmmsg": [],
                "lmremutl": [],
                "lmrepl": [],
                "lmserver": [],
                "lmshare": [],
                "lmstats": [],
                "lmsvc": [],
                "lmuse": [],
                "lmwksta": [],
                "lowlevelmonitorconfigurationapi": [],
                "lsalookup": [],
                "memoryapi": [],
                "minschannel": [],
                "minwinbase": [],
                "minwindef": [],
                "mmdeviceapi": [],
                "mmeapi": [],
                "mmreg": [],
                "mmsystem": [],
                "mprapidef": [],
                "msaatext": [],
                "mscat": [],
                "mschapp": [],
                "mssip": [],
                "mstcpip": [],
                "mswsock": [],
                "mswsockdef": [],
                "namedpipeapi": [],
                "namespaceapi": [],
                "nb30": [],
                "ncrypt": [],
                "netioapi": [],
                "nldef": [],
                "ntddndis": [],
                "ntddscsi": [],
                "ntddser": [],
                "ntdef": [],
                "ntlsa": [],
                "ntsecapi": [],
                "ntstatus": [],
                "oaidl": [],
                "objbase": [],
                "objidl": [],
                "objidlbase": [],
                "ocidl": [],
                "ole2": [],
                "oleauto": [],
                "olectl": [],
                "oleidl": [],
                "opmapi": [],
                "pdh": [],
                "perflib": [],
                "physicalmonitorenumerationapi": [],
                "playsoundapi": [],
                "portabledevice": [],
                "portabledeviceapi": [],
                "portabledevicetypes": [],
                "powerbase": [],
                "powersetting": [],
                "powrprof": [],
                "processenv": [],
                "processsnapshot": [],
                "processthreadsapi": [],
                "processtopologyapi": [],
                "profileapi": [],
                "propidl": [],
                "propkey": [],
                "propkeydef": [],
                "propsys": [],
                "prsht": [],
                "psapi": [],
                "qos": [],
                "realtimeapiset": [],
                "reason": [],
                "restartmanager": [],
                "restrictederrorinfo": [],
                "rmxfguid": [],
                "roapi": [],
                "robuffer": [],
                "roerrorapi": [],
                "rpc": [],
                "rpcdce": [],
                "rpcndr": [],
                "rtinfo": [],
                "sapi": [],
                "sapi51": [],
                "sapi53": [],
                "sapiddk": [],
                "sapiddk51": [],
                "schannel": [],
                "sddl": [],
                "securityappcontainer": [],
                "securitybaseapi": [],
                "servprov": [],
                "setupapi": [],
                "shellapi": [],
                "shellscalingapi": [],
                "shlobj": [],
                "shobjidl": [],
                "shobjidl_core": [],
                "shtypes": [],
                "softpub": [],
                "spapidef": [],
                "spellcheck": [],
                "sporder": [],
                "sql": [],
                "sqlext": [],
                "sqltypes": [],
                "sqlucode": [],
                "sspi": [],
                "std": [],
                "stralign": [],
                "stringapiset": [],
                "strmif": [],
                "subauth": [],
                "synchapi": [],
                "sysinfoapi": [],
                "systemtopologyapi": [],
                "taskschd": [],
                "tcpestats": [],
                "tcpmib": [],
                "textstor": [],
                "threadpoolapiset": [],
                "threadpoollegacyapiset": [],
                "timeapi": [],
                "timezoneapi": [],
                "tlhelp32": [],
                "transportsettingcommon": [],
                "tvout": [],
                "udpmib": [],
                "unknwnbase": [],
                "urlhist": [],
                "urlmon": [],
                "usb": [],
                "usbioctl": [],
                "usbiodef": [],
                "usbscan": [],
                "usbspec": [],
                "userenv": [],
                "usp10": [],
                "utilapiset": [],
                "uxtheme": [],
                "vadefs": [],
                "vcruntime": [],
                "vsbackup": [],
                "vss": [],
                "vsserror": [],
                "vswriter": [],
                "wbemads": [],
                "wbemcli": [],
                "wbemdisp": [],
                "wbemprov": [],
                "wbemtran": [],
                "wct": [],
                "werapi": [],
                "winbase": [],
                "wincodec": [],
                "wincodecsdk": [],
                "wincon": [],
                "wincontypes": [],
                "wincred": [],
                "wincrypt": [],
                "windef": [],
                "windot11": [],
                "windowsceip": [],
                "windowsx": [],
                "winefs": [],
                "winerror": [],
                "winevt": [],
                "wingdi": [],
                "winhttp": [],
                "wininet": [],
                "winineti": [],
                "winioctl": [],
                "winnetwk": [],
                "winnls": [],
                "winnt": [],
                "winreg": [],
                "winsafer": [],
                "winscard": [],
                "winsmcrd": [],
                "winsock2": [],
                "winspool": [],
                "winstring": [],
                "winsvc": [],
                "wintrust": [],
                "winusb": [],
                "winusbio": [],
                "winuser": [],
                "winver": [],
                "wlanapi": [],
                "wlanihv": [],
                "wlanihvtypes": [],
                "wlantypes": [],
                "wlclient": [],
                "wmistr": [],
                "wnnc": [],
                "wow64apiset": [],
                "wpdmtpextensions": [],
                "ws2bth": [],
                "ws2def": [],
                "ws2ipdef": [],
                "ws2spi": [],
                "ws2tcpip": [],
                "wtsapi32": [],
                "wtypes": [],
                "wtypesbase": [],
                "xinput": []
            },
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "default-target": "x86_64-pc-windows-msvc",
                        "features": [
                            "everything",
                            "impl-debug",
                            "impl-default"
                        ],
                        "targets": [
                            "aarch64-pc-windows-msvc",
                            "i686-pc-windows-msvc",
                            "x86_64-pc-windows-msvc"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [
                "external-ffi-bindings",
                "no-std",
                "os::windows-apis"
            ],
            "keywords": [
                "windows",
                "ffi",
                "win32",
                "com",
                "directx"
            ],
            "readme": "README.md",
            "repository": "https://github.com/retep998/winapi-rs",
            "homepage": null,
            "documentation": "https://docs.rs/winapi/",
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "winapi-i686-pc-windows-gnu",
            "version": "0.4.0",
            "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "winapi-i686-pc-windows-gnu",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "windows"
            ],
            "readme": null,
            "repository": "https://github.com/retep998/winapi-rs",
            "homepage": null,
            "documentation": null,
            "edition": "2015",
            "links": null,
            "default_run": null
        },
        {
            "name": "winapi-util",
            "version": "0.1.5",
            "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "Unlicense/MIT",
            "license_file": null,
            "description": "A dumping ground for high level safe wrappers over winapi.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [
                {
                    "name": "winapi",
                    "source": "registry+https://github.com/rust-lang/crates.io-index",
                    "req": "^0.3",
                    "kind": null,
                    "rename": null,
                    "optional": false,
                    "uses_default_features": true,
                    "features": [
                        "std",
                        "consoleapi",
                        "errhandlingapi",
                        "fileapi",
                        "minwindef",
                        "processenv",
                        "winbase",
                        "wincon",
                        "winerror",
                        "winnt"
                    ],
                    "target": "cfg(windows)",
                    "registry": null
                }
            ],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "winapi-util",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/src/lib.rs",
                    "edition": "2018",
                    "doc": true,
                    "doctest": true,
                    "test": true
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-util-0.1.5/Cargo.toml",
            "metadata": {
                "docs": {
                    "rs": {
                        "targets": [
                            "x86_64-pc-windows-msvc"
                        ]
                    }
                }
            },
            "publish": null,
            "authors": [
                "Andrew Gallant <jamslam@gmail.com>"
            ],
            "categories": [
                "os::windows-apis",
                "external-ffi-bindings"
            ],
            "keywords": [
                "windows",
                "winapi",
                "util",
                "win"
            ],
            "readme": "README.md",
            "repository": "https://github.com/BurntSushi/winapi-util",
            "homepage": "https://github.com/BurntSushi/winapi-util",
            "documentation": "https://docs.rs/winapi-util",
            "edition": "2018",
            "links": null,
            "default_run": null
        },
        {
            "name": "winapi-x86_64-pc-windows-gnu",
            "version": "0.4.0",
            "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
            "license": "MIT/Apache-2.0",
            "license_file": null,
            "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
            "source": "registry+https://github.com/rust-lang/crates.io-index",
            "dependencies": [],
            "targets": [
                {
                    "kind": [
                        "lib"
                    ],
                    "crate_types": [
                        "lib"
                    ],
                    "name": "winapi-x86_64-pc-windows-gnu",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs",
                    "edition": "2015",
                    "doc": true,
                    "doctest": true,
                    "test": true
                },
                {
                    "kind": [
                        "custom-build"
                    ],
                    "crate_types": [
                        "bin"
                    ],
                    "name": "build-script-build",
                    "src_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs",
                    "edition": "2015",
                    "doc": false,
                    "doctest": false,
                    "test": false
                }
            ],
            "features": {},
            "manifest_path": "/Users/franziskus/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml",
            "metadata": null,
            "publish": null,
            "authors": [
                "Peter Atashian <retep998@gmail.com>"
            ],
            "categories": [],
            "keywords": [
                "windows"
            ],
            "readme": null,
            "repository": "https://github.com/retep998/winapi-rs",
            "homepage": null,
            "documentation": null,
            "edition": "2015",
            "links": null,
            "default_run": null
        }
    ],
    "workspace_members": [
        "evercrypt-sys 0.0.9 (path+file:///Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys)"
    ],
    "resolve": {
        "nodes": [
            {
                "id": "aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "memchr",
                        "pkg": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "default",
                    "std"
                ]
            },
            {
                "id": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "winapi",
                        "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"windows\")"
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
                    "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                    "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "hermit_abi",
                        "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(target_os = \"hermit\")"
                            }
                        ]
                    },
                    {
                        "name": "libc",
                        "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            }
                        ]
                    },
                    {
                        "name": "winapi",
                        "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "bindgen 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
                    "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "clang-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "env_logger 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
                    "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
                    "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                    "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
                    "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
                    "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
                    "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "bitflags",
                        "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "cexpr",
                        "pkg": "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "clang_sys",
                        "pkg": "clang-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "clap",
                        "pkg": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "env_logger",
                        "pkg": "env_logger 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "lazy_static",
                        "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "lazycell",
                        "pkg": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "log",
                        "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "peeking_take_while",
                        "pkg": "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "proc_macro2",
                        "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "quote",
                        "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "regex",
                        "pkg": "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "rustc_hash",
                        "pkg": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "shlex",
                        "pkg": "shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "which",
                        "pkg": "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "clap",
                    "default",
                    "env_logger",
                    "log",
                    "logging",
                    "runtime",
                    "which",
                    "which-rustfmt"
                ]
            },
            {
                "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ]
            },
            {
                "id": "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "nom",
                        "pkg": "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "clang-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                    "libloading 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "glob",
                        "pkg": "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            },
                            {
                                "kind": "build",
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "libc",
                        "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "libloading",
                        "pkg": "libloading 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "clang_3_5",
                    "clang_3_6",
                    "clang_3_7",
                    "clang_3_8",
                    "clang_3_9",
                    "clang_4_0",
                    "clang_5_0",
                    "clang_6_0",
                    "libloading",
                    "runtime"
                ]
            },
            {
                "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
                    "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
                    "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
                    "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
                    "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "ansi_term",
                        "pkg": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(not(windows))"
                            }
                        ]
                    },
                    {
                        "name": "atty",
                        "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "bitflags",
                        "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "strsim",
                        "pkg": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "textwrap",
                        "pkg": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "unicode_width",
                        "pkg": "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "vec_map",
                        "pkg": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "ansi_term",
                    "atty",
                    "color",
                    "default",
                    "strsim",
                    "suggestions",
                    "vec_map"
                ]
            },
            {
                "id": "env_logger 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
                    "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
                    "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
                    "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "atty",
                        "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "humantime",
                        "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "log",
                        "pkg": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "regex",
                        "pkg": "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "termcolor",
                        "pkg": "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "atty",
                    "default",
                    "humantime",
                    "regex",
                    "termcolor"
                ]
            },
            {
                "id": "evercrypt-sys 0.0.9 (path+file:///Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys)",
                "dependencies": [
                    "bindgen 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
                    "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "bindgen",
                        "pkg": "bindgen 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": "cfg(not(windows))"
                            }
                        ]
                    },
                    {
                        "name": "libc",
                        "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "libc",
                        "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "default"
                ]
            },
            {
                "id": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ]
            },
            {
                "id": "libloading 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "cfg_if",
                        "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(unix)"
                            }
                        ]
                    },
                    {
                        "name": "winapi",
                        "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "cfg_if",
                        "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "std"
                ]
            },
            {
                "id": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std",
                    "use_std"
                ]
            },
            {
                "id": "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                    "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "memchr",
                        "pkg": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "version_check",
                        "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": "build",
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "alloc",
                    "std"
                ]
            },
            {
                "id": "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "unicode_xid",
                        "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "proc_macro2",
                        "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "regex 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)",
                    "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                    "regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "aho_corasick",
                        "pkg": "aho-corasick 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "memchr",
                        "pkg": "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    },
                    {
                        "name": "regex_syntax",
                        "pkg": "regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": [
                    "aho-corasick",
                    "memchr",
                    "perf",
                    "perf-cache",
                    "perf-dfa",
                    "perf-inline",
                    "perf-literal",
                    "std",
                    "unicode",
                    "unicode-age",
                    "unicode-bool",
                    "unicode-case",
                    "unicode-gencat",
                    "unicode-perl",
                    "unicode-script",
                    "unicode-segment"
                ]
            },
            {
                "id": "regex-syntax 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "unicode",
                    "unicode-age",
                    "unicode-bool",
                    "unicode-case",
                    "unicode-gencat",
                    "unicode-perl",
                    "unicode-script",
                    "unicode-segment"
                ]
            },
            {
                "id": "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ]
            },
            {
                "id": "shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default",
                    "std"
                ]
            },
            {
                "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "winapi_util",
                        "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "unicode_width",
                        "pkg": "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ]
            },
            {
                "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": [
                    "default"
                ]
            },
            {
                "id": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "libc",
                        "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": null
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                    "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "winapi_i686_pc_windows_gnu",
                        "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "i686-pc-windows-gnu"
                            }
                        ]
                    },
                    {
                        "name": "winapi_x86_64_pc_windows_gnu",
                        "pkg": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "x86_64-pc-windows-gnu"
                            }
                        ]
                    }
                ],
                "features": [
                    "consoleapi",
                    "errhandlingapi",
                    "fileapi",
                    "handleapi",
                    "libloaderapi",
                    "minwinbase",
                    "minwindef",
                    "processenv",
                    "std",
                    "winbase",
                    "wincon",
                    "winerror",
                    "winnt"
                ]
            },
            {
                "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            },
            {
                "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [
                    "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"
                ],
                "deps": [
                    {
                        "name": "winapi",
                        "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
                        "dep_kinds": [
                            {
                                "kind": null,
                                "target": "cfg(windows)"
                            }
                        ]
                    }
                ],
                "features": []
            },
            {
                "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
                "dependencies": [],
                "deps": [],
                "features": []
            }
        ],
        "root": "evercrypt-sys 0.0.9 (path+file:///Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys)"
    },
    "target_directory": "/Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys/target",
    "version": 1,
    "workspace_root": "/Users/franziskus/repos/evercrypt-cmake-c/rust/evercrypt-sys",
    "metadata": null
}