Skip to content

Instantly share code, notes, and snippets.

@ben-alkov
Created March 28, 2025 20:32
Show Gist options
  • Select an option

  • Save ben-alkov/421d4dbeb34e8b66a3458618ffb589ca to your computer and use it in GitHub Desktop.

Select an option

Save ben-alkov/421d4dbeb34e8b66a3458618ffb589ca to your computer and use it in GitHub Desktop.
Output of `cargo metadata --format-version 1` for `crossterm`
This file has been truncated, but you can view the full file.
{
"packages": [
{
"name": "addr2line",
"version": "0.24.2",
"id": "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.24.2",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A cross-platform symbolication library written in Rust, using `gimli`",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "clap",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^4.3.21",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"wrap_help"
],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "cpp_demangle",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "fallible-iterator",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "gimli",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.31.1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"read"
],
"target": null,
"registry": null
},
{
"name": "memmap2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "object",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.36.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"read",
"compression"
],
"target": null,
"registry": null
},
{
"name": "rustc-demangle",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "smallvec",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "typed-arena",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "backtrace",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.13",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "findshlibs",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.10",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "libtest-mimic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "addr2line",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bin"
],
"crate_types": [
"bin"
],
"name": "addr2line",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/bin/addr2line.rs",
"edition": "2018",
"required-features": [
"bin"
],
"doc": true,
"doctest": false,
"test": true
}
],
"features": {
"all": [
"bin"
],
"alloc": [
"dep:alloc"
],
"bin": [
"loader",
"rustc-demangle",
"cpp_demangle",
"fallible-iterator",
"smallvec",
"dep:clap"
],
"cargo-all": [],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"cpp_demangle": [
"dep:cpp_demangle"
],
"default": [
"rustc-demangle",
"cpp_demangle",
"loader",
"fallible-iterator",
"smallvec"
],
"fallible-iterator": [
"dep:fallible-iterator"
],
"loader": [
"std",
"dep:object",
"dep:memmap2",
"dep:typed-arena"
],
"rustc-demangle": [
"dep:rustc-demangle"
],
"rustc-dep-of-std": [
"core",
"alloc",
"compiler_builtins",
"gimli/rustc-dep-of-std"
],
"smallvec": [
"dep:smallvec"
],
"std": [
"gimli/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [],
"categories": [
"development-tools::debugging"
],
"keywords": [
"DWARF",
"debug",
"elf",
"symbolicate",
"atos"
],
"readme": "README.md",
"repository": "https://github.com/gimli-rs/addr2line",
"homepage": null,
"documentation": "https://docs.rs/addr2line",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.65"
},
{
"name": "adler2",
"version": "2.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.0",
"license": "0BSD OR MIT OR Apache-2.0",
"license_file": null,
"description": "A simple clean-room implementation of the Adler-32 checksum",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "adler2",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/benches/bench.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"std"
],
"rustc-dep-of-std": [
"core",
"compiler_builtins"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--cfg=docsrs"
]
}
},
"release": {
"no-dev-version": true,
"pre-release-commit-message": "Release {{version}}",
"tag-message": "{{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\\.-]+"
}
]
}
},
"publish": null,
"authors": [
"Jonas Schievink <jonasschievink@gmail.com>",
"oyvindln <oyvindln@users.noreply.github.com>"
],
"categories": [
"algorithms"
],
"keywords": [
"checksum",
"integrity",
"hash",
"adler32",
"zlib"
],
"readme": "README.md",
"repository": "https://github.com/oyvindln/adler2",
"homepage": null,
"documentation": "https://docs.rs/adler2/",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "async-channel",
"version": "1.9.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-channel@1.9.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Async multi-producer multi-consumer channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "event-listener",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_channel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "bounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/tests/bounded.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unbounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/tests/unbounded.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"mpmc",
"mpsc",
"spmc",
"chan",
"futures"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-channel",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.45"
},
{
"name": "async-channel",
"version": "2.3.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Async multi-producer multi-consumer channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "event-listener-strategy",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.11",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.37",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_channel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "bounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/tests/bounded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unbounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/tests/unbounded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [
"std"
],
"std": [
"concurrent-queue/std",
"event-listener-strategy/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"mpmc",
"mpsc",
"spmc",
"chan",
"futures"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-channel",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "async-executor",
"version": "1.13.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Async executor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "async-task",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^4.4.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.5.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "slab",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.4",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-lock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.16.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"std"
],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_executor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "limit",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/examples/limit.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "priority",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/examples/priority.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "different_executors",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/different_executors.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "drop",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/drop.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "larger_tasks",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/larger_tasks.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "local_queue",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/local_queue.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "panic_prop",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/panic_prop.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "spawn_many",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/tests/spawn_many.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "executor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/benches/executor.rs",
"edition": "2021",
"required-features": [
"static"
],
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"static": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"John Nunley <dev@notgull.net>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"asynchronous",
"executor",
"single",
"multi",
"spawn"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-executor",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "async-global-executor",
"version": "2.4.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-global-executor@2.4.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A global executor built on top of async-executor and async-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1.1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-executor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.8",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-lock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "blocking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.4",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": "tokio-crate",
"optional": true,
"uses_default_features": false,
"features": [
"rt",
"rt-multi-thread"
],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": "tokio02-crate",
"optional": true,
"uses_default_features": false,
"features": [
"rt-core"
],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": null,
"rename": "tokio03-crate",
"optional": true,
"uses_default_features": false,
"features": [
"rt",
"rt-multi-thread"
],
"target": null,
"registry": null
},
{
"name": "doc-comment",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_global_executor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"async-io": [
"dep:async-io"
],
"default": [
"async-io"
],
"tokio": [
"tokio-crate"
],
"tokio-crate": [
"dep:tokio-crate"
],
"tokio02": [
"tokio02-crate"
],
"tokio02-crate": [
"dep:tokio02-crate"
],
"tokio03": [
"tokio03-crate"
],
"tokio03-crate": [
"dep:tokio03-crate"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"async",
"await",
"future",
"executor"
],
"readme": "README.md",
"repository": "https://github.com/Keruspe/async-global-executor",
"homepage": "https://github.com/Keruspe/async-global-executor",
"documentation": "https://docs.rs/async-global-executor",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "async-io",
"version": "2.4.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-io@2.4.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Async I/O and timers",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "async-lock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.28",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "polling",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustix",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.38.18",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"fs",
"net",
"std"
],
"target": null,
"registry": null
},
{
"name": "slab",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tracing",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.37",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-net",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "blocking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "getrandom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "signal-hook",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tempfile",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "inotify",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(target_os = \"linux\")",
"registry": null
},
{
"name": "timerfd",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"linux\")",
"registry": null
},
{
"name": "windows-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.59.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Win32_Foundation"
],
"target": "cfg(windows)",
"registry": null
},
{
"name": "uds_windows",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_io",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "kqueue-process",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/kqueue-process.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "linux-inotify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/linux-inotify.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "linux-timerfd",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/linux-timerfd.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "unix-signal",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/unix-signal.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "windows-command",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/windows-command.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "windows-uds",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/examples/windows-uds.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "async",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/tests/async.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "block_on",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/tests/block_on.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "issue_182",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/tests/issue_182.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "timer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/tests/timer.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "io",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/benches/io.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "timer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/benches/timer.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"network-programming",
"os"
],
"keywords": [
"mio",
"epoll",
"kqueue",
"iocp"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-io",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "async-lock",
"version": "3.4.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Async synchronization primitives",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "event-listener",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^5.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "event-listener-strategy",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.11",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "flume",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "waker-fn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_lock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "barrier",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/tests/barrier.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "loom",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/tests/loom.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/tests/mutex.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rwlock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/tests/rwlock.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "semaphore",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/tests/semaphore.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [
"std"
],
"loom": [
"event-listener/loom",
"dep:loom"
],
"std": [
"event-listener/std",
"event-listener-strategy/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"lock",
"mutex",
"rwlock",
"semaphore",
"barrier"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-lock",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "async-std",
"version": "1.13.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-std@1.13.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Deprecated in favor of `smol` - Async version of the Rust standard library",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "async-attributes",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.8.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-lock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "crossbeam-utils",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "kv-log-macro",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.6",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"kv_unstable"
],
"target": null,
"registry": null
},
{
"name": "memchr",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.3.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-utils",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.0-alpha.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "slab",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "surf",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "femme",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand_xorshift",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tempfile",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-global-executor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"async-io"
],
"target": "cfg(not(target_os = \"unknown\"))",
"registry": null
},
{
"name": "async-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(not(target_os = \"unknown\"))",
"registry": null
},
{
"name": "async-process",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(not(target_os = \"unknown\"))",
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(not(target_os = \"unknown\"))",
"registry": null
},
{
"name": "futures-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
},
{
"name": "gloo-timers",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"futures"
],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
},
{
"name": "wasm-bindgen-futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.10",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
},
{
"name": "getrandom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"js"
],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.10",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_std",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "a-chat",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/a-chat/main.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "hello-world",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/hello-world.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "line-count",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/line-count.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "list-dir",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/list-dir.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "logging",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/logging.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "print-file",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/print-file.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "socket-timeouts",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/socket-timeouts.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "stdin-echo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/stdin-echo.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "stdin-timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/stdin-timeout.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "surf-web",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/surf-web.rs",
"edition": "2018",
"required-features": [
"surf"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "task-local",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/task-local.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "task-name",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/task-name.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp-client",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/tcp-client.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp-echo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/tcp-echo.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp-ipv4-and-6-echo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/tcp-ipv4-and-6-echo.rs",
"edition": "2018",
"required-features": [
"unstable"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "udp-client",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/udp-client.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "udp-echo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/examples/udp-echo.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "addr",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/addr.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "block_on",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/block_on.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "buf_writer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/buf_writer.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "channel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/channel.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "collect",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/collect.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "condvar",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/condvar.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_copy",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/io_copy.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/io_timeout.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/mutex.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rwlock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/rwlock.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/stream.rs",
"edition": "2018",
"required-features": [
"unstable"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_local",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/task_local.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/tcp.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/timeout.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "udp",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/udp.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/uds.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "verbose_errors",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/tests/verbose_errors.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/benches/mutex.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "task",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/benches/task.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "task_local",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/benches/task_local.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [
"futures-core/alloc",
"pin-project-lite"
],
"async-attributes": [
"dep:async-attributes"
],
"async-channel": [
"dep:async-channel"
],
"async-global-executor": [
"dep:async-global-executor"
],
"async-io": [
"dep:async-io"
],
"async-lock": [
"dep:async-lock"
],
"async-process": [
"dep:async-process"
],
"attributes": [
"async-attributes"
],
"crossbeam-utils": [
"dep:crossbeam-utils"
],
"default": [
"std",
"async-global-executor",
"async-io",
"futures-lite",
"kv-log-macro",
"log",
"pin-project-lite",
"gloo-timers"
],
"docs": [
"attributes",
"unstable",
"default"
],
"futures-channel": [
"dep:futures-channel"
],
"futures-core": [
"dep:futures-core"
],
"futures-io": [
"dep:futures-io"
],
"futures-lite": [
"dep:futures-lite"
],
"gloo-timers": [
"dep:gloo-timers"
],
"io_safety": [],
"kv-log-macro": [
"dep:kv-log-macro"
],
"log": [
"dep:log"
],
"memchr": [
"dep:memchr"
],
"once_cell": [
"dep:once_cell"
],
"pin-project-lite": [
"dep:pin-project-lite"
],
"pin-utils": [
"dep:pin-utils"
],
"slab": [
"dep:slab"
],
"std": [
"alloc",
"crossbeam-utils",
"futures-core/std",
"futures-io",
"memchr",
"once_cell",
"pin-utils",
"slab",
"wasm-bindgen-futures",
"futures-channel",
"async-channel",
"async-lock"
],
"surf": [
"dep:surf"
],
"tokio02": [
"async-global-executor/tokio02"
],
"tokio03": [
"async-global-executor/tokio03"
],
"tokio1": [
"async-global-executor/tokio"
],
"unstable": [
"std",
"async-io",
"async-process"
],
"wasm-bindgen-futures": [
"dep:wasm-bindgen-futures"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.1/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"docs"
],
"rustdoc-args": [
"--cfg",
"feature=\"docs\""
]
}
}
},
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
"Friedel Ziegelmayer <me@dignifiedquire.com>",
"Contributors to async-std"
],
"categories": [
"asynchronous",
"concurrency",
"network-programming"
],
"keywords": [
"async",
"await",
"future",
"std",
"task"
],
"readme": "README.md",
"repository": "https://github.com/async-rs/async-std",
"homepage": "https://async.rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "async-task",
"version": "4.7.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Task abstraction for building executors",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "atomic-waker",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "flaky_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "flume",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.10",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "smol",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "async_task",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "spawn",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/examples/spawn.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "spawn-local",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/examples/spawn-local.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "spawn-on-thread",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/examples/spawn-on-thread.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "with-metadata",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/examples/with-metadata.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "basic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/basic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "cancel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/cancel.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/join.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "metadata",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/metadata.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "ready",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/ready.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "waker_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/waker_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "waker_pending",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/waker_pending.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "waker_ready",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/tests/waker_ready.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "spawn",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/benches/spawn.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"portable-atomic": [
"dep:portable-atomic"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency",
"no-std"
],
"keywords": [
"futures",
"task",
"executor",
"spawn"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/async-task",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.57"
},
{
"name": "atomic-waker",
"version": "1.1.2",
"id": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A synchronization primitive for task wakeup",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rayon",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.7.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "atomic_waker",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "basic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/tests/basic.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "waker",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/benches/waker.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"portable-atomic": [
"dep:portable-atomic"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"waker",
"notify",
"wake",
"futures",
"async"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/atomic-waker",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "autocfg",
"version": "1.4.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Automatic cfg for Rust compiler features",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "autocfg",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "integers",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/examples/integers.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "nightly",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/examples/nightly.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "paths",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/examples/paths.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "traits",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/examples/traits.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "versions",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/examples/versions.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "no_std",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/tests/no_std.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rustflags",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/tests/rustflags.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tests",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/tests/tests.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "wrappers",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/tests/wrappers.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Josh Stone <cuviper@gmail.com>"
],
"categories": [
"development-tools::build-utils"
],
"keywords": [
"rustc",
"build",
"autoconf"
],
"readme": "README.md",
"repository": "https://github.com/cuviper/autocfg",
"homepage": null,
"documentation": "https://docs.rs/autocfg/",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": "1.0"
},
{
"name": "backtrace",
"version": "0.3.74",
"id": "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "cpp_demangle",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "rustc-demangle",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.24",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "libloading",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "addr2line",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.24.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.156",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
"registry": null
},
{
"name": "miniz_oxide",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
"registry": null
},
{
"name": "object",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.36.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"read_core",
"elf",
"macho",
"pe",
"xcoff",
"unaligned",
"archive"
],
"target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))",
"registry": null
},
{
"name": "windows-targets",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.52.6",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "backtrace",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "backtrace",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/examples/backtrace.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "raw",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/examples/raw.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "accuracy",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/accuracy/main.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "concurrent-panics",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/concurrent-panics.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "current-exe-mismatch",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/current-exe-mismatch.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "long_fn_name",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/long_fn_name.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sgx-image-base",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/sgx-image-base.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "skip_inner_frames",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/skip_inner_frames.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "smoke",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/tests/smoke.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "benchmarks",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/benches/benchmarks.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"coresymbolication": [],
"cpp_demangle": [
"dep:cpp_demangle"
],
"dbghelp": [],
"default": [
"std"
],
"dl_iterate_phdr": [],
"dladdr": [],
"kernel32": [],
"libunwind": [],
"serde": [
"dep:serde"
],
"serialize-serde": [
"serde"
],
"std": [],
"unix-backtrace": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"The Rust Project Developers"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/backtrace-rs",
"homepage": "https://github.com/rust-lang/backtrace-rs",
"documentation": "https://docs.rs/backtrace",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.65.0"
},
{
"name": "bitflags",
"version": "2.9.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.9.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A macro to generate structures which behave like bitflags.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "arbitrary",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "bytemuck",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.12",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.103",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "arbitrary",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "bytemuck",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.12.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_derive",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.103",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_json",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.19",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "trybuild",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.18",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "zerocopy",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "bitflags",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "custom_bits_type",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/examples/custom_bits_type.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "custom_derive",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/examples/custom_derive.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "fmt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/examples/fmt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "macro_free",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/examples/macro_free.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "serde",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/examples/serde.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "parse",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/benches/parse.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"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": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"example_generated"
]
}
}
},
"publish": null,
"authors": [
"The Rust Project Developers"
],
"categories": [
"no-std"
],
"keywords": [
"bit",
"bitmask",
"bitflags",
"flags"
],
"readme": "README.md",
"repository": "https://github.com/bitflags/bitflags",
"homepage": "https://github.com/bitflags/bitflags",
"documentation": "https://docs.rs/bitflags",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56.0"
},
{
"name": "blocking",
"version": "1.6.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A thread pool for isolating blocking I/O in async programs",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-task",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^4.0.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.28",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "piper",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tracing",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.37",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "blocking",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "ls",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/examples/ls.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unblock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/tests/unblock.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"tracing": [
"dep:tracing"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"async",
"file",
"stdio",
"stdin",
"process"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/blocking",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "bumpalo",
"version": "3.17.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.17.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A fast bump allocation arena for Rust.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "allocator-api2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.171",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.6",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "quickcheck",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.197",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "serde_json",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.115",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "bumpalo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"allocator-api2": [
"dep:allocator-api2"
],
"allocator_api": [],
"boxed": [],
"collections": [],
"default": [],
"serde": [
"dep:serde"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [
"Nick Fitzgerald <fitzgen@gmail.com>"
],
"categories": [
"memory-management",
"rust-patterns",
"no-std"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/fitzgen/bumpalo",
"homepage": null,
"documentation": "https://docs.rs/bumpalo",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.71.1"
},
{
"name": "bytes",
"version": "1.10.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.10.1",
"license": "MIT",
"license_file": null,
"description": "Types and traits for working with bytes",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3",
"kind": null,
"rename": "extra-platforms",
"optional": true,
"uses_default_features": false,
"features": [
"require-cas"
],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.60",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "serde_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "bytes",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_buf.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_buf_mut",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_buf_mut.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_bytes",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_bytes.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_bytes_odd_alloc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_bytes_odd_alloc.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_bytes_vec_alloc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_bytes_vec_alloc.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_chain",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_chain.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_debug",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_debug.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_iter",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_iter.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_reader",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_reader.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_serde",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_serde.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_take",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/tests/test_take.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/benches/buf.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bytes",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/benches/bytes.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bytes_mut",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/benches/bytes_mut.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"extra-platforms": [
"dep:extra-platforms"
],
"serde": [
"dep:serde"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Carl Lerche <me@carllerche.com>",
"Sean McArthur <sean@seanmonstar.com>"
],
"categories": [
"network-programming",
"data-structures"
],
"keywords": [
"buffers",
"zero-copy",
"io"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/bytes",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.39"
},
{
"name": "cfg-if",
"version": "1.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
"license": "MIT/Apache-2.0",
"license_file": null,
"description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "cfg_if",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "xcrate",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/tests/xcrate.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"rustc-dep-of-std": [
"core",
"compiler_builtins"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Alex Crichton <alex@alexcrichton.com>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/alexcrichton/cfg-if",
"homepage": "https://github.com/alexcrichton/cfg-if",
"documentation": "https://docs.rs/cfg-if",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "concurrent-queue",
"version": "2.5.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Concurrent multi-producer multi-consumer queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "crossbeam-utils",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.11",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "concurrent_queue",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "bounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/tests/bounded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "loom",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/tests/loom.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "single",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/tests/single.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unbounded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/tests/unbounded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/benches/bench.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"loom": [
"dep:loom"
],
"portable-atomic": [
"dep:portable-atomic"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",
"John Nunley <dev@notgull.net>"
],
"categories": [
"concurrency"
],
"keywords": [
"channel",
"mpmc",
"spsc",
"spmc",
"mpsc"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/concurrent-queue",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "convert_case",
"version": "0.6.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#convert_case@0.6.0",
"license": "MIT",
"license_file": null,
"description": "Convert strings into any case",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "unicode-segmentation",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.9.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "strum",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.18.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "strum_macros",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.18.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "convert_case",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.6.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "string_types",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.6.0/tests/string_types.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"rand": [
"dep:rand"
],
"random": [
"rand"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.6.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Rutrum <dave@rutrum.net>"
],
"categories": [
"text-processing"
],
"keywords": [
"casing",
"case",
"string"
],
"readme": "README.md",
"repository": "https://github.com/rutrum/convert-case",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "crossbeam-utils",
"version": "0.8.21",
"id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Utilities for concurrent programming",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(crossbeam_loom)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "crossbeam_utils",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "atomic_cell",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/atomic_cell.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "cache_padded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/cache_padded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "parker",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/parker.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sharded_lock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/sharded_lock.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "thread",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/thread.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "wait_group",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/tests/wait_group.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "atomic_cell",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/benches/atomic_cell.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"loom": [
"dep:loom"
],
"nightly": [],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [],
"categories": [
"algorithms",
"concurrency",
"data-structures",
"no-std"
],
"keywords": [
"scoped",
"thread",
"atomic",
"cache"
],
"readme": "README.md",
"repository": "https://github.com/crossbeam-rs/crossbeam",
"homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "crossterm",
"version": "0.28.1",
"id": "path+file:///home/balkov/Source/crossterm#0.28.1",
"license": "MIT",
"license_file": null,
"description": "A crossplatform terminal library for manipulating terminals.",
"source": null,
"dependencies": [
{
"name": "bitflags",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.3",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "derive_more",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"is_variant"
],
"target": null,
"registry": null
},
{
"name": "document-features",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.10",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking_lot",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.12",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "async-std",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.12",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-timer",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_json",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serial_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "temp-env",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.6",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.25",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"full"
],
"target": null,
"registry": null
},
{
"name": "filedescriptor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"os-poll"
],
"target": "cfg(unix)",
"registry": null
},
{
"name": "rustix",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.38.36",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"std",
"stdio",
"termios"
],
"target": "cfg(unix)",
"registry": null
},
{
"name": "signal-hook",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.17",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "signal-hook-mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"support-v1_0"
],
"target": "cfg(unix)",
"registry": null
},
{
"name": "crossterm_winapi",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
},
{
"name": "winapi",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.9",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"winuser",
"winerror"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "crossterm",
"src_path": "/home/balkov/Source/crossterm/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-match-modifiers",
"src_path": "/home/balkov/Source/crossterm/examples/event-match-modifiers.rs",
"edition": "2021",
"required-features": [
"bracketed-paste",
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-poll-read",
"src_path": "/home/balkov/Source/crossterm/examples/event-poll-read.rs",
"edition": "2021",
"required-features": [
"bracketed-paste",
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-read",
"src_path": "/home/balkov/Source/crossterm/examples/event-read.rs",
"edition": "2021",
"required-features": [
"bracketed-paste",
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-read-char-line",
"src_path": "/home/balkov/Source/crossterm/examples/event-read-char-line.rs",
"edition": "2021",
"required-features": [
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-stream-async-std",
"src_path": "/home/balkov/Source/crossterm/examples/event-stream-async-std.rs",
"edition": "2021",
"required-features": [
"event-stream",
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "event-stream-tokio",
"src_path": "/home/balkov/Source/crossterm/examples/event-stream-tokio.rs",
"edition": "2021",
"required-features": [
"event-stream",
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "is_tty",
"src_path": "/home/balkov/Source/crossterm/examples/is_tty.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "key-display",
"src_path": "/home/balkov/Source/crossterm/examples/key-display.rs",
"edition": "2021",
"required-features": [
"events"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "stderr",
"src_path": "/home/balkov/Source/crossterm/examples/stderr.rs",
"edition": "2021",
"required-features": [
"events"
],
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"bracketed-paste": [],
"default": [
"bracketed-paste",
"events",
"windows",
"derive-more"
],
"derive-more": [
"dep:derive_more"
],
"event-stream": [
"dep:futures-core",
"events"
],
"events": [
"dep:mio",
"dep:signal-hook",
"dep:signal-hook-mio"
],
"filedescriptor": [
"dep:filedescriptor"
],
"libc": [
"dep:libc"
],
"serde": [
"dep:serde",
"bitflags/serde"
],
"use-dev-tty": [
"filedescriptor",
"rustix/process"
],
"windows": [
"dep:winapi",
"dep:crossterm_winapi"
]
},
"manifest_path": "/home/balkov/Source/crossterm/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [
"T. Post"
],
"categories": [
"command-line-interface",
"command-line-utilities"
],
"keywords": [
"event",
"color",
"cli",
"input",
"terminal"
],
"readme": "README.md",
"repository": "https://github.com/crossterm-rs/crossterm",
"homepage": null,
"documentation": "https://docs.rs/crossterm/",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63.0"
},
{
"name": "crossterm_winapi",
"version": "0.9.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#crossterm_winapi@0.9.1",
"license": "MIT",
"license_file": null,
"description": "WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "winapi",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.8",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"winbase",
"consoleapi",
"processenv",
"handleapi",
"synchapi",
"impl-default"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "crossterm_winapi",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "coloring_example",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/examples/coloring_example.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "console",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/examples/console.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "handle",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/examples/handle.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "screen_buffer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/examples/screen_buffer.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"default-target": "x86_64-pc-windows-msvc"
}
}
},
"publish": null,
"authors": [
"T. Post"
],
"categories": [],
"keywords": [
"winapi",
"abstractions",
"crossterm",
"windows",
"screen_buffer"
],
"readme": "README.md",
"repository": "https://github.com/crossterm-rs/crossterm-winapi",
"homepage": null,
"documentation": "https://docs.rs/crossterm_winapi/",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "dashmap",
"version": "5.5.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#dashmap@5.5.3",
"license": "MIT",
"license_file": null,
"description": "Blazing fast concurrent HashMap for Rust.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "arbitrary",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "hashbrown",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.14.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "lock_api",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.10",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.18.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking_lot_core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.8",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rayon",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.7.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.188",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "dashmap",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"arbitrary": [
"dep:arbitrary"
],
"inline": [
"hashbrown/inline-more"
],
"raw-api": [],
"rayon": [
"dep:rayon"
],
"serde": [
"dep:serde"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"rayon",
"raw-api",
"serde"
]
}
}
},
"publish": null,
"authors": [
"Acrimon <joel.wejdenstal@gmail.com>"
],
"categories": [
"concurrency",
"algorithms",
"data-structures"
],
"keywords": [
"atomic",
"concurrent",
"hashmap"
],
"readme": "README.md",
"repository": "https://github.com/xacrimon/dashmap",
"homepage": "https://github.com/xacrimon/dashmap",
"documentation": "https://docs.rs/dashmap",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.65"
},
{
"name": "derive_more",
"version": "1.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#derive_more@1.0.0",
"license": "MIT",
"license_file": null,
"description": "Adds #[derive(x)] macros for more traits",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "derive_more-impl",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=1.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "static_assertions",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "trybuild",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.56",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc_version",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "build",
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "derive_more",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "deny_missing_docs",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/examples/deny_missing_docs.rs",
"edition": "2021",
"required-features": [
"full"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "add",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/add.rs",
"edition": "2021",
"required-features": [
"add"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "add_assign",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/add_assign.rs",
"edition": "2021",
"required-features": [
"add_assign"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "as_mut",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/as_mut.rs",
"edition": "2021",
"required-features": [
"as_ref"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "as_ref",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/as_ref.rs",
"edition": "2021",
"required-features": [
"as_ref"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "boats_display_derive",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/boats_display_derive.rs",
"edition": "2021",
"required-features": [
"display"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compile_fail",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/compile_fail/mod.rs",
"edition": "2021",
"required-features": [
"as_ref",
"debug",
"display",
"from",
"into",
"is_variant",
"try_from"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "constructor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/constructor.rs",
"edition": "2021",
"required-features": [
"constructor"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "debug",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/debug.rs",
"edition": "2021",
"required-features": [
"debug"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "deref",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/deref.rs",
"edition": "2021",
"required-features": [
"deref"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "deref_mut",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/deref_mut.rs",
"edition": "2021",
"required-features": [
"deref_mut"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "display",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/display.rs",
"edition": "2021",
"required-features": [
"display"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "error",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/error_tests.rs",
"edition": "2021",
"required-features": [
"error"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "from",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/from.rs",
"edition": "2021",
"required-features": [
"from"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "from_str",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/from_str.rs",
"edition": "2021",
"required-features": [
"from_str"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "generics",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/generics.rs",
"edition": "2021",
"required-features": [
"full"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "index",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/index.rs",
"edition": "2021",
"required-features": [
"index"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "index_mut",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/index_mut.rs",
"edition": "2021",
"required-features": [
"index_mut"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "into",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/into.rs",
"edition": "2021",
"required-features": [
"into"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "into_iterator",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/into_iterator.rs",
"edition": "2021",
"required-features": [
"into_iterator"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "is_variant",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/is_variant.rs",
"edition": "2021",
"required-features": [
"is_variant"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "lib",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/lib.rs",
"edition": "2021",
"required-features": [
"full"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mul",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/mul.rs",
"edition": "2021",
"required-features": [
"mul"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mul_assign",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/mul_assign.rs",
"edition": "2021",
"required-features": [
"mul_assign"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "no_std",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/no_std.rs",
"edition": "2021",
"required-features": [
"full"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "not",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/not.rs",
"edition": "2021",
"required-features": [
"not"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sum",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/sum.rs",
"edition": "2021",
"required-features": [
"sum"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "try_from",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/try_from.rs",
"edition": "2021",
"required-features": [
"try_from"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "try_into",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/try_into.rs",
"edition": "2021",
"required-features": [
"try_into"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "try_unwrap",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/try_unwrap.rs",
"edition": "2021",
"required-features": [
"try_unwrap"
],
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unwrap",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/tests/unwrap.rs",
"edition": "2021",
"required-features": [
"unwrap"
],
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"add": [
"derive_more-impl/add"
],
"add_assign": [
"derive_more-impl/add_assign"
],
"as_ref": [
"derive_more-impl/as_ref"
],
"constructor": [
"derive_more-impl/constructor"
],
"debug": [
"derive_more-impl/debug"
],
"default": [
"std"
],
"deref": [
"derive_more-impl/deref"
],
"deref_mut": [
"derive_more-impl/deref_mut"
],
"display": [
"derive_more-impl/display"
],
"error": [
"derive_more-impl/error"
],
"from": [
"derive_more-impl/from"
],
"from_str": [
"derive_more-impl/from_str"
],
"full": [
"add",
"add_assign",
"as_ref",
"constructor",
"debug",
"deref",
"deref_mut",
"display",
"error",
"from",
"from_str",
"index",
"index_mut",
"into",
"into_iterator",
"is_variant",
"mul",
"mul_assign",
"not",
"sum",
"try_from",
"try_into",
"try_unwrap",
"unwrap"
],
"index": [
"derive_more-impl/index"
],
"index_mut": [
"derive_more-impl/index_mut"
],
"into": [
"derive_more-impl/into"
],
"into_iterator": [
"derive_more-impl/into_iterator"
],
"is_variant": [
"derive_more-impl/is_variant"
],
"mul": [
"derive_more-impl/mul"
],
"mul_assign": [
"derive_more-impl/mul_assign"
],
"not": [
"derive_more-impl/not"
],
"std": [],
"sum": [
"derive_more-impl/sum"
],
"testing-helpers": [
"derive_more-impl/testing-helpers",
"dep:rustc_version"
],
"try_from": [
"derive_more-impl/try_from"
],
"try_into": [
"derive_more-impl/try_into"
],
"try_unwrap": [
"derive_more-impl/try_unwrap"
],
"unwrap": [
"derive_more-impl/unwrap"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"full"
],
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Jelte Fennema <github-tech@jeltef.nl>"
],
"categories": [
"development-tools",
"development-tools::procedural-macro-helpers",
"no-std",
"rust-patterns"
],
"keywords": [
"derive",
"Add",
"From",
"Display",
"IntoIterator"
],
"readme": "README.md",
"repository": "https://github.com/JelteF/derive_more",
"homepage": null,
"documentation": "https://docs.rs/derive_more",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.75.0"
},
{
"name": "derive_more-impl",
"version": "1.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@1.0.0",
"license": "MIT",
"license_file": null,
"description": "Internal implementation of `derive_more` crate",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "convert_case",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.6",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "proc-macro2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "quote",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "syn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.45",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "unicode-xid",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "itertools",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.13.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc_version",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "build",
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "derive_more_impl",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-1.0.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"add": [],
"add_assign": [],
"as_ref": [
"syn/extra-traits",
"syn/visit"
],
"constructor": [],
"debug": [
"syn/extra-traits",
"dep:unicode-xid"
],
"default": [],
"deref": [],
"deref_mut": [],
"display": [
"syn/extra-traits",
"dep:unicode-xid"
],
"error": [
"syn/extra-traits"
],
"from": [
"syn/extra-traits"
],
"from_str": [],
"full": [
"add",
"add_assign",
"as_ref",
"constructor",
"debug",
"deref",
"deref_mut",
"display",
"error",
"from",
"from_str",
"index",
"index_mut",
"into",
"into_iterator",
"is_variant",
"mul",
"mul_assign",
"not",
"sum",
"try_from",
"try_into",
"try_unwrap",
"unwrap"
],
"index": [],
"index_mut": [],
"into": [
"syn/extra-traits"
],
"into_iterator": [],
"is_variant": [
"dep:convert_case"
],
"mul": [
"syn/extra-traits"
],
"mul_assign": [
"syn/extra-traits"
],
"not": [
"syn/extra-traits"
],
"sum": [],
"testing-helpers": [
"dep:rustc_version"
],
"try_from": [],
"try_into": [
"syn/extra-traits"
],
"try_unwrap": [
"dep:convert_case"
],
"unwrap": [
"dep:convert_case"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-1.0.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"full"
],
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Jelte Fennema <github-tech@jeltef.nl>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/JelteF/derive_more",
"homepage": null,
"documentation": "https://docs.rs/derive_more",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.75.0"
},
{
"name": "document-features",
"version": "0.2.11",
"id": "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.11",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Extract documentation for the feature flags from comments in Cargo.toml",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "litrs",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "document_features",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "self-doc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/tests/self-doc.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [],
"self-test": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Slint Developers <info@slint.dev>"
],
"categories": [
"development-tools"
],
"keywords": [
"documentation",
"features",
"rustdoc",
"macro"
],
"readme": "README.md",
"repository": "https://github.com/slint-ui/document-features",
"homepage": "https://slint.rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "errno",
"version": "0.3.10",
"id": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.10",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Cross-platform interface to the `errno` variable.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(target_os = \"hermit\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(target_os = \"wasi\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "windows-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": ">=0.52, <=0.59",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "errno",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"default": [
"std"
],
"std": [
"libc/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Chris Wong <lambda.fairy@gmail.com>"
],
"categories": [
"no-std",
"os"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/lambda-fairy/rust-errno",
"homepage": null,
"documentation": "https://docs.rs/errno",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "event-listener",
"version": "2.5.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Notify async tasks or threads",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "waker-fn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "event_listener",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/examples/mutex.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "notify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/tests/notify.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"condvar",
"eventcount",
"wake",
"blocking",
"park"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/event-listener",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "event-listener",
"version": "5.4.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Notify async tasks or threads",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "critical-section",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.12",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "portable-atomic-util",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.0",
"kind": null,
"rename": "portable_atomic_crate",
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "critical-section",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "try-lock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "waker-fn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
},
{
"name": "parking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(not(target_family = \"wasm\"))",
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "event_listener",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/examples/mutex.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "loom",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/tests/loom.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "notify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/tests/notify.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/benches/bench.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"critical-section": [
"dep:critical-section"
],
"default": [
"std"
],
"loom": [
"concurrent-queue/loom",
"parking?/loom",
"dep:loom"
],
"parking": [
"dep:parking"
],
"portable-atomic": [
"portable-atomic-util",
"portable_atomic_crate",
"concurrent-queue/portable-atomic"
],
"portable-atomic-util": [
"dep:portable-atomic-util"
],
"portable_atomic_crate": [
"dep:portable_atomic_crate"
],
"std": [
"concurrent-queue/std",
"parking"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"John Nunley <dev@notgull.net>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"condvar",
"eventcount",
"wake",
"blocking",
"park"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/event-listener",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "event-listener-strategy",
"version": "0.5.4",
"id": "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Block or poll on event_listener easily",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "event-listener",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^5.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.12",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.37",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_family = \"wasm\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "event_listener_strategy",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "easy_wrapper",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/tests/easy_wrapper.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [
"std"
],
"loom": [
"event-listener/loom"
],
"portable-atomic": [
"event-listener/portable-atomic"
],
"std": [
"event-listener/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"John Nunley <dev@notgull.net>"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"condvar",
"envcount",
"wake",
"blocking",
"park"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/event-listener-strategy",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "fastrand",
"version": "2.3.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A simple and fast random number generator",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "getrandom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wyhash",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "getrandom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"js"
],
"target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
"registry": null
},
{
"name": "getrandom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"js"
],
"target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "fastrand",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "char",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/tests/char.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "smoke",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/tests/smoke.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/benches/bench.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [],
"default": [
"std"
],
"getrandom": [
"dep:getrandom"
],
"js": [
"std",
"getrandom"
],
"std": [
"alloc"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>"
],
"categories": [
"algorithms"
],
"keywords": [
"simple",
"fast",
"rand",
"random",
"wyrand"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/fastrand",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "futures",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"sink"
],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-executor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-sink",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-task",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-util",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"sink"
],
"target": null,
"registry": null
},
{
"name": "assert_matches",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.11",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "static_assertions",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.11",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "_require_features",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/_require_features.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "async_await_macros",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/async_await_macros.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "auto_traits",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/auto_traits.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "bilock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/bilock.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compat",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/compat.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "eager_drop",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/eager_drop.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "eventual",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/eventual.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_abortable",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_abortable.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_basic_combinators",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_basic_combinators.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_fuse",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_fuse.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_inspect",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_inspect.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_join.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_join_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_join_all.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_obj",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_obj.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_select_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_select_all.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_select_ok",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_select_ok.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_shared",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_shared.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_try_flatten_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_try_flatten_stream.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_try_join_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/future_try_join_all.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_buf_reader",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_buf_reader.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_buf_writer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_buf_writer.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_cursor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_cursor.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_line_writer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_line_writer.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_lines",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_lines.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_exact",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read_exact.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_line",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read_line.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_to_end",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read_to_end.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_to_string",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read_to_string.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_until",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_read_until.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_window",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_window.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_write",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/io_write.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "lock_mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/lock_mutex.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macro_comma_support",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/macro_comma_support.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "object_safety",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/object_safety.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "oneshot",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/oneshot.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "ready_queue",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/ready_queue.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "recurse",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/recurse.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sink",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/sink.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sink_fanout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/sink_fanout.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_abortable",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_abortable.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_buffer_unordered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_buffer_unordered.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_catch_unwind",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_catch_unwind.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_futures_ordered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_futures_ordered.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_futures_unordered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_futures_unordered.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_into_async_read",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_into_async_read.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_peekable",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_peekable.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_select_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_select_all.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_select_next_some",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_select_next_some.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_split",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_split.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_try_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_try_stream.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream_unfold",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/stream_unfold.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_arc_wake",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/task_arc_wake.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_atomic_waker",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/task_atomic_waker.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_macro",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/test_macro.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "try_join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/tests/try_join.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"alloc": [
"futures-core/alloc",
"futures-task/alloc",
"futures-sink/alloc",
"futures-channel/alloc",
"futures-util/alloc"
],
"async-await": [
"futures-util/async-await",
"futures-util/async-await-macro"
],
"bilock": [
"futures-util/bilock"
],
"cfg-target-has-atomic": [],
"compat": [
"std",
"futures-util/compat"
],
"default": [
"std",
"async-await",
"executor"
],
"executor": [
"std",
"futures-executor/std"
],
"futures-executor": [
"dep:futures-executor"
],
"io-compat": [
"compat",
"futures-util/io-compat"
],
"std": [
"alloc",
"futures-core/std",
"futures-task/std",
"futures-io/std",
"futures-sink/std",
"futures-util/std",
"futures-util/io",
"futures-util/channel"
],
"thread-pool": [
"executor",
"futures-executor/thread-pool"
],
"unstable": [
"futures-core/unstable",
"futures-task/unstable",
"futures-channel/unstable",
"futures-io/unstable",
"futures-util/unstable"
],
"write-all-vectored": [
"futures-util/write-all-vectored"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
},
"playground": {
"features": [
"std",
"async-await",
"compat",
"io-compat",
"executor",
"thread-pool"
]
}
},
"publish": null,
"authors": [],
"categories": [
"asynchronous"
],
"keywords": [
"futures",
"async",
"future"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "futures-channel",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Channels for asynchronous communication using futures-rs.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-sink",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_channel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "channel",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/tests/channel.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mpsc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/tests/mpsc.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mpsc-close",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/tests/mpsc-close.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mpsc-size_hint",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/tests/mpsc-size_hint.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "oneshot",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/tests/oneshot.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "sync_mpsc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/benches/sync_mpsc.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [
"futures-core/alloc"
],
"cfg-target-has-atomic": [],
"default": [
"std"
],
"futures-sink": [
"dep:futures-sink"
],
"sink": [
"futures-sink"
],
"std": [
"alloc",
"futures-core/std"
],
"unstable": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "futures-core",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "The core traits and types in for the `futures` library.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"require-cas"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_core",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [],
"cfg-target-has-atomic": [],
"default": [
"std"
],
"portable-atomic": [
"dep:portable-atomic"
],
"std": [
"alloc"
],
"unstable": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "futures-executor",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Executors for asynchronous tasks based on the futures-rs library.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-task",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-util",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "num_cpus",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.8.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_executor",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "local_pool",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/tests/local_pool.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "thread_notify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/benches/thread_notify.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"num_cpus": [
"dep:num_cpus"
],
"std": [
"futures-core/std",
"futures-task/std",
"futures-util/std"
],
"thread-pool": [
"std",
"num_cpus"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "futures-io",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_io",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"default": [
"std"
],
"std": [],
"unstable": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "futures-lite",
"version": "2.6.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.6.0",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Futures, streams, and async I/O combinators",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.5",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "memchr",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.3.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "spin_on",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "waker-fn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_lite",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [],
"default": [
"race",
"std"
],
"fastrand": [
"dep:fastrand"
],
"futures-io": [
"dep:futures-io"
],
"memchr": [
"dep:memchr"
],
"parking": [
"dep:parking"
],
"race": [
"fastrand"
],
"std": [
"alloc",
"fastrand/std",
"futures-io",
"parking"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs"
],
"categories": [
"asynchronous",
"concurrency"
],
"keywords": [
"asynchronous",
"futures",
"async"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/futures-lite",
"homepage": "https://github.com/smol-rs/futures-lite",
"documentation": "https://docs.rs/futures-lite",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "futures-macro",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "The futures-rs procedural macro implementations.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "proc-macro2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.60",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "quote",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "syn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.52",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"full"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "futures_macro",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": null,
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "futures-sink",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "The asynchronous `Sink` trait for the futures-rs library.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_sink",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [],
"default": [
"std"
],
"std": [
"alloc"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "futures-task",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Tools for working with tasks.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_task",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [],
"cfg-target-has-atomic": [],
"default": [
"std"
],
"std": [
"alloc"
],
"unstable": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "futures-timer",
"version": "3.0.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-timer@3.0.3",
"license": "MIT/Apache-2.0",
"license_file": null,
"description": "Timeouts for futures.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "gloo-timers",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"futures"
],
"target": null,
"registry": null
},
{
"name": "send_wrapper",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-std",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"attributes"
],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_timer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "smoke",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/tests/smoke.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/tests/timeout.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"gloo-timers": [
"dep:gloo-timers"
],
"send_wrapper": [
"dep:send_wrapper"
],
"wasm-bindgen": [
"gloo-timers",
"send_wrapper"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Alex Crichton <alex@alexcrichton.com>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/async-rs/futures-timer",
"homepage": "https://github.com/async-rs/futures-timer",
"documentation": "https://docs.rs/futures-timer",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "futures-util",
"version": "0.3.31",
"id": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Common utilities and extension traits for the futures-rs library.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "futures-macro",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-sink",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-task",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.25",
"kind": null,
"rename": "futures_01",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "memchr",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.6",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "pin-utils",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "slab",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.9",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.11",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "futures_util",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bilock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/benches/bilock.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "flatten_unordered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/benches/flatten_unordered.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "futures_unordered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/benches/futures_unordered.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "select",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/benches/select.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [
"futures-core/alloc",
"futures-task/alloc"
],
"async-await": [],
"async-await-macro": [
"async-await",
"futures-macro"
],
"bilock": [],
"cfg-target-has-atomic": [],
"channel": [
"std",
"futures-channel"
],
"compat": [
"std",
"futures_01"
],
"default": [
"std",
"async-await",
"async-await-macro"
],
"futures-channel": [
"dep:futures-channel"
],
"futures-io": [
"dep:futures-io"
],
"futures-macro": [
"dep:futures-macro"
],
"futures-sink": [
"dep:futures-sink"
],
"futures_01": [
"dep:futures_01"
],
"io": [
"std",
"futures-io",
"memchr"
],
"io-compat": [
"io",
"compat",
"tokio-io"
],
"memchr": [
"dep:memchr"
],
"portable-atomic": [
"futures-core/portable-atomic"
],
"sink": [
"futures-sink"
],
"slab": [
"dep:slab"
],
"std": [
"alloc",
"futures-core/std",
"futures-task/std",
"slab"
],
"tokio-io": [
"dep:tokio-io"
],
"unstable": [
"futures-core/unstable",
"futures-task/unstable"
],
"write-all-vectored": [
"io"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/futures-rs",
"homepage": "https://rust-lang.github.io/futures-rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "gimli",
"version": "0.31.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#gimli@0.31.1",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A library for reading and writing the DWARF debugging format.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fallible-iterator",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "indexmap",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "stable_deref_trait",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "test-assembler",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "gimli",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"default": [
"read-all",
"write"
],
"endian-reader": [
"read",
"dep:stable_deref_trait"
],
"fallible-iterator": [
"dep:fallible-iterator"
],
"read": [
"read-core"
],
"read-all": [
"read",
"std",
"fallible-iterator",
"endian-reader"
],
"read-core": [],
"rustc-dep-of-std": [
"dep:core",
"dep:alloc",
"dep:compiler_builtins"
],
"std": [
"fallible-iterator?/std",
"stable_deref_trait?/std"
],
"write": [
"dep:indexmap"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [],
"categories": [
"development-tools::debugging",
"development-tools::profiling",
"parser-implementations"
],
"keywords": [
"DWARF",
"debug",
"ELF",
"eh_frame"
],
"readme": "README.md",
"repository": "https://github.com/gimli-rs/gimli",
"homepage": null,
"documentation": "https://docs.rs/gimli",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.60"
},
{
"name": "gloo-timers",
"version": "0.3.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#gloo-timers@0.3.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Convenience crate for working with JavaScript timers",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "futures-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "js-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-util",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen-futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "gloo_timers",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gloo-timers-0.3.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "node",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gloo-timers-0.3.0/tests/node.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "web",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gloo-timers-0.3.0/tests/web.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [],
"futures": [
"futures-core",
"futures-channel"
],
"futures-channel": [
"dep:futures-channel"
],
"futures-core": [
"dep:futures-core"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gloo-timers-0.3.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"futures"
]
}
}
},
"publish": null,
"authors": [
"Rust and WebAssembly Working Group"
],
"categories": [
"api-bindings",
"asynchronous",
"wasm"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rustwasm/gloo/tree/master/crates/timers",
"homepage": "https://github.com/rustwasm/gloo",
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.64"
},
{
"name": "hashbrown",
"version": "0.14.5",
"id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A Rust port of Google's SwissTable hash map",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "ahash",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "allocator-api2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.9",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "equivalent",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rayon",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rkyv",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7.42",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.25",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "bumpalo",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.13.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"allocator-api2"
],
"target": null,
"registry": null
},
{
"name": "doc-comment",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fnv",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "lazy_static",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"small_rng"
],
"target": null,
"registry": null
},
{
"name": "rayon",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rkyv",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7.42",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"validation"
],
"target": null,
"registry": null
},
{
"name": "serde_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "hashbrown",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "equivalent_trait",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/equivalent_trait.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "hasher",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/hasher.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "raw",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/raw.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rayon",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/rayon.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "serde",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/serde.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "set",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/tests/set.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/benches/bench.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "insert_unique_unchecked",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"ahash": [
"dep:ahash"
],
"alloc": [
"dep:alloc"
],
"allocator-api2": [
"dep:allocator-api2"
],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"ahash",
"inline-more",
"allocator-api2"
],
"equivalent": [
"dep:equivalent"
],
"inline-more": [],
"nightly": [
"allocator-api2?/nightly",
"bumpalo/allocator_api"
],
"raw": [],
"rayon": [
"dep:rayon"
],
"rkyv": [
"dep:rkyv"
],
"rustc-dep-of-std": [
"nightly",
"core",
"compiler_builtins",
"alloc",
"rustc-internal-api"
],
"rustc-internal-api": [],
"serde": [
"dep:serde"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"nightly",
"rayon",
"serde",
"raw"
],
"rustdoc-args": [
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"Amanieu d'Antras <amanieu@gmail.com>"
],
"categories": [
"data-structures",
"no-std"
],
"keywords": [
"hash",
"no_std",
"hashmap",
"swisstable"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang/hashbrown",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63.0"
},
{
"name": "hermit-abi",
"version": "0.4.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Hermit system calls definitions.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "hermit_abi",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.4.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [
"dep:alloc"
],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [],
"rustc-dep-of-std": [
"core",
"alloc",
"compiler_builtins/rustc-dep-of-std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.4.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stefan Lankes"
],
"categories": [
"os"
],
"keywords": [
"unikernel",
"libos"
],
"readme": "README.md",
"repository": "https://github.com/hermit-os/hermit-rs",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "itoa",
"version": "1.0.15",
"id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.15",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Fast integer primitive to string conversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "no-panic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "itoa",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/tests/test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/benches/bench.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"no-panic": [
"dep:no-panic"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--generate-link-to-definition",
"--extern-html-root-url=core=https://doc.rust-lang.org",
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
"--extern-html-root-url=std=https://doc.rust-lang.org"
],
"targets": [
"x86_64-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [
"David Tolnay <dtolnay@gmail.com>"
],
"categories": [
"value-formatting",
"no-std",
"no-std::no-alloc"
],
"keywords": [
"integer"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/itoa",
"homepage": null,
"documentation": "https://docs.rs/itoa",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "js-sys",
"version": "0.3.77",
"id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.77",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.12",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=0.2.100",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "js_sys",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"std": [
"wasm-bindgen/std"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"The wasm-bindgen Developers"
],
"categories": [
"wasm"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
"homepage": "https://rustwasm.github.io/wasm-bindgen/",
"documentation": "https://docs.rs/js-sys",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.57"
},
{
"name": "kv-log-macro",
"version": "1.0.7",
"id": "registry+https://github.com/rust-lang/crates.io-index#kv-log-macro@1.0.7",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Log macro for log's kv-unstable backend.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.8",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"kv_unstable"
],
"target": null,
"registry": null
},
{
"name": "femme",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "kv_log_macro",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "main",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/examples/main.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/tests/test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Yoshua Wuyts <yoshuawuyts@gmail.com>"
],
"categories": [
"text-processing"
],
"keywords": [
"log",
"macro",
"kv",
"key",
"value"
],
"readme": "README.md",
"repository": "https://github.com/yoshuawuyts/kv-log-macro",
"homepage": null,
"documentation": "https://docs.rs/kv-log-macro",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "lazy_static",
"version": "1.5.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A macro for declaring lazily evaluated statics in Rust.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "spin",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"once"
],
"target": null,
"registry": null
},
{
"name": "doc-comment",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "trybuild",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "lazy_static",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "mutex_map",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/examples/mutex_map.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "no_std",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/tests/no_std.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/tests/test.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "ui",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/tests/ui.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"spin": [
"dep:spin"
],
"spin_no_std": [
"spin"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Marvin Lรถbel <loebel.marvin@gmail.com>"
],
"categories": [
"no-std",
"rust-patterns",
"memory-management"
],
"keywords": [
"macro",
"lazy",
"static"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang-nursery/lazy-static.rs",
"homepage": null,
"documentation": "https://docs.rs/lazy_static",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "libc",
"version": "0.2.171",
"id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.171",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Raw FFI bindings to platform libraries like libc.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "libc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "const_fn",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/tests/const_fn.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"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"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"cargo-args": [
"-Zbuild-std=core"
],
"default-target": "x86_64-unknown-linux-gnu",
"features": [
"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",
"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",
"riscv32-wrs-vxworks",
"riscv64gc-unknown-freebsd",
"riscv64gc-unknown-hermit",
"riscv64gc-unknown-linux-gnu",
"riscv64gc-unknown-linux-musl",
"riscv64gc-unknown-none-elf",
"riscv64imac-unknown-none-elf",
"riscv64-wrs-vxworks",
"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",
"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"
]
}
}
},
"publish": null,
"authors": [
"The Rust Project Developers"
],
"categories": [
"external-ffi-bindings",
"no-std",
"os"
],
"keywords": [
"libc",
"ffi",
"bindings",
"operating",
"system"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang/libc",
"homepage": "https://github.com/rust-lang/libc",
"documentation": "https://docs.rs/libc/",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "linux-raw-sys",
"version": "0.4.15",
"id": "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15",
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"license_file": null,
"description": "Generated bindings for Linux's userspace API",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.49",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.100",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "static_assertions",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "linux_raw_sys",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"bootparam": [],
"btrfs": [],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"std",
"general",
"errno"
],
"elf": [],
"elf_uapi": [],
"errno": [],
"general": [],
"if_arp": [],
"if_ether": [],
"if_packet": [],
"io_uring": [],
"ioctl": [],
"landlock": [],
"loop_device": [],
"mempolicy": [],
"net": [],
"netlink": [],
"no_std": [],
"prctl": [],
"ptrace": [],
"rustc-dep-of-std": [
"core",
"compiler_builtins",
"no_std"
],
"std": [],
"system": [],
"xdp": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"default",
"bootparam",
"btrfs",
"elf_uapi",
"ioctl",
"landlock",
"netlink",
"io_uring",
"if_arp",
"if_ether",
"if_packet",
"net",
"ptrace",
"prctl",
"elf",
"xdp",
"mempolicy",
"system",
"loop_device"
],
"targets": [
"x86_64-unknown-linux-gnu",
"i686-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [
"Dan Gohman <dev@sunfishcode.online>"
],
"categories": [
"external-ffi-bindings"
],
"keywords": [
"linux",
"uapi",
"ffi"
],
"readme": "README.md",
"repository": "https://github.com/sunfishcode/linux-raw-sys",
"homepage": null,
"documentation": "https://docs.rs/linux-raw-sys",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "litrs",
"version": "0.4.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#litrs@0.4.1",
"license": "MIT/Apache-2.0",
"license_file": null,
"description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "proc-macro2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "unicode-xid",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "litrs",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"check_suffix": [
"unicode-xid"
],
"default": [
"proc-macro2"
],
"proc-macro2": [
"dep:proc-macro2"
],
"unicode-xid": [
"dep:unicode-xid"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"
],
"categories": [
"development-tools::procedural-macro-helpers",
"parser-implementations",
"development-tools::build-utils"
],
"keywords": [
"literal",
"parsing",
"proc-macro",
"type",
"procedural"
],
"readme": "README.md",
"repository": "https://github.com/LukasKalbertodt/litrs/",
"homepage": null,
"documentation": "https://docs.rs/litrs/",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.54"
},
{
"name": "lock_api",
"version": "0.4.12",
"id": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "owning_ref",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "scopeguard",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.126",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "autocfg",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": "build",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "lock_api",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"arc_lock": [],
"atomic_usize": [],
"default": [
"atomic_usize"
],
"nightly": [],
"owning_ref": [
"dep:owning_ref"
],
"serde": [
"dep:serde"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs",
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"Amanieu d'Antras <amanieu@gmail.com>"
],
"categories": [
"concurrency",
"no-std"
],
"keywords": [
"mutex",
"rwlock",
"lock",
"no_std"
],
"readme": null,
"repository": "https://github.com/Amanieu/parking_lot",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56.0"
},
{
"name": "log",
"version": "0.4.27",
"id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.27",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A lightweight logging facade for Rust\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "sval",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "sval_ref",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "value-bag",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"inline-i128"
],
"target": null,
"registry": null
},
{
"name": "proc-macro2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.63",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "serde_json",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "sval",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "sval_derive",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "value-bag",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"test"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "log",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "value",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/benches/value.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"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"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"std",
"serde",
"kv_std",
"kv_sval",
"kv_serde"
]
}
}
},
"publish": null,
"authors": [
"The Rust Project Developers"
],
"categories": [
"development-tools::debugging"
],
"keywords": [
"logging"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang/log",
"homepage": null,
"documentation": "https://docs.rs/log",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.60.0"
},
{
"name": "memchr",
"version": "2.7.4",
"id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4",
"license": "Unlicense OR MIT",
"license_file": null,
"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",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.20",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "quickcheck",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "memchr",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"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"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"Andrew Gallant <jamslam@gmail.com>",
"bluss"
],
"categories": [],
"keywords": [
"memchr",
"memmem",
"substring",
"find",
"search"
],
"readme": "README.md",
"repository": "https://github.com/BurntSushi/memchr",
"homepage": "https://github.com/BurntSushi/memchr",
"documentation": "https://docs.rs/memchr/",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.61"
},
{
"name": "miniz_oxide",
"version": "0.8.5",
"id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.5",
"license": "MIT OR Zlib OR Apache-2.0",
"license_file": null,
"description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "adler2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "simd-adler32",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "miniz_oxide",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"alloc": [
"dep:alloc"
],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"with-alloc"
],
"rustc-dep-of-std": [
"core",
"alloc",
"compiler_builtins",
"adler2/rustc-dep-of-std"
],
"simd": [
"simd-adler32"
],
"simd-adler32": [
"dep:simd-adler32"
],
"std": [],
"with-alloc": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Frommi <daniil.liferenko@gmail.com>",
"oyvindln <oyvindln@users.noreply.github.com>",
"Rich Geldreich richgel99@gmail.com"
],
"categories": [
"compression"
],
"keywords": [
"zlib",
"miniz",
"deflate",
"encoding"
],
"readme": "Readme.md",
"repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
"homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
"documentation": "https://docs.rs/miniz_oxide",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "mio",
"version": "1.0.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#mio@1.0.3",
"license": "MIT",
"license_file": null,
"description": "Lightweight non-blocking I/O.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "env_logger",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.159",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"hermit\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.159",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"wasi\")",
"registry": null
},
{
"name": "wasi",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"wasi\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.159",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "windows-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.52",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Wdk_Foundation",
"Wdk_Storage_FileSystem",
"Wdk_System_IO",
"Win32_Foundation",
"Win32_Networking_WinSock",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_WindowsProgramming"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "mio",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp_listenfd_server",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/examples/tcp_listenfd_server.rs",
"edition": "2021",
"required-features": [
"os-poll",
"net"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp_server",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/examples/tcp_server.rs",
"edition": "2021",
"required-features": [
"os-poll",
"net"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "udp_server",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/examples/udp_server.rs",
"edition": "2021",
"required-features": [
"os-poll",
"net"
],
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"log"
],
"log": [
"dep:log"
],
"net": [],
"os-ext": [
"os-poll",
"windows-sys/Win32_System_Pipes",
"windows-sys/Win32_Security"
],
"os-poll": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs",
"--generate-link-to-definition"
],
"targets": [
"aarch64-apple-ios",
"aarch64-linux-android",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
"x86_64-unknown-dragonfly",
"x86_64-unknown-freebsd",
"x86_64-unknown-illumos",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-netbsd",
"x86_64-unknown-openbsd",
"x86_64-unknown-hermit"
]
}
},
"playground": {
"features": [
"os-poll",
"os-ext",
"net"
]
}
},
"publish": null,
"authors": [
"Carl Lerche <me@carllerche.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"Tokio Contributors <team@tokio.rs>"
],
"categories": [
"asynchronous"
],
"keywords": [
"io",
"async",
"non-blocking"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/mio",
"homepage": "https://github.com/tokio-rs/mio",
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.70"
},
{
"name": "object",
"version": "0.36.7",
"id": "registry+https://github.com/rust-lang/crates.io-index#object@0.36.7",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A unified interface for reading and writing object file formats.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "alloc",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "crc32fast",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "flate2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "hashbrown",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.15.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"default-hasher"
],
"target": null,
"registry": null
},
{
"name": "indexmap",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "memchr",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4.1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "ruzstd",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasmparser",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.222.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "object",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "integration",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/tests/integration.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "parse_self",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/tests/parse_self.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/build.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"all": [
"read",
"write",
"build",
"std",
"compression",
"wasm"
],
"alloc": [
"dep:alloc"
],
"archive": [],
"build": [
"build_core",
"write_std",
"elf"
],
"build_core": [
"read_core",
"write_core"
],
"cargo-all": [],
"coff": [],
"compiler_builtins": [
"dep:compiler_builtins"
],
"compression": [
"dep:flate2",
"dep:ruzstd",
"std"
],
"core": [
"dep:core"
],
"default": [
"read",
"compression"
],
"doc": [
"read_core",
"write_std",
"build_core",
"std",
"compression",
"archive",
"coff",
"elf",
"macho",
"pe",
"wasm",
"xcoff"
],
"elf": [],
"macho": [],
"pe": [
"coff"
],
"read": [
"read_core",
"archive",
"coff",
"elf",
"macho",
"pe",
"xcoff",
"unaligned"
],
"read_core": [],
"rustc-dep-of-std": [
"core",
"compiler_builtins",
"alloc",
"memchr/rustc-dep-of-std"
],
"std": [
"memchr/std"
],
"unaligned": [],
"unstable": [],
"unstable-all": [
"all",
"unstable"
],
"wasm": [
"dep:wasmparser"
],
"write": [
"write_std",
"coff",
"elf",
"macho",
"pe",
"xcoff"
],
"write_core": [
"dep:crc32fast",
"dep:indexmap",
"dep:hashbrown"
],
"write_std": [
"write_core",
"std",
"indexmap?/std",
"crc32fast?/std"
],
"xcoff": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"doc"
]
}
}
},
"publish": null,
"authors": [],
"categories": [],
"keywords": [
"object",
"elf",
"mach-o",
"pe",
"coff"
],
"readme": "README.md",
"repository": "https://github.com/gimli-rs/object",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.65"
},
{
"name": "once_cell",
"version": "1.21.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Single assignment cells and lazy values.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "critical-section",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.3",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking_lot_core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.10",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.8",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "critical-section",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"std"
],
"target": null,
"registry": null
},
{
"name": "regex",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.10.6",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "once_cell",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "bench",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "bench_acquire",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench_acquire.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "lazy_static",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/lazy_static.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "reentrant_init_deadlocks",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/reentrant_init_deadlocks.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "regex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/regex.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "test_synchronization",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/test_synchronization.rs",
"edition": "2021",
"required-features": [
"std"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "it",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/main.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"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": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"Aleksey Kladov <aleksey.kladov@gmail.com>"
],
"categories": [
"rust-patterns",
"memory-management"
],
"keywords": [
"lazy",
"static"
],
"readme": "README.md",
"repository": "https://github.com/matklad/once_cell",
"homepage": null,
"documentation": "https://docs.rs/once_cell",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.65"
},
{
"name": "parking",
"version": "2.2.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Thread parking and unparking",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "parking",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "loom",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/tests/loom.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "parking",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/tests/parking.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"loom": [
"dep:loom"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"The Rust Project Developers"
],
"categories": [
"concurrency"
],
"keywords": [
"park",
"notify",
"thread",
"wake",
"condition"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/parking",
"homepage": "https://github.com/smol-rs/parking",
"documentation": "https://docs.rs/parking",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.51"
},
{
"name": "parking_lot",
"version": "0.12.3",
"id": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "More compact and efficient implementations of the standard synchronization primitives.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "lock_api",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.6",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking_lot_core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "bincode",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.3.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.8.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "parking_lot",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "issue_392",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/tests/issue_392.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "issue_203",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/tests/issue_203.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"arc_lock": [
"lock_api/arc_lock"
],
"deadlock_detection": [
"parking_lot_core/deadlock_detection"
],
"default": [],
"hardware-lock-elision": [],
"nightly": [
"parking_lot_core/nightly",
"lock_api/nightly"
],
"owning_ref": [
"lock_api/owning_ref"
],
"send_guard": [],
"serde": [
"lock_api/serde"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"arc_lock",
"serde",
"deadlock_detection"
],
"rustdoc-args": [
"--generate-link-to-definition"
]
}
},
"playground": {
"features": [
"arc_lock",
"serde",
"deadlock_detection"
]
}
},
"publish": null,
"authors": [
"Amanieu d'Antras <amanieu@gmail.com>"
],
"categories": [
"concurrency"
],
"keywords": [
"mutex",
"condvar",
"rwlock",
"once",
"thread"
],
"readme": "README.md",
"repository": "https://github.com/Amanieu/parking_lot",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "parking_lot_core",
"version": "0.9.10",
"id": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "An advanced API for creating custom synchronization primitives.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "backtrace",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.60",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "petgraph",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.6.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "smallvec",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.6.1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "thread-id",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^4.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "redox_syscall",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"redox\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.95",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "windows-targets",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.52.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "parking_lot_core",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"backtrace": [
"dep:backtrace"
],
"deadlock_detection": [
"petgraph",
"thread-id",
"backtrace"
],
"nightly": [],
"petgraph": [
"dep:petgraph"
],
"thread-id": [
"dep:thread-id"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"Amanieu d'Antras <amanieu@gmail.com>"
],
"categories": [
"concurrency"
],
"keywords": [
"mutex",
"condvar",
"rwlock",
"once",
"thread"
],
"readme": null,
"repository": "https://github.com/Amanieu/parking_lot",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56.0"
},
{
"name": "pin-project-lite",
"version": "0.2.16",
"id": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A lightweight version of pin-project written with declarative macros.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "static_assertions",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "pin_project_lite",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compiletest",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/tests/compiletest.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "drop_order",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/tests/drop_order.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "expandtest",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/tests/expandtest.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "proper_unpin",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/tests/proper_unpin.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/tests/test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/Cargo.toml",
"metadata": {
"cargo_check_external_types": {
"allowed_external_types": []
},
"docs": {
"rs": {
"targets": [
"x86_64-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [],
"categories": [
"no-std",
"no-std::no-alloc",
"rust-patterns"
],
"keywords": [
"pin",
"macros"
],
"readme": "README.md",
"repository": "https://github.com/taiki-e/pin-project-lite",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.37"
},
{
"name": "pin-utils",
"version": "0.1.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Utilities for pinning\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "pin_utils",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "projection",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/tests/projection.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stack_pin",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/tests/stack_pin.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Josef Brandl <mail@josefbrandl.de>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang-nursery/pin-utils",
"homepage": null,
"documentation": "https://docs.rs/pin-utils",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "piper",
"version": "0.2.4",
"id": "registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Async pipes, channels, mutexes, and more.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "atomic-waker",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.28",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "portable-atomic-util",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"alloc"
],
"target": null,
"registry": null
},
{
"name": "portable-atomic",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.0",
"kind": null,
"rename": "portable_atomic_crate",
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-channel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-executor",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.5.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-io",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"cargo_bench_support"
],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.2.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "piper",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "pipe",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/tests/pipe.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "pipe_comparison",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/benches/pipe_comparison.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"futures-io": [
"dep:futures-io"
],
"portable-atomic": [
"atomic-waker/portable-atomic",
"portable_atomic_crate",
"portable-atomic-util"
],
"portable-atomic-util": [
"dep:portable-atomic-util"
],
"portable_atomic_crate": [
"dep:portable_atomic_crate"
],
"std": [
"fastrand/std",
"futures-io"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"John Nunley <dev@notgull.net>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/smol-rs/piper",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "polling",
"version": "3.7.4",
"id": "registry+https://github.com/rust-lang/crates.io-index#polling@3.7.4",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Portable interface to epoll, kqueue, event ports, and IOCP",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tracing",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.37",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "easy-parallel",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fastrand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "socket2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "signal-hook",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.17",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(all(unix, not(target_os = \"vita\")))",
"registry": null
},
{
"name": "rustix",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.38.31",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"event",
"fs",
"pipe",
"process",
"std",
"time"
],
"target": "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))",
"registry": null
},
{
"name": "hermit-abi",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_os = \"hermit\")",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "concurrent-queue",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
},
{
"name": "pin-project-lite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.9",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(windows)",
"registry": null
},
{
"name": "windows-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.59",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Wdk_Foundation",
"Wdk_Storage_FileSystem",
"Win32_Foundation",
"Win32_Networking_WinSock",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_LibraryLoader",
"Win32_System_Threading",
"Win32_System_WindowsProgramming"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "polling",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "tcp_client",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/examples/tcp_client.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "two-listeners",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/examples/two-listeners.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "wait-signal",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/examples/wait-signal.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "concurrent_modification",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/concurrent_modification.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/io.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "many_connections",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/many_connections.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "multiple_pollers",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/multiple_pollers.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "notify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/notify.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "other_modes",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/other_modes.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "precision",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/precision.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/timeout.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "windows_post",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/windows_post.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "windows_waitable",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/tests/windows_waitable.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.4/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Stjepan Glavina <stjepang@gmail.com>",
"John Nunley <dev@notgull.net>"
],
"categories": [
"asynchronous",
"network-programming",
"os"
],
"keywords": [
"mio",
"epoll",
"kqueue",
"iocp"
],
"readme": "README.md",
"repository": "https://github.com/smol-rs/polling",
"homepage": null,
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "proc-macro2",
"version": "1.0.94",
"id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.94",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "unicode-ident",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "flate2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "quote",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rayon",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tar",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "proc_macro2",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "comments",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/comments.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "features",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/features.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "marker",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/marker.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/test.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_fmt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/test_fmt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_size",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/tests/test_size.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"proc-macro"
],
"nightly": [],
"proc-macro": [],
"span-locations": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustc-args": [
"--cfg=procmacro2_semver_exempt"
],
"rustdoc-args": [
"--cfg=procmacro2_semver_exempt",
"--generate-link-to-definition",
"--extern-html-root-url=core=https://doc.rust-lang.org",
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
"--extern-html-root-url=std=https://doc.rust-lang.org",
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org"
],
"targets": [
"x86_64-unknown-linux-gnu"
]
}
},
"playground": {
"features": [
"span-locations"
]
}
},
"publish": null,
"authors": [
"David Tolnay <dtolnay@gmail.com>",
"Alex Crichton <alex@alexcrichton.com>"
],
"categories": [
"development-tools::procedural-macro-helpers"
],
"keywords": [
"macros",
"syn"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/proc-macro2",
"homepage": null,
"documentation": "https://docs.rs/proc-macro2",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "quote",
"version": "1.0.40",
"id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.40",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Quasi-quoting macro quote!(...)",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "proc-macro2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.80",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "trybuild",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.66",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"diff"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "quote",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compiletest",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/tests/compiletest.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/tests/test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [
"proc-macro"
],
"proc-macro": [
"proc-macro2/proc-macro"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"rustdoc-args": [
"--generate-link-to-definition",
"--extern-html-root-url=core=https://doc.rust-lang.org",
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
"--extern-html-root-url=std=https://doc.rust-lang.org"
],
"targets": [
"x86_64-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [
"David Tolnay <dtolnay@gmail.com>"
],
"categories": [
"development-tools::procedural-macro-helpers"
],
"keywords": [
"macros",
"syn"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/quote",
"homepage": null,
"documentation": "https://docs.rs/quote/",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "redox_syscall",
"version": "0.5.10",
"id": "registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.10",
"license": "MIT",
"license_file": null,
"description": "A Rust library to access raw Redox system calls",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "bitflags",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "loom",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(loom)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "syscall",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.10/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"core": [
"dep:core"
],
"default": [
"userspace"
],
"rustc-dep-of-std": [
"core",
"bitflags/rustc-dep-of-std"
],
"std": [],
"userspace": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.10/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Jeremy Soller <jackpot51@gmail.com>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
"homepage": null,
"documentation": "https://docs.rs/redox_syscall",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "rustc-demangle",
"version": "0.1.24",
"id": "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24",
"license": "MIT/Apache-2.0",
"license_file": null,
"description": "Rust compiler symbol demangling.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "rustc_demangle",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"rustc-dep-of-std": [
"core",
"compiler_builtins"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"std"
],
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Alex Crichton <alex@alexcrichton.com>"
],
"categories": [],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rust-lang/rustc-demangle",
"homepage": "https://github.com/rust-lang/rustc-demangle",
"documentation": "https://docs.rs/rustc-demangle",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "rustix",
"version": "0.38.44",
"id": "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44",
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"license_file": null,
"description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "bitflags",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.4.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.49",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "itoa",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.13",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-alloc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "flate2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.161",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "errno",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.10",
"kind": "dev",
"rename": "libc_errno",
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "memoffset",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serial_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "static_assertions",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tempfile",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^3.5.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "linux-raw-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.14",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"general",
"ioctl",
"no_std"
],
"target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"registry": null
},
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.161",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"registry": null
},
{
"name": "errno",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.10",
"kind": null,
"rename": "libc_errno",
"optional": true,
"uses_default_features": false,
"features": [],
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"registry": null
},
{
"name": "linux-raw-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.14",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"general",
"errno",
"ioctl",
"no_std",
"elf"
],
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.161",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"registry": null
},
{
"name": "errno",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.10",
"kind": null,
"rename": "libc_errno",
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"registry": null
},
{
"name": "once_cell",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.5.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(any(target_os = \"android\", target_os = \"linux\"))",
"registry": null
},
{
"name": "errno",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.10",
"kind": null,
"rename": "libc_errno",
"optional": false,
"uses_default_features": false,
"features": [],
"target": "cfg(windows)",
"registry": null
},
{
"name": "windows-sys",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": ">=0.52, <=0.59",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Win32_Foundation",
"Win32_Networking_WinSock",
"Win32_NetworkManagement_IpHelper",
"Win32_System_Threading"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "rustix",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "mod",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/benches/mod.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"all-apis": [
"event",
"fs",
"io_uring",
"mm",
"mount",
"net",
"param",
"pipe",
"process",
"procfs",
"pty",
"rand",
"runtime",
"shm",
"stdio",
"system",
"termios",
"thread",
"time"
],
"alloc": [],
"cc": [],
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"std",
"use-libc-auxv"
],
"event": [],
"fs": [],
"io_uring": [
"event",
"fs",
"net",
"linux-raw-sys/io_uring"
],
"itoa": [
"dep:itoa"
],
"libc": [
"dep:libc"
],
"libc-extra-traits": [
"libc?/extra_traits"
],
"libc_errno": [
"dep:libc_errno"
],
"linux_4_11": [],