Skip to content

Instantly share code, notes, and snippets.

@ben-alkov
Created March 28, 2025 20:32
Show Gist options
  • Save ben-alkov/421d4dbeb34e8b66a3458618ffb589ca to your computer and use it in GitHub Desktop.
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#[email protected]",
"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#[email protected]",
"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 <[email protected]>",
"oyvindln <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"John Nunley <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"Yoshua Wuyts <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"Sean McArthur <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"Taiki Endo <[email protected]>",
"John Nunley <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"John Nunley <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>",
"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#[email protected]",
"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 <[email protected]>",
"oyvindln <[email protected]>",
"Rich Geldreich [email protected]"
],
"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#[email protected]",
"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 <[email protected]>",
"Thomas de Zeeuw <[email protected]>",
"Tokio Contributors <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"John Nunley <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"John Nunley <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>",
"Alex Crichton <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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 <[email protected]>"
],
"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#[email protected]",
"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": [],
"linux_latest": [
"linux_4_11"
],
"mm": [],
"mount": [],
"net": [
"linux-raw-sys/net",
"linux-raw-sys/netlink",
"linux-raw-sys/if_ether",
"linux-raw-sys/xdp"
],
"once_cell": [
"dep:once_cell"
],
"param": [
"fs"
],
"pipe": [],
"process": [
"linux-raw-sys/prctl"
],
"procfs": [
"once_cell",
"itoa",
"fs"
],
"pty": [
"itoa",
"fs"
],
"rand": [],
"runtime": [
"linux-raw-sys/prctl"
],
"rustc-dep-of-std": [
"core",
"rustc-std-workspace-alloc",
"compiler_builtins",
"linux-raw-sys/rustc-dep-of-std",
"bitflags/rustc-dep-of-std",
"compiler_builtins?/rustc-dep-of-std"
],
"rustc-std-workspace-alloc": [
"dep:rustc-std-workspace-alloc"
],
"shm": [
"fs"
],
"std": [
"bitflags/std",
"alloc",
"libc?/std",
"libc_errno?/std",
"libc-extra-traits"
],
"stdio": [],
"system": [
"linux-raw-sys/system"
],
"termios": [],
"thread": [
"linux-raw-sys/prctl"
],
"time": [],
"try_close": [],
"use-explicitly-provided-auxv": [],
"use-libc": [
"libc_errno",
"libc",
"libc-extra-traits"
],
"use-libc-auxv": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"all-apis"
],
"targets": [
"x86_64-unknown-linux-gnu",
"i686-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-openbsd",
"x86_64-unknown-netbsd",
"x86_64-unknown-dragonfly",
"x86_64-unknown-illumos",
"x86_64-unknown-redox",
"x86_64-unknown-haiku",
"wasm32-unknown-emscripten",
"wasm32-wasip1"
]
}
}
},
"publish": null,
"authors": [
"Dan Gohman <[email protected]>",
"Jakub Konka <[email protected]>"
],
"categories": [
"os::unix-apis",
"date-and-time",
"filesystem",
"network-programming"
],
"keywords": [
"api",
"file",
"network",
"safe",
"syscall"
],
"readme": "README.md",
"repository": "https://github.com/bytecodealliance/rustix",
"homepage": null,
"documentation": "https://docs.rs/rustix",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "rustversion",
"version": "1.0.20",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Conditional compilation according to rustc compiler version",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "trybuild",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.49",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"diff"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "rustversion",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/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/rustversion-1.0.20/tests/compiletest.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_const",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/tests/test_const.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_eval",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/tests/test_eval.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_parse",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/tests/test_parse.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/rustversion-1.0.20/build/build.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/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",
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org"
],
"targets": [
"x86_64-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [
"David Tolnay <[email protected]>"
],
"categories": [
"development-tools::build-utils",
"no-std",
"no-std::no-alloc"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/dtolnay/rustversion",
"homepage": null,
"documentation": "https://docs.rs/rustversion",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.31"
},
{
"name": "ryu",
"version": "1.0.20",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "Apache-2.0 OR BSL-1.0",
"license_file": null,
"description": "Fast floating point 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
},
{
"name": "num_cpus",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.8",
"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.9",
"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.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "ryu",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "upstream_benchmark",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/examples/upstream_benchmark.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "common_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/common_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "d2s_intrinsics_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/d2s_intrinsics_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "d2s_table_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/d2s_table_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "d2s_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/d2s_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "exhaustive",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/exhaustive.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "f2s_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/f2s_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "s2d_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/s2d_test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "s2f_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/tests/s2f_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/ryu-1.0.20/benches/bench.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"no-panic": [
"dep:no-panic"
],
"small": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/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 <[email protected]>"
],
"categories": [
"value-formatting",
"no-std",
"no-std::no-alloc"
],
"keywords": [
"float"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/ryu",
"homepage": null,
"documentation": "https://docs.rs/ryu",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.36"
},
{
"name": "scopeguard",
"version": "1.2.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "scopeguard",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "readme",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/examples/readme.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"use_std"
],
"use_std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/Cargo.toml",
"metadata": {
"release": {
"no-dev-version": true
}
},
"publish": null,
"authors": [
"bluss"
],
"categories": [
"rust-patterns",
"no-std"
],
"keywords": [
"scope-guard",
"defer",
"panic",
"unwind"
],
"readme": "README.md",
"repository": "https://github.com/bluss/scopeguard",
"homepage": null,
"documentation": "https://docs.rs/scopeguard/",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "serde",
"version": "1.0.219",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A generic serialization/deserialization framework",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "serde_derive",
"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": "serde_derive",
"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": "serde_derive",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=1.0.219",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(any())",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "serde",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs",
"edition": "2018",
"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/serde-1.0.219/build.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [],
"default": [
"std"
],
"derive": [
"serde_derive"
],
"rc": [],
"serde_derive": [
"dep:serde_derive"
],
"std": [],
"unstable": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"derive",
"rc",
"unstable"
],
"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"
]
}
},
"playground": {
"features": [
"derive",
"rc"
]
}
},
"publish": null,
"authors": [
"Erick Tryzelaar <[email protected]>",
"David Tolnay <[email protected]>"
],
"categories": [
"encoding",
"no-std",
"no-std::no-alloc"
],
"keywords": [
"serde",
"serialization",
"no_std"
],
"readme": "crates-io.md",
"repository": "https://github.com/serde-rs/serde",
"homepage": "https://serde.rs",
"documentation": "https://docs.rs/serde",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.31"
},
{
"name": "serde_derive",
"version": "1.0.219",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
"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.74",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"proc-macro"
],
"target": null,
"registry": null
},
{
"name": "quote",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.35",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"proc-macro"
],
"target": null,
"registry": null
},
{
"name": "syn",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.81",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"clone-impls",
"derive",
"parsing",
"printing",
"proc-macro"
],
"target": null,
"registry": null
},
{
"name": "serde",
"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": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "serde_derive",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"default": [],
"deserialize_in_place": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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",
"--extern-html-root-url=proc_macro=https://doc.rust-lang.org"
],
"targets": [
"x86_64-unknown-linux-gnu"
]
}
}
},
"publish": null,
"authors": [
"Erick Tryzelaar <[email protected]>",
"David Tolnay <[email protected]>"
],
"categories": [
"no-std",
"no-std::no-alloc"
],
"keywords": [
"serde",
"serialization",
"no_std",
"derive"
],
"readme": "crates-io.md",
"repository": "https://github.com/serde-rs/serde",
"homepage": "https://serde.rs",
"documentation": "https://serde.rs/derive.html",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": "1.61"
},
{
"name": "serde_json",
"version": "1.0.140",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "A JSON serialization file format",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "indexmap",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.2.3",
"kind": null,
"rename": null,
"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",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "memchr",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "ryu",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.194",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "automod",
"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": "indoc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.0.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "ref-cast",
"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": "rustversion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.13",
"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.194",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "serde_bytes",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11.10",
"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.166",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "serde_stacker",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.8",
"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.81",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"diff"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "serde_json",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compiletest",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/compiletest.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "debug",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/debug.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "lexical",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/lexical.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "map",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/map.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "regression",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/regression.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/tests/stream.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/serde_json-1.0.140/tests/test.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/serde_json-1.0.140/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [
"serde/alloc"
],
"arbitrary_precision": [],
"default": [
"std"
],
"float_roundtrip": [],
"indexmap": [
"dep:indexmap"
],
"preserve_order": [
"indexmap",
"std"
],
"raw_value": [],
"std": [
"memchr/std",
"serde/std"
],
"unbounded_depth": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"preserve_order",
"raw_value",
"unbounded_depth"
],
"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"
]
}
},
"playground": {
"features": [
"float_roundtrip",
"raw_value",
"unbounded_depth"
]
}
},
"publish": null,
"authors": [
"Erick Tryzelaar <[email protected]>",
"David Tolnay <[email protected]>"
],
"categories": [
"encoding",
"parser-implementations",
"no-std"
],
"keywords": [
"json",
"serde",
"serialization"
],
"readme": "README.md",
"repository": "https://github.com/serde-rs/json",
"homepage": null,
"documentation": "https://docs.rs/serde_json",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.56"
},
{
"name": "serial_test",
"version": "2.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Allows for the creation of serialised Rust tests",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "dashmap",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^5",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "document-features",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "fslock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2",
"kind": null,
"rename": null,
"optional": true,
"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": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"executor"
],
"target": null,
"registry": null
},
{
"name": "lazy_static",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "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": "serial_test_derive",
"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": "itertools",
"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": "tokio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.27",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"macros",
"rt"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "serial_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-2.0.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tests",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-2.0.0/tests/tests.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"async": [
"futures",
"serial_test_derive/async"
],
"default": [
"logging",
"async"
],
"docsrs": [
"document-features"
],
"document-features": [
"dep:document-features"
],
"file_locks": [
"fslock"
],
"fslock": [
"dep:fslock"
],
"futures": [
"dep:futures"
],
"log": [
"dep:log"
],
"logging": [
"log"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-2.0.0/Cargo.toml",
"metadata": {
"cargo-all-features": {
"denylist": [
"docsrs"
],
"skip_optional_dependencies": true
},
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Tom Parker-Shemilt <[email protected]>"
],
"categories": [
"development-tools::testing"
],
"keywords": [
"sequential"
],
"readme": "README.md",
"repository": "https://github.com/palfrey/serial_test/",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "serial_test_derive",
"version": "2.0.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Helper crate for serial_test",
"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",
"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",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"full"
],
"target": null,
"registry": null
},
{
"name": "env_logger",
"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
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "serial_test_derive",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test_derive-2.0.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"async": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test_derive-2.0.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Tom Parker-Shemilt <[email protected]>"
],
"categories": [
"development-tools::testing"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/palfrey/serial_test/",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "signal-hook",
"version": "0.3.17",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "Apache-2.0/MIT",
"license_file": null,
"description": "Unix signal handling",
"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": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "signal-hook-registry",
"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": "serial_test",
"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": "cc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "build",
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "signal_hook",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"example"
],
"crate_types": [
"bin"
],
"name": "print",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/examples/print.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "default",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/tests/default.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "iterator",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/tests/iterator.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "shutdown",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/tests/shutdown.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/signal-hook-0.3.17/build.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"cc": [
"dep:cc"
],
"channel": [],
"default": [
"channel",
"iterator"
],
"extended-siginfo": [
"channel",
"iterator",
"extended-siginfo-raw"
],
"extended-siginfo-raw": [
"cc"
],
"iterator": [
"channel"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Michal 'vorner' Vaner <[email protected]>",
"Thomas Himmelstoss <[email protected]>"
],
"categories": [],
"keywords": [
"signal",
"unix",
"daemon"
],
"readme": "README.md",
"repository": "https://github.com/vorner/signal-hook",
"homepage": null,
"documentation": "https://docs.rs/signal-hook",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "signal-hook-mio",
"version": "0.2.4",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "Apache-2.0/MIT",
"license_file": null,
"description": "MIO support for signal-hook",
"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": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~0.6",
"kind": null,
"rename": "mio-0_6",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~0.7",
"kind": null,
"rename": "mio-0_7",
"optional": true,
"uses_default_features": true,
"features": [
"os-util",
"uds"
],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~0.8",
"kind": null,
"rename": "mio-0_8",
"optional": true,
"uses_default_features": true,
"features": [
"net",
"os-ext"
],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~1.0",
"kind": null,
"rename": "mio-1_0",
"optional": true,
"uses_default_features": true,
"features": [
"net",
"os-ext"
],
"target": null,
"registry": null
},
{
"name": "mio-uds",
"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": "signal-hook",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~0.3",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~0.7",
"kind": "dev",
"rename": "mio-0_7",
"optional": false,
"uses_default_features": true,
"features": [
"os-util",
"os-poll",
"uds"
],
"target": null,
"registry": null
},
{
"name": "serial_test",
"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
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "signal_hook_mio",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mio_0_6",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/tests/mio_0_6.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mio_0_7",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/tests/mio_0_7.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mio_0_8",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/tests/mio_0_8.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "mio_1_0",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/tests/mio_1_0.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"mio-0_6": [
"dep:mio-0_6"
],
"mio-0_7": [
"dep:mio-0_7"
],
"mio-0_8": [
"dep:mio-0_8"
],
"mio-1_0": [
"dep:mio-1_0"
],
"mio-uds": [
"dep:mio-uds"
],
"support-v0_6": [
"mio-0_6",
"mio-uds"
],
"support-v0_7": [
"mio-0_7"
],
"support-v0_8": [
"mio-0_8"
],
"support-v1_0": [
"mio-1_0"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
]
}
}
},
"publish": null,
"authors": [
"Michal 'vorner' Vaner <[email protected]>",
"Thomas Himmelstoss <[email protected]>"
],
"categories": [],
"keywords": [
"signal",
"unix",
"mio"
],
"readme": "README.md",
"repository": "https://github.com/vorner/signal-hook",
"homepage": null,
"documentation": "https://docs.rs/signal-hook-mio",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "signal-hook-registry",
"version": "1.4.2",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "Apache-2.0/MIT",
"license_file": null,
"description": "Backend crate for signal-hook",
"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": 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
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "signal_hook_registry",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs",
"edition": "2015",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unregister_signal",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/tests/unregister_signal.rs",
"edition": "2015",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Michal 'vorner' Vaner <[email protected]>",
"Masaki Hara <[email protected]>"
],
"categories": [],
"keywords": [
"signal",
"unix",
"daemon"
],
"readme": "README.md",
"repository": "https://github.com/vorner/signal-hook",
"homepage": null,
"documentation": "https://docs.rs/signal-hook-registry",
"edition": "2015",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "slab",
"version": "0.4.9",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Pre-allocated storage for a uniform data type",
"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.95",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"alloc"
],
"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": "serde",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"derive"
],
"target": null,
"registry": null
},
{
"name": "serde_test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "autocfg",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1",
"kind": "build",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "slab",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "serde",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/tests/serde.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "slab",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/tests/slab.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/slab-0.4.9/build.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std"
],
"serde": [
"dep:serde"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Carl Lerche <[email protected]>"
],
"categories": [
"memory-management",
"data-structures",
"no-std"
],
"keywords": [
"slab",
"allocator",
"no_std"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/slab",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.31"
},
{
"name": "smallvec",
"version": "1.14.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "'Small vector' optimization: store up to a small number of items on the stack",
"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",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "malloc_size_of",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"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",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "bincode",
"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": [],
"target": null,
"registry": null
},
{
"name": "debugger_test",
"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": "debugger_test_parser",
"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
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "smallvec",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "debugger_visualizer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/tests/debugger_visualizer.rs",
"edition": "2018",
"required-features": [
"debugger_visualizer"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macro",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/tests/macro.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/smallvec-1.14.0/benches/bench.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"arbitrary": [
"dep:arbitrary"
],
"const_generics": [],
"const_new": [
"const_generics"
],
"debugger_visualizer": [],
"drain_filter": [],
"drain_keep_rest": [
"drain_filter"
],
"malloc_size_of": [
"dep:malloc_size_of"
],
"may_dangle": [],
"serde": [
"dep:serde"
],
"specialization": [],
"union": [],
"write": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs",
"--generate-link-to-definition"
]
}
}
},
"publish": null,
"authors": [
"The Servo Project Developers"
],
"categories": [
"data-structures"
],
"keywords": [
"small",
"vec",
"vector",
"stack",
"no_std"
],
"readme": "README.md",
"repository": "https://github.com/servo/rust-smallvec",
"homepage": null,
"documentation": "https://docs.rs/smallvec/",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "socket2",
"version": "0.5.8",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n",
"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.150",
"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": [
"Win32_Foundation",
"Win32_Networking_WinSock",
"Win32_System_IO",
"Win32_System_Threading",
"Win32_System_WindowsProgramming"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "socket2",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.8/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"all": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.8/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--cfg",
"docsrs"
],
"targets": [
"aarch64-apple-ios",
"aarch64-linux-android",
"x86_64-apple-darwin",
"x86_64-unknown-fuchsia",
"x86_64-pc-windows-msvc",
"x86_64-pc-solaris",
"x86_64-unknown-freebsd",
"x86_64-unknown-illumos",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd",
"x86_64-unknown-redox",
"armv7-linux-androideabi",
"i686-linux-android"
]
}
},
"playground": {
"features": [
"all"
]
}
},
"publish": null,
"authors": [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
],
"categories": [
"api-bindings",
"network-programming"
],
"keywords": [
"io",
"socket",
"network"
],
"readme": "README.md",
"repository": "https://github.com/rust-lang/socket2",
"homepage": "https://github.com/rust-lang/socket2",
"documentation": "https://docs.rs/socket2",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.63"
},
{
"name": "syn",
"version": "2.0.100",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Parser for Rust source code",
"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.91",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "quote",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.35",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "unicode-ident",
"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": "anyhow",
"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": "automod",
"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": "insta",
"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": "ref-cast",
"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": "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": "syn-test-suite",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "termcolor",
"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": "flate2",
"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(not(miri))",
"registry": null
},
{
"name": "rayon",
"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(not(miri))",
"registry": null
},
{
"name": "reqwest",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.12",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"blocking"
],
"target": "cfg(not(miri))",
"registry": null
},
{
"name": "tar",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.16",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(not(miri))",
"registry": null
},
{
"name": "walkdir",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^2.3.2",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(not(miri))",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "syn",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "regression",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/regression.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_asyncness",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_asyncness.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_attribute",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_attribute.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_derive_input",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_derive_input.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_expr",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_expr.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_generics",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_generics.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_grouping",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_grouping.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_ident",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_ident.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_item",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_item.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_iterators",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_iterators.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_lit",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_lit.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_meta",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_meta.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_parse_buffer",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_parse_buffer.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_parse_quote",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_parse_quote.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_parse_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_parse_stream.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_pat",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_pat.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_path",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_path.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_precedence",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_precedence.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_receiver",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_receiver.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_round_trip",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_round_trip.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_shebang",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_shebang.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/syn-2.0.100/tests/test_size.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_stmt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_stmt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_token_trees",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_token_trees.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_ty",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_ty.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_unparenthesize",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_unparenthesize.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_visibility",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/test_visibility.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "zzz_stable",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/tests/zzz_stable.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "file",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/benches/file.rs",
"edition": "2021",
"required-features": [
"full",
"parsing"
],
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "rust",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/benches/rust.rs",
"edition": "2021",
"required-features": [
"full",
"parsing"
],
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"clone-impls": [],
"default": [
"derive",
"parsing",
"printing",
"clone-impls",
"proc-macro"
],
"derive": [],
"extra-traits": [],
"fold": [],
"full": [],
"parsing": [],
"printing": [
"dep:quote"
],
"proc-macro": [
"proc-macro2/proc-macro",
"quote?/proc-macro"
],
"test": [
"syn-test-suite/all-features"
],
"visit": [],
"visit-mut": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustdoc-args": [
"--generate-link-to-definition",
"--extend-css=src/gen/token.css",
"--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": [
"full",
"visit",
"visit-mut",
"fold",
"extra-traits"
]
}
},
"publish": null,
"authors": [
"David Tolnay <[email protected]>"
],
"categories": [
"development-tools::procedural-macro-helpers",
"parser-implementations"
],
"keywords": [
"macros",
"syn"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/syn",
"homepage": null,
"documentation": "https://docs.rs/syn",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.61"
},
{
"name": "temp-env",
"version": "0.3.6",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Set environment variables temporarily.",
"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.21",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "parking_lot",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.12.1",
"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.21.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"full"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "temp_env",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/temp-env-0.3.6/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"async_closure": [
"dep:futures"
],
"default": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/temp-env-0.3.6/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"Volker Mische <[email protected]>",
"Fabian Braun <[email protected]>"
],
"categories": [
"development-tools",
"development-tools::testing"
],
"keywords": [
"env",
"environment",
"envvar",
"temporary",
"testing"
],
"readme": "README.md",
"repository": "https://github.com/vmx/temp-env",
"homepage": null,
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.62.1"
},
{
"name": "tokio",
"version": "1.44.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "bytes",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.2.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "mio",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.1",
"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.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.11",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio-macros",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "~2.5.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "async-stream",
"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",
"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": [
"async-await"
],
"target": null,
"registry": null
},
{
"name": "futures-concurrency",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^7.6.3",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "mockall",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.11.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio-stream",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tokio-test",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.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.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(all(target_family = \"wasm\", not(target_os = \"wasi\")))",
"registry": null
},
{
"name": "tracing-mock",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=0.1.0-beta.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(all(tokio_unstable, target_has_atomic = \"64\"))",
"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": [
"futures",
"checkpoint"
],
"target": "cfg(loom)",
"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": "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))",
"registry": null
},
{
"name": "socket2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5.5",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [
"all"
],
"target": "cfg(not(target_family = \"wasm\"))",
"registry": null
},
{
"name": "proptest",
"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(not(target_family = \"wasm\"))",
"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": "cfg(not(target_family = \"wasm\"))",
"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": "cfg(not(target_family = \"wasm\"))",
"registry": null
},
{
"name": "mio-aio",
"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": [
"tokio"
],
"target": "cfg(target_os = \"freebsd\")",
"registry": null
},
{
"name": "backtrace",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.58",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(tokio_taskdump)",
"registry": null
},
{
"name": "tracing",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.29",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [
"std"
],
"target": "cfg(tokio_unstable)",
"registry": null
},
{
"name": "libc",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.168",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "signal-hook-registry",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.1.1",
"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.168",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(unix)",
"registry": null
},
{
"name": "nix",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.29.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [
"aio",
"fs",
"socket"
],
"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": true,
"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.52",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"Win32_Foundation",
"Win32_Security_Authorization"
],
"target": "cfg(windows)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "tokio",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "_require_full",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/_require_full.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "async_send_sync",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/async_send_sync.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "buffered",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/buffered.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "coop_budget",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/coop_budget.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "dump",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/dump.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "duplex_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/duplex_stream.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_canonicalize_dir",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_canonicalize_dir.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_copy",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_copy.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_dir",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_dir.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_file",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_file.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_link",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_link.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_open_options",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_open_options.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_open_options_windows",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_open_options_windows.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_remove_dir_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_remove_dir_all.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_remove_file",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_remove_file.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_rename",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_rename.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_symlink_dir_windows",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_symlink_dir_windows.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_symlink_file_windows",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_symlink_file_windows.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "fs_try_exists",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/fs_try_exists.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_async_fd",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_async_fd.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_async_read",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_async_read.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_buf_reader.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_buf_writer.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_chain",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_chain.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_copy.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_copy_bidirectional",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_copy_bidirectional.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_driver",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_driver.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_driver_drop",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_driver_drop.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_fill_buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_fill_buf.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_join.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_lines.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_mem_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_mem_stream.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_poll_aio",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_poll_aio.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_read_buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_read_buf.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read_exact.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read_line.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read_to_end.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read_to_string.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_read_until.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_repeat",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_repeat.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_sink",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_sink.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_split",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_split.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_take",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_take.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_util_empty",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_util_empty.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/io_write.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_write_all",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_write_all.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_write_all_buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_write_all_buf.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_write_buf",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_write_buf.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "io_write_int",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/io_write_int.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "join_handle_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/join_handle_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_join.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_pin",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_pin.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_rename_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_rename_test.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_select",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_select.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_test",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_test.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_try_join",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/macros_try_join.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "net_bind_resource",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/net_bind_resource.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "net_lookup_host",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/net_lookup_host.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "net_named_pipe",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/net_named_pipe.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "net_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/net_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "net_unix_pipe",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/net_unix_pipe.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "no_rt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/no_rt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_arg0",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_arg0.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_change_of_runtime",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_change_of_runtime.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_issue_2174",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_issue_2174.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_issue_42",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_issue_42.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_kill_after_wait",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_kill_after_wait.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_kill_on_drop",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_kill_on_drop.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_raw_handle",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_raw_handle.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "process_smoke",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/process_smoke.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_basic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_basic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_common",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_common.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_handle",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_handle.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_handle_block_on",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_handle_block_on.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_local",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_local.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_metrics",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_metrics.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_poll_callbacks",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_poll_callbacks.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_threaded",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_threaded.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_threaded_alt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_threaded_alt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_time_start_paused",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_time_start_paused.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "rt_unstable_metrics",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/rt_unstable_metrics.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_ctrl_c",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_ctrl_c.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_drop_recv",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_drop_recv.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_drop_rt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_drop_rt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_drop_signal",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_drop_signal.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_info",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_info.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_multi_rt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_multi_rt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_no_rt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_no_rt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_notify_both",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_notify_both.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_realtime",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_realtime.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_twice",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_twice.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "signal_usr1",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/signal_usr1.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_barrier",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_barrier.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_broadcast",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_broadcast.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_broadcast_weak",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_broadcast_weak.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_errors",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_errors.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_mpsc",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_mpsc.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_mpsc_weak",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_mpsc_weak.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_mutex",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_mutex.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_mutex_owned",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_mutex_owned.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_notify",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_notify.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_once_cell",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_once_cell.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_oneshot",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_oneshot.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_rwlock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_rwlock.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_semaphore",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_semaphore.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_semaphore_owned",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_semaphore_owned.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "sync_watch",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/sync_watch.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_abort",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_abort.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_blocking",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_blocking.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_builder",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_builder.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_hooks",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_hooks.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_id",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_id.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_join_set",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_join_set.rs",
"edition": "2021",
"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/tokio-1.44.1/tests/task_local.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_local_set",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_local_set.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_trace_self",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_trace_self.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "task_yield_now",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/task_yield_now.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_accept",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_accept.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_connect",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_connect.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_echo",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_echo.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_into_split",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_into_split.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_into_std",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_into_std.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_peek",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_peek.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_shutdown",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_shutdown.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_socket",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_socket.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_split",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_split.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tcp_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tcp_stream.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "test_clock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/test_clock.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_interval",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_interval.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_panic",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_panic.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_pause",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_pause.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_rt",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_rt.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_sleep",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_sleep.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "time_timeout",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/time_timeout.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tracing_sync",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tracing_sync.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tracing_task",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tracing_task.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "tracing_time",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/tracing_time.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "udp",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/udp.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds_cred",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/uds_cred.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds_datagram",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/uds_datagram.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds_socket",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/uds_socket.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds_split",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/uds_split.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "uds_stream",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/uds_stream.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "unwindsafe",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/tests/unwindsafe.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"bytes": [
"dep:bytes"
],
"default": [],
"fs": [],
"full": [
"fs",
"io-util",
"io-std",
"macros",
"net",
"parking_lot",
"process",
"rt",
"rt-multi-thread",
"signal",
"sync",
"time"
],
"io-std": [],
"io-util": [
"bytes"
],
"libc": [
"dep:libc"
],
"macros": [
"tokio-macros"
],
"mio": [
"dep:mio"
],
"net": [
"libc",
"mio/os-poll",
"mio/os-ext",
"mio/net",
"socket2",
"windows-sys/Win32_Foundation",
"windows-sys/Win32_Security",
"windows-sys/Win32_Storage_FileSystem",
"windows-sys/Win32_System_Pipes",
"windows-sys/Win32_System_SystemServices"
],
"parking_lot": [
"dep:parking_lot"
],
"process": [
"bytes",
"libc",
"mio/os-poll",
"mio/os-ext",
"mio/net",
"signal-hook-registry",
"windows-sys/Win32_Foundation",
"windows-sys/Win32_System_Threading",
"windows-sys/Win32_System_WindowsProgramming"
],
"rt": [],
"rt-multi-thread": [
"rt"
],
"signal": [
"libc",
"mio/os-poll",
"mio/net",
"mio/os-ext",
"signal-hook-registry",
"windows-sys/Win32_Foundation",
"windows-sys/Win32_System_Console"
],
"signal-hook-registry": [
"dep:signal-hook-registry"
],
"socket2": [
"dep:socket2"
],
"sync": [],
"test-util": [
"rt",
"sync",
"time"
],
"time": [],
"tokio-macros": [
"dep:tokio-macros"
],
"tracing": [
"dep:tracing"
],
"windows-sys": [
"dep:windows-sys"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/Cargo.toml",
"metadata": {
"cargo_check_external_types": {
"allowed_external_types": [
"bytes::buf::buf_impl::Buf",
"bytes::buf::buf_mut::BufMut",
"tokio_macros::*"
]
},
"docs": {
"rs": {
"all-features": true,
"rustc-args": [
"--cfg",
"tokio_unstable",
"--cfg",
"tokio_taskdump"
],
"rustdoc-args": [
"--cfg",
"docsrs",
"--cfg",
"tokio_unstable",
"--cfg",
"tokio_taskdump"
]
}
},
"playground": {
"features": [
"full",
"test-util"
]
}
},
"publish": null,
"authors": [
"Tokio Contributors <[email protected]>"
],
"categories": [
"asynchronous",
"network-programming"
],
"keywords": [
"io",
"async",
"non-blocking",
"futures"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/tokio",
"homepage": "https://tokio.rs",
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.70"
},
{
"name": "tokio-macros",
"version": "2.5.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Tokio's proc macros.\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",
"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",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [
"full"
],
"target": null,
"registry": null
},
{
"name": "tokio",
"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": [
"full"
],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"proc-macro"
],
"crate_types": [
"proc-macro"
],
"name": "tokio_macros",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true
}
}
},
"publish": null,
"authors": [
"Tokio Contributors <[email protected]>"
],
"categories": [
"asynchronous"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/tokio",
"homepage": "https://tokio.rs",
"documentation": null,
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.70"
},
{
"name": "tracing",
"version": "0.1.41",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Application-level tracing for Rust.\n",
"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.17",
"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.9",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tracing-attributes",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.28",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "tracing-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.33",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": false,
"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": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "futures",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.3.21",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4.17",
"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.38",
"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": "tracing",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "enabled",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/enabled.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "event",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/event.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "filter_caching_is_lexically_scoped",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/filter_caching_is_lexically_scoped.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "filters_are_not_reevaluated_for_the_same_span",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/filters_are_not_reevaluated_for_the_same_span.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "filters_are_reevaluated_for_different_call_sites",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/filters_are_reevaluated_for_different_call_sites.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "filters_dont_leak",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/filters_dont_leak.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "future_send",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/future_send.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "instrument",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/instrument.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macro_imports",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/macro_imports.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/macros.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros_incompatible_concat",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/macros_incompatible_concat.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "max_level_hint",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/max_level_hint.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "missed_register_callsite",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/missed_register_callsite.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "multiple_max_level_hints",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/multiple_max_level_hints.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "no_subscriber",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/no_subscriber.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "register_callsite_deadlock",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/register_callsite_deadlock.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "scoped_clobbers_default",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/scoped_clobbers_default.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "span",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/span.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "subscriber",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/tests/subscriber.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "baseline",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/baseline.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "dispatch_get_clone",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/dispatch_get_clone.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "dispatch_get_ref",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/dispatch_get_ref.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "empty_span",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/empty_span.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "enter_span",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/enter_span.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "event",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/event.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "shared",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/shared.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "span_fields",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/span_fields.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "span_no_fields",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/span_no_fields.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "span_repeated",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/benches/span_repeated.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"async-await": [],
"attributes": [
"tracing-attributes"
],
"default": [
"std",
"attributes"
],
"log": [
"dep:log"
],
"log-always": [
"log"
],
"max_level_debug": [],
"max_level_error": [],
"max_level_info": [],
"max_level_off": [],
"max_level_trace": [],
"max_level_warn": [],
"release_max_level_debug": [],
"release_max_level_error": [],
"release_max_level_info": [],
"release_max_level_off": [],
"release_max_level_trace": [],
"release_max_level_warn": [],
"std": [
"tracing-core/std"
],
"tracing-attributes": [
"dep:tracing-attributes"
],
"valuable": [
"tracing-core/valuable"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustc-args": [
"--cfg",
"tracing_unstable"
],
"rustdoc-args": [
"--cfg",
"docsrs",
"--cfg",
"tracing_unstable"
]
}
}
},
"publish": null,
"authors": [
"Eliza Weisman <[email protected]>",
"Tokio Contributors <[email protected]>"
],
"categories": [
"development-tools::debugging",
"development-tools::profiling",
"asynchronous",
"no-std"
],
"keywords": [
"logging",
"tracing",
"metrics",
"async"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/tracing",
"homepage": "https://tokio.rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.63.0"
},
{
"name": "tracing-core",
"version": "0.1.33",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT",
"license_file": null,
"description": "Core primitives for application-level tracing.\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.13.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "valuable",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1.0",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": false,
"features": [],
"target": "cfg(tracing_unstable)",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "tracing_core",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "dispatch",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/tests/dispatch.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "global_dispatch",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/tests/global_dispatch.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "local_dispatch_before_init",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/tests/local_dispatch_before_init.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "macros",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/tests/macros.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "missed_register_callsite",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/tests/missed_register_callsite.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
}
],
"features": {
"default": [
"std",
"valuable?/std"
],
"once_cell": [
"dep:once_cell"
],
"std": [
"once_cell"
],
"valuable": [
"dep:valuable"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"all-features": true,
"rustc-args": [
"--cfg",
"tracing_unstable"
],
"rustdoc-args": [
"--cfg",
"docsrs",
"--cfg",
"tracing_unstable"
]
}
}
},
"publish": null,
"authors": [
"Tokio Contributors <[email protected]>"
],
"categories": [
"development-tools::debugging",
"development-tools::profiling",
"asynchronous"
],
"keywords": [
"logging",
"tracing",
"profiling"
],
"readme": "README.md",
"repository": "https://github.com/tokio-rs/tracing",
"homepage": "https://tokio.rs",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.63.0"
},
{
"name": "unicode-ident",
"version": "1.0.18",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
"license_file": null,
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "fst",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rand",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.9",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "roaring",
"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": "ucd-trie",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": false,
"features": [],
"target": null,
"registry": null
},
{
"name": "unicode-xid",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.2.6",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "unicode_ident",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "compare",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/tests/compare.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"test"
],
"crate_types": [
"bin"
],
"name": "static_size",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/tests/static_size.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "xid",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/benches/xid.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/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 <[email protected]>"
],
"categories": [
"development-tools::procedural-macro-helpers",
"no-std",
"no-std::no-alloc"
],
"keywords": [
"unicode",
"xid"
],
"readme": "README.md",
"repository": "https://github.com/dtolnay/unicode-ident",
"homepage": null,
"documentation": "https://docs.rs/unicode-ident",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": "1.31"
},
{
"name": "unicode-segmentation",
"version": "1.12.0",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "criterion",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.5",
"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": "^0.7",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "unicode_segmentation",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/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/unicode-segmentation-1.12.0/tests/test.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "chars",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/benches/chars.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "word_bounds",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/benches/word_bounds.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "words",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/benches/words.rs",
"edition": "2018",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"no_std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"kwantam <[email protected]>",
"Manish Goregaokar <[email protected]>"
],
"categories": [],
"keywords": [
"text",
"unicode",
"grapheme",
"word",
"boundary"
],
"readme": "README.md",
"repository": "https://github.com/unicode-rs/unicode-segmentation",
"homepage": "https://github.com/unicode-rs/unicode-segmentation",
"documentation": null,
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "value-bag",
"version": "1.11.1",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Anonymous structured values",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "value-bag-serde1",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.11.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "value-bag-sval2",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.11.1",
"kind": null,
"rename": null,
"optional": true,
"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": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_arch = \"wasm32\")",
"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_arch = \"wasm32\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "value_bag",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "by_ref",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/benches/by_ref.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "capture",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/benches/capture.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "owned",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/benches/owned.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
},
{
"kind": [
"bench"
],
"crate_types": [
"bin"
],
"name": "seq",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/benches/seq.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"alloc": [
"value-bag-sval2?/alloc",
"value-bag-serde1?/alloc"
],
"error": [
"std"
],
"inline-i128": [],
"inline-str": [],
"owned": [
"alloc",
"value-bag-serde1?/owned"
],
"seq": [],
"serde": [
"serde1"
],
"serde1": [
"alloc",
"value-bag-serde1",
"value-bag-sval2?/serde1"
],
"std": [
"alloc",
"value-bag-sval2?/std",
"value-bag-serde1?/std"
],
"sval": [
"sval2"
],
"sval2": [
"value-bag-sval2"
],
"test": [
"std"
],
"value-bag-serde1": [
"dep:value-bag-serde1"
],
"value-bag-sval2": [
"dep:value-bag-sval2"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"std",
"error",
"sval",
"serde",
"test",
"owned",
"seq"
]
}
}
},
"publish": null,
"authors": [
"Ashley Mannix <[email protected]>"
],
"categories": [
"encoding",
"no-std"
],
"keywords": [
"serialization",
"no_std"
],
"readme": "README.md",
"repository": "https://github.com/sval-rs/value-bag",
"homepage": null,
"documentation": "https://docs.rs/value-bag",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "wasi",
"version": "0.11.0+wasi-snapshot-preview1",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1",
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"license_file": null,
"description": "Experimental WASI API bindings for Rust",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "compiler_builtins",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.1",
"kind": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-core",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": null,
"rename": "core",
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "rustc-std-workspace-alloc",
"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
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "wasi",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs",
"edition": "2018",
"doc": true,
"doctest": true,
"test": true
}
],
"features": {
"compiler_builtins": [
"dep:compiler_builtins"
],
"core": [
"dep:core"
],
"default": [
"std"
],
"rustc-dep-of-std": [
"compiler_builtins",
"core",
"rustc-std-workspace-alloc"
],
"rustc-std-workspace-alloc": [
"dep:rustc-std-workspace-alloc"
],
"std": []
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml",
"metadata": null,
"publish": null,
"authors": [
"The Cranelift Project Developers"
],
"categories": [
"no-std",
"wasm"
],
"keywords": [
"webassembly",
"wasm"
],
"readme": "README.md",
"repository": "https://github.com/bytecodealliance/wasi",
"homepage": null,
"documentation": "https://docs.rs/wasi",
"edition": "2018",
"links": null,
"default_run": null,
"rust_version": null
},
{
"name": "wasm-bindgen",
"version": "0.2.100",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Easy support for interacting between JS and Rust.\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "cfg-if",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0.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.12",
"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": 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",
"kind": null,
"rename": null,
"optional": true,
"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": null,
"rename": null,
"optional": true,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "wasm-bindgen-macro",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "=0.2.100",
"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",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "paste",
"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_arch = \"wasm32\")",
"registry": null
},
{
"name": "serde_derive",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^1.0",
"kind": "dev",
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": "cfg(target_arch = \"wasm32\")",
"registry": null
}
],
"targets": [
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "wasm_bindgen",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/lib.rs",
"edition": "2021",
"doc": true,
"doctest": true,
"test": false
},
{
"kind": [
"custom-build"
],
"crate_types": [
"bin"
],
"name": "build-script-build",
"src_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/build.rs",
"edition": "2021",
"doc": false,
"doctest": false,
"test": false
}
],
"features": {
"default": [
"std",
"msrv"
],
"enable-interning": [
"std"
],
"gg-alloc": [],
"msrv": [
"rustversion"
],
"rustversion": [
"dep:rustversion"
],
"serde": [
"dep:serde"
],
"serde-serialize": [
"serde",
"serde_json",
"std"
],
"serde_json": [
"dep:serde_json"
],
"spans": [],
"std": [],
"strict-macro": [
"wasm-bindgen-macro/strict-macro"
],
"xxx_debug_only_print_generated_code": [
"wasm-bindgen-macro/xxx_debug_only_print_generated_code"
]
},
"manifest_path": "/home/balkov/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/Cargo.toml",
"metadata": {
"docs": {
"rs": {
"features": [
"serde-serialize"
]
}
}
},
"publish": null,
"authors": [
"The wasm-bindgen Developers"
],
"categories": [
"wasm"
],
"keywords": [],
"readme": "README.md",
"repository": "https://github.com/rustwasm/wasm-bindgen",
"homepage": "https://rustwasm.github.io/",
"documentation": "https://docs.rs/wasm-bindgen",
"edition": "2021",
"links": null,
"default_run": null,
"rust_version": "1.57"
},
{
"name": "wasm-bindgen-backend",
"version": "0.2.100",
"id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
"license": "MIT OR Apache-2.0",
"license_file": null,
"description": "Backend code generation of the wasm-bindgen tool\n",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"dependencies": [
{
"name": "bumpalo",
"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": "log",
"source": "registry+https://github.com/rust-lang/crates.io-index",
"req": "^0.4",
"kind": null,
"rename": null,
"optional": false,
"uses_default_features": true,
"features": [],
"target": null,
"registry": null
},
{
"name": "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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment