{ "metadata": null, "packages": [ { "authors": [ "Jonas Schievink " ], "categories": [ "algorithms" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A simple clean-room implementation of the Adler-32 checksum", "documentation": "https://docs.rs/adler/", "edition": "2015", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [ "std" ], "rustc-dep-of-std": [ "core", "compiler_builtins" ], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2", "keywords": [ "checksum", "integrity", "hash", "adler32", "zlib" ], "license": "0BSD OR MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--cfg=docsrs" ] } }, "release": { "no-dev-version": true, "pre-release-commit-message": "Release {{version}}", "pre-release-replacements": [ { "file": "CHANGELOG.md", "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n", "search": "## Unreleased\n" }, { "file": "README.md", "replace": "adler = \"{{version}}\"", "search": "adler = \"[a-z0-9\\\\.-]+\"" }, { "file": "src/lib.rs", "replace": "https://docs.rs/adler/{{version}}", "search": "https://docs.rs/adler/[a-z0-9\\.-]+" } ], "tag-message": "{{version}}" } }, "name": "adler", "publish": null, "readme": "README.md", "repository": "https://github.com/jonas-schievink/adler.git", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "adler", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs", "test": false } ], "version": "1.0.2" }, { "authors": [ "Andrew Gallant " ], "categories": [ "text-processing" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "log", "optional": true, "registry": null, "rename": null, "req": "^0.4.17", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "memchr", "optional": true, "registry": null, "rename": null, "req": "^2.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Fast multiple substring searching.", "documentation": null, "edition": "2021", "features": { "default": [ "std", "perf-literal" ], "logging": [ "dep:log" ], "perf-literal": [ "dep:memchr" ], "std": [ "memchr?/std" ] }, "homepage": "https://github.com/BurntSushi/aho-corasick", "id": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", "keywords": [ "string", "search", "text", "pattern", "multi" ], "license": "Unlicense OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "docsrs", "--generate-link-to-definition" ] } } }, "name": "aho-corasick", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/aho-corasick", "rust_version": "1.60.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "aho_corasick", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs", "test": true } ], "version": "1.1.3" }, { "authors": [ "RumovZ" ], "categories": [ "date-and-time" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "zip", "optional": false, "registry": null, "rename": null, "req": "^0.6.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Parser for the Android-specific tzdata file", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1", "keywords": [ "parser", "android", "timezone" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml", "metadata": null, "name": "android-tzdata", "publish": null, "readme": "README.md", "repository": "https://github.com/RumovZ/android-tzdata", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "android-tzdata", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs", "test": true } ], "version": "0.1.1" }, { "authors": [ "Nicolas Silva " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2.126", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Minimal Android system properties wrapper", "documentation": "https://docs.rs/android_system_properties", "edition": "2018", "features": {}, "homepage": "https://github.com/nical/android_system_properties", "id": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5", "keywords": [ "android" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", "metadata": { "docs": { "rs": { "targets": [ "arm-linux-androideabi", "armv7-linux-androideabi", "aarch64-linux-android", "i686-linux-android", "x86_64-linux-android", "x86_64-unknown-linux-gnu" ] } } }, "name": "android_system_properties", "publish": null, "readme": "README.md", "repository": "https://github.com/nical/android_system_properties", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "android_system_properties", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "time_zone", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", "test": false } ], "version": "0.1.5" }, { "authors": [ "Robert Vojta " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": true, "registry": null, "rename": null, "req": "^1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2.66", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "ANSI Escape Sequences provider & parser", "documentation": "https://docs.rs/anes/", "edition": "2018", "features": { "bitflags": [ "dep:bitflags" ], "default": [], "parser": [ "bitflags" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6", "keywords": [ "terminal", "ansi", "sequence", "code", "parser" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "anes", "publish": null, "readme": "README.md", "repository": "https://github.com/zrzka/anes-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "anes", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "execute", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "queue", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "stdout", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "parser", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "string", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "sequence", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "bench_main", "required-features": [ "parser" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs", "test": false } ], "version": "0.1.6" }, { "authors": [ "softprops " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "hermit-abi", "optional": false, "registry": null, "rename": null, "req": "^0.1.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"hermit\")", "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": false }, { "features": [ "consoleapi", "processenv", "minwinbase", "minwindef", "winbase" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "A simple interface for querying atty", "documentation": "http://softprops.github.io/atty", "edition": "2015", "features": {}, "homepage": "https://github.com/softprops/atty", "id": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14", "keywords": [ "terminal", "tty", "isatty" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", "metadata": null, "name": "atty", "publish": null, "readme": "README.md", "repository": "https://github.com/softprops/atty", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "atty", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "example" ], "name": "atty", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", "test": false } ], "version": "0.2.14" }, { "authors": [ "Josh Stone " ], "categories": [ "development-tools::build-utils" ], "default_run": null, "dependencies": [], "description": "Automatic cfg for Rust compiler features", "documentation": "https://docs.rs/autocfg/", "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", "keywords": [ "rustc", "build", "autoconf" ], "license": "Apache-2.0 OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/Cargo.toml", "metadata": null, "name": "autocfg", "publish": null, "readme": "README.md", "repository": "https://github.com/cuviper/autocfg", "rust_version": "1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "autocfg", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "example" ], "name": "integers", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/integers.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "example" ], "name": "paths", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "example" ], "name": "versions", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "example" ], "name": "traits", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/traits.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "rustflags", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "no_std", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/no_std.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "wrappers", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/wrappers.rs", "test": true } ], "version": "1.2.0" }, { "authors": [ "The Rust Project Developers" ], "categories": [ "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "walkdir", "optional": false, "registry": null, "rename": null, "req": "^2.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A macro to generate structures which behave like bitflags.\n", "documentation": "https://docs.rs/bitflags", "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [], "example_generated": [], "rustc-dep-of-std": [ "core", "compiler_builtins" ] }, "homepage": "https://github.com/bitflags/bitflags", "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "keywords": [ "bit", "bitmask", "bitflags", "flags" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "example_generated" ] } } }, "name": "bitflags", "publish": null, "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "bitflags", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "compile", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "basic", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", "test": true } ], "version": "1.3.2" }, { "authors": [ "The Rust Project Developers" ], "categories": [ "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "arbitrary", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "bytemuck", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "derive" ], "kind": "dev", "name": "arbitrary", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": "dev", "name": "bytemuck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_test", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "zerocopy", "optional": false, "registry": null, "rename": null, "req": "^0.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A macro to generate structures which behave like bitflags.\n", "documentation": "https://docs.rs/bitflags", "edition": "2021", "features": { "arbitrary": [ "dep:arbitrary" ], "bytemuck": [ "dep:bytemuck" ], "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "example_generated": [], "rustc-dep-of-std": [ "core", "compiler_builtins" ], "serde": [ "dep:serde" ], "std": [] }, "homepage": "https://github.com/bitflags/bitflags", "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0", "keywords": [ "bit", "bitmask", "bitflags", "flags" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "example_generated" ] } } }, "name": "bitflags", "publish": null, "readme": "README.md", "repository": "https://github.com/bitflags/bitflags", "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "bitflags", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "fmt", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/fmt.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "custom_bits_type", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_bits_type.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "custom_derive", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_derive.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "serde", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/serde.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "macro_free", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/macro_free.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "parse", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/benches/parse.rs", "test": false } ], "version": "2.5.0" }, { "authors": [ "Nick Fitzgerald " ], "categories": [ "memory-management", "rust-patterns", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "allocator-api2", "optional": true, "registry": null, "rename": null, "req": "^0.2.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.171", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.197", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0.115", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A fast bump allocation arena for Rust.", "documentation": "https://docs.rs/bumpalo", "edition": "2021", "features": { "allocator-api2": [ "dep:allocator-api2" ], "allocator_api": [], "boxed": [], "collections": [], "default": [], "serde": [ "dep:serde" ], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "bumpalo", "publish": null, "readme": "README.md", "repository": "https://github.com/fitzgen/bumpalo", "rust_version": "1.73.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "bumpalo", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "try_alloc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "benches", "required-features": [ "collections" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs", "test": false } ], "version": "3.16.0" }, { "authors": [ "Lokathor " ], "categories": [ "encoding", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bytemuck_derive", "optional": true, "registry": null, "rename": null, "req": "^1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A crate for mucking around with piles of bytes.", "documentation": null, "edition": "2018", "features": { "aarch64_simd": [], "align_offset": [], "bytemuck_derive": [ "dep:bytemuck_derive" ], "derive": [ "bytemuck_derive" ], "extern_crate_alloc": [], "extern_crate_std": [ "extern_crate_alloc" ], "min_const_generics": [], "must_cast": [], "nightly_docs": [], "nightly_portable_simd": [], "nightly_stdsimd": [], "unsound_ptr_pod_impl": [], "wasm_simd": [], "zeroable_atomics": [], "zeroable_maybe_uninit": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0", "keywords": [ "transmute", "bytes", "casting" ], "license": "Zlib OR Apache-2.0 OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "nightly_docs", "derive", "extern_crate_alloc", "extern_crate_std", "zeroable_maybe_uninit", "zeroable_atomics", "min_const_generics", "wasm_simd", "must_cast" ] } }, "playground": { "features": [ "derive", "extern_crate_alloc", "extern_crate_std", "zeroable_maybe_uninit", "zeroable_atomics", "min_const_generics", "wasm_simd", "must_cast" ] } }, "name": "bytemuck", "publish": null, "readme": "README.md", "repository": "https://github.com/Lokathor/bytemuck", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "bytemuck", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "cast_slice_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/cast_slice_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "wrapper_forgets", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/wrapper_forgets.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "doc_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/doc_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "checked_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/checked_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "std_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/std_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "derive", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/derive.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "offset_of_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/offset_of_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "transparent", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/transparent.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "array_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/array_tests.rs", "test": true } ], "version": "1.15.0" }, { "authors": [ "Andrew Gallant " ], "categories": [ "encoding", "parsing", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^0.9.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Library for reading/writing numbers in big-endian and little-endian.", "documentation": "https://docs.rs/byteorder", "edition": "2021", "features": { "default": [ "std" ], "i128": [], "std": [] }, "homepage": "https://github.com/BurntSushi/byteorder", "id": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", "keywords": [ "byte", "endian", "big-endian", "little-endian", "binary" ], "license": "Unlicense OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml", "metadata": null, "name": "byteorder", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/byteorder", "rust_version": "1.60", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "byteorder", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs", "test": false } ], "version": "1.5.0" }, { "authors": [ "Jorge Aparicio " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Ergonomic, checked cast functions for primitive types", "documentation": "https://docs.rs/cast", "edition": "2018", "features": { "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", "keywords": [ "checked", "cast", "primitive", "integer", "float" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml", "metadata": null, "name": "cast", "publish": null, "readme": "README.md", "repository": "https://github.com/japaric/cast.rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "cast", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs", "test": true } ], "version": "0.3.0" }, { "authors": [ "Alex Crichton " ], "categories": [ "development-tools::build-utils" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "jobserver", "optional": true, "registry": null, "rename": null, "req": "^0.1.20", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "tempfile", "optional": false, "registry": null, "rename": null, "req": "^3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": true, "registry": null, "rename": null, "req": "^0.2.62", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": false } ], "description": "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n", "documentation": "https://docs.rs/cc", "edition": "2018", "features": { "jobserver": [ "dep:jobserver" ], "libc": [ "dep:libc" ], "parallel": [ "libc", "jobserver" ] }, "homepage": "https://github.com/rust-lang/cc-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94", "keywords": [ "build-dependencies" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.94/Cargo.toml", "metadata": null, "name": "cc", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/cc-rs", "rust_version": "1.53", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "cc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.94/src/lib.rs", "test": true } ], "version": "1.0.94" }, { "authors": [ "Alex Crichton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n", "documentation": "https://docs.rs/cfg-if", "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "rustc-dep-of-std": [ "core", "compiler_builtins" ] }, "homepage": "https://github.com/alexcrichton/cfg-if", "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", "metadata": null, "name": "cfg-if", "publish": null, "readme": "README.md", "repository": "https://github.com/alexcrichton/cfg-if", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "cfg-if", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "xcrate", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", "test": true } ], "version": "1.0.0" }, { "authors": [], "categories": [ "date-and-time" ], "default_run": null, "dependencies": [ { "features": [ "derive" ], "kind": null, "name": "arbitrary", "optional": true, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "pure-rust-locales", "optional": true, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rkyv", "optional": true, "registry": null, "rename": null, "req": "^0.7.43", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.99", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "bincode", "optional": false, "registry": null, "rename": null, "req": "^1.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "js-sys", "optional": true, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": true, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "android-tzdata", "optional": true, "registry": null, "rename": null, "req": "^0.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"android\")", "uses_default_features": true }, { "features": [ "fallback" ], "kind": null, "name": "iana-time-zone", "optional": true, "registry": null, "rename": null, "req": "^0.1.45", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows-targets", "optional": true, "registry": null, "rename": null, "req": "^0.52", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "windows-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "Date and time library for Rust", "documentation": "https://docs.rs/chrono/", "edition": "2021", "features": { "__internal_bench": [], "alloc": [], "android-tzdata": [ "dep:android-tzdata" ], "arbitrary": [ "dep:arbitrary" ], "clock": [ "winapi", "iana-time-zone", "android-tzdata", "now" ], "default": [ "clock", "std", "oldtime", "wasmbind" ], "iana-time-zone": [ "dep:iana-time-zone" ], "js-sys": [ "dep:js-sys" ], "libc": [], "now": [ "std" ], "oldtime": [], "pure-rust-locales": [ "dep:pure-rust-locales" ], "rkyv": [ "dep:rkyv", "rkyv/size_32" ], "rkyv-16": [ "dep:rkyv", "rkyv?/size_16" ], "rkyv-32": [ "dep:rkyv", "rkyv?/size_32" ], "rkyv-64": [ "dep:rkyv", "rkyv?/size_64" ], "rkyv-validation": [ "rkyv?/validation" ], "serde": [ "dep:serde" ], "std": [ "alloc" ], "unstable-locales": [ "pure-rust-locales" ], "wasm-bindgen": [ "dep:wasm-bindgen" ], "wasmbind": [ "wasm-bindgen", "js-sys" ], "winapi": [ "windows-targets" ], "windows-targets": [ "dep:windows-targets" ] }, "homepage": "https://github.com/chronotope/chrono", "id": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38", "keywords": [ "date", "time", "calendar" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "arbitrary", "rkyv", "serde", "unstable-locales" ], "rustdoc-args": [ "--cfg", "docsrs" ] } }, "playground": { "features": [ "serde" ] } }, "name": "chrono", "publish": null, "readme": "README.md", "repository": "https://github.com/chronotope/chrono", "rust_version": "1.61.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "chrono", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "win_bindings", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "dateutils", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "wasm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs", "test": true } ], "version": "0.4.38" }, { "authors": [ "Nathaniel McCallum " ], "categories": [ "data-structures", "embedded", "encoding", "no-std", "parsing" ], "default_run": null, "dependencies": [ { "features": [ "alloc" ], "kind": null, "name": "ciborium-io", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "ciborium-ll", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "alloc", "derive" ], "kind": null, "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.100", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "hex", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rstest", "optional": false, "registry": null, "rename": null, "req": "^0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_bytes", "optional": false, "registry": null, "rename": null, "req": "^0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "serde implementation of CBOR using ciborium-basic", "documentation": null, "edition": "2021", "features": { "default": [ "std" ], "std": [ "ciborium-io/std", "serde/std" ] }, "homepage": "https://github.com/enarx/ciborium", "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2", "keywords": [ "cbor", "serde" ], "license": "Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "ciborium", "publish": null, "readme": "README.md", "repository": "https://github.com/enarx/ciborium", "rust_version": "1.58", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "ciborium", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "no_std", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "macro", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "tag", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "recursion", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "canonical", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "error", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "codec", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "fuzz", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs", "test": true } ], "version": "0.2.2" }, { "authors": [ "Nathaniel McCallum " ], "categories": [ "data-structures", "embedded", "no-std" ], "default_run": null, "dependencies": [], "description": "Simplified Read/Write traits for no_std usage", "documentation": null, "edition": "2021", "features": { "alloc": [], "std": [ "alloc" ] }, "homepage": "https://github.com/enarx/ciborium", "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", "keywords": [ "io", "read", "write" ], "license": "Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "ciborium-io", "publish": null, "readme": "README.md", "repository": "https://github.com/enarx/ciborium", "rust_version": "1.58", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "ciborium-io", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs", "test": true } ], "version": "0.2.2" }, { "authors": [ "Nathaniel McCallum " ], "categories": [ "data-structures", "embedded", "encoding", "no-std", "parsing" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "ciborium-io", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "half", "optional": false, "registry": null, "rename": null, "req": "^2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "hex", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Low-level CBOR codec primitives", "documentation": null, "edition": "2021", "features": { "alloc": [], "std": [ "alloc", "half/std" ] }, "homepage": "https://github.com/enarx/ciborium", "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2", "keywords": [ "cbor" ], "license": "Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "ciborium-ll", "publish": null, "readme": "README.md", "repository": "https://github.com/enarx/ciborium", "rust_version": "1.58", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "ciborium-ll", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs", "test": true } ], "version": "0.2.2" }, { "authors": [], "categories": [ "command-line-interface" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "atty", "optional": true, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "backtrace", "optional": true, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "clap_derive", "optional": true, "registry": null, "rename": null, "req": "=3.2.25", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "clap_lex", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "indexmap", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "once_cell", "optional": true, "registry": null, "rename": null, "req": "^1.12.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "regex", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "strsim", "optional": true, "registry": null, "rename": null, "req": "^0.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "termcolor", "optional": true, "registry": null, "rename": null, "req": "^1.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "terminal_size", "optional": true, "registry": null, "rename": null, "req": "^0.2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "textwrap", "optional": false, "registry": null, "rename": null, "req": "^0.16", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "unicase", "optional": true, "registry": null, "rename": null, "req": "^2.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "yaml-rust", "optional": true, "registry": null, "rename": null, "req": "^0.4.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "humantime", "optional": false, "registry": null, "rename": null, "req": "^2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "regex", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "shlex", "optional": false, "registry": null, "rename": null, "req": "^1.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "snapbox", "optional": false, "registry": null, "rename": null, "req": "^0.2.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "static_assertions", "optional": false, "registry": null, "rename": null, "req": "^1.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "color-auto", "diff", "examples" ], "kind": "dev", "name": "trycmd", "optional": false, "registry": null, "rename": null, "req": "^0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", "documentation": null, "edition": "2021", "features": { "atty": [ "dep:atty" ], "backtrace": [ "dep:backtrace" ], "cargo": [ "once_cell" ], "clap_derive": [ "dep:clap_derive" ], "color": [ "atty", "termcolor" ], "debug": [ "clap_derive/debug", "backtrace" ], "default": [ "std", "color", "suggestions" ], "deprecated": [ "clap_derive/deprecated" ], "derive": [ "clap_derive", "once_cell" ], "env": [], "once_cell": [ "dep:once_cell" ], "regex": [ "dep:regex" ], "std": [ "indexmap/std" ], "strsim": [ "dep:strsim" ], "suggestions": [ "strsim" ], "termcolor": [ "dep:termcolor" ], "terminal_size": [ "dep:terminal_size" ], "unicase": [ "dep:unicase" ], "unicode": [ "textwrap/unicode-width", "unicase" ], "unstable-doc": [ "derive", "cargo", "wrap_help", "yaml", "env", "unicode", "regex", "unstable-replace", "unstable-grouped" ], "unstable-grouped": [], "unstable-replace": [], "unstable-v4": [ "clap_derive/unstable-v4", "deprecated" ], "wrap_help": [ "terminal_size", "textwrap/terminal_size" ], "yaml": [ "yaml-rust" ], "yaml-rust": [ "dep:yaml-rust" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25", "keywords": [ "argument", "cli", "arg", "parser", "parse" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/Cargo.toml", "metadata": { "docs": { "rs": { "cargo-args": [ "-Zunstable-options", "-Zrustdoc-scrape-examples=examples" ], "features": [ "unstable-doc" ], "rustdoc-args": [ "--cfg", "docsrs" ] } }, "playground": { "features": [ "unstable-doc" ] }, "release": { "pre-release-replacements": [ { "file": "CHANGELOG.md", "min": 1, "replace": "{{version}}", "search": "Unreleased" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "...{{tag_name}}", "search": "\\.\\.\\.HEAD" }, { "file": "CHANGELOG.md", "min": 1, "replace": "{{date}}", "search": "ReleaseDate" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "\n## [Unreleased] - ReleaseDate\n", "search": "" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", "search": "" } ], "shared-version": true, "tag-name": "v{{version}}" } }, "name": "clap", "publish": null, "readme": "README.md", "repository": "https://github.com/clap-rs/clap", "rust_version": "1.56.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "clap", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": true, "doctest": false, "edition": "2021", "kind": [ "bin" ], "name": "stdio-fixture", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/bin/stdio-fixture.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "demo", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/demo.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "cargo-example", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "cargo-example-derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example-derive.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "escaped-positional", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "escaped-positional-derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional-derive.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "git-derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git-derive.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "typed-derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/typed-derive.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "busybox", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-busybox.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "hostname", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-hostname.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "repl", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/repl.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "01_quick", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/01_quick.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_apps", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_apps.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_crate", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_crate.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_app_settings", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_app_settings.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_01_flag_bool", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_bool.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_01_flag_count", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_count.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_02_option", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_02_option.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_03_positional", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_03_positional.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_04_subcommands", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_04_subcommands.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_05_default_values", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_05_default_values.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_01_possible", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_possible.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_01_enum", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_enum.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_02_parse", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_parse.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_02_validate", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_validate.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_03_relations", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_03_relations.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_04_custom", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_04_custom.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "05_01_assert", "required-features": [ "cargo" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/05_01_assert.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "01_quick_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/01_quick.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_apps_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_apps.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_crate_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_crate.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "02_app_settings_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_app_settings.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_01_flag_bool_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_bool.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_01_flag_count_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_count.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_02_option_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_02_option.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_03_positional_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_03_positional.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_04_subcommands_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_04_subcommands_alt_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands_alt.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "03_05_default_values_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_05_default_values.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_01_enum_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_01_enum.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_02_parse_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_parse.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_02_validate_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_validate.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_03_relations_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_03_relations.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "04_04_custom_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_04_custom.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "05_01_assert_derive", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/05_01_assert.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "custom-bool", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/custom-bool.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "interop_augment_args", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_args.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "interop_augment_subcommands", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_subcommands.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "interop_hand_subcommand", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/hand_subcommand.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "interop_flatten_hand_args", "required-features": [ "derive" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/flatten_hand_args.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "pacman", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/pacman.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "git", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git.rs", "test": false } ], "version": "3.2.25" }, { "authors": [], "categories": [ "command-line-interface" ], "default_run": null, "dependencies": [ { "features": [ "raw_os_str" ], "kind": null, "name": "os_str_bytes", "optional": false, "registry": null, "rename": null, "req": "^6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "Minimal, flexible command line parser", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4", "keywords": [ "argument", "cli", "arg", "parser", "parse" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/Cargo.toml", "metadata": { "release": { "pre-release-replacements": [ { "file": "CHANGELOG.md", "min": 1, "replace": "{{version}}", "search": "Unreleased" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "...{{tag_name}}", "search": "\\.\\.\\.HEAD" }, { "file": "CHANGELOG.md", "min": 1, "replace": "{{date}}", "search": "ReleaseDate" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "\n## [Unreleased] - ReleaseDate\n", "search": "" }, { "exactly": 1, "file": "CHANGELOG.md", "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", "search": "" }, { "exactly": 4, "file": "README.md", "prerelease": true, "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", "search": "github.com/clap-rs/clap/blob/[^/]+/" } ] } }, "name": "clap_lex", "publish": null, "readme": "README.md", "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", "rust_version": "1.56.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "clap_lex", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/src/lib.rs", "test": true } ], "version": "0.2.4" }, { "authors": [ "nwin " ], "categories": [], "default_run": null, "dependencies": [], "description": "Color quantization library to reduce n colors to 256 colors.", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/Cargo.toml", "metadata": null, "name": "color_quant", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/color_quant.git", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "color_quant", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/src/lib.rs", "test": true } ], "version": "1.1.0" }, { "authors": [ "Nick Fitzgerald " ], "categories": [ "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.37", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7", "keywords": [], "license": "Apache-2.0/MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/Cargo.toml", "metadata": null, "name": "console_error_panic_hook", "publish": null, "readme": "./README.md", "repository": "https://github.com/rustwasm/console_error_panic_hook", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "console_error_panic_hook", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/tests/tests.rs", "test": true } ], "version": "0.1.7" }, { "authors": [ "Austin Bonander " ], "categories": [], "default_run": null, "dependencies": [], "description": "Create static C-compatible strings from Rust string literals.", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-cstr-0.3.0/Cargo.toml", "metadata": null, "name": "const-cstr", "publish": null, "readme": "README.md", "repository": "https://github.com/cybergeek94/const-cstr", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "const-cstr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-cstr-0.3.0/src/lib.rs", "test": true } ], "version": "0.3.0" }, { "authors": [ "The Servo Project Developers" ], "categories": [ "os::macos-apis" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "chrono", "optional": true, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-foundation-sys", "optional": false, "registry": null, "rename": null, "req": "^0.8.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "uuid", "optional": true, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Bindings to Core Foundation for macOS", "documentation": null, "edition": "2018", "features": { "chrono": [ "dep:chrono" ], "default": [ "link" ], "link": [ "core-foundation-sys/link" ], "mac_os_10_7_support": [ "core-foundation-sys/mac_os_10_7_support" ], "mac_os_10_8_features": [ "core-foundation-sys/mac_os_10_8_features" ], "uuid": [ "dep:uuid" ], "with-chrono": [ "chrono" ], "with-uuid": [ "uuid" ] }, "homepage": "https://github.com/servo/core-foundation-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", "keywords": [ "macos", "framework", "objc" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "default-target": "x86_64-apple-darwin" } } }, "name": "core-foundation", "publish": null, "readme": null, "repository": "https://github.com/servo/core-foundation-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "core-foundation", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "use_macro_outside_crate", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs", "test": true } ], "version": "0.9.4" }, { "authors": [ "The Servo Project Developers" ], "categories": [], "default_run": null, "dependencies": [], "description": "Bindings to Core Foundation for macOS", "documentation": null, "edition": "2018", "features": { "default": [ "link" ], "link": [], "mac_os_10_7_support": [], "mac_os_10_8_features": [] }, "homepage": "https://github.com/servo/core-foundation-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "default-target": "x86_64-apple-darwin" } } }, "name": "core-foundation-sys", "publish": null, "readme": null, "repository": "https://github.com/servo/core-foundation-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "core-foundation-sys", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs", "test": true } ], "version": "0.8.6" }, { "authors": [ "The Servo Project Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-foundation", "optional": false, "registry": null, "rename": null, "req": "^0.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-graphics-types", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "foreign-types", "optional": false, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Bindings to Core Graphics for macOS", "documentation": null, "edition": "2015", "features": { "default": [], "elcapitan": [], "highsierra": [] }, "homepage": "https://github.com/servo/core-graphics-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", "keywords": [], "license": "MIT / Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.22.3/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-apple-darwin" } } }, "name": "core-graphics", "publish": null, "readme": "README.md", "repository": "https://github.com/servo/core-foundation-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "core-graphics", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.22.3/src/lib.rs", "test": true } ], "version": "0.22.3" }, { "authors": [ "The Servo Project Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-foundation", "optional": false, "registry": null, "rename": null, "req": "^0.9.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Bindings for some fundamental Core Graphics types", "documentation": null, "edition": "2018", "features": { "default": [ "link" ], "link": [ "core-foundation/link" ] }, "homepage": "https://github.com/servo/core-foundation-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-apple-darwin" } } }, "name": "core-graphics-types", "publish": null, "readme": null, "repository": "https://github.com/servo/core-foundation-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "core-graphics-types", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs", "test": true } ], "version": "0.1.3" }, { "authors": [ "The Servo Project Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "core-foundation", "optional": false, "registry": null, "rename": null, "req": "^0.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-graphics", "optional": false, "registry": null, "rename": null, "req": "^0.22.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "foreign-types", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Bindings to the Core Text framework.", "documentation": null, "edition": "2015", "features": { "default": [ "mountainlion" ], "mountainlion": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-text-19.2.0/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-apple-darwin" } } }, "name": "core-text", "publish": null, "readme": "README.md", "repository": "https://github.com/servo/core-foundation-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "core-text", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-text-19.2.0/src/lib.rs", "test": true } ], "version": "19.2.0" }, { "authors": [ "Sam Rijs ", "Alex Crichton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "bencher", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", "documentation": null, "edition": "2015", "features": { "default": [ "std" ], "nightly": [], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", "keywords": [ "checksum", "crc", "crc32", "simd", "fast" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/Cargo.toml", "metadata": null, "name": "crc32fast", "publish": null, "readme": "README.md", "repository": "https://github.com/srijs/rust-crc32fast", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "crc32fast", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/benches/bench.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs", "test": false } ], "version": "1.4.0" }, { "authors": [ "Jorge Aparicio ", "Brook Heisler " ], "categories": [ "development-tools::profiling" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "anes", "optional": false, "registry": null, "rename": null, "req": "^0.1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "async-std", "optional": true, "registry": null, "rename": null, "req": "^1.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "atty", "optional": false, "registry": null, "rename": null, "req": "^0.2.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "cast", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "ciborium", "optional": false, "registry": null, "rename": null, "req": "^0.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": null, "name": "clap", "optional": false, "registry": null, "rename": null, "req": "^3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "criterion-plot", "optional": false, "registry": null, "rename": null, "req": "^0.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "csv", "optional": true, "registry": null, "rename": null, "req": "^1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "futures", "optional": true, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "itertools", "optional": false, "registry": null, "rename": null, "req": "^0.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "oorandom", "optional": false, "registry": null, "rename": null, "req": "^11.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "svg_backend", "area_series", "line_series" ], "kind": null, "name": "plotters", "optional": true, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rayon", "optional": true, "registry": null, "rename": null, "req": "^1.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": null, "name": "regex", "optional": false, "registry": null, "rename": null, "req": "^1.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "smol", "optional": true, "registry": null, "rename": null, "req": "^1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "tinytemplate", "optional": false, "registry": null, "rename": null, "req": "^1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "rt" ], "kind": null, "name": "tokio", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "walkdir", "optional": false, "registry": null, "rename": null, "req": "^2.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "approx", "optional": false, "registry": null, "rename": null, "req": "^0.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "executor" ], "kind": "dev", "name": "futures", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "tempfile", "optional": false, "registry": null, "rename": null, "req": "^3.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Statistics-driven micro-benchmarking library", "documentation": null, "edition": "2018", "features": { "async": [ "futures" ], "async-std": [ "dep:async-std" ], "async_futures": [ "futures/executor", "async" ], "async_smol": [ "smol", "async" ], "async_std": [ "async-std", "async" ], "async_tokio": [ "tokio", "async" ], "cargo_bench_support": [], "csv": [ "dep:csv" ], "csv_output": [ "csv" ], "default": [ "rayon", "plotters", "cargo_bench_support" ], "futures": [ "dep:futures" ], "html_reports": [], "plotters": [ "dep:plotters" ], "rayon": [ "dep:rayon" ], "real_blackbox": [], "smol": [ "dep:smol" ], "stable": [ "csv_output", "html_reports", "async_futures", "async_smol", "async_tokio", "async_std" ], "tokio": [ "dep:tokio" ] }, "homepage": "https://bheisler.github.io/criterion.rs/book/index.html", "id": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0", "keywords": [ "criterion", "benchmark" ], "license": "Apache-2.0/MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "async_futures", "async_smol", "async_std", "async_tokio" ] } } }, "name": "criterion", "publish": null, "readme": "README.md", "repository": "https://github.com/bheisler/criterion.rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "criterion", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "criterion_tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/tests/criterion_tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "bench_main", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/benches/bench_main.rs", "test": false } ], "version": "0.4.0" }, { "authors": [ "Jorge Aparicio ", "Brook Heisler " ], "categories": [ "visualization" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cast", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "itertools", "optional": false, "registry": null, "rename": null, "req": "^0.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "itertools-num", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": "dev", "name": "num-complex", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Criterion's plotting library", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0", "keywords": [ "plotting", "gnuplot", "criterion" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml", "metadata": null, "name": "criterion-plot", "publish": null, "readme": "README.md", "repository": "https://github.com/bheisler/criterion.rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "criterion-plot", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs", "test": true } ], "version": "0.5.0" }, { "authors": [], "categories": [ "algorithms", "concurrency", "data-structures" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "crossbeam-epoch", "optional": false, "registry": null, "rename": null, "req": "^0.9.17", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "crossbeam-utils", "optional": false, "registry": null, "rename": null, "req": "^0.8.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Concurrent work-stealing deque", "documentation": null, "edition": "2021", "features": { "default": [ "std" ], "std": [ "crossbeam-epoch/std", "crossbeam-utils/std" ] }, "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque", "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5", "keywords": [ "chase-lev", "lock-free", "scheduler", "scheduling" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml", "metadata": null, "name": "crossbeam-deque", "publish": null, "readme": "README.md", "repository": "https://github.com/crossbeam-rs/crossbeam", "rust_version": "1.61", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "crossbeam-deque", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "fifo", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "steal", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "lifo", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "injector", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs", "test": true } ], "version": "0.8.5" }, { "authors": [], "categories": [ "concurrency", "memory-management", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "crossbeam-utils", "optional": false, "registry": null, "rename": null, "req": "^0.8.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "loom", "optional": true, "registry": null, "rename": "loom-crate", "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(crossbeam_loom)", "uses_default_features": true } ], "description": "Epoch-based garbage collection", "documentation": null, "edition": "2021", "features": { "alloc": [], "default": [ "std" ], "loom": [ "loom-crate", "crossbeam-utils/loom" ], "loom-crate": [ "dep:loom-crate" ], "nightly": [ "crossbeam-utils/nightly" ], "std": [ "alloc", "crossbeam-utils/std" ] }, "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch", "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", "keywords": [ "lock-free", "rcu", "atomic", "garbage" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml", "metadata": null, "name": "crossbeam-epoch", "publish": null, "readme": "README.md", "repository": "https://github.com/crossbeam-rs/crossbeam", "rust_version": "1.61", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "crossbeam-epoch", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "sanitize", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "loom", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "defer", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "flush", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "pin", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs", "test": false } ], "version": "0.9.18" }, { "authors": [], "categories": [ "algorithms", "concurrency", "data-structures", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "loom", "optional": true, "registry": null, "rename": null, "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(crossbeam_loom)", "uses_default_features": true } ], "description": "Utilities for concurrent programming", "documentation": null, "edition": "2021", "features": { "default": [ "std" ], "loom": [ "dep:loom" ], "nightly": [], "std": [] }, "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19", "keywords": [ "scoped", "thread", "atomic", "cache" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/Cargo.toml", "metadata": null, "name": "crossbeam-utils", "publish": null, "readme": "README.md", "repository": "https://github.com/crossbeam-rs/crossbeam", "rust_version": "1.60", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "crossbeam-utils", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "thread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/thread.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "parker", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/parker.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "sharded_lock", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/sharded_lock.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "cache_padded", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/cache_padded.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "atomic_cell", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/atomic_cell.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "wait_group", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/wait_group.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "atomic_cell", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/benches/atomic_cell.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs", "test": false } ], "version": "0.8.19" }, { "authors": [ "Vurich " ], "categories": [], "default_run": null, "dependencies": [], "description": "Crunchy unroller: deterministically unroll constant loops", "documentation": null, "edition": "2015", "features": { "default": [ "limit_128" ], "limit_1024": [], "limit_128": [], "limit_2048": [], "limit_256": [], "limit_512": [], "limit_64": [], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml", "metadata": null, "name": "crunchy", "publish": null, "readme": "README.md", "repository": null, "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "crunchy", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs", "test": false } ], "version": "0.2.2" }, { "authors": [ "The @xdg-rs members" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "dirs-sys-next", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A tiny low-level library that provides platform-specific standard locations\nof directories for config, cache and other data on Linux, Windows, macOS\nand Redox by leveraging the mechanisms defined by the XDG base/user\ndirectory specifications on Linux, the Known Folder API on Windows,\nand the Standard Directory guidelines on macOS.\n", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0", "keywords": [ "xdg", "basedir", "app_dirs", "path", "folder" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/Cargo.toml", "metadata": null, "name": "dirs-next", "publish": null, "readme": "README.md", "repository": "https://github.com/xdg-rs/dirs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "dirs-next", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs", "test": true } ], "version": "2.0.0" }, { "authors": [ "The @xdg-rs members" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "redox_users", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"redox\")", "uses_default_features": false }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": true }, { "features": [ "knownfolders", "objbase", "shlobj", "winbase", "winerror" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "system-level helper functions for the dirs and directories crates", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/Cargo.toml", "metadata": null, "name": "dirs-sys-next", "publish": null, "readme": "README.md", "repository": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "dirs-sys-next", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs", "test": true } ], "version": "0.1.2" }, { "authors": [ "Elinor Berger " ], "categories": [ "api-bindings" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "libloading", "optional": false, "registry": null, "rename": null, "req": ">=0.7, <0.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Helper macros for handling manually loading optional system libraries.", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2", "keywords": [ "dylib", "dlopen" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml", "metadata": null, "name": "dlib", "publish": null, "readme": "README.md", "repository": "https://github.com/elinorbgr/dlib", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "dlib", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs", "test": true } ], "version": "0.5.2" }, { "authors": [ "The Servo Project Developers", "Vladimir Vukicevic " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_derive", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "dwrite", "dwrite_1", "dwrite_3", "winnt", "unknwnbase", "libloaderapi", "winnls" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wio", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Lightweight binding to DirectWrite.", "documentation": null, "edition": "2018", "features": { "default": [ "serde_serialization" ], "serde": [ "dep:serde" ], "serde_derive": [ "dep:serde_derive" ], "serde_serialization": [ "serde", "serde_derive" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0", "keywords": [], "license": "MPL-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dwrote-0.11.0/Cargo.toml", "metadata": null, "name": "dwrote", "publish": null, "readme": "README.md", "repository": "https://github.com/servo/dwrote-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "dwrote", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dwrote-0.11.0/src/lib.rs", "test": true } ], "version": "0.11.0" }, { "authors": [ "bluss" ], "categories": [ "data-structures", "no-std" ], "default_run": null, "dependencies": [ { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", "documentation": "https://docs.rs/either/1/", "edition": "2018", "features": { "default": [ "use_std" ], "serde": [ "dep:serde" ], "use_std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0", "keywords": [ "data-structure", "no_std" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "serde" ] } }, "playground": { "features": [ "serde" ] }, "release": { "no-dev-version": true, "tag-name": "{{version}}" } }, "name": "either", "publish": null, "readme": "README-crates.io.md", "repository": "https://github.com/rayon-rs/either", "rust_version": "1.36", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "either", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs", "test": true } ], "version": "1.11.0" }, { "authors": [ "The image-rs Developers" ], "categories": [ "compression" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "simd-adler32", "optional": false, "registry": null, "rename": null, "req": "^0.3.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "miniz_oxide", "optional": false, "registry": null, "rename": null, "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Fast specialized deflate implementation", "documentation": "https://docs.rs/fdeflate", "edition": "2021", "features": {}, "homepage": "https://github.com/image-rs/fdeflate", "id": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/Cargo.toml", "metadata": null, "name": "fdeflate", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/fdeflate", "rust_version": "1.57.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "fdeflate", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/src/lib.rs", "test": true } ], "version": "0.3.4" }, { "authors": [ "Alex Crichton ", "Josh Triplett " ], "categories": [ "compression", "api-bindings" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cloudflare-zlib-sys", "optional": true, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "crc32fast", "optional": false, "registry": null, "rename": null, "req": "^1.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libz-ng-sys", "optional": true, "registry": null, "rename": null, "req": "^1.1.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libz-sys", "optional": true, "registry": null, "rename": null, "req": "^1.1.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "with-alloc" ], "kind": null, "name": "miniz_oxide", "optional": true, "registry": null, "rename": null, "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "with-alloc" ], "kind": null, "name": "miniz_oxide", "optional": false, "registry": null, "rename": null, "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", "uses_default_features": false } ], "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n", "documentation": "https://docs.rs/flate2", "edition": "2018", "features": { "any_impl": [], "any_zlib": [ "any_impl" ], "cloudflare-zlib-sys": [ "dep:cloudflare-zlib-sys" ], "cloudflare_zlib": [ "any_zlib", "cloudflare-zlib-sys" ], "default": [ "rust_backend" ], "libz-ng-sys": [ "dep:libz-ng-sys" ], "libz-sys": [ "dep:libz-sys" ], "miniz-sys": [ "rust_backend" ], "miniz_oxide": [ "dep:miniz_oxide" ], "rust_backend": [ "miniz_oxide", "any_impl" ], "zlib": [ "any_zlib", "libz-sys" ], "zlib-default": [ "any_zlib", "libz-sys/default" ], "zlib-ng": [ "any_zlib", "libz-ng-sys" ], "zlib-ng-compat": [ "zlib", "libz-sys/zlib-ng" ] }, "homepage": "https://github.com/rust-lang/flate2-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28", "keywords": [ "gzip", "deflate", "zlib", "zlib-ng", "encoding" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "flate2", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/flate2-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "flate2", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzencoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzencoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflateencoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflatedecoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzbuilder", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzbuilder.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibdecoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflatedecoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "compress_file", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/compress_file.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzmultidecoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzmultidecoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibdecoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibencoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzdecoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibdecoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflateencoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibencoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "decompress_file", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/decompress_file.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzmultidecoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzmultidecoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "zlibencoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflatedecoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzencoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzdecoder-bufread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-bufread.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "gzdecoder-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-read.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "deflateencoder-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-write.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "early-flush", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/early-flush.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "empty-read", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/empty-read.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "gunzip", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/gunzip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "zero-write", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/zero-write.rs", "test": true } ], "version": "1.0.28" }, { "authors": [ "Michael Howell " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A total ordering for floating-point numbers", "documentation": "https://docs.rs/float-ord/0.1.2/float-ord/", "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0", "keywords": [ "floats", "sort", "compare" ], "license": "MIT / Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.2.0/Cargo.toml", "metadata": null, "name": "float-ord", "publish": null, "readme": "README.md", "repository": "https://github.com/notriddle/rust-float-ord", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "float-ord", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.2.0/src/lib.rs", "test": true } ], "version": "0.2.0" }, { "authors": [ "Patrick Walton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "byteorder", "optional": false, "registry": null, "rename": null, "req": "^1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "float-ord", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "freetype", "optional": true, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "log", "optional": false, "registry": null, "rename": null, "req": "^0.4.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "pathfinder_geometry", "optional": false, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "pathfinder_simd", "optional": false, "registry": null, "rename": null, "req": "^0.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "yeslogic-fontconfig-sys", "optional": true, "registry": null, "rename": null, "req": "^3.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "clap", "optional": false, "registry": null, "rename": null, "req": "^2.32", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "colored", "optional": false, "registry": null, "rename": null, "req": "^1.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "pbr", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "prettytable-rs", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "core-foundation", "optional": false, "registry": null, "rename": null, "req": "^0.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "core-graphics", "optional": false, "registry": null, "rename": null, "req": "^0.22", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "core-text", "optional": false, "registry": null, "rename": null, "req": "^19.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "dirs-next", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))", "uses_default_features": true }, { "features": [], "kind": null, "name": "freetype", "optional": false, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\")))", "uses_default_features": true }, { "features": [], "kind": null, "name": "yeslogic-fontconfig-sys", "optional": false, "registry": null, "rename": null, "req": "^3.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))", "uses_default_features": true }, { "features": [], "kind": null, "name": "walkdir", "optional": false, "registry": null, "rename": null, "req": "^2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "dwrote", "optional": false, "registry": null, "rename": null, "req": "^0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_family = \"windows\")", "uses_default_features": false }, { "features": [ "dwrite", "minwindef", "sysinfoapi", "winbase", "winnt" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_family = \"windows\")", "uses_default_features": true } ], "description": "A cross-platform font loading library", "documentation": null, "edition": "2018", "features": { "default": [ "source" ], "freetype": [ "dep:freetype" ], "loader-freetype": [ "freetype" ], "loader-freetype-default": [ "loader-freetype" ], "source": [], "source-fontconfig": [ "yeslogic-fontconfig-sys" ], "source-fontconfig-default": [ "source-fontconfig" ], "source-fontconfig-dlopen": [ "yeslogic-fontconfig-sys/dlopen" ], "yeslogic-fontconfig-sys": [ "dep:yeslogic-fontconfig-sys" ] }, "homepage": "https://github.com/servo/font-kit", "id": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/Cargo.toml", "metadata": null, "name": "font-kit", "publish": null, "readme": "README.md", "repository": "https://github.com/servo/font-kit", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "font-kit", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "render-glyph", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/render-glyph.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "list-fonts", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/list-fonts.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "fallback", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/fallback.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "match-font", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/match-font.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "select_font", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/tests/select_font.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/tests/tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/build.rs", "test": false } ], "version": "0.11.0" }, { "authors": [ "Steven Fackler " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "foreign-types-shared", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A framework for Rust wrappers over C APIs", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", "metadata": null, "name": "foreign-types", "publish": null, "readme": "README.md", "repository": "https://github.com/sfackler/foreign-types", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "foreign-types", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", "test": true } ], "version": "0.3.2" }, { "authors": [ "Steven Fackler " ], "categories": [], "default_run": null, "dependencies": [], "description": "An internal crate used by foreign-types", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", "metadata": null, "name": "foreign-types-shared", "publish": null, "readme": null, "repository": "https://github.com/sfackler/foreign-types", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "foreign-types-shared", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", "test": true } ], "version": "0.1.1" }, { "authors": [ "The Servo Project Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "freetype-sys", "optional": true, "registry": null, "rename": null, "req": "^0.19.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Bindings for Freetype used by Servo", "documentation": "https://doc.servo.org/freetype/", "edition": "2015", "features": { "default": [ "freetype-sys" ], "freetype-sys": [ "dep:freetype-sys" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1", "keywords": [], "license": "Apache-2.0 / MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-0.7.1/Cargo.toml", "metadata": null, "name": "freetype", "publish": null, "readme": "README.md", "repository": "https://github.com/servo/rust-freetype", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "rlib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "rlib" ], "name": "freetype", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-0.7.1/src/lib.rs", "test": true } ], "version": "0.7.1" }, { "authors": [ "Coeuvre " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "cc", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "pkg-config", "optional": false, "registry": null, "rename": null, "req": "^0.3.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Low level binding for FreeType font library", "documentation": null, "edition": "2018", "features": {}, "homepage": "https://github.com/PistonDevelopers/freetype-sys", "id": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0", "keywords": [ "freetype", "ffi" ], "license": "MIT", "license_file": null, "links": "freetype", "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/Cargo.toml", "metadata": null, "name": "freetype-sys", "publish": null, "readme": "README.md", "repository": "https://github.com/PistonDevelopers/freetype-sys.git", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "freetype-sys", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/build.rs", "test": false } ], "version": "0.19.0" }, { "authors": [ "The Rand Project Developers" ], "categories": [ "os", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "js-sys", "optional": true, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": true, "registry": null, "rename": null, "req": "^0.2.62", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", "uses_default_features": false }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "wasi", "optional": false, "registry": null, "rename": null, "req": "^0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"wasi\")", "uses_default_features": false }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2.149", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": false } ], "description": "A small cross-platform library for retrieving random data from system source", "documentation": "https://docs.rs/getrandom", "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "custom": [], "js": [ "wasm-bindgen", "js-sys" ], "js-sys": [ "dep:js-sys" ], "linux_disable_fallback": [], "rdrand": [], "rustc-dep-of-std": [ "compiler_builtins", "core", "libc/rustc-dep-of-std", "wasi/rustc-dep-of-std" ], "std": [], "test-in-browser": [], "wasm-bindgen": [ "dep:wasm-bindgen" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/Cargo.toml", "metadata": { "cross": { "target": { "x86_64-unknown-netbsd": { "pre-build": [ "mkdir -p /tmp/netbsd", "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", "tar -C /tmp/netbsd -xJf base.tar.xz", "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", "rm base.tar.xz", "rm -rf /tmp/netbsd" ] } } }, "docs": { "rs": { "features": [ "std", "custom" ], "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "getrandom", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/getrandom", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "getrandom", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "normal", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/normal.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "custom", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/custom.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "rdrand", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/rdrand.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "buffer", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/benches/buffer.rs", "test": false } ], "version": "0.2.14" }, { "authors": [ "The image-rs Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "color_quant", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "weezl", "optional": false, "registry": null, "rename": null, "req": "^0.1.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "glob", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "png", "optional": false, "registry": null, "rename": null, "req": "^0.17.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "GIF de- and encoder", "documentation": "https://docs.rs/gif", "edition": "2018", "features": { "color_quant": [ "dep:color_quant" ], "default": [ "raii_no_panic", "std", "color_quant" ], "raii_no_panic": [], "std": [] }, "homepage": "https://github.com/image-rs/image-gif", "id": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/Cargo.toml", "metadata": null, "name": "gif", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/image-gif", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "gif", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "check", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/examples/check.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "explode", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/examples/explode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "check_testimages", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/check_testimages.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "crashtest", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/crashtest.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "decode", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/decode.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "stall", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/stall.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "roundtrip", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/roundtrip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "decode", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/benches/decode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "rgb_frame", "required-features": [ "std, color_quant" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/benches/rgb_frame.rs", "test": false } ], "version": "0.12.0" }, { "authors": [ "Kathryn Long " ], "categories": [ "no-std", "data-structures", "encoding" ], "default_run": null, "dependencies": [ { "features": [ "derive" ], "kind": null, "name": "bytemuck", "optional": true, "registry": null, "rename": null, "req": "^1.4.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "libm" ], "kind": null, "name": "num-traits", "optional": true, "registry": null, "rename": null, "req": "^0.2.14", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rand", "optional": true, "registry": null, "rename": null, "req": "^0.8.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rand_distr", "optional": true, "registry": null, "rename": null, "req": "^0.4.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rkyv", "optional": true, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "zerocopy", "optional": true, "registry": null, "rename": null, "req": "^0.6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "crunchy", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck_macros", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "crunchy", "optional": false, "registry": null, "rename": null, "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"spirv\")", "uses_default_features": true } ], "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.", "documentation": null, "edition": "2021", "features": { "alloc": [], "bytemuck": [ "dep:bytemuck" ], "default": [ "std" ], "num-traits": [ "dep:num-traits" ], "rand_distr": [ "dep:rand", "dep:rand_distr" ], "rkyv": [ "dep:rkyv" ], "serde": [ "dep:serde" ], "std": [ "alloc" ], "use-intrinsics": [], "zerocopy": [ "dep:zerocopy" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1", "keywords": [ "f16", "bfloat16", "no_std" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "half", "publish": null, "readme": "README.md", "repository": "https://github.com/starkat99/half-rs", "rust_version": "1.70", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "half", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "convert", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs", "test": false } ], "version": "2.4.1" }, { "authors": [ "Amanieu d'Antras " ], "categories": [ "data-structures", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "ahash", "optional": true, "registry": null, "rename": null, "req": "^0.7.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rustc-std-workspace-alloc", "optional": true, "registry": null, "rename": "alloc", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "bumpalo", "optional": true, "registry": null, "rename": null, "req": "^3.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rayon", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.25", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "fnv", "optional": false, "registry": null, "rename": null, "req": "^1.0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "small_rng" ], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_test", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A Rust port of Google's SwissTable hash map", "documentation": null, "edition": "2021", "features": { "ahash": [ "dep:ahash" ], "ahash-compile-time-rng": [ "ahash/compile-time-rng" ], "alloc": [ "dep:alloc" ], "bumpalo": [ "dep:bumpalo" ], "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [ "ahash", "inline-more" ], "inline-more": [], "nightly": [], "raw": [], "rayon": [ "dep:rayon" ], "rustc-dep-of-std": [ "nightly", "core", "compiler_builtins", "alloc", "rustc-internal-api" ], "rustc-internal-api": [], "serde": [ "dep:serde" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3", "keywords": [ "hash", "no_std", "hashmap", "swisstable" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "nightly", "rayon", "serde", "raw" ] } } }, "name": "hashbrown", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/hashbrown", "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "hashbrown", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "hasher", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "serde", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "set", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "rayon", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "insert_unique_unchecked", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", "test": false } ], "version": "0.12.3" }, { "authors": [ "Stefan Lankes" ], "categories": [ "os" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2.51", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [], "docs": [], "rustc-dep-of-std": [ "core", "compiler_builtins/rustc-dep-of-std", "libc/rustc-dep-of-std" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19", "keywords": [ "unikernel", "libos" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-unknown-hermit", "features": [ "docs" ] } } }, "name": "hermit-abi", "publish": null, "readme": "README.md", "repository": "https://github.com/hermitcore/libhermit-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "hermit-abi", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", "test": true } ], "version": "0.1.19" }, { "authors": [ "Andrew Straw ", "René Kijewski ", "Ryan Lopopolo " ], "categories": [ "date-and-time", "internationalization", "os" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "core-foundation-sys", "optional": false, "registry": null, "rename": null, "req": "^0.8.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", "uses_default_features": true }, { "features": [], "kind": null, "name": "js-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.50", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.70", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": null, "name": "android_system_properties", "optional": false, "registry": null, "rename": null, "req": "^0.1.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"android\")", "uses_default_features": true }, { "features": [], "kind": null, "name": "iana-time-zone-haiku", "optional": false, "registry": null, "rename": null, "req": "^0.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"haiku\")", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows-core", "optional": false, "registry": null, "rename": null, "req": ">=0.50, <=0.52", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_os = \"windows\")", "uses_default_features": true } ], "description": "get the IANA time zone for the current system", "documentation": null, "edition": "2018", "features": { "fallback": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60", "keywords": [ "IANA", "time" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml", "metadata": null, "name": "iana-time-zone", "publish": null, "readme": "README.md", "repository": "https://github.com/strawlab/iana-time-zone", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "iana-time-zone", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "stress-test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "get_timezone", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs", "test": false } ], "version": "0.1.60" }, { "authors": [ "René Kijewski " ], "categories": [ "date-and-time", "internationalization", "os" ], "default_run": null, "dependencies": [ { "features": [], "kind": "build", "name": "cc", "optional": false, "registry": null, "rename": null, "req": "^1.0.79", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "iana-time-zone support crate for Haiku OS", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2", "keywords": [ "IANA", "time" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml", "metadata": null, "name": "iana-time-zone-haiku", "publish": null, "readme": "README.md", "repository": "https://github.com/strawlab/iana-time-zone", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "iana-time-zone-haiku", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs", "test": false } ], "version": "0.1.2" }, { "authors": [ "The image-rs Developers" ], "categories": [ "multimedia::images", "multimedia::encoding", "encoding" ], "default_run": null, "dependencies": [ { "features": [ "extern_crate_alloc" ], "kind": null, "name": "bytemuck", "optional": false, "registry": null, "rename": null, "req": "^1.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "byteorder", "optional": false, "registry": null, "rename": null, "req": "^1.3.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "color_quant", "optional": false, "registry": null, "rename": null, "req": "^1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "dav1d", "optional": true, "registry": null, "rename": null, "req": "^0.10.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "dcv-color-primitives", "optional": true, "registry": null, "rename": null, "req": "^0.6.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "exr", "optional": true, "registry": null, "rename": null, "req": "^1.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "gif", "optional": true, "registry": null, "rename": null, "req": "^0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "jpeg-decoder", "optional": true, "registry": null, "rename": "jpeg", "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "webp", "optional": true, "registry": null, "rename": "libwebp", "req": "^0.2.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "mp4parse", "optional": true, "registry": null, "rename": null, "req": "^0.17.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "png", "optional": true, "registry": null, "rename": null, "req": "^0.17.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "qoi", "optional": true, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "ravif", "optional": true, "registry": null, "rename": null, "req": "^0.11.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rayon", "optional": true, "registry": null, "rename": null, "req": "^1.7.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rgb", "optional": true, "registry": null, "rename": null, "req": "^0.8.25", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "tiff", "optional": true, "registry": null, "rename": null, "req": "^0.9.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "crc32fast", "optional": false, "registry": null, "rename": null, "req": "^1.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "glob", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "platform_independent" ], "kind": "dev", "name": "jpeg-decoder", "optional": false, "registry": null, "rename": "jpeg", "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "num-complex", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Imaging library. Provides basic image processing and encoders/decoders for common image formats.", "documentation": "https://docs.rs/image", "edition": "2021", "features": { "avif": [ "avif-encoder" ], "avif-decoder": [ "mp4parse", "dcv-color-primitives", "dav1d" ], "avif-encoder": [ "ravif", "rgb" ], "benchmarks": [], "bmp": [], "dav1d": [ "dep:dav1d" ], "dcv-color-primitives": [ "dep:dcv-color-primitives" ], "dds": [ "dxt" ], "default": [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", "jpeg_rayon", "openexr", "qoi" ], "dxt": [], "exr": [ "dep:exr" ], "farbfeld": [], "gif": [ "dep:gif" ], "hdr": [], "ico": [ "bmp", "png" ], "jpeg": [ "dep:jpeg" ], "jpeg_rayon": [ "jpeg/rayon" ], "libwebp": [ "dep:libwebp" ], "mp4parse": [ "dep:mp4parse" ], "openexr": [ "exr" ], "png": [ "dep:png" ], "pnm": [], "qoi": [ "dep:qoi" ], "ravif": [ "dep:ravif" ], "rayon": [ "dep:rayon" ], "rgb": [ "dep:rgb" ], "tga": [], "tiff": [ "dep:tiff" ], "webp": [], "webp-encoder": [ "libwebp", "webp" ] }, "homepage": "https://github.com/image-rs/image", "id": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "include": [ "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/CHANGES.md", "/src/", "/benches/" ], "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "image", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/image", "rust_version": "1.63.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "image", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "gradient", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/gradient/main.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "tile", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/tile/main.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "scaleup", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/scaleup/main.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "convert", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/convert.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "opening", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/opening.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "concat", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/concat/main.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "decode", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/decode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "scaledown", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/scaledown/main.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "fractal", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/fractal.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "conversions", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/conversions.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "reference_images", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/reference_images.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "limits", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/limits.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "limits_anim", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/limits_anim.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "save_jpeg", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/save_jpeg.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "regression", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/regression.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "truncate_images", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/truncate_images.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "decode", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/decode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "encode", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/encode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "copy_from", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/copy_from.rs", "test": false } ], "version": "0.24.9" }, { "authors": [], "categories": [ "data-structures", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "arbitrary", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "raw" ], "kind": null, "name": "hashbrown", "optional": false, "registry": null, "rename": null, "req": "^0.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "quickcheck", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rayon", "optional": true, "registry": null, "rename": null, "req": "^1.4.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-rayon", "optional": true, "registry": null, "rename": "rustc-rayon", "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "fnv", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "fxhash", "optional": false, "registry": null, "rename": null, "req": "^0.2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "itertools", "optional": false, "registry": null, "rename": null, "req": "^0.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "small_rng" ], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "autocfg", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A hash table with consistent order and fast iteration.", "documentation": "https://docs.rs/indexmap/", "edition": "2021", "features": { "arbitrary": [ "dep:arbitrary" ], "quickcheck": [ "dep:quickcheck" ], "rayon": [ "dep:rayon" ], "rustc-rayon": [ "dep:rustc-rayon" ], "serde": [ "dep:serde" ], "serde-1": [ "serde" ], "std": [], "test_debug": [], "test_low_transition_point": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3", "keywords": [ "hashmap", "no_std" ], "license": "Apache-2.0 OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "arbitrary", "quickcheck", "serde-1", "rayon" ] } }, "release": { "no-dev-version": true, "tag-name": "{{version}}" } }, "name": "indexmap", "publish": null, "readme": "README.md", "repository": "https://github.com/bluss/indexmap", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "indexmap", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "macros_full_path", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/macros_full_path.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "equivalent_trait", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/equivalent_trait.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/tests.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "quick", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/quick.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/bench.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "faststring", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/faststring.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs", "test": false } ], "version": "1.9.3" }, { "authors": [ "bluss" ], "categories": [ "algorithms", "rust-patterns" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "either", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "=0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "paste", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "permutohedron", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^0.9", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", "documentation": "https://docs.rs/itertools/", "edition": "2018", "features": { "default": [ "use_std" ], "use_alloc": [], "use_std": [ "use_alloc", "either/use_std" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", "keywords": [ "iterator", "data-structure", "zip", "product", "group-by" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml", "metadata": { "release": { "no-dev-version": true } }, "name": "itertools", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-itertools/itertools", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "itertools", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "iris", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "specializations", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "macros_hygiene", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_core", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "tuples", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "peeking_take_while", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "adaptors_no_collect", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_std", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "zip", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "merge_join", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "quick", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "flatten_ok", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "tuple_combinations", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "tuples", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "fold_specialization", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "combinations_with_replacement", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "tree_fold1", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "bench1", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "combinations", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "powerset", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs", "test": false } ], "version": "0.10.5" }, { "authors": [ "David Tolnay " ], "categories": [ "value-formatting", "no-std", "no-std::no-alloc" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "no-panic", "optional": true, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Fast integer primitive to string conversion", "documentation": "https://docs.rs/itoa", "edition": "2018", "features": { "no-panic": [ "dep:no-panic" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11", "keywords": [ "integer" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "itoa", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/itoa", "rust_version": "1.36", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "itoa", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs", "test": false } ], "version": "1.0.11" }, { "authors": [ "The image-rs Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "rayon", "optional": true, "registry": null, "rename": null, "req": "^1.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "png", "optional": false, "registry": null, "rename": null, "req": "^0.16", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "walkdir", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "=0.2.83", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "JPEG decoder", "documentation": "https://docs.rs/jpeg-decoder", "edition": "2021", "features": { "default": [ "rayon" ], "nightly_aarch64_neon": [], "platform_independent": [], "rayon": [ "dep:rayon" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1", "keywords": [ "jpeg", "jpg", "decoder", "image" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml", "metadata": null, "name": "jpeg-decoder", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/jpeg-decoder", "rust_version": "1.61.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "jpeg-decoder", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "decode", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "rayon", "required-features": [ "rayon" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "rayon-0", "required-features": [ "rayon" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "rayon-1", "required-features": [ "rayon" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "rayon-2", "required-features": [ "rayon" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "lib", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "decoding_benchmark", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "large_image", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs", "test": false } ], "version": "0.3.1" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [ "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-futures", "optional": false, "registry": null, "rename": null, "req": "^0.4.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "=0.3.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [ "Headers", "Response", "ResponseInit" ], "kind": "dev", "name": "web-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true } ], "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", "documentation": "https://docs.rs/js-sys", "edition": "2018", "features": {}, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml", "metadata": null, "name": "js-sys", "publish": null, "readme": "./README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": false, "edition": "2018", "kind": [ "lib" ], "name": "js-sys", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "headless", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "wasm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs", "test": true } ], "version": "0.3.69" }, { "authors": [ "Marvin Löbel " ], "categories": [ "no-std", "rust-patterns", "memory-management" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "spin", "optional": true, "registry": null, "rename": null, "req": "^0.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A macro for declaring lazily evaluated statics in Rust.", "documentation": "https://docs.rs/lazy_static", "edition": "2015", "features": { "spin": [ "dep:spin" ], "spin_no_std": [ "spin" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", "keywords": [ "macro", "lazy", "static" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", "metadata": null, "name": "lazy_static", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "lazy_static", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "no_std", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", "test": true } ], "version": "1.4.0" }, { "authors": [ "The Rust Project Developers" ], "categories": [ "external-ffi-bindings", "no-std", "os" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Raw FFI bindings to platform libraries like libc.\n", "documentation": "https://docs.rs/libc/", "edition": "2015", "features": { "align": [], "const-extern-fn": [], "default": [ "std" ], "extra_traits": [], "rustc-dep-of-std": [ "align", "rustc-std-workspace-core" ], "rustc-std-workspace-core": [ "dep:rustc-std-workspace-core" ], "std": [], "use_std": [ "std" ] }, "homepage": "https://github.com/rust-lang/libc", "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "keywords": [ "libc", "ffi", "bindings", "operating", "system" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/Cargo.toml", "metadata": { "docs": { "rs": { "cargo-args": [ "-Zbuild-std=core" ], "default-target": "x86_64-unknown-linux-gnu", "features": [ "const-extern-fn", "extra_traits" ], "targets": [ "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-freebsd", "aarch64-unknown-fuchsia", "aarch64-unknown-hermit", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-unknown-netbsd", "aarch64-unknown-openbsd", "aarch64-wrs-vxworks", "arm-linux-androideabi", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "arm-unknown-linux-musleabi", "arm-unknown-linux-musleabihf", "armebv7r-none-eabi", "armebv7r-none-eabihf", "armv5te-unknown-linux-gnueabi", "armv5te-unknown-linux-musleabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabihf", "armv7-unknown-linux-musleabihf", "armv7-wrs-vxworks-eabihf", "armv7r-none-eabi", "armv7r-none-eabihf", "hexagon-unknown-linux-musl", "i586-pc-windows-msvc", "i586-unknown-linux-gnu", "i586-unknown-linux-musl", "i686-linux-android", "i686-pc-windows-gnu", "i686-pc-windows-msvc", "i686-pc-windows-msvc", "i686-unknown-freebsd", "i686-unknown-haiku", "i686-unknown-linux-gnu", "i686-unknown-linux-musl", "i686-unknown-netbsd", "i686-unknown-openbsd", "i686-wrs-vxworks", "mips-unknown-linux-gnu", "mips-unknown-linux-musl", "mips64-unknown-linux-gnuabi64", "mips64-unknown-linux-muslabi64", "mips64el-unknown-linux-gnuabi64", "mips64el-unknown-linux-muslabi64", "mipsel-sony-psp", "mipsel-unknown-linux-gnu", "mipsel-unknown-linux-musl", "nvptx64-nvidia-cuda", "powerpc-unknown-linux-gnu", "powerpc-unknown-linux-gnuspe", "powerpc-unknown-netbsd", "powerpc-wrs-vxworks", "powerpc-wrs-vxworks-spe", "powerpc64-unknown-freebsd", "powerpc64-unknown-linux-gnu", "powerpc64-wrs-vxworks", "powerpc64le-unknown-linux-gnu", "riscv32gc-unknown-linux-gnu", "riscv32i-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-freebsd", "riscv64gc-unknown-hermit", "riscv64gc-unknown-linux-gnu", "riscv64gc-unknown-linux-musl", "riscv64gc-unknown-none-elf", "riscv64imac-unknown-none-elf", "s390x-unknown-linux-gnu", "s390x-unknown-linux-musl", "sparc-unknown-linux-gnu", "sparc64-unknown-linux-gnu", "sparc64-unknown-netbsd", "sparcv9-sun-solaris", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv7neon-linux-androideabi", "thumbv7neon-unknown-linux-gnueabihf", "wasm32-unknown-emscripten", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fortanix-unknown-sgx", "x86_64-linux-android", "x86_64-pc-solaris", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-dragonfly", "x86_64-unknown-freebsd", "x86_64-unknown-fuchsia", "x86_64-unknown-haiku", "x86_64-unknown-hermit", "x86_64-unknown-illumos", "x86_64-unknown-l4re-uclibc", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnux32", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "x86_64-unknown-openbsd", "x86_64-unknown-redox", "x86_64-wrs-vxworks" ] } } }, "name": "libc", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/libc", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "libc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "const_fn", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/tests/const_fn.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs", "test": false } ], "version": "0.2.153" }, { "authors": [ "Simonas Kazlauskas " ], "categories": [ "api-bindings" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "static_assertions", "optional": false, "registry": null, "rename": null, "req": "^1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows-targets", "optional": false, "registry": null, "rename": null, "req": ">=0.48, <0.53", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true }, { "features": [ "Win32_Foundation" ], "kind": "dev", "name": "windows-sys", "optional": false, "registry": null, "rename": null, "req": "^0.52", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", "documentation": "https://docs.rs/libloading/", "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3", "keywords": [ "dlopen", "load", "shared", "dylib" ], "license": "ISC", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "libloading_docs" ] } } }, "name": "libloading", "publish": null, "readme": "README.mkd", "repository": "https://github.com/nagisa/rust_libloading/", "rust_version": "1.56.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "libloading", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "windows", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/windows.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "library_filename", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/library_filename.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "constants", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/constants.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "markers", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/markers.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "functions", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/functions.rs", "test": true } ], "version": "0.8.3" }, { "authors": [ "Jorge Aparicio " ], "categories": [ "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "no-panic", "optional": false, "registry": null, "rename": null, "req": "^0.1.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "rand", "optional": true, "registry": null, "rename": null, "req": "^0.6.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "libm in pure Rust", "documentation": "https://docs.rs/libm", "edition": "2018", "features": { "default": [], "musl-reference-tests": [ "rand" ], "rand": [ "dep:rand" ], "unstable": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8", "keywords": [ "libm", "math" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/Cargo.toml", "metadata": null, "name": "libm", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/libm", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "libm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs", "test": false } ], "version": "0.2.8" }, { "authors": [ "4lDO2 <4lDO2@protonmail.com>" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "ioslice", "optional": true, "registry": null, "rename": null, "req": "^0.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "redox_syscall", "optional": true, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Redox stable ABI", "documentation": null, "edition": "2021", "features": { "call": [], "default": [ "call", "std", "redox_syscall" ], "ioslice": [ "dep:ioslice" ], "mkns": [ "ioslice" ], "redox_syscall": [ "dep:redox_syscall" ], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/Cargo.toml", "metadata": null, "name": "libredox", "publish": null, "readme": null, "repository": "https://gitlab.redox-os.org/redox-os/libredox.git", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "libredox", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs", "test": true } ], "version": "0.1.3" }, { "authors": [ "The Rust Project Developers" ], "categories": [ "development-tools::debugging" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "sval", "optional": true, "registry": null, "rename": null, "req": "^2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "sval_ref", "optional": true, "registry": null, "rename": null, "req": "^2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "inline-i128" ], "kind": null, "name": "value-bag", "optional": true, "registry": null, "rename": null, "req": "^1.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0.63", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "derive" ], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_test", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "sval", "optional": false, "registry": null, "rename": null, "req": "^2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "sval_derive", "optional": false, "registry": null, "rename": null, "req": "^2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "test" ], "kind": "dev", "name": "value-bag", "optional": false, "registry": null, "rename": null, "req": "^1.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A lightweight logging facade for Rust\n", "documentation": "https://docs.rs/log", "edition": "2021", "features": { "kv": [], "kv_serde": [ "kv_std", "value-bag/serde", "serde" ], "kv_std": [ "std", "kv", "value-bag/error" ], "kv_sval": [ "kv", "value-bag/sval", "sval", "sval_ref" ], "kv_unstable": [ "kv", "value-bag" ], "kv_unstable_serde": [ "kv_serde", "kv_unstable_std" ], "kv_unstable_std": [ "kv_std", "kv_unstable" ], "kv_unstable_sval": [ "kv_sval", "kv_unstable" ], "max_level_debug": [], "max_level_error": [], "max_level_info": [], "max_level_off": [], "max_level_trace": [], "max_level_warn": [], "release_max_level_debug": [], "release_max_level_error": [], "release_max_level_info": [], "release_max_level_off": [], "release_max_level_trace": [], "release_max_level_warn": [], "serde": [ "dep:serde" ], "std": [], "sval": [ "dep:sval" ], "sval_ref": [ "dep:sval_ref" ], "value-bag": [ "dep:value-bag" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", "keywords": [ "logging" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "std", "serde", "kv_std", "kv_sval", "kv_serde" ] } } }, "name": "log", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/log", "rust_version": "1.60.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "log", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "filters", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "macros", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "value", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs", "test": false } ], "version": "0.4.21" }, { "authors": [ "Andrew Gallant ", "bluss" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "log", "optional": true, "registry": null, "rename": null, "req": "^0.4.20", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n", "documentation": "https://docs.rs/memchr/", "edition": "2021", "features": { "alloc": [], "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [ "std" ], "libc": [], "logging": [ "dep:log" ], "rustc-dep-of-std": [ "core", "compiler_builtins" ], "std": [ "alloc" ], "use_std": [ "std" ] }, "homepage": "https://github.com/BurntSushi/memchr", "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", "keywords": [ "memchr", "memmem", "substring", "find", "search" ], "license": "Unlicense OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ] } } }, "name": "memchr", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/memchr", "rust_version": "1.61", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "memchr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs", "test": true } ], "version": "2.7.2" }, { "authors": [ "Frommi ", "oyvindln " ], "categories": [ "compression" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "adler", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rustc-std-workspace-alloc", "optional": true, "registry": null, "rename": "alloc", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "simd-adler32", "optional": true, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", "documentation": "https://docs.rs/miniz_oxide", "edition": "2018", "features": { "alloc": [ "dep:alloc" ], "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [ "with-alloc" ], "rustc-dep-of-std": [ "core", "alloc", "compiler_builtins", "adler/rustc-dep-of-std" ], "simd": [ "simd-adler32" ], "simd-adler32": [ "dep:simd-adler32" ], "std": [], "with-alloc": [] }, "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2", "keywords": [ "zlib", "miniz", "deflate", "encoding" ], "license": "MIT OR Zlib OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/Cargo.toml", "metadata": null, "name": "miniz_oxide", "publish": null, "readme": "Readme.md", "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "miniz_oxide", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs", "test": true } ], "version": "0.7.2" }, { "authors": [ "The Rust Project Developers" ], "categories": [ "algorithms", "science", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "libm", "optional": true, "registry": null, "rename": null, "req": "^0.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "autocfg", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Numeric traits for generic mathematics", "documentation": "https://docs.rs/num-traits", "edition": "2018", "features": { "default": [ "std" ], "i128": [], "libm": [ "dep:libm" ], "std": [] }, "homepage": "https://github.com/rust-num/num-traits", "id": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "keywords": [ "mathematics", "numerics" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "std" ], "rustdoc-args": [ "--generate-link-to-definition" ] } } }, "name": "num-traits", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-num/num-traits", "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "num-traits", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "cast", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/tests/cast.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs", "test": false } ], "version": "0.2.18" }, { "authors": [ "Aleksey Kladov " ], "categories": [ "rust-patterns", "memory-management" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "critical-section", "optional": true, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "parking_lot_core", "optional": true, "registry": null, "rename": null, "req": "^0.9.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "portable-atomic", "optional": true, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": "dev", "name": "critical-section", "optional": false, "registry": null, "rename": null, "req": "^1.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "regex", "optional": false, "registry": null, "rename": null, "req": "^1.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Single assignment cells and lazy values.", "documentation": "https://docs.rs/once_cell", "edition": "2021", "features": { "alloc": [ "race" ], "atomic-polyfill": [ "critical-section" ], "critical-section": [ "dep:critical-section", "portable-atomic" ], "default": [ "std" ], "parking_lot": [ "dep:parking_lot_core" ], "portable-atomic": [ "dep:portable-atomic" ], "race": [], "std": [ "alloc" ], "unstable": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", "keywords": [ "lazy", "static" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--generate-link-to-definition" ] } } }, "name": "once_cell", "publish": null, "readme": "README.md", "repository": "https://github.com/matklad/once_cell", "rust_version": "1.60", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "once_cell", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "bench", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "bench_acquire", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "lazy_static", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "reentrant_init_deadlocks", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "regex", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "test_synchronization", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "it", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs", "test": true } ], "version": "1.19.0" }, { "authors": [ "Simon Heath " ], "categories": [ "algorithms", "embedded", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "rand_core", "optional": false, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_pcg", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "random-fast-rng", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "randomize", "optional": false, "registry": null, "rename": null, "req": "^3.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A tiny, robust PRNG implementation.", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3", "keywords": [ "rng", "prng", "random", "pcg" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/Cargo.toml", "metadata": null, "name": "oorandom", "publish": null, "readme": "README.md", "repository": "https://sr.ht/~icefox/oorandom/", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "oorandom", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs", "test": true } ], "version": "11.1.3" }, { "authors": [ "dylni" ], "categories": [ "command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "memchr", "optional": true, "registry": null, "rename": null, "req": "^2.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "print_bytes", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "uniquote", "optional": true, "registry": null, "rename": null, "req": "^3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "fastrand", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Convert between byte sequences and platform-native strings\n", "documentation": null, "edition": "2021", "features": { "checked_conversions": [ "conversions" ], "conversions": [], "default": [ "memchr", "raw_os_str" ], "memchr": [ "dep:memchr" ], "nightly": [], "print_bytes": [ "dep:print_bytes" ], "raw_os_str": [], "uniquote": [ "dep:uniquote" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1", "keywords": [ "bytes", "osstr", "osstring", "path", "windows" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustc-args": [ "--cfg", "os_str_bytes_docs_rs" ], "rustdoc-args": [ "--cfg", "os_str_bytes_docs_rs" ] } } }, "name": "os_str_bytes", "publish": null, "readme": "README.md", "repository": "https://github.com/dylni/os_str_bytes", "rust_version": "1.61.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "os_str_bytes", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/src/lib.rs", "test": true } ], "version": "6.6.1" }, { "authors": [ "Patrick Walton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "log", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "pathfinder_simd", "optional": false, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Basic SIMD-accelerated geometry/linear algebra", "documentation": null, "edition": "2018", "features": {}, "homepage": "https://github.com/servo/pathfinder", "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_geometry-0.5.1/Cargo.toml", "metadata": null, "name": "pathfinder_geometry", "publish": null, "readme": null, "repository": "https://github.com/servo/pathfinder", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "pathfinder_geometry", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_geometry-0.5.1/src/lib.rs", "test": true } ], "version": "0.5.1" }, { "authors": [ "Patrick Walton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": "build", "name": "rustc_version", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A simple SIMD library", "documentation": null, "edition": "2018", "features": { "pf-no-simd": [] }, "homepage": "https://github.com/servo/pathfinder", "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/Cargo.toml", "metadata": null, "name": "pathfinder_simd", "publish": null, "readme": null, "repository": "https://github.com/servo/pathfinder", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "pathfinder_simd", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/build.rs", "test": false } ], "version": "0.5.3" }, { "authors": [ "Alex Crichton " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "lazy_static", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", "documentation": "https://docs.rs/pkg-config", "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30", "keywords": [ "build-dependencies" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/Cargo.toml", "metadata": null, "name": "pkg-config", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/pkg-config-rs", "rust_version": "1.30", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "pkg-config", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs", "test": true } ], "version": "0.3.30" }, { "authors": [ "Hao Hou " ], "categories": [ "visualization", "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "chrono", "optional": true, "registry": null, "rename": null, "req": "^0.4.20", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2.14", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "plotters-backend", "optional": false, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "plotters-bitmap", "optional": true, "registry": null, "rename": null, "req": "^0.3.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "plotters-svg", "optional": true, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "itertools", "optional": false, "registry": null, "rename": null, "req": "^0.10.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.139", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0.140", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0.82", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.62", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [ "Document", "DomRect", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d" ], "kind": null, "name": "web-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.51", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3.24", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [], "kind": null, "name": "ab_glyph", "optional": true, "registry": null, "rename": null, "req": "^0.2.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "font-kit", "optional": true, "registry": null, "rename": null, "req": "^0.11.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [ "jpeg", "png", "bmp" ], "kind": null, "name": "image", "optional": true, "registry": null, "rename": null, "req": "^0.24.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": false }, { "features": [], "kind": null, "name": "lazy_static", "optional": true, "registry": null, "rename": null, "req": "^1.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "once_cell", "optional": true, "registry": null, "rename": null, "req": "^1.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "pathfinder_geometry", "optional": true, "registry": null, "rename": null, "req": "^0.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "ttf-parser", "optional": true, "registry": null, "rename": null, "req": "^0.17.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_distr", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_xorshift", "optional": false, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true } ], "description": "A Rust drawing library focus on data plotting for both WASM and native applications", "documentation": null, "edition": "2018", "features": { "ab_glyph": [ "dep:ab_glyph", "once_cell" ], "all_elements": [ "errorbar", "candlestick", "boxplot", "histogram" ], "all_series": [ "area_series", "line_series", "point_series", "surface_series" ], "area_series": [], "bitmap_backend": [ "plotters-bitmap" ], "bitmap_encoder": [ "plotters-bitmap/image_encoder" ], "bitmap_gif": [ "plotters-bitmap/gif_backend" ], "boxplot": [], "candlestick": [], "chrono": [ "dep:chrono" ], "colormaps": [], "datetime": [ "chrono" ], "default": [ "bitmap_backend", "bitmap_encoder", "bitmap_gif", "svg_backend", "chrono", "ttf", "image", "deprecated_items", "all_series", "all_elements", "full_palette", "colormaps" ], "deprecated_items": [], "errorbar": [], "evcxr": [ "svg_backend" ], "evcxr_bitmap": [ "evcxr", "bitmap_backend", "plotters-svg/bitmap_encoder" ], "font-kit": [ "dep:font-kit" ], "fontconfig-dlopen": [ "font-kit/source-fontconfig-dlopen" ], "full_palette": [], "histogram": [], "image": [ "dep:image" ], "lazy_static": [ "dep:lazy_static" ], "line_series": [], "once_cell": [ "dep:once_cell" ], "pathfinder_geometry": [ "dep:pathfinder_geometry" ], "plotters-bitmap": [ "dep:plotters-bitmap" ], "plotters-svg": [ "dep:plotters-svg" ], "point_series": [], "surface_series": [], "svg_backend": [ "plotters-svg" ], "ttf": [ "font-kit", "ttf-parser", "lazy_static", "pathfinder_geometry" ], "ttf-parser": [ "dep:ttf-parser" ] }, "homepage": "https://plotters-rs.github.io/", "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5", "keywords": [ "WebAssembly", "Visualization", "Plotting", "Drawing" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/Cargo.toml", "metadata": null, "name": "plotters", "publish": null, "readme": "README.md", "repository": "https://github.com/plotters-rs/plotters", "rust_version": null, "source": null, "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "plotters", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "3d-plot2", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/3d-plot2.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "relative_size", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/relative_size.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "animation", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/animation.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "two-scales", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/two-scales.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "tick_control", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/tick_control.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "blit-bitmap", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/blit-bitmap.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "console", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/console.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "slc-temp", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/slc-temp.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "3d-plot", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/3d-plot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "full_palette", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/full_palette.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "area-chart", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/area-chart.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "mandelbrot", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/mandelbrot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "colormaps", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/colormaps.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "errorbar", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/errorbar.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "normal-dist", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/normal-dist.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "nested_coord", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/nested_coord.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "customized_coord", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/customized_coord.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "snowflake", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/snowflake.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "normal-dist2", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/normal-dist2.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "boxplot", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/boxplot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "sierpinski", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/sierpinski.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "pie", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/pie.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "chart", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/chart.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "matshow", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/matshow.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "stock", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/stock.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "histogram", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/histogram.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "benchmark", "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/benches/main.rs", "test": false } ], "version": "0.3.5" }, { "authors": [ "Hao Hou " ], "categories": [ "visualization", "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "chrono", "optional": true, "registry": null, "rename": null, "req": "^0.4.20", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2.14", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "plotters-backend", "optional": false, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "plotters-bitmap", "optional": true, "registry": null, "rename": null, "req": "^0.3.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "plotters-svg", "optional": true, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "itertools", "optional": false, "registry": null, "rename": null, "req": "^0.10.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.139", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0.140", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0.82", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.62", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [ "Document", "DomRect", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d" ], "kind": null, "name": "web-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.51", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3.24", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", "uses_default_features": true }, { "features": [], "kind": null, "name": "ab_glyph", "optional": true, "registry": null, "rename": null, "req": "^0.2.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "font-kit", "optional": true, "registry": null, "rename": null, "req": "^0.11.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [ "jpeg", "png", "bmp" ], "kind": null, "name": "image", "optional": true, "registry": null, "rename": null, "req": "^0.24.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": false }, { "features": [], "kind": null, "name": "lazy_static", "optional": true, "registry": null, "rename": null, "req": "^1.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "once_cell", "optional": true, "registry": null, "rename": null, "req": "^1.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "pathfinder_geometry", "optional": true, "registry": null, "rename": null, "req": "^0.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": null, "name": "ttf-parser", "optional": true, "registry": null, "rename": null, "req": "^0.17.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_distr", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_xorshift", "optional": false, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": true } ], "description": "A Rust drawing library focus on data plotting for both WASM and native applications", "documentation": null, "edition": "2018", "features": { "ab_glyph": [ "dep:ab_glyph", "once_cell" ], "all_elements": [ "errorbar", "candlestick", "boxplot", "histogram" ], "all_series": [ "area_series", "line_series", "point_series", "surface_series" ], "area_series": [], "bitmap_backend": [ "plotters-bitmap" ], "bitmap_encoder": [ "plotters-bitmap/image_encoder" ], "bitmap_gif": [ "plotters-bitmap/gif_backend" ], "boxplot": [], "candlestick": [], "chrono": [ "dep:chrono" ], "colormaps": [], "datetime": [ "chrono" ], "default": [ "bitmap_backend", "bitmap_encoder", "bitmap_gif", "svg_backend", "chrono", "ttf", "image", "deprecated_items", "all_series", "all_elements", "full_palette", "colormaps" ], "deprecated_items": [], "errorbar": [], "evcxr": [ "svg_backend" ], "evcxr_bitmap": [ "evcxr", "bitmap_backend", "plotters-svg/bitmap_encoder" ], "font-kit": [ "dep:font-kit" ], "fontconfig-dlopen": [ "font-kit/source-fontconfig-dlopen" ], "full_palette": [], "histogram": [], "image": [ "dep:image" ], "lazy_static": [ "dep:lazy_static" ], "line_series": [], "once_cell": [ "dep:once_cell" ], "pathfinder_geometry": [ "dep:pathfinder_geometry" ], "plotters-bitmap": [ "dep:plotters-bitmap" ], "plotters-svg": [ "dep:plotters-svg" ], "point_series": [], "surface_series": [], "svg_backend": [ "plotters-svg" ], "ttf": [ "font-kit", "ttf-parser", "lazy_static", "pathfinder_geometry" ], "ttf-parser": [ "dep:ttf-parser" ] }, "homepage": "https://plotters-rs.github.io/", "id": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5", "keywords": [ "WebAssembly", "Visualization", "Plotting", "Drawing" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/Cargo.toml", "metadata": null, "name": "plotters", "publish": null, "readme": "README.md", "repository": "https://github.com/plotters-rs/plotters", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "plotters", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "3d-plot2", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/3d-plot2.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "relative_size", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/relative_size.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "animation", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/animation.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "two-scales", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/two-scales.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "tick_control", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/tick_control.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "blit-bitmap", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/blit-bitmap.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "console", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/console.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "slc-temp", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/slc-temp.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "3d-plot", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/3d-plot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "full_palette", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/full_palette.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "area-chart", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/area-chart.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "mandelbrot", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/mandelbrot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "colormaps", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/colormaps.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "errorbar", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/errorbar.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "normal-dist", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/normal-dist.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "nested_coord", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/nested_coord.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "customized_coord", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/customized_coord.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "snowflake", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/snowflake.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "normal-dist2", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/normal-dist2.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "boxplot", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/boxplot.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "sierpinski", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/sierpinski.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "pie", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/pie.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "chart", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/chart.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "matshow", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/matshow.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "stock", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/stock.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "histogram", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/histogram.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "benchmark", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/benches/main.rs", "test": false } ], "version": "0.3.5" }, { "authors": [ "Hao Hou " ], "categories": [], "default_run": null, "dependencies": [], "description": "Plotters Backend API", "documentation": null, "edition": "2018", "features": {}, "homepage": "https://plotters-rs.github.io", "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/Cargo.toml", "metadata": null, "name": "plotters-backend", "publish": null, "readme": "README.md", "repository": "https://github.com/plotters-rs/plotters", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "plotters-backend", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs", "test": true } ], "version": "0.3.5" }, { "authors": [ "Hao Hou " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "gif", "optional": true, "registry": null, "rename": null, "req": "^0.12.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "plotters-backend", "optional": false, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1.5.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "jpeg", "png", "bmp" ], "kind": null, "name": "image", "optional": true, "registry": null, "rename": null, "req": "^0.24.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(not(target_arch = \"wasm32\"))", "uses_default_features": false } ], "description": "Plotters Bitmap Backend", "documentation": null, "edition": "2018", "features": { "default": [ "image_encoder", "gif_backend" ], "gif": [ "dep:gif" ], "gif_backend": [ "gif", "image_encoder" ], "image": [ "dep:image" ], "image_encoder": [ "image" ] }, "homepage": "https://plotters-rs.github.io", "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/Cargo.toml", "metadata": null, "name": "plotters-bitmap", "publish": null, "readme": "README.md", "repository": "https://github.com/plotters-rs/plotters", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "plotters-bitmap", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "benchmark", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/benches/main.rs", "test": false } ], "version": "0.3.3" }, { "authors": [ "Hao Hou " ], "categories": [], "default_run": null, "dependencies": [ { "features": [ "jpeg", "png", "bmp" ], "kind": null, "name": "image", "optional": true, "registry": null, "rename": null, "req": "^0.24.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "plotters-backend", "optional": false, "registry": null, "rename": null, "req": "^0.3.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Plotters SVG backend", "documentation": null, "edition": "2018", "features": { "bitmap_encoder": [ "image" ], "debug": [], "image": [ "dep:image" ] }, "homepage": "https://plotters-rs.github.io", "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", "keywords": [], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/Cargo.toml", "metadata": null, "name": "plotters-svg", "publish": null, "readme": "README.md", "repository": "https://github.com/plotters-rs/plotters.git", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "plotters-svg", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs", "test": true } ], "version": "0.3.5" }, { "authors": [ "The image-rs Developers" ], "categories": [ "multimedia::images" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bitflags", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "crc32fast", "optional": false, "registry": null, "rename": null, "req": "^1.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "fdeflate", "optional": false, "registry": null, "rename": null, "req": "^0.3.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "flate2", "optional": false, "registry": null, "rename": null, "req": "^1.0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "simd" ], "kind": null, "name": "miniz_oxide", "optional": false, "registry": null, "rename": null, "req": "^0.7.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "byteorder", "optional": false, "registry": null, "rename": null, "req": "^1.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": "dev", "name": "clap", "optional": false, "registry": null, "rename": null, "req": "^3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.4.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "getopts", "optional": false, "registry": null, "rename": null, "req": "^0.2.14", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "glutin" ], "kind": "dev", "name": "glium", "optional": false, "registry": null, "rename": null, "req": "^0.32", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "glob", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "term", "optional": false, "registry": null, "rename": null, "req": "^0.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "PNG decoding and encoding library in pure Rust", "documentation": null, "edition": "2018", "features": { "benchmarks": [], "unstable": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml", "metadata": null, "name": "png", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/image-png", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "png", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "png-generate", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "change-png-info", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "pngcheck", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "corpus-bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "show", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "decoder", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "unfilter", "required-features": [ "benchmarks" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "expand_paletted", "required-features": [ "benchmarks" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs", "test": false } ], "version": "0.17.13" }, { "authors": [ "The CryptoCorrosion Contributors" ], "categories": [ "cryptography", "no-std" ], "default_run": null, "dependencies": [], "description": "Implementation of the crypto-simd API for x86", "documentation": null, "edition": "2018", "features": { "default": [ "std" ], "no_simd": [], "simd": [], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", "keywords": [ "crypto", "simd", "x86" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/Cargo.toml", "metadata": null, "name": "ppv-lite86", "publish": null, "readme": null, "repository": "https://github.com/cryptocorrosion/cryptocorrosion", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "ppv-lite86", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs", "test": true } ], "version": "0.2.17" }, { "authors": [ "David Tolnay ", "Alex Crichton " ], "categories": [ "development-tools::procedural-macro-helpers" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "unicode-ident", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "flate2", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "tar", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", "documentation": "https://docs.rs/proc-macro2", "edition": "2021", "features": { "default": [ "proc-macro" ], "nightly": [], "proc-macro": [], "span-locations": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "keywords": [ "macros", "syn" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/Cargo.toml", "metadata": { "docs": { "rs": { "rustc-args": [ "--cfg", "procmacro2_semver_exempt" ], "rustdoc-args": [ "--cfg", "procmacro2_semver_exempt", "--cfg", "doc_cfg", "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } }, "playground": { "features": [ "span-locations" ] } }, "name": "proc-macro2", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/proc-macro2", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "proc-macro2", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "marker", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/marker.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "features", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/features.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_size", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_size.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_fmt", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_fmt.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "comments", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/comments.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/build.rs", "test": false } ], "version": "1.0.80" }, { "authors": [ "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0.74", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "diff" ], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0.66", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Quasi-quoting macro quote!(...)", "documentation": "https://docs.rs/quote/", "edition": "2018", "features": { "default": [ "proc-macro" ], "proc-macro": [ "proc-macro2/proc-macro" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "keywords": [ "macros", "syn" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "quote", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/quote", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "quote", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "compiletest", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs", "test": true } ], "version": "1.0.36" }, { "authors": [ "The Rand Project Developers", "The Rust Project Developers" ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "log", "optional": true, "registry": null, "rename": null, "req": "^0.4.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "into_bits" ], "kind": null, "name": "packed_simd_2", "optional": true, "registry": null, "rename": "packed_simd", "req": "^0.3.7", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rand_chacha", "optional": true, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rand_core", "optional": false, "registry": null, "rename": null, "req": "^0.6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.103", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "bincode", "optional": false, "registry": null, "rename": null, "req": "^1.2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_pcg", "optional": false, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "libc", "optional": true, "registry": null, "rename": null, "req": "^0.2.22", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": false } ], "description": "Random number generators and other randomness functionality.\n", "documentation": "https://docs.rs/rand", "edition": "2018", "features": { "alloc": [ "rand_core/alloc" ], "default": [ "std", "std_rng" ], "getrandom": [ "rand_core/getrandom" ], "libc": [ "dep:libc" ], "log": [ "dep:log" ], "min_const_gen": [], "nightly": [], "packed_simd": [ "dep:packed_simd" ], "rand_chacha": [ "dep:rand_chacha" ], "serde": [ "dep:serde" ], "serde1": [ "serde", "rand_core/serde1" ], "simd_support": [ "packed_simd" ], "small_rng": [], "std": [ "rand_core/std", "rand_chacha/std", "alloc", "getrandom", "libc" ], "std_rng": [ "rand_chacha" ] }, "homepage": "https://rust-random.github.io/book", "id": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5", "keywords": [ "random", "rng" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "doc_cfg" ] } }, "playground": { "features": [ "small_rng", "serde1" ] } }, "name": "rand", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rand", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rand", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs", "test": true } ], "version": "0.8.5" }, { "authors": [ "The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors" ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [ "simd" ], "kind": null, "name": "ppv-lite86", "optional": false, "registry": null, "rename": null, "req": "^0.2.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rand_core", "optional": false, "registry": null, "rename": null, "req": "^0.6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "ChaCha random number generator\n", "documentation": "https://docs.rs/rand_chacha", "edition": "2018", "features": { "default": [ "std" ], "serde": [ "dep:serde" ], "serde1": [ "serde" ], "simd": [], "std": [ "ppv-lite86/std" ] }, "homepage": "https://rust-random.github.io/book", "id": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", "keywords": [ "random", "rng", "chacha" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml", "metadata": null, "name": "rand_chacha", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rand", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rand_chacha", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs", "test": true } ], "version": "0.3.1" }, { "authors": [ "The Rand Project Developers", "The Rust Project Developers" ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "getrandom", "optional": true, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Core random number generator traits and tools for implementation.\n", "documentation": "https://docs.rs/rand_core", "edition": "2018", "features": { "alloc": [], "getrandom": [ "dep:getrandom" ], "serde": [ "dep:serde" ], "serde1": [ "serde" ], "std": [ "alloc", "getrandom", "getrandom/std" ] }, "homepage": "https://rust-random.github.io/book", "id": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4", "keywords": [ "random", "rng" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "doc_cfg" ] } }, "playground": { "all-features": true } }, "name": "rand_core", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rand", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rand_core", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs", "test": true } ], "version": "0.6.4" }, { "authors": [ "The Rand Project Developers" ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [ "libm" ], "kind": null, "name": "num-traits", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.103", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": "dev", "name": "average", "optional": false, "registry": null, "rename": null, "req": "^0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std_rng", "std", "small_rng" ], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "rand_pcg", "optional": false, "registry": null, "rename": null, "req": "^0.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "special", "optional": false, "registry": null, "rename": null, "req": "^0.8.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Sampling from random number distributions\n", "documentation": "https://docs.rs/rand_distr", "edition": "2018", "features": { "alloc": [ "rand/alloc" ], "default": [ "std" ], "serde": [ "dep:serde" ], "serde1": [ "serde", "rand/serde1" ], "std": [ "alloc", "rand/std" ], "std_math": [ "num-traits/std" ] }, "homepage": "https://rust-random.github.io/book", "id": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3", "keywords": [ "random", "rng", "distribution", "probability" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/Cargo.toml", "metadata": null, "name": "rand_distr", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rand", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rand_distr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs", "test": true } ], "version": "0.4.3" }, { "authors": [ "The Rand Project Developers", "The Rust Project Developers" ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "rand_core", "optional": false, "registry": null, "rename": null, "req": "^0.6", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.118", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "bincode", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Xorshift random number generator\n", "documentation": "https://docs.rs/rand_xorshift", "edition": "2018", "features": { "serde": [ "dep:serde" ], "serde1": [ "serde" ] }, "homepage": "https://rust-random.github.io/book", "id": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0", "keywords": [ "random", "rng", "xorshift" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/Cargo.toml", "metadata": null, "name": "rand_xorshift", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-random/rngs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rand_xorshift", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "mod", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/tests/mod.rs", "test": true } ], "version": "0.3.0" }, { "authors": [ "Niko Matsakis ", "Josh Stone " ], "categories": [ "concurrency" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "either", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rayon-core", "optional": false, "registry": null, "rename": null, "req": "^1.12.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm_sync", "optional": true, "registry": null, "rename": null, "req": "^0.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_xorshift", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Simple work-stealing parallelism for Rust", "documentation": "https://docs.rs/rayon/", "edition": "2021", "features": { "web_spin_lock": [ "dep:wasm_sync", "rayon-core/web_spin_lock" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", "keywords": [ "parallel", "thread", "concurrency", "join", "performance" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml", "metadata": null, "name": "rayon", "publish": null, "readme": "README.md", "repository": "https://github.com/rayon-rs/rayon", "rust_version": "1.63", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "rayon", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "producer_split_at", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "named-threads", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "str", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "sort-panic-safe", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "clones", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "par_bridge_recursion", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "iter_panic", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "intersperse", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "chars", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "octillion", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "collect", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "debug", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "issue671-unzip", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "issue671", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "drain_vec", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "cross-pool", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs", "test": true } ], "version": "1.10.0" }, { "authors": [ "Niko Matsakis ", "Josh Stone " ], "categories": [ "concurrency" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "crossbeam-deque", "optional": false, "registry": null, "rename": null, "req": "^0.8.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "crossbeam-utils", "optional": false, "registry": null, "rename": null, "req": "^0.8.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm_sync", "optional": true, "registry": null, "rename": null, "req": "^0.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_xorshift", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "scoped-tls", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "libc", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": true } ], "description": "Core APIs for Rayon", "documentation": "https://docs.rs/rayon/", "edition": "2021", "features": { "web_spin_lock": [ "dep:wasm_sync" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1", "keywords": [ "parallel", "thread", "concurrency", "join", "performance" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": "rayon-core", "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml", "metadata": null, "name": "rayon-core", "publish": null, "readme": "README.md", "repository": "https://github.com/rayon-rs/rayon", "rust_version": "1.63", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "rayon-core", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "stack_overflow_crash", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "double_init_fail", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "init_zero_threads", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "scope_join", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "simple_panic", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "scoped_threadpool", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "use_current_thread", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs", "test": false } ], "version": "1.12.1" }, { "authors": [ "Jose Narvaez ", "Wesley Hershberger " ], "categories": [], "default_run": null, "dependencies": [ { "features": [ "std" ], "kind": null, "name": "getrandom", "optional": false, "registry": null, "rename": null, "req": "^0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std", "call" ], "kind": null, "name": "libredox", "optional": false, "registry": null, "rename": null, "req": "^0.1.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "rust-argon2", "optional": true, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "thiserror", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "zeroize_derive" ], "kind": null, "name": "zeroize", "optional": true, "registry": null, "rename": null, "req": "^1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A Rust library to access Redox users and groups functionality", "documentation": "https://docs.rs/redox_users", "edition": "2021", "features": { "auth": [ "rust-argon2", "zeroize" ], "default": [ "auth" ], "rust-argon2": [ "dep:rust-argon2" ], "zeroize": [ "dep:zeroize" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5", "keywords": [ "redox", "auth" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/Cargo.toml", "metadata": null, "name": "redox_users", "publish": null, "readme": "README.md", "repository": "https://gitlab.redox-os.org/redox-os/users", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "redox_users", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/src/lib.rs", "test": true } ], "version": "0.4.5" }, { "authors": [ "The Rust Project Developers", "Andrew Gallant " ], "categories": [ "text-processing" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "aho-corasick", "optional": true, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "memchr", "optional": true, "registry": null, "rename": null, "req": "^2.6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "alloc", "syntax", "meta", "nfa-pikevm" ], "kind": null, "name": "regex-automata", "optional": false, "registry": null, "rename": null, "req": "^0.4.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "regex-syntax", "optional": false, "registry": null, "rename": null, "req": "^0.8.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "anyhow", "optional": false, "registry": null, "rename": null, "req": "^1.0.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "atty", "humantime", "termcolor" ], "kind": "dev", "name": "env_logger", "optional": false, "registry": null, "rename": null, "req": "^0.9.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "once_cell", "optional": false, "registry": null, "rename": null, "req": "^1.17.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "regex-test", "optional": false, "registry": null, "rename": null, "req": "^0.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", "documentation": "https://docs.rs/regex", "edition": "2021", "features": { "default": [ "std", "perf", "unicode", "regex-syntax/default" ], "logging": [ "aho-corasick?/logging", "memchr?/logging", "regex-automata/logging" ], "pattern": [], "perf": [ "perf-cache", "perf-dfa", "perf-onepass", "perf-backtrack", "perf-inline", "perf-literal" ], "perf-backtrack": [ "regex-automata/nfa-backtrack" ], "perf-cache": [], "perf-dfa": [ "regex-automata/hybrid" ], "perf-dfa-full": [ "regex-automata/dfa-build", "regex-automata/dfa-search" ], "perf-inline": [ "regex-automata/perf-inline" ], "perf-literal": [ "dep:aho-corasick", "dep:memchr", "regex-automata/perf-literal" ], "perf-onepass": [ "regex-automata/dfa-onepass" ], "std": [ "aho-corasick?/std", "memchr?/std", "regex-automata/std", "regex-syntax/std" ], "unicode": [ "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "regex-automata/unicode", "regex-syntax/unicode" ], "unicode-age": [ "regex-automata/unicode-age", "regex-syntax/unicode-age" ], "unicode-bool": [ "regex-automata/unicode-bool", "regex-syntax/unicode-bool" ], "unicode-case": [ "regex-automata/unicode-case", "regex-syntax/unicode-case" ], "unicode-gencat": [ "regex-automata/unicode-gencat", "regex-syntax/unicode-gencat" ], "unicode-perl": [ "regex-automata/unicode-perl", "regex-automata/unicode-word-boundary", "regex-syntax/unicode-perl" ], "unicode-script": [ "regex-automata/unicode-script", "regex-syntax/unicode-script" ], "unicode-segment": [ "regex-automata/unicode-segment", "regex-syntax/unicode-segment" ], "unstable": [ "pattern" ], "use_std": [ "std" ] }, "homepage": "https://github.com/rust-lang/regex", "id": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "regex", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/regex", "rust_version": "1.65", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "regex", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "integration", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/tests/lib.rs", "test": true } ], "version": "1.10.4" }, { "authors": [ "The Rust Project Developers", "Andrew Gallant " ], "categories": [ "text-processing" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "aho-corasick", "optional": true, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "log", "optional": true, "registry": null, "rename": null, "req": "^0.4.14", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "memchr", "optional": true, "registry": null, "rename": null, "req": "^2.6.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "regex-syntax", "optional": true, "registry": null, "rename": null, "req": "^0.8.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "anyhow", "optional": false, "registry": null, "rename": null, "req": "^1.0.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "std" ], "kind": "dev", "name": "bstr", "optional": false, "registry": null, "rename": null, "req": "^1.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "atty", "humantime", "termcolor" ], "kind": "dev", "name": "env_logger", "optional": false, "registry": null, "rename": null, "req": "^0.9.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "quickcheck", "optional": false, "registry": null, "rename": null, "req": "^1.0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "regex-test", "optional": false, "registry": null, "rename": null, "req": "^0.1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Automata construction and matching using regular expressions.", "documentation": "https://docs.rs/regex-automata", "edition": "2021", "features": { "alloc": [], "default": [ "std", "syntax", "perf", "unicode", "meta", "nfa", "dfa", "hybrid" ], "dfa": [ "dfa-build", "dfa-search", "dfa-onepass" ], "dfa-build": [ "nfa-thompson", "dfa-search" ], "dfa-onepass": [ "nfa-thompson" ], "dfa-search": [], "hybrid": [ "alloc", "nfa-thompson" ], "internal-instrument": [ "internal-instrument-pikevm" ], "internal-instrument-pikevm": [ "logging", "std" ], "logging": [ "dep:log", "aho-corasick?/logging", "memchr?/logging" ], "meta": [ "syntax", "nfa-pikevm" ], "nfa": [ "nfa-thompson", "nfa-pikevm", "nfa-backtrack" ], "nfa-backtrack": [ "nfa-thompson" ], "nfa-pikevm": [ "nfa-thompson" ], "nfa-thompson": [ "alloc" ], "perf": [ "perf-inline", "perf-literal" ], "perf-inline": [], "perf-literal": [ "perf-literal-substring", "perf-literal-multisubstring" ], "perf-literal-multisubstring": [ "std", "dep:aho-corasick" ], "perf-literal-substring": [ "aho-corasick?/perf-literal", "dep:memchr" ], "std": [ "regex-syntax?/std", "memchr?/std", "aho-corasick?/std", "alloc" ], "syntax": [ "dep:regex-syntax", "alloc" ], "unicode": [ "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary", "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" ], "unicode-word-boundary": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6", "keywords": [ "regex", "dfa", "automata", "automaton", "nfa" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/Cargo.toml", "metadata": null, "name": "regex-automata", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", "rust_version": "1.65", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "regex-automata", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "integration", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/tests/lib.rs", "test": true } ], "version": "0.4.6" }, { "authors": [ "The Rust Project Developers", "Andrew Gallant " ], "categories": [], "default_run": null, "dependencies": [ { "features": [ "derive" ], "kind": null, "name": "arbitrary", "optional": true, "registry": null, "rename": null, "req": "^1.3.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A regular expression parser.", "documentation": "https://docs.rs/regex-syntax", "edition": "2021", "features": { "arbitrary": [ "dep:arbitrary" ], "default": [ "std", "unicode" ], "std": [], "unicode": [ "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment" ], "unicode-age": [], "unicode-bool": [], "unicode-case": [], "unicode-gencat": [], "unicode-perl": [], "unicode-script": [], "unicode-segment": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "docsrs" ] } } }, "name": "regex-syntax", "publish": null, "readme": "README.md", "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", "rust_version": "1.65", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "regex-syntax", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/benches/bench.rs", "test": false } ], "version": "0.8.3" }, { "authors": [ "Dirkjan Ochtman ", "Marvin Löbel " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "semver", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A library for querying the version of a installed rustc compiler", "documentation": "https://docs.rs/rustc_version/", "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0", "keywords": [ "version", "rustc" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml", "metadata": null, "name": "rustc_version", "publish": null, "readme": "README.md", "repository": "https://github.com/Kimundi/rustc-version-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "rustc_version", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "all", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs", "test": true } ], "version": "0.4.0" }, { "authors": [ "David Tolnay " ], "categories": [ "value-formatting", "no-std", "no-std::no-alloc" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "no-panic", "optional": true, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "num_cpus", "optional": false, "registry": null, "rename": null, "req": "^1.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand_xorshift", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Fast floating point to string conversion", "documentation": "https://docs.rs/ryu", "edition": "2018", "features": { "no-panic": [ "dep:no-panic" ], "small": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17", "keywords": [ "float" ], "license": "Apache-2.0 OR BSL-1.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "ryu", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/ryu", "rust_version": "1.36", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "ryu", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "upstream_benchmark", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "exhaustive", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "common_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "d2s_table_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "d2s_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "d2s_intrinsics_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "s2d_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "s2f_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "f2s_test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "bench", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/benches/bench.rs", "test": false } ], "version": "1.0.17" }, { "authors": [ "Andrew Gallant " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "winapi-util", "optional": false, "registry": null, "rename": null, "req": "^0.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "A simple crate for determining whether two file paths point to the same file.\n", "documentation": "https://docs.rs/same-file", "edition": "2018", "features": {}, "homepage": "https://github.com/BurntSushi/same-file", "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6", "keywords": [ "same", "file", "equal", "inode" ], "license": "Unlicense/MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", "metadata": null, "name": "same-file", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/same-file", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "same-file", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "is_stderr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "is_same_file", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", "test": false } ], "version": "1.0.6" }, { "authors": [ "Alex Crichton " ], "categories": [], "default_run": null, "dependencies": [], "description": "Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n", "documentation": "https://docs.rs/scoped-tls", "edition": "2015", "features": {}, "homepage": "https://github.com/alexcrichton/scoped-tls", "id": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1", "keywords": [], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml", "metadata": null, "name": "scoped-tls", "publish": null, "readme": "README.md", "repository": "https://github.com/alexcrichton/scoped-tls", "rust_version": "1.59", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "scoped-tls", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs", "test": true } ], "version": "1.0.1" }, { "authors": [ "David Tolnay " ], "categories": [ "data-structures", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0.194", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", "documentation": "https://docs.rs/semver", "edition": "2018", "features": { "default": [ "std" ], "serde": [ "dep:serde" ], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22", "keywords": [ "cargo" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--cfg", "doc_cfg", "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "semver", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/semver", "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "semver", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_identifier", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_identifier.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_autotrait", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_autotrait.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_version", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "test_version_req", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version_req.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "parse", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/benches/parse.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs", "test": false } ], "version": "1.0.22" }, { "authors": [ "Erick Tryzelaar ", "David Tolnay " ], "categories": [ "encoding", "no-std", "no-std::no-alloc" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "serde_derive", "optional": true, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "=1.0.197", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(any())", "uses_default_features": true } ], "description": "A generic serialization/deserialization framework", "documentation": "https://docs.rs/serde", "edition": "2018", "features": { "alloc": [], "default": [ "std" ], "derive": [ "serde_derive" ], "rc": [], "serde_derive": [ "dep:serde_derive" ], "std": [], "unstable": [] }, "homepage": "https://serde.rs", "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", "keywords": [ "serde", "serialization", "no_std" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "derive", "rc", "unstable" ], "rustdoc-args": [ "--cfg", "doc_cfg", "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } }, "playground": { "features": [ "derive", "rc" ] } }, "name": "serde", "publish": null, "readme": "crates-io.md", "repository": "https://github.com/serde-rs/serde", "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "serde", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs", "test": false } ], "version": "1.0.197" }, { "authors": [ "Erick Tryzelaar ", "David Tolnay " ], "categories": [ "no-std", "no-std::no-alloc" ], "default_run": null, "dependencies": [ { "features": [ "proc-macro" ], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0.74", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "proc-macro" ], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0.35", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "clone-impls", "derive", "parsing", "printing", "proc-macro" ], "kind": null, "name": "syn", "optional": false, "registry": null, "rename": null, "req": "^2.0.46", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", "documentation": "https://serde.rs/derive.html", "edition": "2015", "features": { "default": [], "deserialize_in_place": [] }, "homepage": "https://serde.rs", "id": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", "keywords": [ "serde", "serialization", "no_std", "derive" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "serde_derive", "publish": null, "readme": "crates-io.md", "repository": "https://github.com/serde-rs/serde", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "proc-macro" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "proc-macro" ], "name": "serde_derive", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs", "test": true } ], "version": "1.0.197" }, { "authors": [ "Erick Tryzelaar ", "David Tolnay " ], "categories": [ "encoding", "parser-implementations", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "indexmap", "optional": true, "registry": null, "rename": null, "req": "^2.2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "itoa", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "ryu", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.194", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "automod", "optional": false, "registry": null, "rename": null, "req": "^1.0.11", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "indoc", "optional": false, "registry": null, "rename": null, "req": "^2.0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "ref-cast", "optional": false, "registry": null, "rename": null, "req": "^1.0.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1.0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "derive" ], "kind": "dev", "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0.194", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_bytes", "optional": false, "registry": null, "rename": null, "req": "^0.11.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0.166", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_stacker", "optional": false, "registry": null, "rename": null, "req": "^0.1.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "diff" ], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0.81", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A JSON serialization file format", "documentation": "https://docs.rs/serde_json", "edition": "2021", "features": { "alloc": [ "serde/alloc" ], "arbitrary_precision": [], "default": [ "std" ], "float_roundtrip": [], "indexmap": [ "dep:indexmap" ], "preserve_order": [ "indexmap", "std" ], "raw_value": [], "std": [ "serde/std" ], "unbounded_depth": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", "keywords": [ "json", "serde", "serialization" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "preserve_order", "raw_value", "unbounded_depth" ], "rustdoc-args": [ "--cfg", "docsrs", "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } }, "playground": { "features": [ "raw_value" ] } }, "name": "serde_json", "publish": null, "readme": "README.md", "repository": "https://github.com/serde-rs/json", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "serde_json", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/test.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "stream", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/stream.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "map", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/map.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "debug", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/debug.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "regression", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/regression.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "lexical", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/lexical.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "compiletest", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/compiletest.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/build.rs", "test": false } ], "version": "1.0.116" }, { "authors": [ "Marvin Countryman " ], "categories": [ "algorithms", "no-std" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "adler", "optional": false, "registry": null, "rename": null, "req": "^1.0.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "adler32", "optional": false, "registry": null, "rename": null, "req": "^1.2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", "documentation": null, "edition": "2018", "features": { "const-generics": [], "default": [ "std", "const-generics" ], "nightly": [], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7", "keywords": [ "simd", "avx2", "ssse3", "adler", "adler32" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml", "metadata": null, "name": "simd-adler32", "publish": null, "readme": "README.md", "repository": "https://github.com/mcountryman/simd-adler32", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "simd-adler32", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "alts", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "variants", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs", "test": false } ], "version": "0.3.7" }, { "authors": [ "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers", "parser-implementations" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0.80", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "quote", "optional": true, "registry": null, "rename": null, "req": "^1.0.35", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "unicode-ident", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "anyhow", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "automod", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "flate2", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "insta", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rayon", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "ref-cast", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "blocking" ], "kind": "dev", "name": "reqwest", "optional": false, "registry": null, "rename": null, "req": "^0.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "syn-test-suite", "optional": false, "registry": null, "rename": null, "req": "^0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "tar", "optional": false, "registry": null, "rename": null, "req": "^0.4.16", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "termcolor", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "walkdir", "optional": false, "registry": null, "rename": null, "req": "^2.3.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Parser for Rust source code", "documentation": "https://docs.rs/syn", "edition": "2021", "features": { "clone-impls": [], "default": [ "derive", "parsing", "printing", "clone-impls", "proc-macro" ], "derive": [], "extra-traits": [], "fold": [], "full": [], "parsing": [], "printing": [ "dep:quote" ], "proc-macro": [ "proc-macro2/proc-macro", "quote?/proc-macro" ], "test": [ "syn-test-suite/all-features" ], "visit": [], "visit-mut": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", "keywords": [ "macros", "syn" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg", "doc_cfg", "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } }, "playground": { "features": [ "full", "visit", "visit-mut", "fold", "extra-traits" ] } }, "name": "syn", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/syn", "rust_version": "1.60", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "syn", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_parse_buffer", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_buffer.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_round_trip", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_round_trip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_precedence", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_precedence.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "zzz_stable", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/zzz_stable.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_shebang", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_shebang.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_generics", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_generics.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_ty", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ty.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_visibility", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_visibility.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_receiver", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_receiver.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_size", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_size.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_item", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_item.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_pat", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_pat.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_stmt", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_stmt.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_ident", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ident.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_parse_quote", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_quote.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_iterators", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_iterators.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_grouping", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_grouping.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_path", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_path.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_asyncness", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_asyncness.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "regression", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/regression.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_lit", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_lit.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_parse_stream", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_stream.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_attribute", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_attribute.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_derive_input", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_derive_input.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_token_trees", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_token_trees.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_meta", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_meta.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_expr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_expr.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "rust", "required-features": [ "full", "parsing" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/rust.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "bench" ], "name": "file", "required-features": [ "full", "parsing" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/file.rs", "test": false } ], "version": "2.0.59" }, { "authors": [ "Martin Geisler " ], "categories": [ "text-processing", "command-line-interface" ], "default_run": null, "dependencies": [ { "features": [ "embed_en-us" ], "kind": null, "name": "hyphenation", "optional": true, "registry": null, "rename": null, "req": "^0.8.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "smawk", "optional": true, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "terminal_size", "optional": true, "registry": null, "rename": null, "req": "^0.2.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "unicode-linebreak", "optional": true, "registry": null, "rename": null, "req": "^0.1.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "unicode-width", "optional": true, "registry": null, "rename": null, "req": "^0.1.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "unic-emoji-char", "optional": false, "registry": null, "rename": null, "req": "^0.9.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "version-sync", "optional": false, "registry": null, "rename": null, "req": "^0.9.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "termion", "optional": false, "registry": null, "rename": null, "req": "^2.0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(unix)", "uses_default_features": true } ], "description": "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.", "documentation": "https://docs.rs/textwrap/", "edition": "2021", "features": { "default": [ "unicode-linebreak", "unicode-width", "smawk" ], "hyphenation": [ "dep:hyphenation" ], "smawk": [ "dep:smawk" ], "terminal_size": [ "dep:terminal_size" ], "unicode-linebreak": [ "dep:unicode-linebreak" ], "unicode-width": [ "dep:unicode-width" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1", "keywords": [ "text", "formatting", "wrap", "typesetting", "hyphenation" ], "license": "MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "textwrap", "publish": null, "readme": "README.md", "repository": "https://github.com/mgeisler/textwrap", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "textwrap", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "hyphenation", "required-features": [ "hyphenation" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/examples/hyphenation.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "example" ], "name": "termwidth", "required-features": [ "terminal_size" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/examples/termwidth.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "indent", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/tests/indent.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "version-numbers", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/tests/version-numbers.rs", "test": true } ], "version": "0.16.1" }, { "authors": [ "David Tolnay " ], "categories": [ "rust-patterns" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "thiserror-impl", "optional": false, "registry": null, "rename": null, "req": "=1.0.58", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "anyhow", "optional": false, "registry": null, "rename": null, "req": "^1.0.73", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "ref-cast", "optional": false, "registry": null, "rename": null, "req": "^1.0.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rustversion", "optional": false, "registry": null, "rename": null, "req": "^1.0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "diff" ], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0.81", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "derive(Error)", "documentation": "https://docs.rs/thiserror", "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58", "keywords": [ "error", "error-handling", "derive" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "thiserror", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/thiserror", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "thiserror", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_generics", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_generics.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_error", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_error.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_transparent", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_transparent.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_backtrace", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_backtrace.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_option", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_option.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_from", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_from.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_source", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_source.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_lints", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_lints.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_path", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_path.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_display", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_display.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "compiletest", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/compiletest.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_deprecated", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_deprecated.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "test" ], "name": "test_expr", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_expr.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/build.rs", "test": false } ], "version": "1.0.58" }, { "authors": [ "David Tolnay " ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0.74", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0.35", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "syn", "optional": false, "registry": null, "rename": null, "req": "^2.0.46", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Implementation detail of the `thiserror` crate", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "thiserror-impl", "publish": null, "readme": null, "repository": "https://github.com/dtolnay/thiserror", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "proc-macro" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "proc-macro" ], "name": "thiserror-impl", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/src/lib.rs", "test": true } ], "version": "1.0.58" }, { "authors": [ "Brook Heisler " ], "categories": [ "template-engine" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "serde", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_json", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Simple, lightweight template engine", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1", "keywords": [ "template", "html" ], "license": "Apache-2.0 OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml", "metadata": null, "name": "tinytemplate", "publish": null, "readme": "README.md", "repository": "https://github.com/bheisler/TinyTemplate", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "tinytemplate", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "bench" ], "name": "benchmarks", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs", "test": false } ], "version": "1.2.1" }, { "authors": [ "Yevhenii Reizner " ], "categories": [ "parser-implementations" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "base64", "optional": false, "registry": null, "rename": null, "req": "^0.13", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "pico-args", "optional": false, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "xmlwriter", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "A high-level, safe, zero-allocation TrueType font parser.", "documentation": "https://docs.rs/ttf-parser/", "edition": "2018", "features": { "apple-layout": [], "default": [ "std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names" ], "glyph-names": [], "gvar-alloc": [ "std" ], "opentype-layout": [], "std": [], "variable-fonts": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1", "keywords": [ "ttf", "truetype", "opentype" ], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/Cargo.toml", "metadata": null, "name": "ttf-parser", "publish": null, "readme": "README.md", "repository": "https://github.com/RazrFalcon/ttf-parser", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "ttf-parser", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "font2svg", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/examples/font2svg.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "font-info", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/examples/font-info.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "tables", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/tests/tables/main.rs", "test": true } ], "version": "0.17.1" }, { "authors": [ "David Tolnay " ], "categories": [ "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc" ], "default_run": null, "dependencies": [ { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "fst", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "small_rng" ], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "roaring", "optional": false, "registry": null, "rename": null, "req": "^0.10", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "ucd-trie", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "unicode-xid", "optional": false, "registry": null, "rename": null, "req": "^0.2.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", "documentation": "https://docs.rs/unicode-ident", "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12", "keywords": [ "unicode", "xid" ], "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml", "metadata": { "docs": { "rs": { "rustdoc-args": [ "--generate-link-to-definition" ], "targets": [ "x86_64-unknown-linux-gnu" ] } } }, "name": "unicode-ident", "publish": null, "readme": "README.md", "repository": "https://github.com/dtolnay/unicode-ident", "rust_version": "1.31", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "unicode-ident", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "compare", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "static_size", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "xid", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs", "test": false } ], "version": "1.0.12" }, { "authors": [ "Andrew Gallant " ], "categories": [ "filesystem" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "same-file", "optional": false, "registry": null, "rename": null, "req": "^1.0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "doc-comment", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "winapi-util", "optional": false, "registry": null, "rename": null, "req": "^0.1.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "Recursively walk a directory.", "documentation": "https://docs.rs/walkdir/", "edition": "2018", "features": {}, "homepage": "https://github.com/BurntSushi/walkdir", "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0", "keywords": [ "directory", "recursive", "walk", "iterator" ], "license": "Unlicense/MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml", "metadata": null, "name": "walkdir", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/walkdir", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "walkdir", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs", "test": true } ], "version": "2.5.0" }, { "authors": [ "The Cranelift Project Developers" ], "categories": [ "no-std", "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "compiler_builtins", "optional": true, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-core", "optional": true, "registry": null, "rename": "core", "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "rustc-std-workspace-alloc", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Experimental WASI API bindings for Rust", "documentation": "https://docs.rs/wasi", "edition": "2018", "features": { "compiler_builtins": [ "dep:compiler_builtins" ], "core": [ "dep:core" ], "default": [ "std" ], "rustc-dep-of-std": [ "compiler_builtins", "core", "rustc-std-workspace-alloc" ], "rustc-std-workspace-alloc": [ "dep:rustc-std-workspace-alloc" ], "std": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1", "keywords": [ "webassembly", "wasm" ], "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", "metadata": null, "name": "wasi", "publish": null, "readme": "README.md", "repository": "https://github.com/bytecodealliance/wasi", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasi", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", "test": true } ], "version": "0.11.0+wasi-snapshot-preview1" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [ "wasm" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "serde_json", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-macro", "optional": false, "registry": null, "rename": null, "req": "=0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "js-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "serde_derive", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-futures", "optional": false, "registry": null, "rename": null, "req": "=0.4.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "=0.3.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test-crate-a", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test-crate-b", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true } ], "description": "Easy support for interacting between JS and Rust.\n", "documentation": "https://docs.rs/wasm-bindgen", "edition": "2018", "features": { "default": [ "spans", "std" ], "enable-interning": [ "std" ], "gg-alloc": [ "wasm-bindgen-test/gg-alloc" ], "serde": [ "dep:serde" ], "serde-serialize": [ "serde", "serde_json", "std" ], "serde_json": [ "dep:serde_json" ], "spans": [ "wasm-bindgen-macro/spans" ], "std": [], "strict-macro": [ "wasm-bindgen-macro/strict-macro" ], "xxx_debug_only_print_generated_code": [ "wasm-bindgen-macro/xxx_debug_only_print_generated_code" ] }, "homepage": "https://rustwasm.github.io/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml", "metadata": { "docs": { "rs": { "features": [ "serde-serialize" ] } } }, "name": "wasm-bindgen", "publish": null, "readme": "README.md", "repository": "https://github.com/rustwasm/wasm-bindgen", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "std-crate-no-std-dep", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "non_wasm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "must_use", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "headless", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "unwrap_throw", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "wasm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs", "test": false } ], "version": "0.2.92" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "bumpalo", "optional": false, "registry": null, "rename": null, "req": "^3.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "log", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "once_cell", "optional": false, "registry": null, "rename": null, "req": "^1.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "full" ], "kind": null, "name": "syn", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-shared", "optional": false, "registry": null, "rename": null, "req": "=0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Backend code generation of the wasm-bindgen tool\n", "documentation": "https://docs.rs/wasm-bindgen-backend", "edition": "2018", "features": { "extra-traits": [ "syn/extra-traits" ], "spans": [] }, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml", "metadata": null, "name": "wasm-bindgen-backend", "publish": null, "readme": null, "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen-backend", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs", "test": true } ], "version": "0.2.92" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "cfg-if", "optional": false, "registry": null, "rename": null, "req": "^1.0.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "futures-core", "optional": true, "registry": null, "rename": null, "req": "^0.3.8", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": null, "name": "js-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "futures-channel-preview", "optional": false, "registry": null, "rename": null, "req": "^0.3.0-alpha.18", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "futures-lite", "optional": false, "registry": null, "rename": null, "req": "^1.11.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": false }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [ "MessageEvent", "Worker" ], "kind": null, "name": "web-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.24", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_feature = \"atomics\")", "uses_default_features": true } ], "description": "Bridging the gap between Rust Futures and JavaScript Promises", "documentation": "https://docs.rs/wasm-bindgen-futures", "edition": "2018", "features": { "futures-core": [ "dep:futures-core" ], "futures-core-03-stream": [ "futures-core" ] }, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml", "metadata": null, "name": "wasm-bindgen-futures", "publish": null, "readme": "./README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen-futures", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "tests", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs", "test": true } ], "version": "0.4.42" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-macro-support", "optional": false, "registry": null, "rename": null, "req": "=0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-futures", "optional": false, "registry": null, "rename": null, "req": "^0.4.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "Worker" ], "kind": "dev", "name": "web-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", "documentation": "https://docs.rs/wasm-bindgen", "edition": "2018", "features": { "spans": [ "wasm-bindgen-macro-support/spans" ], "strict-macro": [ "wasm-bindgen-macro-support/strict-macro" ], "xxx_debug_only_print_generated_code": [] }, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml", "metadata": null, "name": "wasm-bindgen-macro", "publish": null, "readme": "README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "proc-macro" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "proc-macro" ], "name": "wasm-bindgen-macro", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "ui", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs", "test": true } ], "version": "0.2.92" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "visit", "full" ], "kind": null, "name": "syn", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-backend", "optional": false, "registry": null, "rename": null, "req": "=0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-shared", "optional": false, "registry": null, "rename": null, "req": "=0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", "documentation": "https://docs.rs/wasm-bindgen", "edition": "2018", "features": { "extra-traits": [ "syn/extra-traits" ], "spans": [ "wasm-bindgen-backend/spans" ], "strict-macro": [] }, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml", "metadata": null, "name": "wasm-bindgen-macro-support", "publish": null, "readme": null, "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen-macro-support", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs", "test": true } ], "version": "0.2.92" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [], "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", "documentation": "https://docs.rs/wasm-bindgen-shared", "edition": "2018", "features": {}, "homepage": "https://rustwasm.github.io/wasm-bindgen/", "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": "wasm_bindgen", "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml", "metadata": null, "name": "wasm-bindgen-shared", "publish": null, "readme": null, "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen-shared", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs", "test": false } ], "version": "0.2.92" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "console_error_panic_hook", "optional": false, "registry": null, "rename": null, "req": "^0.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "gg-alloc", "optional": true, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "js-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "scoped-tls", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-futures", "optional": false, "registry": null, "rename": null, "req": "^0.4.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen-test-macro", "optional": false, "registry": null, "rename": null, "req": "=0.3.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Internal testing crate for wasm-bindgen", "documentation": null, "edition": "2018", "features": { "gg-alloc": [ "dep:gg-alloc" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-0.3.42/Cargo.toml", "metadata": null, "name": "wasm-bindgen-test", "publish": null, "readme": "README.md", "repository": "https://github.com/rustwasm/wasm-bindgen", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "wasm-bindgen-test", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-0.3.42/src/lib.rs", "test": false } ], "version": "0.3.42" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "proc-macro2", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "quote", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "parsing", "proc-macro", "derive", "printing" ], "kind": null, "name": "syn", "optional": false, "registry": null, "rename": null, "req": "^2.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "trybuild", "optional": false, "registry": null, "rename": null, "req": "^1.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Internal testing macro for wasm-bindgen", "documentation": null, "edition": "2018", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/Cargo.toml", "metadata": null, "name": "wasm-bindgen-test-macro", "publish": null, "readme": "README.md", "repository": "https://github.com/rustwasm/wasm-bindgen", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "proc-macro" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "proc-macro" ], "name": "wasm-bindgen-test-macro", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "ui", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/tests/ui.rs", "test": true } ], "version": "0.3.42" }, { "authors": [ "The wasm-bindgen Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "js-sys", "optional": false, "registry": null, "rename": null, "req": "^0.3.69", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "wasm-bindgen", "optional": false, "registry": null, "rename": null, "req": "^0.2.92", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-futures", "optional": false, "registry": null, "rename": null, "req": "^0.4.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true }, { "features": [], "kind": "dev", "name": "wasm-bindgen-test", "optional": false, "registry": null, "rename": null, "req": "^0.3.42", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(target_arch = \"wasm32\")", "uses_default_features": true } ], "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", "edition": "2018", "features": { "AbortController": [], "AbortSignal": [ "EventTarget" ], "AddEventListenerOptions": [], "AesCbcParams": [], "AesCtrParams": [], "AesDerivedKeyParams": [], "AesGcmParams": [], "AesKeyAlgorithm": [], "AesKeyGenParams": [], "Algorithm": [], "AlignSetting": [], "AllowedBluetoothDevice": [], "AllowedUsbDevice": [], "AlphaOption": [], "AnalyserNode": [ "AudioNode", "EventTarget" ], "AnalyserOptions": [], "AngleInstancedArrays": [], "Animation": [ "EventTarget" ], "AnimationEffect": [], "AnimationEvent": [ "Event" ], "AnimationEventInit": [], "AnimationPlayState": [], "AnimationPlaybackEvent": [ "Event" ], "AnimationPlaybackEventInit": [], "AnimationPropertyDetails": [], "AnimationPropertyValueDetails": [], "AnimationTimeline": [], "AssignedNodesOptions": [], "AttestationConveyancePreference": [], "Attr": [ "EventTarget", "Node" ], "AttributeNameValue": [], "AudioBuffer": [], "AudioBufferOptions": [], "AudioBufferSourceNode": [ "AudioNode", "AudioScheduledSourceNode", "EventTarget" ], "AudioBufferSourceOptions": [], "AudioConfiguration": [], "AudioContext": [ "BaseAudioContext", "EventTarget" ], "AudioContextLatencyCategory": [], "AudioContextOptions": [], "AudioContextState": [], "AudioData": [], "AudioDataCopyToOptions": [], "AudioDataInit": [], "AudioDecoder": [], "AudioDecoderConfig": [], "AudioDecoderInit": [], "AudioDecoderSupport": [], "AudioDestinationNode": [ "AudioNode", "EventTarget" ], "AudioEncoder": [], "AudioEncoderConfig": [], "AudioEncoderInit": [], "AudioEncoderSupport": [], "AudioListener": [], "AudioNode": [ "EventTarget" ], "AudioNodeOptions": [], "AudioParam": [], "AudioParamMap": [], "AudioProcessingEvent": [ "Event" ], "AudioSampleFormat": [], "AudioScheduledSourceNode": [ "AudioNode", "EventTarget" ], "AudioSinkInfo": [], "AudioSinkOptions": [], "AudioSinkType": [], "AudioStreamTrack": [ "EventTarget", "MediaStreamTrack" ], "AudioTrack": [], "AudioTrackList": [ "EventTarget" ], "AudioWorklet": [ "Worklet" ], "AudioWorkletGlobalScope": [ "WorkletGlobalScope" ], "AudioWorkletNode": [ "AudioNode", "EventTarget" ], "AudioWorkletNodeOptions": [], "AudioWorkletProcessor": [], "AuthenticationExtensionsClientInputs": [], "AuthenticationExtensionsClientOutputs": [], "AuthenticatorAssertionResponse": [ "AuthenticatorResponse" ], "AuthenticatorAttachment": [], "AuthenticatorAttestationResponse": [ "AuthenticatorResponse" ], "AuthenticatorResponse": [], "AuthenticatorSelectionCriteria": [], "AuthenticatorTransport": [], "AutoKeyword": [], "AutocompleteInfo": [], "BarProp": [], "BaseAudioContext": [ "EventTarget" ], "BaseComputedKeyframe": [], "BaseKeyframe": [], "BasePropertyIndexedKeyframe": [], "BasicCardRequest": [], "BasicCardResponse": [], "BasicCardType": [], "BatteryManager": [ "EventTarget" ], "BeforeUnloadEvent": [ "Event" ], "BinaryType": [], "BiquadFilterNode": [ "AudioNode", "EventTarget" ], "BiquadFilterOptions": [], "BiquadFilterType": [], "Blob": [], "BlobEvent": [ "Event" ], "BlobEventInit": [], "BlobPropertyBag": [], "BlockParsingOptions": [], "Bluetooth": [ "EventTarget" ], "BluetoothAdvertisingEvent": [ "Event" ], "BluetoothAdvertisingEventInit": [], "BluetoothCharacteristicProperties": [], "BluetoothDataFilterInit": [], "BluetoothDevice": [ "EventTarget" ], "BluetoothLeScanFilterInit": [], "BluetoothManufacturerDataMap": [], "BluetoothPermissionDescriptor": [], "BluetoothPermissionResult": [ "EventTarget", "PermissionStatus" ], "BluetoothPermissionStorage": [], "BluetoothRemoteGattCharacteristic": [ "EventTarget" ], "BluetoothRemoteGattDescriptor": [], "BluetoothRemoteGattServer": [], "BluetoothRemoteGattService": [ "EventTarget" ], "BluetoothServiceDataMap": [], "BluetoothUuid": [], "BoxQuadOptions": [], "BroadcastChannel": [ "EventTarget" ], "BrowserElementDownloadOptions": [], "BrowserElementExecuteScriptOptions": [], "BrowserFeedWriter": [], "BrowserFindCaseSensitivity": [], "BrowserFindDirection": [], "ByteLengthQueuingStrategy": [], "Cache": [], "CacheBatchOperation": [], "CacheQueryOptions": [], "CacheStorage": [], "CacheStorageNamespace": [], "CanvasCaptureMediaStream": [ "EventTarget", "MediaStream" ], "CanvasCaptureMediaStreamTrack": [ "EventTarget", "MediaStreamTrack" ], "CanvasGradient": [], "CanvasPattern": [], "CanvasRenderingContext2d": [], "CanvasWindingRule": [], "CaretChangedReason": [], "CaretPosition": [], "CaretStateChangedEventInit": [], "CdataSection": [ "CharacterData", "EventTarget", "Node", "Text" ], "ChannelCountMode": [], "ChannelInterpretation": [], "ChannelMergerNode": [ "AudioNode", "EventTarget" ], "ChannelMergerOptions": [], "ChannelSplitterNode": [ "AudioNode", "EventTarget" ], "ChannelSplitterOptions": [], "CharacterData": [ "EventTarget", "Node" ], "CheckerboardReason": [], "CheckerboardReport": [], "CheckerboardReportService": [], "ChromeFilePropertyBag": [], "ChromeWorker": [ "EventTarget", "Worker" ], "Client": [], "ClientQueryOptions": [], "ClientRectsAndTexts": [], "ClientType": [], "Clients": [], "Clipboard": [ "EventTarget" ], "ClipboardEvent": [ "Event" ], "ClipboardEventInit": [], "ClipboardItem": [], "ClipboardItemOptions": [], "ClipboardPermissionDescriptor": [], "CloseEvent": [ "Event" ], "CloseEventInit": [], "CodecState": [], "CollectedClientData": [], "ColorSpaceConversion": [], "Comment": [ "CharacterData", "EventTarget", "Node" ], "CompositeOperation": [], "CompositionEvent": [ "Event", "UiEvent" ], "CompositionEventInit": [], "CompressionFormat": [], "CompressionStream": [], "ComputedEffectTiming": [], "ConnStatusDict": [], "ConnectionType": [], "ConsoleCounter": [], "ConsoleCounterError": [], "ConsoleEvent": [], "ConsoleInstance": [], "ConsoleInstanceOptions": [], "ConsoleLevel": [], "ConsoleLogLevel": [], "ConsoleProfileEvent": [], "ConsoleStackEntry": [], "ConsoleTimerError": [], "ConsoleTimerLogOrEnd": [], "ConsoleTimerStart": [], "ConstantSourceNode": [ "AudioNode", "AudioScheduledSourceNode", "EventTarget" ], "ConstantSourceOptions": [], "ConstrainBooleanParameters": [], "ConstrainDomStringParameters": [], "ConstrainDoubleRange": [], "ConstrainLongRange": [], "ContextAttributes2d": [], "ConvertCoordinateOptions": [], "ConvolverNode": [ "AudioNode", "EventTarget" ], "ConvolverOptions": [], "Coordinates": [], "CountQueuingStrategy": [], "Credential": [], "CredentialCreationOptions": [], "CredentialRequestOptions": [], "CredentialsContainer": [], "Crypto": [], "CryptoKey": [], "CryptoKeyPair": [], "CssAnimation": [ "Animation", "EventTarget" ], "CssBoxType": [], "CssConditionRule": [ "CssGroupingRule", "CssRule" ], "CssCounterStyleRule": [ "CssRule" ], "CssFontFaceRule": [ "CssRule" ], "CssFontFeatureValuesRule": [ "CssRule" ], "CssGroupingRule": [ "CssRule" ], "CssImportRule": [ "CssRule" ], "CssKeyframeRule": [ "CssRule" ], "CssKeyframesRule": [ "CssRule" ], "CssMediaRule": [ "CssConditionRule", "CssGroupingRule", "CssRule" ], "CssNamespaceRule": [ "CssRule" ], "CssPageRule": [ "CssRule" ], "CssPseudoElement": [], "CssRule": [], "CssRuleList": [], "CssStyleDeclaration": [], "CssStyleRule": [ "CssRule" ], "CssStyleSheet": [ "StyleSheet" ], "CssStyleSheetParsingMode": [], "CssSupportsRule": [ "CssConditionRule", "CssGroupingRule", "CssRule" ], "CssTransition": [ "Animation", "EventTarget" ], "CustomElementRegistry": [], "CustomEvent": [ "Event" ], "CustomEventInit": [], "DataTransfer": [], "DataTransferItem": [], "DataTransferItemList": [], "DateTimeValue": [], "DecoderDoctorNotification": [], "DecoderDoctorNotificationType": [], "DecompressionStream": [], "DedicatedWorkerGlobalScope": [ "EventTarget", "WorkerGlobalScope" ], "DelayNode": [ "AudioNode", "EventTarget" ], "DelayOptions": [], "DeviceAcceleration": [], "DeviceAccelerationInit": [], "DeviceLightEvent": [ "Event" ], "DeviceLightEventInit": [], "DeviceMotionEvent": [ "Event" ], "DeviceMotionEventInit": [], "DeviceOrientationEvent": [ "Event" ], "DeviceOrientationEventInit": [], "DeviceProximityEvent": [ "Event" ], "DeviceProximityEventInit": [], "DeviceRotationRate": [], "DeviceRotationRateInit": [], "DhKeyDeriveParams": [], "DirectionSetting": [], "Directory": [], "DirectoryPickerOptions": [], "DisplayMediaStreamConstraints": [], "DisplayNameOptions": [], "DisplayNameResult": [], "DistanceModelType": [], "DnsCacheDict": [], "DnsCacheEntry": [], "DnsLookupDict": [], "Document": [ "EventTarget", "Node" ], "DocumentFragment": [ "EventTarget", "Node" ], "DocumentTimeline": [ "AnimationTimeline" ], "DocumentTimelineOptions": [], "DocumentType": [ "EventTarget", "Node" ], "DomError": [], "DomException": [], "DomImplementation": [], "DomMatrix": [ "DomMatrixReadOnly" ], "DomMatrix2dInit": [], "DomMatrixInit": [], "DomMatrixReadOnly": [], "DomParser": [], "DomPoint": [ "DomPointReadOnly" ], "DomPointInit": [], "DomPointReadOnly": [], "DomQuad": [], "DomQuadInit": [], "DomQuadJson": [], "DomRect": [ "DomRectReadOnly" ], "DomRectInit": [], "DomRectList": [], "DomRectReadOnly": [], "DomRequest": [ "EventTarget" ], "DomRequestReadyState": [], "DomStringList": [], "DomStringMap": [], "DomTokenList": [], "DomWindowResizeEventDetail": [], "DragEvent": [ "Event", "MouseEvent", "UiEvent" ], "DragEventInit": [], "DynamicsCompressorNode": [ "AudioNode", "EventTarget" ], "DynamicsCompressorOptions": [], "EcKeyAlgorithm": [], "EcKeyGenParams": [], "EcKeyImportParams": [], "EcdhKeyDeriveParams": [], "EcdsaParams": [], "EffectTiming": [], "Element": [ "EventTarget", "Node" ], "ElementCreationOptions": [], "ElementDefinitionOptions": [], "EncodedAudioChunk": [], "EncodedAudioChunkInit": [], "EncodedAudioChunkMetadata": [], "EncodedAudioChunkType": [], "EncodedVideoChunk": [], "EncodedVideoChunkInit": [], "EncodedVideoChunkMetadata": [], "EncodedVideoChunkType": [], "EndingTypes": [], "ErrorCallback": [], "ErrorEvent": [ "Event" ], "ErrorEventInit": [], "Event": [], "EventInit": [], "EventListener": [], "EventListenerOptions": [], "EventModifierInit": [], "EventSource": [ "EventTarget" ], "EventSourceInit": [], "EventTarget": [], "Exception": [], "ExtBlendMinmax": [], "ExtColorBufferFloat": [], "ExtColorBufferHalfFloat": [], "ExtDisjointTimerQuery": [], "ExtFragDepth": [], "ExtSRgb": [], "ExtShaderTextureLod": [], "ExtTextureFilterAnisotropic": [], "ExtTextureNorm16": [], "ExtendableEvent": [ "Event" ], "ExtendableEventInit": [], "ExtendableMessageEvent": [ "Event", "ExtendableEvent" ], "ExtendableMessageEventInit": [], "External": [], "FakePluginMimeEntry": [], "FakePluginTagInit": [], "FetchEvent": [ "Event", "ExtendableEvent" ], "FetchEventInit": [], "FetchObserver": [ "EventTarget" ], "FetchReadableStreamReadDataArray": [], "FetchReadableStreamReadDataDone": [], "FetchState": [], "File": [ "Blob" ], "FileCallback": [], "FileList": [], "FilePickerAcceptType": [], "FilePickerOptions": [], "FilePropertyBag": [], "FileReader": [ "EventTarget" ], "FileReaderSync": [], "FileSystem": [], "FileSystemCreateWritableOptions": [], "FileSystemDirectoryEntry": [ "FileSystemEntry" ], "FileSystemDirectoryHandle": [ "FileSystemHandle" ], "FileSystemDirectoryReader": [], "FileSystemEntriesCallback": [], "FileSystemEntry": [], "FileSystemEntryCallback": [], "FileSystemFileEntry": [ "FileSystemEntry" ], "FileSystemFileHandle": [ "FileSystemHandle" ], "FileSystemFlags": [], "FileSystemGetDirectoryOptions": [], "FileSystemGetFileOptions": [], "FileSystemHandle": [], "FileSystemHandleKind": [], "FileSystemHandlePermissionDescriptor": [], "FileSystemPermissionDescriptor": [], "FileSystemPermissionMode": [], "FileSystemReadWriteOptions": [], "FileSystemRemoveOptions": [], "FileSystemSyncAccessHandle": [], "FileSystemWritableFileStream": [ "WritableStream" ], "FillMode": [], "FlashClassification": [], "FlowControlType": [], "FocusEvent": [ "Event", "UiEvent" ], "FocusEventInit": [], "FontData": [], "FontFace": [], "FontFaceDescriptors": [], "FontFaceLoadStatus": [], "FontFaceSet": [ "EventTarget" ], "FontFaceSetIterator": [], "FontFaceSetIteratorResult": [], "FontFaceSetLoadEvent": [ "Event" ], "FontFaceSetLoadEventInit": [], "FontFaceSetLoadStatus": [], "FormData": [], "FrameType": [], "FuzzingFunctions": [], "GainNode": [ "AudioNode", "EventTarget" ], "GainOptions": [], "Gamepad": [], "GamepadAxisMoveEvent": [ "Event", "GamepadEvent" ], "GamepadAxisMoveEventInit": [], "GamepadButton": [], "GamepadButtonEvent": [ "Event", "GamepadEvent" ], "GamepadButtonEventInit": [], "GamepadEvent": [ "Event" ], "GamepadEventInit": [], "GamepadHand": [], "GamepadHapticActuator": [], "GamepadHapticActuatorType": [], "GamepadMappingType": [], "GamepadPose": [], "GamepadServiceTest": [], "Geolocation": [], "GetAnimationsOptions": [], "GetRootNodeOptions": [], "GetUserMediaRequest": [], "Gpu": [], "GpuAdapter": [], "GpuAdapterInfo": [], "GpuAddressMode": [], "GpuAutoLayoutMode": [], "GpuBindGroup": [], "GpuBindGroupDescriptor": [], "GpuBindGroupEntry": [], "GpuBindGroupLayout": [], "GpuBindGroupLayoutDescriptor": [], "GpuBindGroupLayoutEntry": [], "GpuBlendComponent": [], "GpuBlendFactor": [], "GpuBlendOperation": [], "GpuBlendState": [], "GpuBuffer": [], "GpuBufferBinding": [], "GpuBufferBindingLayout": [], "GpuBufferBindingType": [], "GpuBufferDescriptor": [], "GpuBufferMapState": [], "GpuCanvasAlphaMode": [], "GpuCanvasConfiguration": [], "GpuCanvasContext": [], "GpuColorDict": [], "GpuColorTargetState": [], "GpuCommandBuffer": [], "GpuCommandBufferDescriptor": [], "GpuCommandEncoder": [], "GpuCommandEncoderDescriptor": [], "GpuCompareFunction": [], "GpuCompilationInfo": [], "GpuCompilationMessage": [], "GpuCompilationMessageType": [], "GpuComputePassDescriptor": [], "GpuComputePassEncoder": [], "GpuComputePassTimestampWrites": [], "GpuComputePipeline": [], "GpuComputePipelineDescriptor": [], "GpuCullMode": [], "GpuDepthStencilState": [], "GpuDevice": [ "EventTarget" ], "GpuDeviceDescriptor": [], "GpuDeviceLostInfo": [], "GpuDeviceLostReason": [], "GpuError": [], "GpuErrorFilter": [], "GpuExtent3dDict": [], "GpuExternalTexture": [], "GpuExternalTextureBindingLayout": [], "GpuExternalTextureDescriptor": [], "GpuFeatureName": [], "GpuFilterMode": [], "GpuFragmentState": [], "GpuFrontFace": [], "GpuImageCopyBuffer": [], "GpuImageCopyExternalImage": [], "GpuImageCopyTexture": [], "GpuImageCopyTextureTagged": [], "GpuImageDataLayout": [], "GpuIndexFormat": [], "GpuInternalError": [ "GpuError" ], "GpuLoadOp": [], "GpuMipmapFilterMode": [], "GpuMultisampleState": [], "GpuObjectDescriptorBase": [], "GpuOrigin2dDict": [], "GpuOrigin3dDict": [], "GpuOutOfMemoryError": [ "GpuError" ], "GpuPipelineDescriptorBase": [], "GpuPipelineError": [ "DomException" ], "GpuPipelineErrorInit": [], "GpuPipelineErrorReason": [], "GpuPipelineLayout": [], "GpuPipelineLayoutDescriptor": [], "GpuPowerPreference": [], "GpuPrimitiveState": [], "GpuPrimitiveTopology": [], "GpuProgrammableStage": [], "GpuQuerySet": [], "GpuQuerySetDescriptor": [], "GpuQueryType": [], "GpuQueue": [], "GpuQueueDescriptor": [], "GpuRenderBundle": [], "GpuRenderBundleDescriptor": [], "GpuRenderBundleEncoder": [], "GpuRenderBundleEncoderDescriptor": [], "GpuRenderPassColorAttachment": [], "GpuRenderPassDepthStencilAttachment": [], "GpuRenderPassDescriptor": [], "GpuRenderPassEncoder": [], "GpuRenderPassLayout": [], "GpuRenderPassTimestampWrites": [], "GpuRenderPipeline": [], "GpuRenderPipelineDescriptor": [], "GpuRequestAdapterOptions": [], "GpuSampler": [], "GpuSamplerBindingLayout": [], "GpuSamplerBindingType": [], "GpuSamplerDescriptor": [], "GpuShaderModule": [], "GpuShaderModuleCompilationHint": [], "GpuShaderModuleDescriptor": [], "GpuStencilFaceState": [], "GpuStencilOperation": [], "GpuStorageTextureAccess": [], "GpuStorageTextureBindingLayout": [], "GpuStoreOp": [], "GpuSupportedFeatures": [], "GpuSupportedLimits": [], "GpuTexture": [], "GpuTextureAspect": [], "GpuTextureBindingLayout": [], "GpuTextureDescriptor": [], "GpuTextureDimension": [], "GpuTextureFormat": [], "GpuTextureSampleType": [], "GpuTextureView": [], "GpuTextureViewDescriptor": [], "GpuTextureViewDimension": [], "GpuUncapturedErrorEvent": [ "Event" ], "GpuUncapturedErrorEventInit": [], "GpuValidationError": [ "GpuError" ], "GpuVertexAttribute": [], "GpuVertexBufferLayout": [], "GpuVertexFormat": [], "GpuVertexState": [], "GpuVertexStepMode": [], "GroupedHistoryEventInit": [], "HalfOpenInfoDict": [], "HardwareAcceleration": [], "HashChangeEvent": [ "Event" ], "HashChangeEventInit": [], "Headers": [], "HeadersGuardEnum": [], "Hid": [ "EventTarget" ], "HidCollectionInfo": [], "HidConnectionEvent": [ "Event" ], "HidConnectionEventInit": [], "HidDevice": [ "EventTarget" ], "HidDeviceFilter": [], "HidDeviceRequestOptions": [], "HidInputReportEvent": [ "Event" ], "HidInputReportEventInit": [], "HidReportInfo": [], "HidReportItem": [], "HidUnitSystem": [], "HiddenPluginEventInit": [], "History": [], "HitRegionOptions": [], "HkdfParams": [], "HmacDerivedKeyParams": [], "HmacImportParams": [], "HmacKeyAlgorithm": [], "HmacKeyGenParams": [], "HtmlAllCollection": [], "HtmlAnchorElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlAreaElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlAudioElement": [ "Element", "EventTarget", "HtmlElement", "HtmlMediaElement", "Node" ], "HtmlBaseElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlBodyElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlBrElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlButtonElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlCanvasElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlCollection": [], "HtmlDListElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDataElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDataListElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDetailsElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDialogElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDirectoryElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDivElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlDocument": [ "Document", "EventTarget", "Node" ], "HtmlElement": [ "Element", "EventTarget", "Node" ], "HtmlEmbedElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlFieldSetElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlFontElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlFormControlsCollection": [ "HtmlCollection" ], "HtmlFormElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlFrameElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlFrameSetElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlHeadElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlHeadingElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlHrElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlHtmlElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlIFrameElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlImageElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlInputElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlLabelElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlLegendElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlLiElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlLinkElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMapElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMediaElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMenuElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMenuItemElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMetaElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlMeterElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlModElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlOListElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlObjectElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlOptGroupElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlOptionElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlOptionsCollection": [ "HtmlCollection" ], "HtmlOutputElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlParagraphElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlParamElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlPictureElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlPreElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlProgressElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlQuoteElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlScriptElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlSelectElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlSlotElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlSourceElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlSpanElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlStyleElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableCaptionElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableCellElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableColElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableRowElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTableSectionElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTemplateElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTextAreaElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTimeElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTitleElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlTrackElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlUListElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlUnknownElement": [ "Element", "EventTarget", "HtmlElement", "Node" ], "HtmlVideoElement": [ "Element", "EventTarget", "HtmlElement", "HtmlMediaElement", "Node" ], "HttpConnDict": [], "HttpConnInfo": [], "HttpConnectionElement": [], "IdbCursor": [], "IdbCursorDirection": [], "IdbCursorWithValue": [ "IdbCursor" ], "IdbDatabase": [ "EventTarget" ], "IdbFactory": [], "IdbFileHandle": [ "EventTarget" ], "IdbFileMetadataParameters": [], "IdbFileRequest": [ "DomRequest", "EventTarget" ], "IdbIndex": [], "IdbIndexParameters": [], "IdbKeyRange": [], "IdbLocaleAwareKeyRange": [ "IdbKeyRange" ], "IdbMutableFile": [ "EventTarget" ], "IdbObjectStore": [], "IdbObjectStoreParameters": [], "IdbOpenDbOptions": [], "IdbOpenDbRequest": [ "EventTarget", "IdbRequest" ], "IdbRequest": [ "EventTarget" ], "IdbRequestReadyState": [], "IdbTransaction": [ "EventTarget" ], "IdbTransactionMode": [], "IdbVersionChangeEvent": [ "Event" ], "IdbVersionChangeEventInit": [], "IdleDeadline": [], "IdleRequestOptions": [], "IirFilterNode": [ "AudioNode", "EventTarget" ], "IirFilterOptions": [], "ImageBitmap": [], "ImageBitmapOptions": [], "ImageBitmapRenderingContext": [], "ImageCapture": [], "ImageCaptureError": [], "ImageCaptureErrorEvent": [ "Event" ], "ImageCaptureErrorEventInit": [], "ImageData": [], "ImageDecodeOptions": [], "ImageDecodeResult": [], "ImageDecoder": [], "ImageDecoderInit": [], "ImageEncodeOptions": [], "ImageOrientation": [], "ImageTrack": [ "EventTarget" ], "ImageTrackList": [], "InputEvent": [ "Event", "UiEvent" ], "InputEventInit": [], "IntersectionObserver": [], "IntersectionObserverEntry": [], "IntersectionObserverEntryInit": [], "IntersectionObserverInit": [], "IntlUtils": [], "IsInputPendingOptions": [], "IterableKeyAndValueResult": [], "IterableKeyOrValueResult": [], "IterationCompositeOperation": [], "JsonWebKey": [], "KeyAlgorithm": [], "KeyEvent": [], "KeyIdsInitData": [], "KeyboardEvent": [ "Event", "UiEvent" ], "KeyboardEventInit": [], "KeyframeAnimationOptions": [], "KeyframeEffect": [ "AnimationEffect" ], "KeyframeEffectOptions": [], "L10nElement": [], "L10nValue": [], "LatencyMode": [], "LifecycleCallbacks": [], "LineAlignSetting": [], "ListBoxObject": [], "LocalMediaStream": [ "EventTarget", "MediaStream" ], "LocaleInfo": [], "Location": [], "Lock": [], "LockInfo": [], "LockManager": [], "LockManagerSnapshot": [], "LockMode": [], "LockOptions": [], "MediaCapabilities": [], "MediaCapabilitiesInfo": [], "MediaConfiguration": [], "MediaDecodingConfiguration": [], "MediaDecodingType": [], "MediaDeviceInfo": [], "MediaDeviceKind": [], "MediaDevices": [ "EventTarget" ], "MediaElementAudioSourceNode": [ "AudioNode", "EventTarget" ], "MediaElementAudioSourceOptions": [], "MediaEncodingConfiguration": [], "MediaEncodingType": [], "MediaEncryptedEvent": [ "Event" ], "MediaError": [], "MediaImage": [], "MediaKeyError": [ "Event" ], "MediaKeyMessageEvent": [ "Event" ], "MediaKeyMessageEventInit": [], "MediaKeyMessageType": [], "MediaKeyNeededEventInit": [], "MediaKeySession": [ "EventTarget" ], "MediaKeySessionType": [], "MediaKeyStatus": [], "MediaKeyStatusMap": [], "MediaKeySystemAccess": [], "MediaKeySystemConfiguration": [], "MediaKeySystemMediaCapability": [], "MediaKeySystemStatus": [], "MediaKeys": [], "MediaKeysPolicy": [], "MediaKeysRequirement": [], "MediaList": [], "MediaMetadata": [], "MediaMetadataInit": [], "MediaPositionState": [], "MediaQueryList": [ "EventTarget" ], "MediaQueryListEvent": [ "Event" ], "MediaQueryListEventInit": [], "MediaRecorder": [ "EventTarget" ], "MediaRecorderErrorEvent": [ "Event" ], "MediaRecorderErrorEventInit": [], "MediaRecorderOptions": [], "MediaSession": [], "MediaSessionAction": [], "MediaSessionActionDetails": [], "MediaSessionPlaybackState": [], "MediaSource": [ "EventTarget" ], "MediaSourceEndOfStreamError": [], "MediaSourceEnum": [], "MediaSourceReadyState": [], "MediaStream": [ "EventTarget" ], "MediaStreamAudioDestinationNode": [ "AudioNode", "EventTarget" ], "MediaStreamAudioSourceNode": [ "AudioNode", "EventTarget" ], "MediaStreamAudioSourceOptions": [], "MediaStreamConstraints": [], "MediaStreamError": [], "MediaStreamEvent": [ "Event" ], "MediaStreamEventInit": [], "MediaStreamTrack": [ "EventTarget" ], "MediaStreamTrackEvent": [ "Event" ], "MediaStreamTrackEventInit": [], "MediaStreamTrackGenerator": [ "EventTarget", "MediaStreamTrack" ], "MediaStreamTrackGeneratorInit": [], "MediaStreamTrackProcessor": [], "MediaStreamTrackProcessorInit": [], "MediaStreamTrackState": [], "MediaTrackConstraintSet": [], "MediaTrackConstraints": [], "MediaTrackSettings": [], "MediaTrackSupportedConstraints": [], "MemoryAttribution": [], "MemoryAttributionContainer": [], "MemoryBreakdownEntry": [], "MemoryMeasurement": [], "MessageChannel": [], "MessageEvent": [ "Event" ], "MessageEventInit": [], "MessagePort": [ "EventTarget" ], "MidiAccess": [ "EventTarget" ], "MidiConnectionEvent": [ "Event" ], "MidiConnectionEventInit": [], "MidiInput": [ "EventTarget", "MidiPort" ], "MidiInputMap": [], "MidiMessageEvent": [ "Event" ], "MidiMessageEventInit": [], "MidiOptions": [], "MidiOutput": [ "EventTarget", "MidiPort" ], "MidiOutputMap": [], "MidiPort": [ "EventTarget" ], "MidiPortConnectionState": [], "MidiPortDeviceState": [], "MidiPortType": [], "MimeType": [], "MimeTypeArray": [], "MouseEvent": [ "Event", "UiEvent" ], "MouseEventInit": [], "MouseScrollEvent": [ "Event", "MouseEvent", "UiEvent" ], "MozDebug": [], "MutationEvent": [ "Event" ], "MutationObserver": [], "MutationObserverInit": [], "MutationObservingInfo": [], "MutationRecord": [], "NamedNodeMap": [], "NativeOsFileReadOptions": [], "NativeOsFileWriteAtomicOptions": [], "NavigationType": [], "Navigator": [], "NavigatorAutomationInformation": [], "NetworkCommandOptions": [], "NetworkInformation": [ "EventTarget" ], "NetworkResultOptions": [], "Node": [ "EventTarget" ], "NodeFilter": [], "NodeIterator": [], "NodeList": [], "Notification": [ "EventTarget" ], "NotificationAction": [], "NotificationDirection": [], "NotificationEvent": [ "Event", "ExtendableEvent" ], "NotificationEventInit": [], "NotificationOptions": [], "NotificationPermission": [], "ObserverCallback": [], "OesElementIndexUint": [], "OesStandardDerivatives": [], "OesTextureFloat": [], "OesTextureFloatLinear": [], "OesTextureHalfFloat": [], "OesTextureHalfFloatLinear": [], "OesVertexArrayObject": [], "OfflineAudioCompletionEvent": [ "Event" ], "OfflineAudioCompletionEventInit": [], "OfflineAudioContext": [ "BaseAudioContext", "EventTarget" ], "OfflineAudioContextOptions": [], "OfflineResourceList": [ "EventTarget" ], "OffscreenCanvas": [ "EventTarget" ], "OffscreenCanvasRenderingContext2d": [], "OpenFilePickerOptions": [], "OpenWindowEventDetail": [], "OptionalEffectTiming": [], "OrientationLockType": [], "OrientationType": [], "OscillatorNode": [ "AudioNode", "AudioScheduledSourceNode", "EventTarget" ], "OscillatorOptions": [], "OscillatorType": [], "OverSampleType": [], "OvrMultiview2": [], "PageTransitionEvent": [ "Event" ], "PageTransitionEventInit": [], "PaintRequest": [], "PaintRequestList": [], "PaintWorkletGlobalScope": [ "WorkletGlobalScope" ], "PannerNode": [ "AudioNode", "EventTarget" ], "PannerOptions": [], "PanningModelType": [], "ParityType": [], "Path2d": [], "PaymentAddress": [], "PaymentComplete": [], "PaymentMethodChangeEvent": [ "Event", "PaymentRequestUpdateEvent" ], "PaymentMethodChangeEventInit": [], "PaymentRequestUpdateEvent": [ "Event" ], "PaymentRequestUpdateEventInit": [], "PaymentResponse": [], "Pbkdf2Params": [], "PcImplIceConnectionState": [], "PcImplIceGatheringState": [], "PcImplSignalingState": [], "PcObserverStateType": [], "Performance": [ "EventTarget" ], "PerformanceEntry": [], "PerformanceEntryEventInit": [], "PerformanceEntryFilterOptions": [], "PerformanceMark": [ "PerformanceEntry" ], "PerformanceMeasure": [ "PerformanceEntry" ], "PerformanceNavigation": [], "PerformanceNavigationTiming": [ "PerformanceEntry", "PerformanceResourceTiming" ], "PerformanceObserver": [], "PerformanceObserverEntryList": [], "PerformanceObserverInit": [], "PerformanceResourceTiming": [ "PerformanceEntry" ], "PerformanceServerTiming": [], "PerformanceTiming": [], "PeriodicWave": [], "PeriodicWaveConstraints": [], "PeriodicWaveOptions": [], "PermissionDescriptor": [], "PermissionName": [], "PermissionState": [], "PermissionStatus": [ "EventTarget" ], "Permissions": [], "PlaneLayout": [], "PlaybackDirection": [], "Plugin": [], "PluginArray": [], "PluginCrashedEventInit": [], "PointerEvent": [ "Event", "MouseEvent", "UiEvent" ], "PointerEventInit": [], "PopStateEvent": [ "Event" ], "PopStateEventInit": [], "PopupBlockedEvent": [ "Event" ], "PopupBlockedEventInit": [], "Position": [], "PositionAlignSetting": [], "PositionError": [], "PositionOptions": [], "PremultiplyAlpha": [], "Presentation": [], "PresentationAvailability": [ "EventTarget" ], "PresentationConnection": [ "EventTarget" ], "PresentationConnectionAvailableEvent": [ "Event" ], "PresentationConnectionAvailableEventInit": [], "PresentationConnectionBinaryType": [], "PresentationConnectionCloseEvent": [ "Event" ], "PresentationConnectionCloseEventInit": [], "PresentationConnectionClosedReason": [], "PresentationConnectionList": [ "EventTarget" ], "PresentationConnectionState": [], "PresentationReceiver": [], "PresentationRequest": [ "EventTarget" ], "PresentationStyle": [], "ProcessingInstruction": [ "CharacterData", "EventTarget", "Node" ], "ProfileTimelineLayerRect": [], "ProfileTimelineMarker": [], "ProfileTimelineMessagePortOperationType": [], "ProfileTimelineStackFrame": [], "ProfileTimelineWorkerOperationType": [], "ProgressEvent": [ "Event" ], "ProgressEventInit": [], "PromiseNativeHandler": [], "PromiseRejectionEvent": [ "Event" ], "PromiseRejectionEventInit": [], "PublicKeyCredential": [ "Credential" ], "PublicKeyCredentialCreationOptions": [], "PublicKeyCredentialDescriptor": [], "PublicKeyCredentialEntity": [], "PublicKeyCredentialParameters": [], "PublicKeyCredentialRequestOptions": [], "PublicKeyCredentialRpEntity": [], "PublicKeyCredentialType": [], "PublicKeyCredentialUserEntity": [], "PushEncryptionKeyName": [], "PushEvent": [ "Event", "ExtendableEvent" ], "PushEventInit": [], "PushManager": [], "PushMessageData": [], "PushPermissionState": [], "PushSubscription": [], "PushSubscriptionInit": [], "PushSubscriptionJson": [], "PushSubscriptionKeys": [], "PushSubscriptionOptions": [], "PushSubscriptionOptionsInit": [], "QueryOptions": [], "QueuingStrategy": [], "QueuingStrategyInit": [], "RadioNodeList": [ "NodeList" ], "Range": [], "RcwnPerfStats": [], "RcwnStatus": [], "ReadableByteStreamController": [], "ReadableStream": [], "ReadableStreamByobReader": [], "ReadableStreamByobRequest": [], "ReadableStreamDefaultController": [], "ReadableStreamDefaultReader": [], "ReadableStreamGetReaderOptions": [], "ReadableStreamIteratorOptions": [], "ReadableStreamReadResult": [], "ReadableStreamReaderMode": [], "ReadableStreamType": [], "ReadableWritablePair": [], "RecordingState": [], "ReferrerPolicy": [], "RegisterRequest": [], "RegisterResponse": [], "RegisteredKey": [], "RegistrationOptions": [], "Request": [], "RequestCache": [], "RequestCredentials": [], "RequestDestination": [], "RequestDeviceOptions": [], "RequestInit": [], "RequestMediaKeySystemAccessNotification": [], "RequestMode": [], "RequestRedirect": [], "ResizeObserver": [], "ResizeObserverBoxOptions": [], "ResizeObserverEntry": [], "ResizeObserverOptions": [], "ResizeObserverSize": [], "ResizeQuality": [], "Response": [], "ResponseInit": [], "ResponseType": [], "RsaHashedImportParams": [], "RsaOaepParams": [], "RsaOtherPrimesInfo": [], "RsaPssParams": [], "RtcAnswerOptions": [], "RtcBundlePolicy": [], "RtcCertificate": [], "RtcCertificateExpiration": [], "RtcCodecStats": [], "RtcConfiguration": [], "RtcDataChannel": [ "EventTarget" ], "RtcDataChannelEvent": [ "Event" ], "RtcDataChannelEventInit": [], "RtcDataChannelInit": [], "RtcDataChannelState": [], "RtcDataChannelType": [], "RtcDegradationPreference": [], "RtcFecParameters": [], "RtcIceCandidate": [], "RtcIceCandidateInit": [], "RtcIceCandidatePairStats": [], "RtcIceCandidateStats": [], "RtcIceComponentStats": [], "RtcIceConnectionState": [], "RtcIceCredentialType": [], "RtcIceGatheringState": [], "RtcIceServer": [], "RtcIceTransportPolicy": [], "RtcIdentityAssertion": [], "RtcIdentityAssertionResult": [], "RtcIdentityProvider": [], "RtcIdentityProviderDetails": [], "RtcIdentityProviderOptions": [], "RtcIdentityProviderRegistrar": [], "RtcIdentityValidationResult": [], "RtcInboundRtpStreamStats": [], "RtcMediaStreamStats": [], "RtcMediaStreamTrackStats": [], "RtcOfferAnswerOptions": [], "RtcOfferOptions": [], "RtcOutboundRtpStreamStats": [], "RtcPeerConnection": [ "EventTarget" ], "RtcPeerConnectionIceErrorEvent": [ "Event" ], "RtcPeerConnectionIceEvent": [ "Event" ], "RtcPeerConnectionIceEventInit": [], "RtcPeerConnectionState": [], "RtcPriorityType": [], "RtcRtcpParameters": [], "RtcRtpCapabilities": [], "RtcRtpCodecCapability": [], "RtcRtpCodecParameters": [], "RtcRtpContributingSource": [], "RtcRtpEncodingParameters": [], "RtcRtpHeaderExtensionCapability": [], "RtcRtpHeaderExtensionParameters": [], "RtcRtpParameters": [], "RtcRtpReceiver": [], "RtcRtpSender": [], "RtcRtpSourceEntry": [], "RtcRtpSourceEntryType": [], "RtcRtpSynchronizationSource": [], "RtcRtpTransceiver": [], "RtcRtpTransceiverDirection": [], "RtcRtpTransceiverInit": [], "RtcRtxParameters": [], "RtcSdpType": [], "RtcSessionDescription": [], "RtcSessionDescriptionInit": [], "RtcSignalingState": [], "RtcStats": [], "RtcStatsIceCandidatePairState": [], "RtcStatsIceCandidateType": [], "RtcStatsReport": [], "RtcStatsReportInternal": [], "RtcStatsType": [], "RtcTrackEvent": [ "Event" ], "RtcTrackEventInit": [], "RtcTransportStats": [], "RtcdtmfSender": [ "EventTarget" ], "RtcdtmfToneChangeEvent": [ "Event" ], "RtcdtmfToneChangeEventInit": [], "RtcrtpContributingSourceStats": [], "RtcrtpStreamStats": [], "SaveFilePickerOptions": [], "Scheduler": [], "SchedulerPostTaskOptions": [], "Scheduling": [], "Screen": [ "EventTarget" ], "ScreenColorGamut": [], "ScreenLuminance": [], "ScreenOrientation": [ "EventTarget" ], "ScriptProcessorNode": [ "AudioNode", "EventTarget" ], "ScrollAreaEvent": [ "Event", "UiEvent" ], "ScrollBehavior": [], "ScrollBoxObject": [], "ScrollIntoViewOptions": [], "ScrollLogicalPosition": [], "ScrollOptions": [], "ScrollRestoration": [], "ScrollSetting": [], "ScrollState": [], "ScrollToOptions": [], "ScrollViewChangeEventInit": [], "SecurityPolicyViolationEvent": [ "Event" ], "SecurityPolicyViolationEventDisposition": [], "SecurityPolicyViolationEventInit": [], "Selection": [], "SelectionMode": [], "Serial": [ "EventTarget" ], "SerialInputSignals": [], "SerialOptions": [], "SerialOutputSignals": [], "SerialPort": [ "EventTarget" ], "SerialPortFilter": [], "SerialPortInfo": [], "SerialPortRequestOptions": [], "ServerSocketOptions": [], "ServiceWorker": [ "EventTarget" ], "ServiceWorkerContainer": [ "EventTarget" ], "ServiceWorkerGlobalScope": [ "EventTarget", "WorkerGlobalScope" ], "ServiceWorkerRegistration": [ "EventTarget" ], "ServiceWorkerState": [], "ServiceWorkerUpdateViaCache": [], "ShadowRoot": [ "DocumentFragment", "EventTarget", "Node" ], "ShadowRootInit": [], "ShadowRootMode": [], "ShareData": [], "SharedWorker": [ "EventTarget" ], "SharedWorkerGlobalScope": [ "EventTarget", "WorkerGlobalScope" ], "SignResponse": [], "SocketElement": [], "SocketOptions": [], "SocketReadyState": [], "SocketsDict": [], "SourceBuffer": [ "EventTarget" ], "SourceBufferAppendMode": [], "SourceBufferList": [ "EventTarget" ], "SpeechGrammar": [], "SpeechGrammarList": [], "SpeechRecognition": [ "EventTarget" ], "SpeechRecognitionAlternative": [], "SpeechRecognitionError": [ "Event" ], "SpeechRecognitionErrorCode": [], "SpeechRecognitionErrorInit": [], "SpeechRecognitionEvent": [ "Event" ], "SpeechRecognitionEventInit": [], "SpeechRecognitionResult": [], "SpeechRecognitionResultList": [], "SpeechSynthesis": [ "EventTarget" ], "SpeechSynthesisErrorCode": [], "SpeechSynthesisErrorEvent": [ "Event", "SpeechSynthesisEvent" ], "SpeechSynthesisErrorEventInit": [], "SpeechSynthesisEvent": [ "Event" ], "SpeechSynthesisEventInit": [], "SpeechSynthesisUtterance": [ "EventTarget" ], "SpeechSynthesisVoice": [], "StereoPannerNode": [ "AudioNode", "EventTarget" ], "StereoPannerOptions": [], "Storage": [], "StorageEstimate": [], "StorageEvent": [ "Event" ], "StorageEventInit": [], "StorageManager": [], "StorageType": [], "StreamPipeOptions": [], "StyleRuleChangeEventInit": [], "StyleSheet": [], "StyleSheetApplicableStateChangeEventInit": [], "StyleSheetChangeEventInit": [], "StyleSheetList": [], "SubmitEvent": [ "Event" ], "SubmitEventInit": [], "SubtleCrypto": [], "SupportedType": [], "SvcOutputMetadata": [], "SvgAngle": [], "SvgAnimateElement": [ "Element", "EventTarget", "Node", "SvgAnimationElement", "SvgElement" ], "SvgAnimateMotionElement": [ "Element", "EventTarget", "Node", "SvgAnimationElement", "SvgElement" ], "SvgAnimateTransformElement": [ "Element", "EventTarget", "Node", "SvgAnimationElement", "SvgElement" ], "SvgAnimatedAngle": [], "SvgAnimatedBoolean": [], "SvgAnimatedEnumeration": [], "SvgAnimatedInteger": [], "SvgAnimatedLength": [], "SvgAnimatedLengthList": [], "SvgAnimatedNumber": [], "SvgAnimatedNumberList": [], "SvgAnimatedPreserveAspectRatio": [], "SvgAnimatedRect": [], "SvgAnimatedString": [], "SvgAnimatedTransformList": [], "SvgAnimationElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgBoundingBoxOptions": [], "SvgCircleElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgClipPathElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgComponentTransferFunctionElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgDefsElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgDescElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgElement": [ "Element", "EventTarget", "Node" ], "SvgEllipseElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgFilterElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgForeignObjectElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgGeometryElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgGradientElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgGraphicsElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgImageElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgLength": [], "SvgLengthList": [], "SvgLineElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgLinearGradientElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGradientElement" ], "SvgMarkerElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgMaskElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgMatrix": [], "SvgMetadataElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgNumber": [], "SvgNumberList": [], "SvgPathElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgPathSeg": [], "SvgPathSegArcAbs": [ "SvgPathSeg" ], "SvgPathSegArcRel": [ "SvgPathSeg" ], "SvgPathSegClosePath": [ "SvgPathSeg" ], "SvgPathSegCurvetoCubicAbs": [ "SvgPathSeg" ], "SvgPathSegCurvetoCubicRel": [ "SvgPathSeg" ], "SvgPathSegCurvetoCubicSmoothAbs": [ "SvgPathSeg" ], "SvgPathSegCurvetoCubicSmoothRel": [ "SvgPathSeg" ], "SvgPathSegCurvetoQuadraticAbs": [ "SvgPathSeg" ], "SvgPathSegCurvetoQuadraticRel": [ "SvgPathSeg" ], "SvgPathSegCurvetoQuadraticSmoothAbs": [ "SvgPathSeg" ], "SvgPathSegCurvetoQuadraticSmoothRel": [ "SvgPathSeg" ], "SvgPathSegLinetoAbs": [ "SvgPathSeg" ], "SvgPathSegLinetoHorizontalAbs": [ "SvgPathSeg" ], "SvgPathSegLinetoHorizontalRel": [ "SvgPathSeg" ], "SvgPathSegLinetoRel": [ "SvgPathSeg" ], "SvgPathSegLinetoVerticalAbs": [ "SvgPathSeg" ], "SvgPathSegLinetoVerticalRel": [ "SvgPathSeg" ], "SvgPathSegList": [], "SvgPathSegMovetoAbs": [ "SvgPathSeg" ], "SvgPathSegMovetoRel": [ "SvgPathSeg" ], "SvgPatternElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgPoint": [], "SvgPointList": [], "SvgPolygonElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgPolylineElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgPreserveAspectRatio": [], "SvgRadialGradientElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGradientElement" ], "SvgRect": [], "SvgRectElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGeometryElement", "SvgGraphicsElement" ], "SvgScriptElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgSetElement": [ "Element", "EventTarget", "Node", "SvgAnimationElement", "SvgElement" ], "SvgStopElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgStringList": [], "SvgStyleElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgSwitchElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgSymbolElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgTextContentElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgTextElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement", "SvgTextContentElement", "SvgTextPositioningElement" ], "SvgTextPathElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement", "SvgTextContentElement" ], "SvgTextPositioningElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement", "SvgTextContentElement" ], "SvgTitleElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgTransform": [], "SvgTransformList": [], "SvgUnitTypes": [], "SvgUseElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgViewElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgZoomAndPan": [], "SvgaElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgfeBlendElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeColorMatrixElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeComponentTransferElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeCompositeElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeConvolveMatrixElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeDiffuseLightingElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeDisplacementMapElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeDistantLightElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeDropShadowElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeFloodElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeFuncAElement": [ "Element", "EventTarget", "Node", "SvgComponentTransferFunctionElement", "SvgElement" ], "SvgfeFuncBElement": [ "Element", "EventTarget", "Node", "SvgComponentTransferFunctionElement", "SvgElement" ], "SvgfeFuncGElement": [ "Element", "EventTarget", "Node", "SvgComponentTransferFunctionElement", "SvgElement" ], "SvgfeFuncRElement": [ "Element", "EventTarget", "Node", "SvgComponentTransferFunctionElement", "SvgElement" ], "SvgfeGaussianBlurElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeImageElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeMergeElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeMergeNodeElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeMorphologyElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeOffsetElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfePointLightElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeSpecularLightingElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeSpotLightElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeTileElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgfeTurbulenceElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvggElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgmPathElement": [ "Element", "EventTarget", "Node", "SvgElement" ], "SvgsvgElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement" ], "SvgtSpanElement": [ "Element", "EventTarget", "Node", "SvgElement", "SvgGraphicsElement", "SvgTextContentElement", "SvgTextPositioningElement" ], "TaskController": [ "AbortController" ], "TaskControllerInit": [], "TaskPriority": [], "TaskPriorityChangeEvent": [ "Event" ], "TaskPriorityChangeEventInit": [], "TaskSignal": [ "AbortSignal", "EventTarget" ], "TaskSignalAnyInit": [], "TcpReadyState": [], "TcpServerSocket": [ "EventTarget" ], "TcpServerSocketEvent": [ "Event" ], "TcpServerSocketEventInit": [], "TcpSocket": [ "EventTarget" ], "TcpSocketBinaryType": [], "TcpSocketErrorEvent": [ "Event" ], "TcpSocketErrorEventInit": [], "TcpSocketEvent": [ "Event" ], "TcpSocketEventInit": [], "Text": [ "CharacterData", "EventTarget", "Node" ], "TextDecodeOptions": [], "TextDecoder": [], "TextDecoderOptions": [], "TextEncoder": [], "TextMetrics": [], "TextTrack": [ "EventTarget" ], "TextTrackCue": [ "EventTarget" ], "TextTrackCueList": [], "TextTrackKind": [], "TextTrackList": [ "EventTarget" ], "TextTrackMode": [], "TimeEvent": [ "Event" ], "TimeRanges": [], "Touch": [], "TouchEvent": [ "Event", "UiEvent" ], "TouchEventInit": [], "TouchInit": [], "TouchList": [], "TrackEvent": [ "Event" ], "TrackEventInit": [], "TransformStream": [], "TransformStreamDefaultController": [], "Transformer": [], "TransitionEvent": [ "Event" ], "TransitionEventInit": [], "Transport": [], "TreeBoxObject": [], "TreeCellInfo": [], "TreeView": [], "TreeWalker": [], "U2f": [], "U2fClientData": [], "UdpMessageEventInit": [], "UdpOptions": [], "UiEvent": [ "Event" ], "UiEventInit": [], "UnderlyingSink": [], "UnderlyingSource": [], "Url": [], "UrlSearchParams": [], "Usb": [ "EventTarget" ], "UsbAlternateInterface": [], "UsbConfiguration": [], "UsbConnectionEvent": [ "Event" ], "UsbConnectionEventInit": [], "UsbControlTransferParameters": [], "UsbDevice": [], "UsbDeviceFilter": [], "UsbDeviceRequestOptions": [], "UsbDirection": [], "UsbEndpoint": [], "UsbEndpointType": [], "UsbInTransferResult": [], "UsbInterface": [], "UsbIsochronousInTransferPacket": [], "UsbIsochronousInTransferResult": [], "UsbIsochronousOutTransferPacket": [], "UsbIsochronousOutTransferResult": [], "UsbOutTransferResult": [], "UsbPermissionDescriptor": [], "UsbPermissionResult": [ "EventTarget", "PermissionStatus" ], "UsbPermissionStorage": [], "UsbRecipient": [], "UsbRequestType": [], "UsbTransferStatus": [], "UserActivation": [], "UserProximityEvent": [ "Event" ], "UserProximityEventInit": [], "UserVerificationRequirement": [], "ValidityState": [], "ValueEvent": [ "Event" ], "ValueEventInit": [], "VideoColorPrimaries": [], "VideoColorSpace": [], "VideoColorSpaceInit": [], "VideoConfiguration": [], "VideoDecoder": [], "VideoDecoderConfig": [], "VideoDecoderInit": [], "VideoDecoderSupport": [], "VideoEncoder": [], "VideoEncoderConfig": [], "VideoEncoderEncodeOptions": [], "VideoEncoderInit": [], "VideoEncoderSupport": [], "VideoFacingModeEnum": [], "VideoFrame": [], "VideoFrameBufferInit": [], "VideoFrameCopyToOptions": [], "VideoFrameInit": [], "VideoMatrixCoefficients": [], "VideoPixelFormat": [], "VideoPlaybackQuality": [], "VideoStreamTrack": [ "EventTarget", "MediaStreamTrack" ], "VideoTrack": [], "VideoTrackList": [ "EventTarget" ], "VideoTransferCharacteristics": [], "ViewTransition": [], "VisibilityState": [], "VoidCallback": [], "VrDisplay": [ "EventTarget" ], "VrDisplayCapabilities": [], "VrEye": [], "VrEyeParameters": [], "VrFieldOfView": [], "VrFrameData": [], "VrLayer": [], "VrMockController": [], "VrMockDisplay": [], "VrPose": [], "VrServiceTest": [], "VrStageParameters": [], "VrSubmitFrameResult": [], "VttCue": [ "EventTarget", "TextTrackCue" ], "VttRegion": [], "WakeLock": [], "WakeLockSentinel": [ "EventTarget" ], "WakeLockType": [], "WatchAdvertisementsOptions": [], "WaveShaperNode": [ "AudioNode", "EventTarget" ], "WaveShaperOptions": [], "WebGl2RenderingContext": [], "WebGlActiveInfo": [], "WebGlBuffer": [], "WebGlContextAttributes": [], "WebGlContextEvent": [ "Event" ], "WebGlContextEventInit": [], "WebGlFramebuffer": [], "WebGlPowerPreference": [], "WebGlProgram": [], "WebGlQuery": [], "WebGlRenderbuffer": [], "WebGlRenderingContext": [], "WebGlSampler": [], "WebGlShader": [], "WebGlShaderPrecisionFormat": [], "WebGlSync": [], "WebGlTexture": [], "WebGlTransformFeedback": [], "WebGlUniformLocation": [], "WebGlVertexArrayObject": [], "WebKitCssMatrix": [ "DomMatrix", "DomMatrixReadOnly" ], "WebSocket": [ "EventTarget" ], "WebSocketDict": [], "WebSocketElement": [], "WebTransport": [], "WebTransportBidirectionalStream": [], "WebTransportCloseInfo": [], "WebTransportCongestionControl": [], "WebTransportDatagramDuplexStream": [], "WebTransportDatagramStats": [], "WebTransportError": [ "DomException" ], "WebTransportErrorOptions": [], "WebTransportErrorSource": [], "WebTransportHash": [], "WebTransportOptions": [], "WebTransportReceiveStream": [ "ReadableStream" ], "WebTransportReceiveStreamStats": [], "WebTransportReliabilityMode": [], "WebTransportSendStream": [ "WritableStream" ], "WebTransportSendStreamOptions": [], "WebTransportSendStreamStats": [], "WebTransportStats": [], "WebglColorBufferFloat": [], "WebglCompressedTextureAstc": [], "WebglCompressedTextureAtc": [], "WebglCompressedTextureEtc": [], "WebglCompressedTextureEtc1": [], "WebglCompressedTexturePvrtc": [], "WebglCompressedTextureS3tc": [], "WebglCompressedTextureS3tcSrgb": [], "WebglDebugRendererInfo": [], "WebglDebugShaders": [], "WebglDepthTexture": [], "WebglDrawBuffers": [], "WebglLoseContext": [], "WebglMultiDraw": [], "WellKnownDirectory": [], "WgslLanguageFeatures": [], "WheelEvent": [ "Event", "MouseEvent", "UiEvent" ], "WheelEventInit": [], "WidevineCdmManifest": [], "Window": [ "EventTarget" ], "WindowClient": [ "Client" ], "Worker": [ "EventTarget" ], "WorkerDebuggerGlobalScope": [ "EventTarget" ], "WorkerGlobalScope": [ "EventTarget" ], "WorkerLocation": [], "WorkerNavigator": [], "WorkerOptions": [], "WorkerType": [], "Worklet": [], "WorkletGlobalScope": [], "WorkletOptions": [], "WritableStream": [], "WritableStreamDefaultController": [], "WritableStreamDefaultWriter": [], "WriteCommandType": [], "WriteParams": [], "XPathExpression": [], "XPathNsResolver": [], "XPathResult": [], "XmlDocument": [ "Document", "EventTarget", "Node" ], "XmlHttpRequest": [ "EventTarget", "XmlHttpRequestEventTarget" ], "XmlHttpRequestEventTarget": [ "EventTarget" ], "XmlHttpRequestResponseType": [], "XmlHttpRequestUpload": [ "EventTarget", "XmlHttpRequestEventTarget" ], "XmlSerializer": [], "XrBoundedReferenceSpace": [ "EventTarget", "XrReferenceSpace", "XrSpace" ], "XrEye": [], "XrFrame": [], "XrHand": [], "XrHandJoint": [], "XrHandedness": [], "XrInputSource": [], "XrInputSourceArray": [], "XrInputSourceEvent": [ "Event" ], "XrInputSourceEventInit": [], "XrInputSourcesChangeEvent": [ "Event" ], "XrInputSourcesChangeEventInit": [], "XrJointPose": [ "XrPose" ], "XrJointSpace": [ "EventTarget", "XrSpace" ], "XrLayer": [ "EventTarget" ], "XrPermissionDescriptor": [], "XrPermissionStatus": [ "EventTarget", "PermissionStatus" ], "XrPose": [], "XrReferenceSpace": [ "EventTarget", "XrSpace" ], "XrReferenceSpaceEvent": [ "Event" ], "XrReferenceSpaceEventInit": [], "XrReferenceSpaceType": [], "XrRenderState": [], "XrRenderStateInit": [], "XrRigidTransform": [], "XrSession": [ "EventTarget" ], "XrSessionEvent": [ "Event" ], "XrSessionEventInit": [], "XrSessionInit": [], "XrSessionMode": [], "XrSessionSupportedPermissionDescriptor": [], "XrSpace": [ "EventTarget" ], "XrSystem": [ "EventTarget" ], "XrTargetRayMode": [], "XrView": [], "XrViewerPose": [ "XrPose" ], "XrViewport": [], "XrVisibilityState": [], "XrWebGlLayer": [ "EventTarget", "XrLayer" ], "XrWebGlLayerInit": [], "XsltProcessor": [], "console": [], "css": [], "gpu_buffer_usage": [], "gpu_color_write": [], "gpu_map_mode": [], "gpu_shader_stage": [], "gpu_texture_usage": [] }, "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true, "rustdoc-args": [ "--cfg=web_sys_unstable_apis" ] } } }, "name": "web-sys", "publish": null, "readme": "./README.md", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "rust_version": "1.57", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": false, "edition": "2018", "kind": [ "lib" ], "name": "web-sys", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "wasm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs", "test": true } ], "version": "0.3.69" }, { "authors": [ "The image-rs Developers" ], "categories": [], "default_run": null, "dependencies": [ { "features": [ "std" ], "kind": null, "name": "futures", "optional": true, "registry": null, "rename": null, "req": "^0.3.12", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [], "kind": "dev", "name": "criterion", "optional": false, "registry": null, "rename": null, "req": "^0.3.1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [ "macros", "io-util", "net", "rt", "rt-multi-thread" ], "kind": "dev", "name": "tokio", "optional": false, "registry": null, "rename": null, "req": "^1", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false }, { "features": [ "compat" ], "kind": "dev", "name": "tokio-util", "optional": false, "registry": null, "rename": null, "req": "^0.6.2", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": false } ], "description": "Fast LZW compression and decompression.", "documentation": "https://docs.rs/weezl", "edition": "2018", "features": { "alloc": [], "async": [ "futures", "std" ], "default": [ "std" ], "futures": [ "dep:futures" ], "std": [ "alloc" ] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml", "metadata": { "docs": { "rs": { "all-features": true } } }, "name": "weezl", "publish": null, "readme": "README.md", "repository": "https://github.com/image-rs/lzw", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "weezl", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": true, "doctest": false, "edition": "2018", "kind": [ "bin" ], "name": "lzw", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "lzw-compress", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "example" ], "name": "lzw-decompress", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs", "test": false }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "async", "required-features": [ "async", "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "roundtrip", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "roundtrip_vec", "required-features": [ "alloc" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "test" ], "name": "implicit_reset", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "bench" ], "name": "msb8", "required-features": [ "std" ], "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs", "test": false } ], "version": "0.1.8" }, { "authors": [ "Peter Atashian " ], "categories": [ "external-ffi-bindings", "no-std", "os::windows-apis" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "winapi-i686-pc-windows-gnu", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnu", "uses_default_features": true }, { "features": [], "kind": null, "name": "winapi-x86_64-pc-windows-gnu", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnu", "uses_default_features": true } ], "description": "Raw FFI bindings for all of Windows API.", "documentation": "https://docs.rs/winapi/", "edition": "2015", "features": { "accctrl": [], "aclapi": [], "activation": [], "adhoc": [], "appmgmt": [], "audioclient": [], "audiosessiontypes": [], "avrt": [], "basetsd": [], "bcrypt": [], "bits": [], "bits10_1": [], "bits1_5": [], "bits2_0": [], "bits2_5": [], "bits3_0": [], "bits4_0": [], "bits5_0": [], "bitscfg": [], "bitsmsg": [], "bluetoothapis": [], "bluetoothleapis": [], "bthdef": [], "bthioctl": [], "bthledef": [], "bthsdpdef": [], "bugcodes": [], "cderr": [], "cfg": [], "cfgmgr32": [], "cguid": [], "combaseapi": [], "coml2api": [], "commapi": [], "commctrl": [], "commdlg": [], "commoncontrols": [], "consoleapi": [], "corecrt": [], "corsym": [], "d2d1": [], "d2d1_1": [], "d2d1_2": [], "d2d1_3": [], "d2d1effectauthor": [], "d2d1effects": [], "d2d1effects_1": [], "d2d1effects_2": [], "d2d1svg": [], "d2dbasetypes": [], "d3d": [], "d3d10": [], "d3d10_1": [], "d3d10_1shader": [], "d3d10effect": [], "d3d10misc": [], "d3d10sdklayers": [], "d3d10shader": [], "d3d11": [], "d3d11_1": [], "d3d11_2": [], "d3d11_3": [], "d3d11_4": [], "d3d11on12": [], "d3d11sdklayers": [], "d3d11shader": [], "d3d11tokenizedprogramformat": [], "d3d12": [], "d3d12sdklayers": [], "d3d12shader": [], "d3d9": [], "d3d9caps": [], "d3d9types": [], "d3dcommon": [], "d3dcompiler": [], "d3dcsx": [], "d3dkmdt": [], "d3dkmthk": [], "d3dukmdt": [], "d3dx10core": [], "d3dx10math": [], "d3dx10mesh": [], "datetimeapi": [], "davclnt": [], "dbghelp": [], "dbt": [], "dcommon": [], "dcomp": [], "dcompanimation": [], "dcomptypes": [], "dde": [], "ddraw": [], "ddrawi": [], "ddrawint": [], "debug": [ "impl-debug" ], "debugapi": [], "devguid": [], "devicetopology": [], "devpkey": [], "devpropdef": [], "dinput": [], "dinputd": [], "dispex": [], "dmksctl": [], "dmusicc": [], "docobj": [], "documenttarget": [], "dot1x": [], "dpa_dsa": [], "dpapi": [], "dsgetdc": [], "dsound": [], "dsrole": [], "dvp": [], "dwmapi": [], "dwrite": [], "dwrite_1": [], "dwrite_2": [], "dwrite_3": [], "dxdiag": [], "dxfile": [], "dxgi": [], "dxgi1_2": [], "dxgi1_3": [], "dxgi1_4": [], "dxgi1_5": [], "dxgi1_6": [], "dxgidebug": [], "dxgiformat": [], "dxgitype": [], "dxva2api": [], "dxvahd": [], "eaptypes": [], "enclaveapi": [], "endpointvolume": [], "errhandlingapi": [], "everything": [], "evntcons": [], "evntprov": [], "evntrace": [], "excpt": [], "exdisp": [], "fibersapi": [], "fileapi": [], "functiondiscoverykeys_devpkey": [], "gl-gl": [], "guiddef": [], "handleapi": [], "heapapi": [], "hidclass": [], "hidpi": [], "hidsdi": [], "hidusage": [], "highlevelmonitorconfigurationapi": [], "hstring": [], "http": [], "ifdef": [], "ifmib": [], "imm": [], "impl-debug": [], "impl-default": [], "in6addr": [], "inaddr": [], "inspectable": [], "interlockedapi": [], "intsafe": [], "ioapiset": [], "ipexport": [], "iphlpapi": [], "ipifcons": [], "ipmib": [], "iprtrmib": [], "iptypes": [], "jobapi": [], "jobapi2": [], "knownfolders": [], "ks": [], "ksmedia": [], "ktmtypes": [], "ktmw32": [], "l2cmn": [], "libloaderapi": [], "limits": [], "lmaccess": [], "lmalert": [], "lmapibuf": [], "lmat": [], "lmcons": [], "lmdfs": [], "lmerrlog": [], "lmjoin": [], "lmmsg": [], "lmremutl": [], "lmrepl": [], "lmserver": [], "lmshare": [], "lmstats": [], "lmsvc": [], "lmuse": [], "lmwksta": [], "lowlevelmonitorconfigurationapi": [], "lsalookup": [], "memoryapi": [], "minschannel": [], "minwinbase": [], "minwindef": [], "mmdeviceapi": [], "mmeapi": [], "mmreg": [], "mmsystem": [], "mprapidef": [], "msaatext": [], "mscat": [], "mschapp": [], "mssip": [], "mstcpip": [], "mswsock": [], "mswsockdef": [], "namedpipeapi": [], "namespaceapi": [], "nb30": [], "ncrypt": [], "netioapi": [], "nldef": [], "ntddndis": [], "ntddscsi": [], "ntddser": [], "ntdef": [], "ntlsa": [], "ntsecapi": [], "ntstatus": [], "oaidl": [], "objbase": [], "objidl": [], "objidlbase": [], "ocidl": [], "ole2": [], "oleauto": [], "olectl": [], "oleidl": [], "opmapi": [], "pdh": [], "perflib": [], "physicalmonitorenumerationapi": [], "playsoundapi": [], "portabledevice": [], "portabledeviceapi": [], "portabledevicetypes": [], "powerbase": [], "powersetting": [], "powrprof": [], "processenv": [], "processsnapshot": [], "processthreadsapi": [], "processtopologyapi": [], "profileapi": [], "propidl": [], "propkey": [], "propkeydef": [], "propsys": [], "prsht": [], "psapi": [], "qos": [], "realtimeapiset": [], "reason": [], "restartmanager": [], "restrictederrorinfo": [], "rmxfguid": [], "roapi": [], "robuffer": [], "roerrorapi": [], "rpc": [], "rpcdce": [], "rpcndr": [], "rtinfo": [], "sapi": [], "sapi51": [], "sapi53": [], "sapiddk": [], "sapiddk51": [], "schannel": [], "sddl": [], "securityappcontainer": [], "securitybaseapi": [], "servprov": [], "setupapi": [], "shellapi": [], "shellscalingapi": [], "shlobj": [], "shobjidl": [], "shobjidl_core": [], "shtypes": [], "softpub": [], "spapidef": [], "spellcheck": [], "sporder": [], "sql": [], "sqlext": [], "sqltypes": [], "sqlucode": [], "sspi": [], "std": [], "stralign": [], "stringapiset": [], "strmif": [], "subauth": [], "synchapi": [], "sysinfoapi": [], "systemtopologyapi": [], "taskschd": [], "tcpestats": [], "tcpmib": [], "textstor": [], "threadpoolapiset": [], "threadpoollegacyapiset": [], "timeapi": [], "timezoneapi": [], "tlhelp32": [], "transportsettingcommon": [], "tvout": [], "udpmib": [], "unknwnbase": [], "urlhist": [], "urlmon": [], "usb": [], "usbioctl": [], "usbiodef": [], "usbscan": [], "usbspec": [], "userenv": [], "usp10": [], "utilapiset": [], "uxtheme": [], "vadefs": [], "vcruntime": [], "vsbackup": [], "vss": [], "vsserror": [], "vswriter": [], "wbemads": [], "wbemcli": [], "wbemdisp": [], "wbemprov": [], "wbemtran": [], "wct": [], "werapi": [], "winbase": [], "wincodec": [], "wincodecsdk": [], "wincon": [], "wincontypes": [], "wincred": [], "wincrypt": [], "windef": [], "windot11": [], "windowsceip": [], "windowsx": [], "winefs": [], "winerror": [], "winevt": [], "wingdi": [], "winhttp": [], "wininet": [], "winineti": [], "winioctl": [], "winnetwk": [], "winnls": [], "winnt": [], "winreg": [], "winsafer": [], "winscard": [], "winsmcrd": [], "winsock2": [], "winspool": [], "winstring": [], "winsvc": [], "wintrust": [], "winusb": [], "winusbio": [], "winuser": [], "winver": [], "wlanapi": [], "wlanihv": [], "wlanihvtypes": [], "wlantypes": [], "wlclient": [], "wmistr": [], "wnnc": [], "wow64apiset": [], "wpdmtpextensions": [], "ws2bth": [], "ws2def": [], "ws2ipdef": [], "ws2spi": [], "ws2tcpip": [], "wtsapi32": [], "wtypes": [], "wtypesbase": [], "xinput": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", "keywords": [ "windows", "ffi", "win32", "com", "directx" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "features": [ "everything", "impl-debug", "impl-default" ], "targets": [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc" ] } } }, "name": "winapi", "publish": null, "readme": "README.md", "repository": "https://github.com/retep998/winapi-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "winapi", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", "test": false } ], "version": "0.3.9" }, { "authors": [ "Peter Atashian " ], "categories": [], "default_run": null, "dependencies": [], "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0", "keywords": [ "windows" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", "metadata": null, "name": "winapi-i686-pc-windows-gnu", "publish": null, "readme": null, "repository": "https://github.com/retep998/winapi-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "winapi-i686-pc-windows-gnu", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", "test": false } ], "version": "0.4.0" }, { "authors": [ "Andrew Gallant " ], "categories": [ "os::windows-apis", "external-ffi-bindings" ], "default_run": null, "dependencies": [ { "features": [ "std", "consoleapi", "errhandlingapi", "fileapi", "minwindef", "processenv", "sysinfoapi", "winbase", "wincon", "winerror", "winnt" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(windows)", "uses_default_features": true } ], "description": "A dumping ground for high level safe wrappers over winapi.", "documentation": "https://docs.rs/winapi-util", "edition": "2021", "features": {}, "homepage": "https://github.com/BurntSushi/winapi-util", "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6", "keywords": [ "windows", "winapi", "util", "win" ], "license": "Unlicense/MIT", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/Cargo.toml", "metadata": { "docs": { "rs": { "targets": [ "x86_64-pc-windows-msvc" ] } } }, "name": "winapi-util", "publish": null, "readme": "README.md", "repository": "https://github.com/BurntSushi/winapi-util", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "winapi-util", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/src/lib.rs", "test": true } ], "version": "0.1.6" }, { "authors": [ "Peter Atashian " ], "categories": [], "default_run": null, "dependencies": [], "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0", "keywords": [ "windows" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", "metadata": null, "name": "winapi-x86_64-pc-windows-gnu", "publish": null, "readme": null, "repository": "https://github.com/retep998/winapi-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "winapi-x86_64-pc-windows-gnu", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2015", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", "test": false } ], "version": "0.4.0" }, { "authors": [ "Microsoft" ], "categories": [ "os::windows-apis" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "windows-targets", "optional": false, "registry": null, "rename": null, "req": "^0.52.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Rust for Windows", "documentation": null, "edition": "2021", "features": { "default": [], "implement": [] }, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows-core", "publish": null, "readme": "readme.md", "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows-core", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs", "test": true } ], "version": "0.52.0" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "windows_aarch64_gnullvm", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "aarch64-pc-windows-gnullvm", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_x86_64_msvc", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_aarch64_msvc", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_i686_gnu", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_i686_msvc", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_x86_64_gnu", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_i686_gnullvm", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "i686-pc-windows-gnullvm", "uses_default_features": true }, { "features": [], "kind": null, "name": "windows_x86_64_gnullvm", "optional": false, "registry": null, "rename": null, "req": "^0.52.5", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": "x86_64-pc-windows-gnullvm", "uses_default_features": true } ], "description": "Import libs for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/Cargo.toml", "metadata": null, "name": "windows-targets", "publish": null, "readme": "readme.md", "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows-targets", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs", "test": true } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_aarch64_gnullvm", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_aarch64_gnullvm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_aarch64_msvc", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_aarch64_msvc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_i686_gnu", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_i686_gnu", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_i686_gnullvm", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_i686_gnullvm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_i686_msvc", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_i686_msvc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_x86_64_gnu", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_x86_64_gnu", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_x86_64_gnullvm", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_x86_64_gnullvm", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Microsoft" ], "categories": [], "default_run": null, "dependencies": [], "description": "Import lib for Windows", "documentation": null, "edition": "2021", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5", "keywords": [], "license": "MIT OR Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/Cargo.toml", "metadata": { "docs": { "rs": { "default-target": "x86_64-pc-windows-msvc", "targets": [] } } }, "name": "windows_x86_64_msvc", "publish": null, "readme": null, "repository": "https://github.com/microsoft/windows-rs", "rust_version": "1.56", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2021", "kind": [ "lib" ], "name": "windows_x86_64_msvc", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2021", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/build.rs", "test": false } ], "version": "0.52.5" }, { "authors": [ "Peter Atashian " ], "categories": [ "api-bindings", "os::windows-apis" ], "default_run": null, "dependencies": [ { "features": [ "consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwindef", "processthreadsapi", "std", "unknwnbase", "wincon", "winnt" ], "kind": null, "name": "winapi", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "dev", "name": "rand", "optional": false, "registry": null, "rename": null, "req": "^0.4", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Windows IO wrapper", "documentation": null, "edition": "2015", "features": {}, "homepage": null, "id": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2", "keywords": [ "windows", "ffi", "win32", "com" ], "license": "MIT/Apache-2.0", "license_file": null, "links": null, "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wio-0.2.2/Cargo.toml", "metadata": null, "name": "wio", "publish": null, "readme": "README.md", "repository": "https://github.com/retep998/wio-rs", "rust_version": null, "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2015", "kind": [ "lib" ], "name": "wio", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wio-0.2.2/src/lib.rs", "test": true } ], "version": "0.2.2" }, { "authors": [ "Austin Bonander ", "The Servo Project Developers", "YesLogic Pty. Ltd. " ], "categories": [ "text-processing" ], "default_run": null, "dependencies": [ { "features": [], "kind": null, "name": "const-cstr", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "dlib", "optional": false, "registry": null, "rename": null, "req": "^0.5.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": null, "name": "once_cell", "optional": false, "registry": null, "rename": null, "req": "^1.9.0", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true }, { "features": [], "kind": "build", "name": "pkg-config", "optional": false, "registry": null, "rename": null, "req": "^0.3", "source": "registry+https://github.com/rust-lang/crates.io-index", "target": null, "uses_default_features": true } ], "description": "Raw bindings to Fontconfig without a vendored C library", "documentation": "https://docs.rs/crate/yeslogic-fontconfig-sys", "edition": "2018", "features": { "dlopen": [] }, "homepage": "https://github.com/yeslogic/fontconfig-rs", "id": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0", "keywords": [ "font", "bindings", "fontconfig", "sys" ], "license": "MIT", "license_file": null, "links": "fontconfig", "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/Cargo.toml", "metadata": null, "name": "yeslogic-fontconfig-sys", "publish": null, "readme": "README.md", "repository": "https://github.com/yeslogic/fontconfig-rs", "rust_version": "1.46", "source": "registry+https://github.com/rust-lang/crates.io-index", "targets": [ { "crate_types": [ "lib" ], "doc": true, "doctest": true, "edition": "2018", "kind": [ "lib" ], "name": "fontconfig_sys", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/src/lib.rs", "test": true }, { "crate_types": [ "bin" ], "doc": false, "doctest": false, "edition": "2018", "kind": [ "custom-build" ], "name": "build-script-build", "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/build.rs", "test": false } ], "version": "3.2.0" } ], "resolve": { "nodes": [ { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "memchr", "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" }, { "dependencies": [], "deps": [], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"hermit\")" } ], "name": "hermit_abi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19" }, { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" }, { "dependencies": [], "deps": [], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0" }, { "dependencies": [], "deps": [], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0" }, { "dependencies": [], "deps": [], "features": [ "extern_crate_alloc" ], "id": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0" }, { "dependencies": [], "deps": [], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1", "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60", "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"android\")" } ], "name": "android_tzdata", "pkg": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1" }, { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "iana_time_zone", "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" } ], "name": "js_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "windows_targets", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" } ], "features": [ "alloc", "android-tzdata", "clock", "default", "iana-time-zone", "js-sys", "now", "oldtime", "std", "wasm-bindgen", "wasmbind", "winapi", "windows-targets" ], "id": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ciborium_io", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ciborium_ll", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" } ], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2" }, { "dependencies": [], "deps": [], "features": [ "alloc", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ciborium_io", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "half", "pkg": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4", "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3", "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "clap_lex", "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "indexmap", "pkg": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "textwrap", "pkg": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "os_str_bytes", "pkg": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_foundation_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default", "link" ], "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" }, { "dependencies": [], "deps": [], "features": [ "default", "link" ], "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3", "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_foundation", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_graphics_types", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "foreign_types", "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_foundation", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default", "link" ], "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_foundation", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "core_graphics", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "foreign_types", "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default", "mountainlion" ], "id": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" } ], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6", "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14", "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25", "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3", "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5", "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1", "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "anes", "pkg": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "atty", "pkg": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cast", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ciborium", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "clap", "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "criterion_plot", "pkg": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "itertools", "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "lazy_static", "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "oorandom", "pkg": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rayon", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "regex", "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde_derive", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde_json", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "tinytemplate", "pkg": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "walkdir", "pkg": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" } ], "features": [ "cargo_bench_support", "default", "plotters", "rayon" ], "id": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cast", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "itertools", "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crossbeam_epoch", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crossbeam_utils", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" } ], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crossbeam_utils", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" } ], "features": [ "alloc", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18" }, { "dependencies": [], "deps": [], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" }, { "dependencies": [], "deps": [], "features": [ "default", "limit_128" ], "id": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "dirs_sys_next", "pkg": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5", "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"redox\")" } ], "name": "redox_users", "pkg": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libloading", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "lazy_static", "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wio", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0" }, { "dependencies": [], "deps": [], "features": [ "use_std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "simd_adler32", "pkg": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crc32fast", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null }, { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" } ], "name": "miniz_oxide", "pkg": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" } ], "features": [ "any_impl", "default", "miniz_oxide", "rust_backend" ], "id": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0", "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0", "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0", "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0", "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1", "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3", "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0", "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "byteorder", "pkg": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } ], "name": "core_foundation", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" }, { "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } ], "name": "core_graphics", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" }, { "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } ], "name": "core_text", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))" } ], "name": "dirs_next", "pkg": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_family = \"windows\")" } ], "name": "dwrote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "float_ord", "pkg": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\")))" } ], "name": "freetype", "pkg": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "lazy_static", "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "log", "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "pathfinder_geometry", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "pathfinder_simd", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(target_arch = \"wasm32\"))" } ], "name": "walkdir", "pkg": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_family = \"windows\")" } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))" } ], "name": "fontconfig_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" } ], "features": [ "default", "source" ], "id": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "foreign_types_shared", "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "freetype_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default", "freetype-sys" ], "id": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" ], "deps": [ { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "cc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "pkg_config", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"wasi\")" } ], "name": "wasi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "color_quant", "pkg": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "weezl", "pkg": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" } ], "features": [ "color_quant", "default", "raii_no_panic", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"spirv\")" } ], "name": "crunchy", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" }, { "dependencies": [], "deps": [], "features": [ "raw" ], "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5", "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2", "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"android\")" } ], "name": "android_system_properties", "pkg": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" } ], "name": "core_foundation_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"haiku\")" } ], "name": "iana_time_zone_haiku", "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } ], "name": "js_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_arch = \"wasm32\")" } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_os = \"windows\")" } ], "name": "windows_core", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" } ], "features": [ "fallback" ], "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" ], "deps": [ { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "cc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0", "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bytemuck", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "byteorder", "pkg": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "color_quant", "pkg": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "jpeg", "pkg": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "png", "pkg": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" } ], "features": [ "bmp", "jpeg", "png" ], "id": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" ], "deps": [ { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "autocfg", "pkg": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "hashbrown", "pkg": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "either", "pkg": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" } ], "features": [ "default", "use_alloc", "use_std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" }, { "dependencies": [], "deps": [], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "windows_targets", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" }, { "dependencies": [], "deps": [], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" } ], "features": [ "call", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" }, { "dependencies": [], "deps": [], "features": [ "alloc", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2", "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "adler", "pkg": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "simd_adler32", "pkg": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" } ], "features": [ "default", "simd", "simd-adler32", "with-alloc" ], "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" ], "deps": [ { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "autocfg", "pkg": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libm", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" } ], "features": [ "default", "libm", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dependencies": [], "deps": [], "features": [ "alloc", "default", "race", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3" }, { "dependencies": [], "deps": [], "features": [ "raw_os_str" ], "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "log", "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "pathfinder_simd", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" ], "deps": [ { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "rustc_version", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38", "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0", "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0", "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5", "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3", "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0", "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42", "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "chrono", "pkg": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "criterion", "pkg": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" } ], "name": "font_kit", "pkg": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" } ], "name": "image", "pkg": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "itertools", "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" } ], "name": "lazy_static", "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" } ], "name": "pathfinder_geometry", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_backend", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_bitmap", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_svg", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" }, { "dep_kinds": [ { "kind": "dev", "target": "cfg(not(target_arch = \"wasm32\"))" } ], "name": "rand", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" }, { "dep_kinds": [ { "kind": "dev", "target": "cfg(not(target_arch = \"wasm32\"))" } ], "name": "rand_distr", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3" }, { "dep_kinds": [ { "kind": "dev", "target": "cfg(not(target_arch = \"wasm32\"))" } ], "name": "rand_xorshift", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "rayon", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "serde", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "serde_derive", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" }, { "dep_kinds": [ { "kind": "dev", "target": null } ], "name": "serde_json", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" } ], "name": "ttf_parser", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": "dev", "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" } ], "name": "wasm_bindgen_test", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" } ], "name": "web_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" } ], "features": [ "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "default", "deprecated_items", "errorbar", "font-kit", "full_palette", "histogram", "image", "lazy_static", "line_series", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser" ], "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_backend", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_svg", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" } ], "name": "web_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" } ], "features": [ "area_series", "line_series", "plotters-svg", "svg_backend" ], "id": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0", "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "gif", "pkg": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0" }, { "dep_kinds": [ { "kind": null, "target": "cfg(not(target_arch = \"wasm32\"))" } ], "name": "image", "pkg": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_backend", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" } ], "features": [ "gif", "gif_backend", "image", "image_encoder" ], "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "plotters_backend", "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4", "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28", "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bitflags", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crc32fast", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "fdeflate", "pkg": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "flate2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "miniz_oxide", "pkg": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" }, { "dependencies": [], "deps": [], "features": [ "simd", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "unicode_ident", "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" } ], "features": [ "default", "proc-macro" ], "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" } ], "features": [ "default", "proc-macro" ], "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(unix)" } ], "name": "libc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rand_chacha", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rand_core", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" } ], "features": [ "alloc", "default", "getrandom", "libc", "rand_chacha", "std", "std_rng" ], "id": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ppv_lite86", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rand_core", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "getrandom", "pkg": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" } ], "features": [ "alloc", "getrandom", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "num_traits", "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rand", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" } ], "features": [ "alloc", "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rand_core", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0", "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "either", "pkg": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "rayon_core", "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crossbeam_deque", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "crossbeam_utils", "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14", "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3", "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "getrandom", "pkg": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "libredox", "pkg": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "thiserror", "pkg": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6", "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "aho_corasick", "pkg": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "memchr", "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "regex_automata", "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "regex_syntax", "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" } ], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "aho_corasick", "pkg": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "memchr", "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "regex_syntax", "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" } ], "features": [ "alloc", "meta", "nfa-pikevm", "nfa-thompson", "std", "syntax" ], "id": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6" }, { "dependencies": [], "deps": [], "features": [ "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "semver", "pkg": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "winapi_util", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1" }, { "dependencies": [], "deps": [], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null }, { "kind": null, "target": "cfg(any())" } ], "name": "serde_derive", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" } ], "features": [ "alloc", "default", "derive", "serde_derive", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "syn", "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" } ], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11", "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "itoa", "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "ryu", "pkg": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" } ], "features": [ "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" }, { "dependencies": [], "deps": [], "features": [ "const-generics", "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "unicode_ident", "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" } ], "features": [ "clone-impls", "default", "derive", "full", "parsing", "printing", "proc-macro", "visit" ], "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "thiserror_impl", "pkg": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "syn", "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "serde_json", "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1" }, { "dependencies": [], "deps": [], "features": [ "apple-layout", "default", "glyph-names", "opentype-layout", "std", "variable-fonts" ], "id": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6", "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "same_file", "pkg": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6" }, { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "winapi_util", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_macro", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" } ], "features": [ "default", "spans", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "bumpalo", "pkg": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "log", "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "once_cell", "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "syn", "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_shared", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" } ], "features": [ "spans" ], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "cfg_if", "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "js_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": "cfg(target_feature = \"atomics\")" } ], "name": "web_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_macro_support", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" } ], "features": [ "spans" ], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "syn", "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_backend", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_shared", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" } ], "features": [ "spans" ], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7", "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "console_error_panic_hook", "pkg": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "js_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "scoped_tls", "pkg": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_futures", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen_test_macro", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "proc_macro2", "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "quote", "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "syn", "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "js_sys", "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "wasm_bindgen", "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" } ], "features": [ "CanvasRenderingContext2d", "Document", "DomRect", "DomRectReadOnly", "Element", "Event", "EventTarget", "HtmlCanvasElement", "HtmlElement", "MessageEvent", "Node", "Window", "Worker" ], "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" }, { "dependencies": [], "deps": [], "features": [ "alloc", "default", "std" ], "id": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0", "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "i686-pc-windows-gnu" } ], "name": "winapi_i686_pc_windows_gnu", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0" }, { "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnu" } ], "name": "winapi_x86_64_pc_windows_gnu", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" } ], "features": [ "consoleapi", "dwrite", "dwrite_1", "dwrite_3", "errhandlingapi", "fileapi", "handleapi", "knownfolders", "libloaderapi", "minwinbase", "minwindef", "objbase", "processenv", "processthreadsapi", "shlobj", "std", "sysinfoapi", "unknwnbase", "winbase", "wincon", "winerror", "winnls", "winnt" ], "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "cfg(windows)" } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "windows_targets", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" } ], "features": [ "default" ], "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5", "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": "aarch64-pc-windows-gnullvm" } ], "name": "windows_aarch64_gnullvm", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" } ], "name": "windows_aarch64_msvc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" } ], "name": "windows_i686_gnu", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "i686-pc-windows-gnullvm" } ], "name": "windows_i686_gnullvm", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" } ], "name": "windows_i686_msvc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" } ], "name": "windows_x86_64_gnu", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "x86_64-pc-windows-gnullvm" } ], "name": "windows_x86_64_gnullvm", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5" }, { "dep_kinds": [ { "kind": null, "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))" } ], "name": "windows_x86_64_msvc", "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5" }, { "dependencies": [], "deps": [], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "winapi", "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" }, { "dependencies": [ "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0", "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" ], "deps": [ { "dep_kinds": [ { "kind": null, "target": null } ], "name": "const_cstr", "pkg": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "dlib", "pkg": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2" }, { "dep_kinds": [ { "kind": null, "target": null } ], "name": "once_cell", "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" }, { "dep_kinds": [ { "kind": "build", "target": null } ], "name": "pkg_config", "pkg": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" } ], "features": [], "id": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" } ], "root": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" }, "target_directory": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/target", "version": 1, "workspace_default_members": [ "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" ], "workspace_members": [ "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" ], "workspace_root": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters" }