diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fb27285f0..7d4f7c4dcc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,6 @@ updates: ignore: # rust-vmm repos might cause incompatibilities on patch versions, so # lets handle them manually for now. - - dependency-name: "vmm-sys-util" - dependency-name: "event-manager" - dependency-name: "kvm-bindings" - dependency-name: "kvm-ioctls" diff --git a/src/dragonball/out b/src/dragonball/out new file mode 100644 index 0000000000..72aef2d1b9 --- /dev/null +++ b/src/dragonball/out @@ -0,0 +1 @@ +{"packages":[{"name":"addr2line","version":"0.21.0","id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0","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":"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.28.0","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.5.5","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.32.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["read"],"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":"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":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["wrap_help"],"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.6.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"typed-arena","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":"addr2line","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"addr2line","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/examples/addr2line.rs","edition":"2018","required-features":["default"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"correctness","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/tests/correctness.rs","edition":"2018","required-features":["default"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"output_equivalence","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/tests/output_equivalence.rs","edition":"2018","required-features":["default"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/tests/parse.rs","edition":"2018","required-features":["std-object"],"doc":false,"doctest":false,"test":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"cpp_demangle":["dep:cpp_demangle"],"default":["rustc-demangle","cpp_demangle","std-object","fallible-iterator","smallvec","memmap2"],"fallible-iterator":["dep:fallible-iterator"],"memmap2":["dep:memmap2"],"object":["dep:object"],"rustc-demangle":["dep:rustc-demangle"],"rustc-dep-of-std":["core","alloc","compiler_builtins","gimli/rustc-dep-of-std"],"smallvec":["dep:smallvec"],"std":["gimli/std"],"std-object":["std","object","object/std","object/compression","gimli/endian-reader"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.0/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":"adler","version":"1.0.2","id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","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":"adler","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler-1.0.2/benches/bench.rs","edition":"2015","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler-1.0.2/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 "],"categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"android-tzdata","version":"0.1.1","id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","license":"MIT OR Apache-2.0","license_file":null,"description":"Parser for the Android-specific tzdata file","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"android_tzdata","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android-tzdata-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android-tzdata-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["RumovZ"],"categories":["date-and-time"],"keywords":["parser","android","timezone"],"readme":"README.md","repository":"https://github.com/RumovZ/android-tzdata","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"android_system_properties","version":"0.1.5","id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","license":"MIT/Apache-2.0","license_file":null,"description":"Minimal Android system properties wrapper","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.126","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"android_system_properties","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_system_properties-0.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"time_zone","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_system_properties-0.1.5/examples/time_zone.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_system_properties-0.1.5/Cargo.toml","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-linux-android","x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Nicolas Silva "],"categories":[],"keywords":["android"],"readme":"README.md","repository":"https://github.com/nical/android_system_properties","homepage":"https://github.com/nical/android_system_properties","documentation":"https://docs.rs/android_system_properties","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"anyhow","version":"1.0.75","id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","license":"MIT OR Apache-2.0","license_file":null,"description":"Flexible concrete Error type built on std::error::Error","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.51","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":"dev","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.6","kind":"dev","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":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["full"],"target":null,"registry":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.45","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":"anyhow","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_autotrait","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_autotrait.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_backtrace.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_boxed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_boxed.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_chain","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_context","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_context.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_convert","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_convert.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_downcast","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_downcast.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ensure","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_ensure.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ffi","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_ffi.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_fmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_macros","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_repr","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_repr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/tests/test_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"backtrace":["dep:backtrace"],"default":["std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["rust-patterns","no-std"],"keywords":["error","error-handling"],"readme":"README.md","repository":"https://github.com/dtolnay/anyhow","homepage":null,"documentation":"https://docs.rs/anyhow","edition":"2018","links":null,"default_run":null,"rust_version":"1.39"},{"name":"arc-swap","version":"1.6.0","id":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Atomically swappable Arc","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["rc"],"target":null,"registry":null},{"name":"adaptive-barrier","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":true,"features":[],"target":null,"registry":null},{"name":"crossbeam-utils","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":"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":"num_cpus","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":"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":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.12","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"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":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.130","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.130","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"arc_swap","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"random","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/tests/random.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stress","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/tests/stress.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"background","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/benches/background.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"int-access","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/benches/int-access.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"track","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/benches/track.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"experimental-strategies":[],"internal-test-strategies":[],"serde":["dep:serde"],"weak":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.6.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Michal 'vorner' Vaner "],"categories":["data-structures","memory-management"],"keywords":["atomic","Arc"],"readme":"README.md","repository":"https://github.com/vorner/arc-swap","homepage":null,"documentation":"https://docs.rs/arc-swap","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"arrayref","version":"0.3.7","id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","license":"BSD-2-Clause","license_file":null,"description":"Macros to take array references of slices","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"arrayref","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"array_refs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.7/examples/array_refs.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"array_refs_with_const","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.7/examples/array_refs_with_const.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple-case","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.7/examples/simple-case.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.7/Cargo.toml","metadata":null,"publish":null,"authors":["David Roundy "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/droundy/arrayref","homepage":null,"documentation":"https://docs.rs/arrayref","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"arrayvec","version":"0.7.4","id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","license":"MIT OR Apache-2.0","license_file":null,"description":"A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.","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":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"matches","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":"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":"arrayvec","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/tests/serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"arraystring","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/benches/arraystring.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"extend","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/benches/extend.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"zeroize":["dep:zeroize"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.4/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"publish":null,"authors":["bluss"],"categories":["data-structures","no-std"],"keywords":["stack","vector","array","data-structure","no_std"],"readme":"README.md","repository":"https://github.com/bluss/arrayvec","homepage":null,"documentation":"https://docs.rs/arrayvec/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"atty","version":"0.2.14","id":"registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14","license":"MIT","license_file":null,"description":"A simple interface for querying atty","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["consoleapi","processenv","minwinbase","minwindef","winbase"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"atty","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"atty","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/examples/atty.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/Cargo.toml","metadata":null,"publish":null,"authors":["softprops "],"categories":[],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/softprops/atty","homepage":"https://github.com/softprops/atty","documentation":"http://softprops.github.io/atty","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"autocfg","version":"1.1.0","id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","license":"Apache-2.0 OR MIT","license_file":null,"description":"Automatic cfg for Rust compiler features","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"integers","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/examples/integers.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"paths","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/examples/paths.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"traits","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/examples/traits.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"versions","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/examples/versions.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"rustflags","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/tests/rustflags.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Josh Stone "],"categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"backtrace","version":"0.3.69","id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.69","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.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-serialize","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":"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":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"build","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.21.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.146","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.7.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":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","unaligned","archive"],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","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":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"backtrace","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"backtrace","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/examples/backtrace.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"raw","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/examples/raw.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"accuracy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/accuracy/main.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"concurrent-panics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/concurrent-panics.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"current-exe-mismatch","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/current-exe-mismatch.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"long_fn_name","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/long_fn_name.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"skip_inner_frames","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/skip_inner_frames.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"smoke","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/tests/smoke.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benchmarks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/benches/benchmarks.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"coresymbolication":[],"cpp_demangle":["dep:cpp_demangle"],"dbghelp":[],"default":["std"],"dladdr":[],"gimli-symbolize":[],"kernel32":[],"libbacktrace":[],"libunwind":[],"rustc-serialize":["dep:rustc-serialize"],"serde":["dep:serde"],"serialize-rustc":["rustc-serialize"],"serialize-serde":["serde"],"std":[],"unix-backtrace":[],"verify-winapi":["winapi/dbghelp","winapi/handleapi","winapi/libloaderapi","winapi/memoryapi","winapi/minwindef","winapi/processthreadsapi","winapi/synchapi","winapi/tlhelp32","winapi/winbase","winapi/winnt"],"winapi":["dep:winapi"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.69/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":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bitflags","version":"1.3.2","id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to generate structures which behave like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compile","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/tests/compile.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bitflags","version":"2.4.0","id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0","license":"MIT OR Apache-2.0","license_file":null,"description":"A macro to generate structures which behave like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","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","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.0","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","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"custom_bits_type","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/examples/custom_bits_type.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"custom_derive","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/examples/custom_derive.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"fmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/examples/fmt.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"macro_free","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/examples/macro_free.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"serde","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/examples/serde.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.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":"blake3","version":"1.4.1","id":"registry+https://github.com/rust-lang/crates.io-index#blake3@1.4.1","license":"CC0-1.0 OR Apache-2.0","license_file":null,"description":"the BLAKE3 hash function","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arrayref","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":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"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":"constant_time_eq","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["mac"],"target":null,"registry":null},{"name":"rayon","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":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hmac","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"page_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","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_chacha","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":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"blake3","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.4.1/benches/bench.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.4.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"digest":["dep:digest"],"neon":[],"no_avx2":[],"no_avx512":[],"no_neon":[],"no_sse2":[],"no_sse41":[],"prefer_intrinsics":[],"pure":[],"rayon":["dep:rayon"],"std":["digest/std"],"traits-preview":["digest"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.4.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["rayon"]}}},"publish":null,"authors":["Jack O'Connor ","Samuel Neves"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/BLAKE3-team/BLAKE3","homepage":null,"documentation":"https://docs.rs/blake3","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"block-buffer","version":"0.10.4","id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","license":"MIT OR Apache-2.0","license_file":null,"description":"Buffer type for block processing of data","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/tests/mod.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","metadata":null,"publish":null,"authors":["RustCrypto Developers"],"categories":["cryptography","no-std"],"keywords":["block","buffer"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/block-buffer","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bumpalo","version":"3.13.0","id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.13.0","license":"MIT/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":"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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bumpalo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"try_alloc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.13.0/tests/try_alloc.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.13.0/benches/benches.rs","edition":"2021","required-features":["collections"],"doc":false,"doctest":false,"test":false}],"features":{"allocator-api2":["dep:allocator-api2"],"allocator_api":[],"boxed":[],"collections":[],"default":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.13.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Nick Fitzgerald "],"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.60.0"},{"name":"byteorder","version":"1.4.3","id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","license":"Unlicense OR MIT","license_file":null,"description":"Library for reading/writing numbers in big-endian and little-endian.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","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.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bytes","version":"1.5.0","id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.5.0","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":"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.5","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_buf","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_buf.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_buf_mut","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_buf_mut.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bytes","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_bytes_odd_alloc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_bytes_vec_alloc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_chain","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_debug","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_debug.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iter","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_iter.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_reader","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serde","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_take","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/tests/test_take.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"buf","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/benches/buf.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bytes","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/benches/bytes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bytes_mut","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/benches/bytes_mut.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Carl Lerche ","Sean McArthur "],"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":null},{"name":"caps","version":"0.5.5","id":"registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","license":"MIT/Apache-2.0","license_file":null,"description":"A pure-Rust library to work with Linux capabilities","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":"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":"thiserror","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_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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"caps","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"all_caps","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/examples/all_caps.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"clear_permitted","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/examples/clear_permitted.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"legacy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/examples/legacy.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"manipulate_sys_nice","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/examples/manipulate_sys_nice.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/examples/parse.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"ambient","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/tests/ambient.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"bounding","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/tests/bounding.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"effective","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/tests/effective.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"runtime","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/tests/runtime.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"securebits","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/tests/securebits.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"serde":["dep:serde"],"serde_support":["serde"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-0.5.5/Cargo.toml","metadata":{"release":{"post-release-commit-message":"cargo: development version bump","pre-release-commit-message":"cargo: caps release {{version}}","publish":false,"push":false,"sign-commit":true,"sign-tag":true,"tag-message":"caps {{version}}"}},"publish":null,"authors":["Luca Bruno "],"categories":[],"keywords":["Linux","capabilities","POSIX","getcap","setcap"],"readme":"README.md","repository":"https://github.com/lucab/caps-rs","homepage":null,"documentation":"https://docs.rs/caps","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"cc","version":"1.2.22","id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","license":"MIT OR Apache-2.0","license_file":null,"description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.30","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":null,"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":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"jobserver":[],"parallel":["dep:libc","dep:jobserver"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.22/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cc-rs","homepage":"https://github.com/rust-lang/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null,"default_run":null,"rust_version":"1.63"},{"name":"cfg-if","version":"1.0.0","id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/root/.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":"/root/.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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"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":"chrono","version":"0.4.30","id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.30","license":"MIT OR Apache-2.0","license_file":null,"description":"Date and time library 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.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"pure-rust-locales","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":"rkyv","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":"rustc-serialize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.20","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.99","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.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde_json","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":"js-sys","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":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","registry":null},{"name":"wasm-bindgen","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":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","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(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","registry":null},{"name":"android-tzdata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","registry":null},{"name":"iana-time-zone","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.45","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["fallback"],"target":"cfg(unix)","registry":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.51","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"chrono","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.30/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"dateutils","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.30/tests/dateutils.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.30/tests/wasm.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"win_bindings","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.30/tests/win_bindings.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"__doctest":[],"__internal_bench":[],"alloc":[],"android-tzdata":["dep:android-tzdata"],"arbitrary":["dep:arbitrary"],"clock":["std","winapi","iana-time-zone","android-tzdata"],"default":["clock","std","oldtime","wasmbind"],"iana-time-zone":["dep:iana-time-zone"],"js-sys":["dep:js-sys"],"libc":[],"oldtime":[],"pure-rust-locales":["dep:pure-rust-locales"],"rkyv":["dep:rkyv"],"rustc-serialize":["dep:rustc-serialize"],"serde":["dep:serde"],"std":[],"unstable-locales":["pure-rust-locales","alloc"],"wasm-bindgen":["dep:wasm-bindgen"],"wasmbind":["wasm-bindgen","js-sys"],"winapi":["windows-targets"],"windows-targets":["dep:windows-targets"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.30/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["serde"]}},"publish":null,"authors":[],"categories":["date-and-time"],"keywords":["date","time","calendar"],"readme":"README.md","repository":"https://github.com/chronotope/chrono","homepage":"https://github.com/chronotope/chrono","documentation":"https://docs.rs/chrono/","edition":"2021","links":null,"default_run":null,"rust_version":"1.57.0"},{"name":"cmake","version":"0.1.50","id":"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.50","license":"MIT OR Apache-2.0","license_file":null,"description":"A build dependency for running `cmake` to build a native library\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.72","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cmake","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.50/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.50/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cmake-rs","homepage":"https://github.com/rust-lang/cmake-rs","documentation":"https://docs.rs/cmake","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"constant_time_eq","version":"0.3.0","id":"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.3.0","license":"CC0-1.0 OR MIT-0 OR Apache-2.0","license_file":null,"description":"Compares two equal-sized byte strings in constant time.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"count_instructions","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},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["cargo_bench_support","html_reports"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"constant_time_eq","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"count_instructions","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.0/tests/count_instructions.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.0/benches/bench.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"count_instructions_test":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Cesar Eduardo Barros "],"categories":["cryptography","no-std"],"keywords":["constant_time"],"readme":"README","repository":"https://github.com/cesarb/constant_time_eq","homepage":null,"documentation":"https://docs.rs/constant_time_eq","edition":"2021","links":null,"default_run":null,"rust_version":"1.66.0"},{"name":"core-foundation-sys","version":"0.8.4","id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","license":"MIT / Apache-2.0","license_file":null,"description":"Bindings to Core Foundation for macOS","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"core_foundation_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-sys-0.8.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-sys-0.8.4/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"publish":null,"authors":["The Servo Project Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"cpufeatures","version":"0.2.9","id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.9","license":"MIT OR Apache-2.0","license_file":null,"description":"Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\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.95","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"aarch64-linux-android","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(all(target_arch = \"aarch64\", target_os = \"linux\"))","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(all(target_arch = \"aarch64\", target_vendor = \"apple\"))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"aarch64","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.9/tests/aarch64.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"x86","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.9/tests/x86.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.9/Cargo.toml","metadata":null,"publish":null,"authors":["RustCrypto Developers"],"categories":["hardware-support","no-std"],"keywords":["cpuid","target-feature"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/cpufeatures","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"crc32fast","version":"1.3.2","id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.3.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","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":"bencher","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":"quickcheck","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":"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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.3.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.3.2/benches/bench.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.3.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.3.2/Cargo.toml","metadata":null,"publish":null,"authors":["Sam Rijs ","Alex Crichton "],"categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"crossbeam-channel","version":"0.5.15","id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","license":"MIT OR Apache-2.0","license_file":null,"description":"Multi-producer multi-consumer channels for message passing","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.18","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.13.0","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":"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":"crossbeam_channel","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"fibonacci","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/examples/fibonacci.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"matching","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/examples/matching.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stopwatch","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/examples/stopwatch.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"after","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/after.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"array","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/array.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"golang","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/golang.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"iter","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/iter.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"list","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/list.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mpsc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/mpsc.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"never","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/never.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ready","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/ready.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"same_channel","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/same_channel.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"select","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/select.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"select_macro","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/select_macro.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"thread_locals","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/thread_locals.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tick","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/tick.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zero","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/tests/zero.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"crossbeam","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/benches/crossbeam.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"std":["crossbeam-utils/std"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":["algorithms","concurrency","data-structures"],"keywords":["channel","mpmc","select","golang","message"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.60"},{"name":"crossbeam-utils","version":"0.8.21","id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","license":"MIT OR Apache-2.0","license_file":null,"description":"Utilities for concurrent programming","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"crypto-common","version":"0.1.6","id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","license":"MIT OR Apache-2.0","license_file":null,"description":"Common cryptographic traits","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["more_lengths"],"target":null,"registry":null},{"name":"rand_core","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":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"getrandom":["rand_core/getrandom"],"rand_core":["dep:rand_core"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["RustCrypto Developers"],"categories":["cryptography","no-std"],"keywords":["crypto","traits"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/crypto-common","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-acpi","version":"0.1.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_acpi#dbs-acpi@0.1.0","license":"Apache-2.0","license_file":null,"description":"acpi definitions for virtual machines.","source":null,"dependencies":[{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_acpi","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_acpi/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_acpi/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","acpi","vmm","secure-sandbox"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-address-space","version":"0.3.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","license":"Apache-2.0","license_file":null,"description":"address space manager for virtual machines.","source":null,"dependencies":[{"name":"arc-swap","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":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap","backend-atomic"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_address_space","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_address_space/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_address_space/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","address","vmm","secure-sandbox"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-allocator","version":"0.1.1","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","license":"Apache-2.0","license_file":null,"description":"a resource allocator for virtual machine manager","source":null,"dependencies":[{"name":"thiserror","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_allocator","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_allocator/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_allocator/Cargo.toml","metadata":null,"publish":null,"authors":["Liu Jiang "],"categories":[],"keywords":["dragonball"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-arch","version":"0.2.3","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"A collection of CPU architecture specific constants and utilities.","source":null,"dependencies":[{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fam-wrappers"],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_arch","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_arch/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_arch/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","arch","ARM64","x86"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-boot","version":"0.4.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"Traits and structs for booting sandbox","source":null,"dependencies":[{"name":"dbs-arch","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_arch"},{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fam-wrappers"],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"vm-fdt","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-device","source":null,"req":"*","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"device_tree","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_boot","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_boot/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_boot/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","boot","VMM"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-device","version":"0.2.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","license":"Apache-2.0","license_file":null,"description":"Device model for Dragonball Sandbox","source":null,"dependencies":[{"name":"thiserror","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_device","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_device/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_device/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","device","resource"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-device","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-interrupt","version":"0.2.2","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","license":"Apache-2.0","license_file":null,"description":"Traits and structs to manage interrupts for virtual devices","source":null,"dependencies":[{"name":"dbs-arch","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_arch"},{"name":"dbs-device","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"kvm-bindings","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":"kvm-ioctls","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":"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":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_interrupt","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_interrupt/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["legacy-irq","msi-irq"],"kvm-bindings":["dep:kvm-bindings"],"kvm-ioctls":["dep:kvm-ioctls"],"kvm-irq":["kvm-ioctls","kvm-bindings"],"kvm-legacy-irq":["legacy-irq","kvm-irq"],"kvm-msi-generic":["msi-irq","kvm-irq"],"kvm-msi-irq":["kvm-msi-generic"],"legacy-irq":[],"msi-irq":[]},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_interrupt/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","device","interrupt"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-interrupt","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-legacy-devices","version":"0.1.1","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_legacy_devices#dbs-legacy-devices@0.1.1","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"dbs-legacy-devices provides emulation for legacy devices.","source":null,"dependencies":[{"name":"dbs-device","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"dbs-utils","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_utils"},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","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.27","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive","rc"],"target":null,"registry":null},{"name":"vm-superio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_legacy_devices","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_legacy_devices/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_legacy_devices/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","devices","legacy"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-pci","version":"0.1.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_pci#dbs-pci@0.1.0","license":"Apache-2.0","license_file":null,"description":"dbs-pci is a crate for emulating pci device","source":null,"dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-allocator","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_allocator"},{"name":"dbs-boot","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_boot"},{"name":"dbs-device","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"dbs-interrupt","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["kvm-irq","kvm-legacy-irq","kvm-msi-irq"],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_interrupt"},{"name":"downcast-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"vfio-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vfio-ioctls","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-arch","source":null,"req":"*","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_arch"},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_pci","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_pci/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_pci/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","devices","pci"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-pci","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-tdx","version":"0.1.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_tdx#dbs-tdx@0.1.0","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"helpers and utilities to create TDX VM","source":null,"dependencies":[{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fam-wrappers"],"target":null,"registry":null},{"name":"thiserror","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":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_tdx","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_tdx/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_tdx/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","TDX","confidential container"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-upcall","version":"0.3.0","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_upcall#dbs-upcall@0.3.0","license":"Apache-2.0","license_file":null,"description":"dbs-upcall is a direct communication tool between VMM and guest","source":null,"dependencies":[{"name":"anyhow","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":"dbs-utils","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_utils"},{"name":"dbs-virtio-devices","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["virtio-vsock"],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_virtio_devices"},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_upcall","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_upcall/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_upcall/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","devices","upcall","virtio"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-virtio-devices","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-utils","version":"0.2.1","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"helpers and utilities used by dragonball-sandbox components","source":null,"dependencies":[{"name":"anyhow","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":"event-manager","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["remote_endpoint"],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","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.27","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive","rc"],"target":null,"registry":null},{"name":"thiserror","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":"timerfd","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":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_utils","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_utils/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_utils/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","utils"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dbs-virtio-devices","version":"0.3.1","id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_virtio_devices#dbs-virtio-devices@0.3.1","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"Virtio device backend driver framework and device drivers","source":null,"dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-address-space","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_address_space"},{"name":"dbs-boot","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_boot"},{"name":"dbs-device","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"dbs-interrupt","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["kvm-legacy-irq","kvm-msi-irq"],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_interrupt"},{"name":"dbs-utils","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_utils"},{"name":"epoll","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=4.3.1, <4.3.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fuse-backend-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"io-uring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.119","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.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-rafs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-storage","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rlimit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sendfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","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.27","kind":null,"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.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"threadpool","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":"timerfd","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":"vhost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":null,"rename":"vhost-rs","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"virtio-bindings","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":"virtio-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap","backend-atomic"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dbs_virtio_devices","src_path":"/root/riscv/kata-containers/src/dragonball/dbs_virtio_devices/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"fuse-backend-rs":["dep:fuse-backend-rs"],"vhost":["virtio-mmio","vhost-rs/vhost-user-master","vhost-rs/vhost-kern"],"vhost-net":["vhost","vhost-rs/vhost-net"],"vhost-rs":["dep:vhost-rs"],"vhost-user":["vhost"],"vhost-user-blk":["vhost-user"],"vhost-user-fs":["vhost-user"],"vhost-user-net":["vhost-user"],"virtio-balloon":["virtio-mmio"],"virtio-blk":["virtio-mmio"],"virtio-fs":["virtio-mmio","fuse-backend-rs/virtiofs","nydus-rafs/virtio-fs"],"virtio-fs-pro":["virtio-fs","nydus-storage/backend-registry","nydus-storage/backend-oss"],"virtio-mem":["virtio-mmio"],"virtio-mmio":[],"virtio-net":["virtio-mmio"],"virtio-vsock":["virtio-mmio"]},"manifest_path":"/root/riscv/kata-containers/src/dragonball/dbs_virtio_devices/Cargo.toml","metadata":null,"publish":null,"authors":["Alibaba Dragonball Team"],"categories":[],"keywords":["dragonball","secure-sandbox","devices","virtio"],"readme":"README.md","repository":"https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-virtio-devices","homepage":"https://github.com/openanolis/dragonball-sandbox","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"deranged","version":"0.3.11","id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11","license":"MIT OR Apache-2.0","license_file":null,"description":"Ranged integers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.15","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"powerfmt","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":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","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.126","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","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.86","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"deranged","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"num":["dep:num-traits"],"powerfmt":["dep:powerfmt"],"quickcheck":["dep:quickcheck","alloc"],"rand":["dep:rand"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Jacob Pratt "],"categories":[],"keywords":["integer","int","range"],"readme":"README.md","repository":"https://github.com/jhpratt/deranged","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.67.0"},{"name":"derivative","version":"2.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","license":"MIT/Apache-2.0","license_file":null,"description":"A set of alternative `derive` attributes for Rust","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":"^1.0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derivative","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"clippy-warning-clone-from","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compile-test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-clone","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-clone-generics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-bounds","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-generics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-packed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-debug-transparent","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-default","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-default-bounds","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-eq","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-eq-packed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-hash","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-ord","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-ord-packed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-partial-eq","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"derive-partial-eq-packed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-37-turbofish","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-55","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-57","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-58","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-67","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-82","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-class-implement-traits","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-bounds","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-array","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-enum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-generic-enum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-generic-tuple-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-clone-tuple-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-enum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-struct-enum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-cmp-generic-tuple-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-copyclone","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-default-box","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-enum-single-variant","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-hash","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-in-fn","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-meta","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-meta-multiple","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-show","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-show-2","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-hash-enum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-hash-struct","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-deriving-via-extension-type-params","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-expr-copy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-exterior","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-12860","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-13434","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-16530","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19037","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19102","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19135","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-19358","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-21402","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-23649-3","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-24085","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-25394","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-28561","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29030","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29540","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-29710","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-32292","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-3935","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-42453","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-58319","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-issue-6341","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-typeclasses-eq-example","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rustc-zero-sized-btreemap-insert","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"use_core":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derivative-2.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["mcarton "],"categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"device_tree","version":"1.1.0","id":"registry+https://github.com/rust-lang/crates.io-index#device_tree@1.1.0","license":"MIT","license_file":null,"description":"Reads and parses Linux device tree images","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"device_tree","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/device_tree-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/device_tree-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Marc Brinkmann "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/mbr/device_tree-rs","homepage":null,"documentation":"https://mbr.github.io/device_tree-rs/device_tree/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"digest","version":"0.10.7","id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","license":"MIT OR Apache-2.0","license_file":null,"description":"Traits for cryptographic hash functions and message authentication codes","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"blobby","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":"block-buffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"const-oid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crypto-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"subtle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"blobby":["dep:blobby"],"block-buffer":["dep:block-buffer"],"const-oid":["dep:const-oid"],"core-api":["block-buffer"],"default":["core-api"],"dev":["blobby"],"mac":["subtle"],"oid":["const-oid"],"rand_core":["crypto-common/rand_core"],"std":["alloc","crypto-common/std"],"subtle":["dep:subtle"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["RustCrypto Developers"],"categories":["cryptography","no-std"],"keywords":["digest","crypto","hash"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/digest","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dirs-next","version":"2.0.0","id":"registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0","license":"MIT OR Apache-2.0","license_file":null,"description":"A tiny low-level library that provides platform-specific standard locations\nof directories for config, cache and other data on Linux, Windows, macOS\nand Redox by leveraging the mechanisms defined by the XDG base/user\ndirectory specifications on Linux, the Known Folder API on Windows,\nand the Standard Directory guidelines on macOS.\n","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":"dirs-sys-next","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dirs_next","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["The @xdg-rs members"],"categories":[],"keywords":["xdg","basedir","app_dirs","path","folder"],"readme":"README.md","repository":"https://github.com/xdg-rs/dirs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"dirs-sys-next","version":"0.1.2","id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2","license":"MIT OR Apache-2.0","license_file":null,"description":"system-level helper functions for the dirs and directories crates","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"redox_users","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","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":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["knownfolders","objbase","shlobj","winbase","winerror"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys_next","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["The @xdg-rs members"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/xdg-rs/dirs/tree/master/dirs-sys","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"downcast-rs","version":"1.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.0","license":"MIT/Apache-2.0","license_file":null,"description":"Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"downcast_rs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"import_via_macro_use","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.0/tests/import_via_macro_use.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"use_via_namespace","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.0/tests/use_via_namespace.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Ashish Myles ","Runji Wang "],"categories":[],"keywords":["downcast","any","trait","associated","no_std"],"readme":"README.md","repository":"https://github.com/marcianx/downcast-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"dragonball","version":"0.1.0","id":"path+file:///root/riscv/kata-containers/src/dragonball#0.1.0","license":"Apache-2.0","license_file":null,"description":"A secure sandbox for Kata Containers","source":null,"dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.32","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"arc-swap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bytes","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":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-address-space","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_address_space"},{"name":"dbs-allocator","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_allocator"},{"name":"dbs-arch","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_arch"},{"name":"dbs-boot","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_boot"},{"name":"dbs-device","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_device"},{"name":"dbs-interrupt","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["kvm-irq"],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_interrupt"},{"name":"dbs-legacy-devices","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_legacy_devices"},{"name":"dbs-pci","source":null,"req":"*","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_pci"},{"name":"dbs-upcall","source":null,"req":"*","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_upcall"},{"name":"dbs-utils","source":null,"req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_utils"},{"name":"dbs-virtio-devices","source":null,"req":"*","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["virtio-mmio"],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/dragonball/dbs_virtio_devices"},{"name":"derivative","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":"fuse-backend-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"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.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"linux-loader","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.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.14","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"procfs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"prometheus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["process"],"target":null,"registry":null},{"name":"seccompiler","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":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":null,"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.27","kind":null,"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.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog-scope","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":"thiserror","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.41","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vfio-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vfio-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"virtio-queue","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog-async","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog-term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.9.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"test-utils","source":null,"req":"*","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null,"path":"/root/riscv/kata-containers/src/libs/test-utils"}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"dragonball","src_path":"/root/riscv/kata-containers/src/dragonball/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"acpi":[],"atomic-guest-memory":["vm-memory/backend-atomic"],"dbs-upcall":["dep:dbs-upcall"],"dbs-virtio-devices":["dep:dbs-virtio-devices"],"host-device":["dep:vfio-bindings","dep:vfio-ioctls","dep:dbs-pci"],"hotplug":["virtio-vsock"],"vhost-net":["dbs-virtio-devices/vhost-net"],"vhost-user-blk":["dbs-virtio-devices/vhost-user-blk"],"vhost-user-fs":["dbs-virtio-devices/vhost-user-fs"],"vhost-user-net":["dbs-virtio-devices/vhost-user-net"],"virtio-balloon":["dbs-virtio-devices/virtio-balloon","virtio-queue"],"virtio-blk":["dbs-virtio-devices/virtio-blk","virtio-queue"],"virtio-fs":["dbs-virtio-devices/virtio-fs-pro","virtio-queue","atomic-guest-memory"],"virtio-mem":["dbs-virtio-devices/virtio-mem","virtio-queue","atomic-guest-memory"],"virtio-net":["dbs-virtio-devices/virtio-net","virtio-queue"],"virtio-queue":["dep:virtio-queue"],"virtio-vsock":["dbs-virtio-devices/virtio-vsock","virtio-queue"]},"manifest_path":"/root/riscv/kata-containers/src/dragonball/Cargo.toml","metadata":null,"publish":null,"authors":["The Kata Containers community "],"categories":[],"keywords":["kata-containers","sandbox","vmm","dragonball"],"readme":"README.md","repository":"https://github.com/kata-containers/kata-containers.git","homepage":"https://katacontainers.io/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"epoll","version":"4.3.1","id":"registry+https://github.com/rust-lang/crates.io-index#epoll@4.3.1","license":"MPL-2.0","license_file":null,"description":"Safe epoll interface.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"epoll","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/epoll-4.3.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/epoll-4.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["Nathan Sizemore "],"categories":[],"keywords":["epoll"],"readme":"README.md","repository":"https://github.com/nathansizemore/epoll","homepage":null,"documentation":"https://docs.rs/epoll/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"errno","version":"0.3.3","id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","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":"errno-dragonfly","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"dragonfly\")","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 = \"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.48","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":["libc/std"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Chris Wong "],"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.48"},{"name":"errno-dragonfly","version":"0.1.2","id":"registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2","license":"MIT","license_file":null,"description":"Exposes errno functionality to stable Rust on DragonFlyBSD","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":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"errno_dragonfly","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-dragonfly-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-dragonfly-0.1.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-dragonfly-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["Michael Neumann "],"categories":[],"keywords":["dragonfly"],"readme":"README.md","repository":"https://github.com/mneumann/errno-dragonfly-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"event-manager","version":"0.2.1","id":"registry+https://github.com/rust-lang/crates.io-index#event-manager@0.2.1","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Abstractions for implementing event based systems","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.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8.0","kind":null,"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.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"event_manager","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic_event_manager","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/tests/basic_event_manager.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"endpoint","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/tests/endpoint.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multi_threaded","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/tests/multi_threaded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"negative_tests","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/tests/negative_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regressions","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/tests/regressions.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/benches/main.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"remote_endpoint":[],"test_utilities":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-manager-0.2.1/Cargo.toml","metadata":null,"publish":null,"authors":["rust-vmm AWS maintainers "],"categories":[],"keywords":["events"],"readme":"README.md","repository":"https://github.com/rust-vmm/event-manager","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"filetime","version":"0.2.22","id":"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.22","license":"MIT/Apache-2.0","license_file":null,"description":"Platform-agnostic accessors of timestamps in File metadata\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":"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":"redox_syscall","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":"cfg(target_os = \"redox\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.27","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.48.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"filetime","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.22/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["timestamp","mtime"],"readme":"README.md","repository":"https://github.com/alexcrichton/filetime","homepage":"https://github.com/alexcrichton/filetime","documentation":"https://docs.rs/filetime","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"flate2","version":"1.0.27","id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","license":"MIT OR Apache-2.0","license_file":null,"description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cloudflare-zlib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libz-ng-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["with-alloc"],"target":null,"registry":null},{"name":"quickcheck","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":"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":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["with-alloc"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"compress_file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/compress_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"decompress_file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/decompress_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflatedecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflatedecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflatedecoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflatedecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflateencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflateencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"deflateencoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/deflateencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzbuilder","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzbuilder.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzdecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzdecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzdecoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzdecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzencoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzmultidecoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzmultidecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gzmultidecoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/gzmultidecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibdecoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibdecoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibdecoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibdecoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-bufread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibencoder-bufread.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibencoder-read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zlibencoder-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/examples/zlibencoder-write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"early-flush","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/tests/early-flush.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"empty-read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/tests/empty-read.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"gunzip","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/tests/gunzip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zero-write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/tests/zero-write.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"any_impl":[],"any_zlib":["any_impl"],"cloudflare-zlib-sys":["dep:cloudflare-zlib-sys"],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"libz-ng-sys":["dep:libz-ng-sys"],"libz-sys":["dep:libz-sys"],"miniz-sys":["rust_backend"],"miniz_oxide":["dep:miniz_oxide"],"rust_backend":["miniz_oxide","any_impl"],"zlib":["any_zlib","libz-sys"],"zlib-default":["any_zlib","libz-sys/default"],"zlib-ng":["any_zlib","libz-ng-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.27/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton ","Josh Triplett "],"categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"fnv","version":"1.0.7","id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","license":"Apache-2.0 / MIT","license_file":null,"description":"Fowler–Noll–Vo hash function","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"foreign-types","version":"0.3.2","id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2","license":"MIT/Apache-2.0","license_file":null,"description":"A framework for Rust wrappers over C APIs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"foreign-types-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"foreign_types","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"foreign-types-shared","version":"0.1.1","id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1","license":"MIT/Apache-2.0","license_file":null,"description":"An internal crate used by foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"foreign_types_shared","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"fuse-backend-rs","version":"0.10.5","id":"registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arc-swap","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":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.42","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"io-uring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.68","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.6","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.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["os-poll","os-ext"],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tokio-uring","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":"vhost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["vhost-user-slave"],"target":null,"registry":null},{"name":"virtio-queue","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"optional":true,"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.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap","backend-bitmap"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","registry":null},{"name":"tokio-uring","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":"cfg(target_os = \"linux\")","registry":null},{"name":"core-foundation-sys","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(target_os = \"macos\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fuse_backend_rs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuse-backend-rs-0.10.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macfuse_smoke","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuse-backend-rs-0.10.5/tests/macfuse_smoke.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"smoke","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuse-backend-rs-0.10.5/tests/smoke.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuse-backend-rs-0.10.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"async-io":["async-trait","tokio-uring","tokio/fs","tokio/net","tokio/sync","tokio/rt","tokio/macros","io-uring"],"async-trait":["dep:async-trait"],"caps":["dep:caps"],"core-foundation-sys":["dep:core-foundation-sys"],"default":["fusedev"],"fusedev":["vmm-sys-util","caps","core-foundation-sys"],"io-uring":["dep:io-uring"],"tokio":["dep:tokio"],"tokio-uring":["dep:tokio-uring"],"vhost":["dep:vhost"],"vhost-user-fs":["virtiofs","vhost","caps"],"virtio-queue":["dep:virtio-queue"],"virtiofs":["virtio-queue","caps","vmm-sys-util"],"vmm-sys-util":["dep:vmm-sys-util"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuse-backend-rs-0.10.5/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu","aarch64-unknown-linux-gnu","aarch64-apple-darwin"]}}},"publish":null,"authors":["Liu Bo ","Liu Jiang ","Peng Tao "],"categories":["filesystem","os::linux-apis"],"keywords":["fuse","virtio","virtio-fs","vhost-user-fs"],"readme":"README.md","repository":"https://github.com/cloud-hypervisor/fuse-backend-rs","homepage":"https://github.com/cloud-hypervisor/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"generic-array","version":"0.14.7","id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","license":"MIT","license_file":null,"description":"Generic types implementing functionality of arrays","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":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"zeroize","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","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":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"more_lengths":[],"serde":["dep:serde"],"zeroize":["dep:zeroize"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}}},"publish":null,"authors":["Bartłomiej Kamiński ","Aaron Trent "],"categories":["data-structures","no-std"],"keywords":["generic","array"],"readme":"README.md","repository":"https://github.com/fizyk20/generic-array.git","homepage":null,"documentation":"http://fizyk20.github.io/generic-array/generic_array/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"getrandom","version":"0.2.10","id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.10","license":"MIT OR Apache-2.0","license_file":null,"description":"A small cross-platform library for retrieving random data from system source","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":"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":"js-sys","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":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"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.18","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},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","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.143","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/tests/custom.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"normal","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/tests/normal.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rdrand","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/tests/rdrand.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"buffer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/benches/buffer.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"custom":[],"js":["wasm-bindgen","js-sys"],"js-sys":["dep:js-sys"],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[],"wasm-bindgen":["dep:wasm-bindgen"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.10/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["The Rand Project Developers"],"categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"getrandom","version":"0.3.3","id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.3","license":"MIT OR Apache-2.0","license_file":null,"description":"A small cross-platform library for retrieving random data from system source","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":"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":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.98","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))","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(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))","registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.77","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"), target_feature = \"atomics\"))","registry":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))","registry":null},{"name":"r-efi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"netbsd\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"solaris\")","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"vxworks\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/tests/mod.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"buffer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/benches/buffer.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"rustc-dep-of-std":["dep:compiler_builtins","dep:core"],"std":[],"wasm_js":["dep:wasm-bindgen","dep:js-sys"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/Cargo.toml","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl -fO https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/amd64/binary/sets/base.tar.xz","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}},"docs":{"rs":{"features":["std"]}}},"publish":null,"authors":["The Rand Project Developers"],"categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2021","links":null,"default_run":null,"rust_version":"1.63"},{"name":"gimli","version":"0.28.0","id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.0","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.28.0/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.28.0/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":"hermit-abi","version":"0.1.19","id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19","license":"MIT/Apache-2.0","license_file":null,"description":"hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.51","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hermit_abi","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.1.19/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"docs":[],"rustc-dep-of-std":["core","compiler_builtins/rustc-dep-of-std","libc/rustc-dep-of-std"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.1.19/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-hermit","features":["docs"]}}},"publish":null,"authors":["Stefan Lankes"],"categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermitcore/libhermit-rs","homepage":null,"documentation":"https://hermitcore.github.io/rusty-hermit/hermit_abi","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"hermit-abi","version":"0.3.2","id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.3.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.3.2/Cargo.toml","metadata":null,"publish":null,"authors":["Stefan Lankes"],"categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermitcore/rusty-hermit","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"hex","version":"0.4.3","id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","license":"MIT OR Apache-2.0","license_file":null,"description":"Encoding and decoding data into/from hexadecimal representation.","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":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"faster-hex","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":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-hex","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":"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":"version-sync","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/tests/serde.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"version-number","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/tests/version-number.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"hex","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/benches/hex.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["KokaKiwi "],"categories":["encoding","no-std"],"keywords":["no_std","hex"],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":null,"documentation":"https://docs.rs/hex/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"httpdate","version":"1.0.3","id":"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","license":"MIT OR Apache-2.0","license_file":null,"description":"HTTP date parsing and formatting","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"httpdate","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benchmarks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/benches/benchmarks.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/Cargo.toml","metadata":null,"publish":null,"authors":["Pyfisch "],"categories":[],"keywords":["http","date","time","simple","timestamp"],"readme":"README.md","repository":"https://github.com/pyfisch/httpdate","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"iana-time-zone","version":"0.1.57","id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.57","license":"MIT OR Apache-2.0","license_file":null,"description":"get the IANA time zone for the current system","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.50","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":null,"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},{"name":"android_system_properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","registry":null},{"name":"iana-time-zone-haiku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"haiku\")","registry":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["Globalization"],"target":"cfg(target_os = \"windows\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"iana_time_zone","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.57/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"get_timezone","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.57/examples/get_timezone.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stress-test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.57/examples/stress-test.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"fallback":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.57/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Straw ","René Kijewski ","Ryan Lopopolo "],"categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"iana-time-zone-haiku","version":"0.1.2","id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","license":"MIT OR Apache-2.0","license_file":null,"description":"iana-time-zone support crate for Haiku OS","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"iana_time_zone_haiku","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-haiku-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-haiku-0.1.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-haiku-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["René Kijewski "],"categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"io-lifetimes","version":"1.0.11","id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"A low-level I/O ownership and borrowing library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"fs-err","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.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.12.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","registry":null},{"name":"mio","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":["net","os-ext"],"target":"cfg(not(target_os = \"wasi\"))","registry":null},{"name":"os_pipe","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":["io_safety"],"target":"cfg(not(target_os = \"wasi\"))","registry":null},{"name":"socket2","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":"cfg(not(target_os = \"wasi\"))","registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["io-std","fs","net","process"],"target":"cfg(not(target_os = \"wasi\"))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.96","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","registry":null},{"name":"hermit-abi","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":"cfg(target_os = \"hermit\")","registry":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_Networking_WinSock","Win32_Security","Win32_System_IO","Win32_System_Threading"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"io_lifetimes","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"async-std":["dep:async-std"],"close":["libc","hermit-abi","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"hermit-abi":["dep:hermit-abi"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/Cargo.toml","metadata":null,"publish":null,"authors":["Dan Gohman "],"categories":["os","rust-patterns"],"keywords":["api","io"],"readme":"README.md","repository":"https://github.com/sunfishcode/io-lifetimes","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"io-uring","version":"0.5.13","id":"registry+https://github.com/rust-lang/crates.io-index#io-uring@0.5.13","license":"MIT/Apache-2.0","license_file":null,"description":"The low-level `io_uring` userspace interface for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.98","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sc","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":"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":"slab","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":"socket2","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":"bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.61","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"io_uring","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.5.13/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"readme","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.5.13/examples/readme.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tcp_echo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.5.13/examples/tcp_echo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.5.13/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"bindgen":["dep:bindgen"],"direct-syscall":["sc"],"io_safety":[],"overwrite":["bindgen"],"sc":["dep:sc"],"unstable":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.5.13/Cargo.toml","metadata":null,"publish":null,"authors":["quininer "],"categories":["asynchronous","network-programming","filesystem"],"keywords":[],"readme":"README.md","repository":"https://github.com/tokio-rs/io-uring","homepage":"https://github.com/tokio-rs/io-uring","documentation":"https://docs.rs/io-uring","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"itoa","version":"1.0.9","id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.9/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.9/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"no-panic":["dep:no-panic"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.9/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"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":"jobserver","version":"0.1.33","id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.33","license":"MIT OR Apache-2.0","license_file":null,"description":"An implementation of the GNU Make jobserver for Rust.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.10.1","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.171","kind":null,"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.28.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(unix)","registry":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"jobserver","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"client","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/tests/client.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"client-of-myself","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/tests/client-of-myself.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"helper","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/tests/helper.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"make-as-a-client","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/tests/make-as-a-client.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"server","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/tests/server.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/jobserver-rs","homepage":"https://github.com/rust-lang/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2021","links":null,"default_run":null,"rust_version":"1.63"},{"name":"js-sys","version":"0.3.64","id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","license":"MIT/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":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":null,"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.37","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.37","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["Headers","Response","ResponseInit"],"target":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"js_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.64/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"headless","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.64/tests/headless.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.64/tests/wasm/main.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.64/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":"2018","links":null,"default_run":null,"rust_version":"1.56"},{"name":"kvm-bindings","version":"0.6.0","id":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","license":"Apache-2.0","license_file":null,"description":"Rust FFI bindings to KVM generated using bindgen.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"kvm_bindings","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kvm-bindings-0.6.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"fam-wrappers":["vmm-sys-util"],"vmm-sys-util":["dep:vmm-sys-util"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kvm-bindings-0.6.0/Cargo.toml","metadata":null,"publish":null,"authors":["Amazon firecracker team "],"categories":[],"keywords":["kvm"],"readme":"README.md","repository":"https://github.com/rust-vmm/kvm-bindings","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"kvm-ioctls","version":"0.12.0","id":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","license":"Apache-2.0 OR MIT","license_file":null,"description":"Safe wrappers over KVM ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fam-wrappers"],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"kvm_ioctls","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kvm-ioctls-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kvm-ioctls-0.12.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kvm-ioctls-0.12.0/Cargo.toml","metadata":null,"publish":null,"authors":["Amazon Firecracker Team "],"categories":[],"keywords":["kvm"],"readme":"README.md","repository":"https://github.com/rust-vmm/kvm-ioctls","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"lazy_static","version":"1.4.0","id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","license":"MIT/Apache-2.0","license_file":null,"description":"A macro for declaring lazily evaluated statics in Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/tests/no_std.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"spin":["dep:spin"],"spin_no_std":["spin"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Marvin Löbel "],"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.172","id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"const_fn","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/tests/const_fn.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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":"libz-sys","version":"1.1.22","id":"registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","license":"MIT OR Apache-2.0","license_file":null,"description":"Low-level bindings to the system libz library (also known as zlib).","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.43","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.98","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cmake","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.50","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libz_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.22/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"asm":[],"cmake":["dep:cmake"],"default":["libc","stock-zlib"],"libc":["dep:libc"],"static":[],"stock-zlib":[],"zlib-ng":["libc","cmake"],"zlib-ng-no-cmake-experimental-community-maintained":["libc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.22/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Josh Triplett ","Sebastian Thiel "],"categories":["compression","external-ffi-bindings"],"keywords":["zlib","zlib-ng"],"readme":"README.md","repository":"https://github.com/rust-lang/libz-sys","homepage":null,"documentation":null,"edition":"2018","links":"z","default_run":null,"rust_version":null},{"name":"linux-loader","version":"0.8.1","id":"registry+https://github.com/rust-lang/crates.io-index#linux-loader@0.8.1","license":"Apache-2.0 AND BSD-3-Clause","license_file":null,"description":"A Linux kernel image loading crate.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"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.3.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"linux_loader","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-loader-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-loader-0.8.1/benches/main.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"bzimage":[],"default":["elf","pe"],"elf":[],"pe":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-loader-0.8.1/Cargo.toml","metadata":null,"publish":null,"authors":["Cathy Zhang "],"categories":[],"keywords":["kernel"],"readme":"README.md","repository":"https://github.com/rust-vmm/linux-loader","homepage":"https://github.com/rust-vmm/linux-loader","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"linux-raw-sys","version":"0.1.4","id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.1.4/Cargo.toml","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"publish":null,"authors":["Dan Gohman "],"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":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"linux-raw-sys","version":"0.3.8","id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.3.8/Cargo.toml","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"publish":null,"authors":["Dan Gohman "],"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":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"lock_api","version":"0.4.10","id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.10","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.10/build.rs","edition":"2018","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.10/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"log","version":"0.4.27","id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","license":"MIT OR Apache-2.0","license_file":null,"description":"A lightweight logging facade for Rust\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sval_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["inline-i128"],"target":null,"registry":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.63","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sval_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["test"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/root/.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":"/root/.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":"/root/.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":"lz4","version":"1.24.0","id":"registry+https://github.com/rust-lang/crates.io-index#lz4@1.24.0","license":"MIT","license_file":null,"description":"Rust LZ4 bindings library.","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":"lz4-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"docmatic","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":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7, <=0.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lz4","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-1.24.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"lz4","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-1.24.0/src/bin/lz4.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"docmatic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-1.24.0/tests/docmatic.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-1.24.0/Cargo.toml","metadata":null,"publish":null,"authors":["Jens Heyens ","Artem V. Navrotskiy ","Patrick Marks "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/10xGenomics/lz4-rs","homepage":null,"documentation":"https://docs.rs/lz4","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"lz4-sys","version":"1.9.4","id":"registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4","license":"MIT","license_file":null,"description":"Rust LZ4 sys package.","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.44","kind":null,"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.0.25","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lz4_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-sys-1.9.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-sys-1.9.4/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-sys-1.9.4/Cargo.toml","metadata":null,"publish":null,"authors":["Jens Heyens ","Artem V. Navrotskiy ","Patrick Marks "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/10xGenomics/lz4-rs","homepage":null,"documentation":null,"edition":"2015","links":"lz4","default_run":null,"rust_version":null},{"name":"memchr","version":"2.6.3","id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3","license":"Unlicense OR MIT","license_file":null,"description":"Safe interface to memchr.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.3/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.3/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"publish":null,"authors":["Andrew Gallant ","bluss"],"categories":[],"keywords":["memchr","char","scan","strchr","string"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","links":null,"default_run":null,"rust_version":"1.61"},{"name":"memoffset","version":"0.6.5","id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","license":"MIT","license_file":null,"description":"offset_of functionality for Rust structs.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"memoffset","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.6.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.6.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":[],"unstable_const":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.6.5/Cargo.toml","metadata":null,"publish":null,"authors":["Gilad Naaman "],"categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"miniz_oxide","version":"0.7.1","id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1","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":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.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","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.7.1/src/lib.rs","edition":"2018","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","adler/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.7.1/Cargo.toml","metadata":null,"publish":null,"authors":["Frommi ","oyvindln "],"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":"2018","links":null,"default_run":null,"rust_version":null},{"name":"mio","version":"0.8.11","id":"registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11","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.149","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.149","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.48","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"tcp_listenfd_server","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/examples/tcp_listenfd_server.rs","edition":"2018","required-features":["os-poll","net"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tcp_server","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/examples/tcp_server.rs","edition":"2018","required-features":["os-poll","net"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"udp_server","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/examples/udp_server.rs","edition":"2018","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/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-msvc","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-illumos","x86_64-unknown-linux-gnu","x86_64-unknown-netbsd","x86_64-unknown-openbsd"]}},"playground":{"features":["os-poll","os-ext","net"]}},"publish":null,"authors":["Carl Lerche ","Thomas de Zeeuw ","Tokio Contributors "],"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":"2018","links":null,"default_run":null,"rust_version":null},{"name":"nix","version":"0.23.2","id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.23.2","license":"MIT","license_file":null,"description":"Rust friendly bindings to *nix APIs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","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.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.121","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"registry":null},{"name":"assert-impl","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.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":"semver","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},{"name":"tempfile","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":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","registry":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"dragonfly\")","registry":null},{"name":"sysctl","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":"cfg(target_os = \"freebsd\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-aio-drop","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/sys/test_aio_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-clearenv","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/test_clearenv.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-lio-listio-resubmit","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/sys/test_lio_listio_resubmit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-mount","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/test_mount.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-ptymaster-drop","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/test/test_ptymaster_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.2/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"publish":null,"authors":["The nix-rust Project Developers"],"categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.46"},{"name":"nix","version":"0.24.3","id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","license":"MIT","license_file":null,"description":"Rust friendly bindings to *nix APIs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","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.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.121","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"registry":null},{"name":"assert-impl","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.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":"semver","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},{"name":"tempfile","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":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","registry":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","registry":null},{"name":"sysctl","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":"cfg(target_os = \"freebsd\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-aio-drop","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/sys/test_aio_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-clearenv","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/test_clearenv.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-lio-listio-resubmit","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/sys/test_lio_listio_resubmit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-mount","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/test_mount.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-ptymaster-drop","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/test/test_ptymaster_drop.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"acct":[],"aio":[],"default":["acct","aio","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"],"dir":["fs"],"env":[],"event":[],"feature":[],"fs":[],"hostname":[],"inotify":[],"ioctl":[],"kmod":[],"memoffset":["dep:memoffset"],"mman":[],"mount":["uio"],"mqueue":["fs"],"net":["socket"],"personality":[],"poll":[],"process":[],"pthread":[],"ptrace":["process"],"quota":[],"reboot":[],"resource":[],"sched":["process"],"signal":["process"],"socket":["memoffset"],"term":[],"time":[],"ucontext":["signal"],"uio":[],"user":["feature"],"zerocopy":["fs","uio"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"publish":null,"authors":["The nix-rust Project Developers"],"categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.46"},{"name":"num-conv","version":"0.1.0","id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","license":"MIT OR Apache-2.0","license_file":null,"description":"`num_conv` is a crate to convert between integer types without using `as` casts. This provides\nbetter certainty when refactoring, makes the exact behavior of code more explicit, and allows using\nturbofish syntax.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"publish":null,"authors":["Jacob Pratt "],"categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["cast","extend","truncate","convert","integer"],"readme":"README.md","repository":"https://github.com/jhpratt/num-conv","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.57.0"},{"name":"num-traits","version":"0.2.16","id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.16","license":"MIT OR Apache-2.0","license_file":null,"description":"Numeric traits for generic mathematics","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"libm","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":"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":"num_traits","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cast","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.16/tests/cast.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.16/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.16/Cargo.toml","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--generate-link-to-definition"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"num_cpus","version":"1.16.0","id":"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Get the number of CPUs on a machine.","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.26","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","registry":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"num_cpus","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"values","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/examples/values.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/Cargo.toml","metadata":null,"publish":null,"authors":["Sean McArthur "],"categories":["hardware-support"],"keywords":["cpu","cpus","cores"],"readme":"README.md","repository":"https://github.com/seanmonstar/num_cpus","homepage":null,"documentation":"https://docs.rs/num_cpus","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"num_threads","version":"0.1.6","id":"registry+https://github.com/rust-lang/crates.io-index#num_threads@0.1.6","license":"MIT OR Apache-2.0","license_file":null,"description":"A minimal library that determines the number of running threads for the current process.","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.107","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"num_threads","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.6/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Jacob Pratt "],"categories":["api-bindings","hardware-support","os"],"keywords":[],"readme":null,"repository":"https://github.com/jhpratt/num_threads","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"nydus-api","version":"0.3.1","id":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"APIs for Nydus Image Service","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"dbs-uhttp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"http","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"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","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.8","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.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["os-poll","os-ext"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.110","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["rc","serde_derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.53","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"toml","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":null,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nydus_api","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-api-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"backtrace":["dep:backtrace"],"dbs-uhttp":["dep:dbs-uhttp"],"error-backtrace":["backtrace"],"handler":["dbs-uhttp","http","lazy_static","mio","url"],"http":["dep:http"],"lazy_static":["dep:lazy_static"],"mio":["dep:mio"],"url":["dep:url"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-api-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Nydus Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dragonflyoss/image-service","homepage":"https://nydus.dev/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"nydus-rafs","version":"0.3.2","id":"registry+https://github.com/rust-lang/crates.io-index#nydus-rafs@0.3.2","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"The RAFS filesystem format for Nydus Image Service","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"arc-swap","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":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fuse-backend-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.3","kind":null,"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.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","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":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-api","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":"nydus-storage","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-localfs"],"target":null,"registry":null},{"name":"nydus-utils","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":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.110","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde_derive","rc"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.53","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nydus_rafs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-rafs-0.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_amplify","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-rafs-0.3.2/tests/io_amplify.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"fusedev":["fuse-backend-rs/fusedev"],"vhost-user-fs":["fuse-backend-rs/vhost-user-fs"],"virtio-fs":["fuse-backend-rs/virtiofs","vm-memory/backend-mmap"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-rafs-0.3.2/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu","aarch64-unknown-linux-gnu","aarch64-apple-darwin"]}}},"publish":null,"authors":["The Nydus Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dragonflyoss/image-service","homepage":"https://nydus.dev/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"nydus-storage","version":"0.6.4","id":"registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Storage subsystem for Nydus Image Service","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arc-swap","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":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fuse-backend-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"gpt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hmac","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"http","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"httpdate","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":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.11","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hyperlocal","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"leaky-bucket","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":null,"rename":null,"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","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.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-api","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":"nydus-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["encryption","zran"],"target":null,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.14","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["blocking","json"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.110","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde_derive","rc"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.53","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.38","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.14","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["formatting"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["macros","rt","rt-multi-thread","sync","time"],"target":null,"registry":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","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.38","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nydus_storage","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-storage-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"backend-http-proxy":["hyper","hyperlocal","http","reqwest","url"],"backend-localdisk":[],"backend-localdisk-gpt":["gpt","backend-localdisk"],"backend-localfs":[],"backend-oss":["base64","httpdate","hmac","sha1","reqwest","url"],"backend-registry":["base64","reqwest","url"],"backend-s3":["base64","hmac","http","reqwest","sha2","time","url"],"base64":["dep:base64"],"gpt":["dep:gpt"],"hmac":["dep:hmac"],"http":["dep:http"],"httpdate":["dep:httpdate"],"hyper":["dep:hyper"],"hyperlocal":["dep:hyperlocal"],"leaky-bucket":["dep:leaky-bucket"],"prefetch-rate-limit":["leaky-bucket"],"reqwest":["dep:reqwest"],"sha1":["dep:sha1"],"sha2":["dep:sha2"],"time":["dep:time"],"url":["dep:url"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-storage-0.6.4/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu","aarch64-unknown-linux-gnu","aarch64-apple-darwin"]}}},"publish":null,"authors":["The Nydus Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dragonflyoss/image-service","homepage":"https://nydus.dev/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"nydus-utils","version":"0.4.3","id":"registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Utilities and helpers for Nydus Image Service","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"blake3","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"httpdate","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":"lazy_static","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":"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":"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":"lz4","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.24.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lz4-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nydus-api","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":"openssl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.48","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["vendored"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.27","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["serde_derive","rc"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","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.19.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["rt","sync"],"target":null,"registry":null},{"name":"zstd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"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.38","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","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":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.17","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["zlib-ng-compat"],"target":"cfg(not(target_arch = \"powerpc64\"))","registry":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["zlib-ng"],"target":"cfg(not(target_arch = \"powerpc64\"))","registry":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.17","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["zlib"],"target":"cfg(target_arch = \"powerpc64\")","registry":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["stock-zlib"],"target":"cfg(target_arch = \"powerpc64\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nydus_utils","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-utils-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"encryption":["openssl"],"libz-sys":["dep:libz-sys"],"openssl":["dep:openssl"],"zran":["libz-sys"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nydus-utils-0.4.3/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu","aarch64-unknown-linux-gnu","aarch64-apple-darwin"]}}},"publish":null,"authors":["The Nydus Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dragonflyoss/image-service","homepage":"https://nydus.dev/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"object","version":"0.32.1","id":"registry+https://github.com/rust-lang/crates.io-index#object@0.32.1","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.14.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["ahash"],"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.4.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.110.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"object","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.1/tests/integration.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_self","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.1/tests/parse_self.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"all":["read","write","std","compression","wasm"],"alloc":["dep:alloc"],"archive":[],"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","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.1/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.60"},{"name":"once_cell","version":"1.18.0","id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","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":"atomic-polyfill","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":"critical-section","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":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","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.1","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.2.0","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/examples/bench.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"bench_acquire","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/examples/regex.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"test_synchronization","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/examples/test_synchronization.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"it","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/tests/it/main.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"critical-section":["dep:critical-section","dep:atomic-polyfill"],"default":["std"],"parking_lot":["dep:parking_lot_core"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.18.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Aleksey Kladov "],"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.60"},{"name":"openssl","version":"0.10.72","id":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.72","license":"Apache-2.0","license_file":null,"description":"OpenSSL bindings","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.2.1","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.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"openssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.107","kind":null,"rename":"ffi","optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","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.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"openssl-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hex","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":"openssl","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"mk_certs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/examples/mk_certs.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"aws-lc":["ffi/aws-lc"],"bindgen":["ffi/bindgen"],"default":[],"unstable_boringssl":["ffi/unstable_boringssl"],"v101":[],"v102":[],"v110":[],"v111":[],"vendored":["ffi/vendored"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":["cryptography","api-bindings"],"keywords":["crypto","tls","ssl","dtls"],"readme":"README.md","repository":"https://github.com/sfackler/rust-openssl","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.63.0"},{"name":"openssl-macros","version":"0.1.1","id":"registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1","license":"MIT/Apache-2.0","license_file":null,"description":"Internal macros used by the openssl crate.","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":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","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":"openssl_macros","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":null,"repository":null,"homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"openssl-src","version":"300.5.0+3.5.0","id":"registry+https://github.com/rust-lang/crates.io-index#openssl-src@300.5.0+3.5.0","license":"MIT/Apache-2.0","license_file":null,"description":"Source of OpenSSL and logic to build it.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"openssl_src","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.5.0+3.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"camellia":[],"default":[],"force-engine":[],"idea":[],"ktls":[],"legacy":[],"no-dso":[],"seed":[],"weak-crypto":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.5.0+3.5.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/openssl-src-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"openssl-sys","version":"0.9.108","id":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.108","license":"MIT","license_file":null,"description":"FFI bindings to OpenSSL","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"aws-lc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["ssl"],"target":null,"registry":null},{"name":"bssl-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":null,"rename":null,"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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.69.0","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":["experimental"],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.61","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"openssl-src","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^300.2.0","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":["legacy"],"target":null,"registry":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"openssl_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.108/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.108/build/main.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"aws-lc":["dep:aws-lc-sys"],"bindgen":["dep:bindgen"],"bssl-sys":["dep:bssl-sys"],"openssl-src":["dep:openssl-src"],"unstable_boringssl":["bssl-sys"],"vendored":["openssl-src"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.108/Cargo.toml","metadata":{"pkg-config":{"openssl":"1.0.1"}},"publish":null,"authors":["Alex Crichton ","Steven Fackler "],"categories":["cryptography","external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/rust-openssl","homepage":null,"documentation":null,"edition":"2021","links":"openssl","default_run":null,"rust_version":"1.63.0"},{"name":"parking_lot","version":"0.12.1","id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.1","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue_203","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/tests/issue_203.rs","edition":"2018","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"parking_lot_core","version":"0.9.8","id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.8","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.3","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.48.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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.8/build.rs","edition":"2018","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.8/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"pin-project-lite","version":"0.2.13","id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","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":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","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.14","kind":"dev","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.65","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.30","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":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.156","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":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.9","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.67","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"drop_order","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/drop_order.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"expandtest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/expandtest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lint","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/lint.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"proper_unpin","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/proper_unpin.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/Cargo.toml","metadata":{"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":"pkg-config","version":"0.3.27","id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","license":"MIT OR Apache-2.0","license_file":null,"description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"pkg_config","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2015","links":null,"default_run":null,"rust_version":"1.30"},{"name":"powerfmt","version":"0.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","license":"MIT OR Apache-2.0","license_file":null,"description":" `powerfmt` is a library that provides utilities for formatting values. This crate makes it\n significantly easier to support filling to a minimum width with alignment, avoid heap\n allocation, and avoid repetitive calculations.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"powerfmt-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"powerfmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std","macros"],"macros":["dep:powerfmt-macros"],"std":["alloc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","__powerfmt_docs","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Jacob Pratt "],"categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["display","format","fmt","formatter","extension"],"readme":"README.md","repository":"https://github.com/jhpratt/powerfmt","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.67.0"},{"name":"proc-macro2","version":"1.0.66","id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","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":"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":"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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"comments","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/comments.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"features","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/features.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"marker","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/marker.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/test.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/test_fmt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_size","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/tests/test_size.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.66/Cargo.toml","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"publish":null,"authors":["David Tolnay ","Alex Crichton "],"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":"procfs","version":"0.12.0","id":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.12.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Interface to the linux procfs pseudo-filesystem","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["i128"],"target":null,"registry":null},{"name":"chrono","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":"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":"hex","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"procinfo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"procfs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"diskstat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/diskstat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dump","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/dump.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"interface_stats","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/interface_stats.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lslocks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/lslocks.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lsmod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/lsmod.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"mountinfo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/mountinfo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"netstat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/netstat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"pressure","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/pressure.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"process_hierarchy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/process_hierarchy.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ps","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/ps.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"self_memory","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/self_memory.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/examples/shm.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"backtrace":["dep:backtrace"],"chrono":["dep:chrono"],"default":["chrono","flate2"],"flate2":["dep:flate2"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.12.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Andrew Chin "],"categories":["os::unix-apis","filesystem"],"keywords":["procfs","proc","linux","process"],"readme":"README.md","repository":"https://github.com/eminence/procfs","homepage":null,"documentation":"https://docs.rs/procfs/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"procfs","version":"0.14.2","id":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.14.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Interface to the linux procfs pseudo-filesystem","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["i128"],"target":null,"registry":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["clock"],"target":null,"registry":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"hex","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","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.36.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["fs","process","param","thread"],"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":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"failure","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":"procinfo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"procfs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"diskstat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/diskstat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dump","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/dump.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"interface_stats","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/interface_stats.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lslocks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/lslocks.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lsmod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/lsmod.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"mountinfo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/mountinfo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"netstat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/netstat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"pressure","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/pressure.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"process_hierarchy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/process_hierarchy.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ps","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/ps.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"self_memory","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/self_memory.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/examples/shm.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"cpuinfo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/benches/cpuinfo.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"backtrace":["dep:backtrace"],"chrono":["dep:chrono"],"default":["chrono","flate2"],"flate2":["dep:flate2"],"serde":["dep:serde"],"serde1":["serde"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.14.2/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Andrew Chin "],"categories":["os::unix-apis","filesystem"],"keywords":["procfs","proc","linux","process"],"readme":"README.md","repository":"https://github.com/eminence/procfs","homepage":null,"documentation":"https://docs.rs/procfs/","edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"prometheus","version":"0.13.3","id":"registry+https://github.com/rust-lang/crates.io-index#prometheus@0.13.3","license":"Apache-2.0","license_file":null,"description":"Prometheus instrumentation library for Rust applications.","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":"fnv","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":"lazy_static","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":"libc","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":"memchr","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":"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":"protobuf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["blocking"],"target":null,"registry":null},{"name":"thiserror","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":"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":null,"registry":null},{"name":"getopts","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":"hyper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["server","http1","tcp"],"target":null,"registry":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["macros","rt-multi-thread"],"target":null,"registry":null},{"name":"protobuf-codegen-pure","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"build","rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"procfs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"prometheus","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"example_custom_registry","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_custom_registry.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_edition_2018","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_edition_2018.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_embed","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_embed.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_hyper","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_hyper.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_int_metrics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_int_metrics.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_process_collector","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_process_collector.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"example_push","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/examples/example_push.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"atomic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/atomic.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"counter","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/counter.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"desc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/desc.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"gauge","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/gauge.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"histogram","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/histogram.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"text_encoder","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/benches/text_encoder.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["protobuf"],"gen":["protobuf-codegen-pure"],"libc":["dep:libc"],"nightly":["libc"],"process":["libc","procfs"],"procfs":["dep:procfs"],"protobuf":["dep:protobuf"],"protobuf-codegen-pure":["dep:protobuf-codegen-pure"],"push":["reqwest","libc","protobuf"],"reqwest":["dep:reqwest"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prometheus-0.13.3/Cargo.toml","metadata":{"docs":{"rs":{"features":["nightly"]}}},"publish":null,"authors":["overvenus@gmail.com","siddontang@gmail.com","vistaswx@gmail.com"],"categories":[],"keywords":["prometheus","metrics"],"readme":"README.md","repository":"https://github.com/tikv/rust-prometheus","homepage":"https://github.com/tikv/rust-prometheus","documentation":"https://docs.rs/prometheus","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"protobuf","version":"2.28.0","id":"registry+https://github.com/rust-lang/crates.io-index#protobuf@2.28.0","license":"MIT","license_file":null,"description":"Rust implementation of Google protocol buffers\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.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":["derive"],"target":null,"registry":null},{"name":"serde_derive","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":"protobuf","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.28.0/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"coded_input_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.28.0/benches/coded_input_stream.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"coded_output_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.28.0/benches/coded_output_stream.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.28.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"bytes":["dep:bytes"],"serde":["dep:serde"],"serde_derive":["dep:serde_derive"],"with-bytes":["bytes"],"with-serde":["serde","serde_derive"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.28.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Stepan Koltsov "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/stepancheg/rust-protobuf/","homepage":"https://github.com/stepancheg/rust-protobuf/","documentation":"https://github.com/stepancheg/rust-protobuf/blob/master/README.md","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"quote","version":"1.0.33","id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","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.66","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.33/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.33/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.33/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.33/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"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":"r-efi","version":"5.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#r-efi@5.2.0","license":"MIT OR Apache-2.0 OR LGPL-2.1-or-later","license_file":null,"description":"UEFI Reference Specification Protocol Constants and Definitions","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.0","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":"r_efi","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"freestanding","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0/examples/freestanding.rs","edition":"2018","required-features":["native"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"gop-query","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0/examples/gop-query.rs","edition":"2018","required-features":["native"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello-world","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0/examples/hello-world.rs","edition":"2018","required-features":["native"],"doc":false,"doctest":false,"test":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"efiapi":[],"examples":["native"],"native":[],"rustc-dep-of-std":["compiler_builtins/rustc-dep-of-std","core"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":["embedded","hardware-support","no-std","os"],"keywords":["boot","efi","firmware","specification","uefi"],"readme":"README.md","repository":"https://github.com/r-efi/r-efi","homepage":"https://github.com/r-efi/r-efi/wiki","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.68"},{"name":"redox_syscall","version":"0.2.16","id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16","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":"^1.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syscall","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.2.16/Cargo.toml","metadata":null,"publish":null,"authors":["Jeremy Soller "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"redox_syscall","version":"0.3.5","id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","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":"^1.1.0","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syscall","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.3.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.3.5/Cargo.toml","metadata":null,"publish":null,"authors":["Jeremy Soller "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"redox_users","version":"0.4.3","id":"registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.3","license":"MIT","license_file":null,"description":"A Rust library to access Redox users and groups functionality","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":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"redox_syscall","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":"rust-argon2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thiserror","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":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["zeroize_derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"redox_users","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_users-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"auth":["rust-argon2","zeroize"],"default":["auth"],"rust-argon2":["dep:rust-argon2"],"zeroize":["dep:zeroize"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_users-0.4.3/Cargo.toml","metadata":null,"publish":null,"authors":["Jose Narvaez ","Wesley Hershberger "],"categories":[],"keywords":["redox","auth"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/users","homepage":null,"documentation":"https://docs.rs/redox_users","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"rlimit","version":"0.7.0","id":"registry+https://github.com/rust-lang/crates.io-index#rlimit@0.7.0","license":"MIT","license_file":null,"description":"Resource limits","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rlimit","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"nofile","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-0.7.0/examples/nofile.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"it","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-0.7.0/tests/it/main.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-0.7.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Nugine "],"categories":["os::unix-apis"],"keywords":["rlimit","unix","syscall"],"readme":"README.md","repository":"https://github.com/Nugine/rlimit/","homepage":null,"documentation":"https://docs.rs/rlimit","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"rustc-demangle","version":"0.1.23","id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.23/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.23/Cargo.toml","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/rustc-demangle","homepage":"https://github.com/alexcrichton/rustc-demangle","documentation":"https://docs.rs/rustc-demangle","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"rustix","version":"0.36.17","id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.17","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","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":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":null,"rename":null,"optional":false,"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.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":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["close"],"target":null,"registry":null},{"name":"itoa","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":"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":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["close"],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.133","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.0","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.7.1","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.2.0","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.0.68","kind":"build","rename":null,"optional":true,"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.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["general","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.133","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","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_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.133","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))","registry":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":null,"rename":"libc_errno","optional":false,"uses_default_features":false,"features":[],"target":"cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))","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":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","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},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rustix","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.36.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.36.17/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.36.17/Cargo.toml","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Dan Gohman ","Jakub Konka "],"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":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"rustix","version":"0.37.28","id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","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":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":null,"rename":null,"optional":false,"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.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":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["close"],"target":null,"registry":null},{"name":"itoa","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":"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":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["close"],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","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.1","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":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","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.0.68","kind":"build","rename":null,"optional":true,"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.3.6","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_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","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_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","registry":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","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_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","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.1","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.48.0","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},{"name":"ctor","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":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rustix","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","pty","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/Cargo.toml","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","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-wasi"]}}},"publish":null,"authors":["Dan Gohman ","Jakub Konka "],"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":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"rustversion","version":"1.0.14","id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.14","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_const","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/tests/test_const.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_eval","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/tests/test_eval.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/tests/test_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/build/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.14/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"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.15","id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.15","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.8","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","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"upstream_benchmark","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/examples/upstream_benchmark.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"common_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/common_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_table_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/d2s_table_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/d2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/exhaustive.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"f2s_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/f2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2d_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/s2d_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2f_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/tests/s2f_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.15/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"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#scopeguard@1.2.0","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":"/root/.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":"/root/.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":"/root/.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":"seccompiler","version":"0.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#seccompiler@0.2.0","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Provides easy-to-use seccomp-bpf jailing.","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.39","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.27","kind":null,"rename":null,"optional":true,"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.9","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"seccompiler","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seccompiler-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration_tests","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seccompiler-0.2.0/tests/integration_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"json","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seccompiler-0.2.0/tests/json.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"json":["serde","serde_json"],"serde":["dep:serde"],"serde_json":["dep:serde_json"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seccompiler-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Amazon Firecracker Team "],"categories":[],"keywords":["seccomp","jail","sandbox"],"readme":"README.md","repository":"https://github.com/rust-vmm/seccompiler","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"sendfd","version":"0.4.3","id":"registry+https://github.com/rust-lang/crates.io-index#sendfd@0.4.3","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Send file descriptors along with data over UNIX domain sockets","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":"tokio","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":["net"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"sendfd","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sendfd-0.4.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"tokio":["dep:tokio"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sendfd-0.4.3/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","sendfd_docs"]}}},"publish":null,"authors":["Simonas Kazlauskas ","Bernardo Meurer ","Léo Gaspard "],"categories":[],"keywords":["ipc"],"readme":"README.mkd","repository":"https://github.com/standard-ai/sendfd","homepage":null,"documentation":"https://docs.rs/sendfd","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"serde","version":"1.0.188","id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","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.188","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.188/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.188/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.188/Cargo.toml","metadata":{"docs":{"rs":{"features":["derive"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"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.188","id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188","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","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.28","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","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.188/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.188/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"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.56"},{"name":"serde_json","version":"1.0.106","id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","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","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":"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.166","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.166","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/compiletest.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"debug","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/debug.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lexical","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/lexical.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"map","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/map.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regression","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/regression.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/tests/test.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/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":["serde/std"],"unbounded_depth":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.106/Cargo.toml","metadata":{"docs":{"rs":{"features":["raw_value","unbounded_depth"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"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":"sha2","version":"0.10.7","id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.7","license":"MIT OR Apache-2.0","license_file":null,"description":"Pure Rust implementation of the SHA-2 hash function family\nincluding SHA-224, SHA-256, SHA-384, and SHA-512.\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":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["dev"],"target":null,"registry":null},{"name":"hex-literal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpufeatures","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":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))","registry":null},{"name":"sha2-asm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.7/tests/mod.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"mod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.7/benches/mod.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"asm":["sha2-asm"],"asm-aarch64":["asm"],"compress":[],"default":["std"],"force-soft":[],"oid":["digest/oid"],"sha2-asm":["dep:sha2-asm"],"std":["digest/std"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.7/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["RustCrypto Developers"],"categories":["cryptography","no-std"],"keywords":["crypto","sha2","hash","digest"],"readme":"README.md","repository":"https://github.com/RustCrypto/hashes","homepage":null,"documentation":"https://docs.rs/sha2","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"shlex","version":"1.3.0","id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Split a string into shell words, like Python's shlex.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["comex ","Fenhl ","Adrian Taylor ","Alex Touchet ","Daniel Parks ","Garrett Berg "],"categories":["command-line-interface","parser-implementations"],"keywords":[],"readme":"README.md","repository":"https://github.com/comex/rust-shlex","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":"1.46.0"},{"name":"slog","version":"2.7.0","id":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","license":"MPL-2.0 OR MIT OR Apache-2.0","license_file":null,"description":"Structured, extensible, composable logging for Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"erased-serde","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"slog","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"named","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/examples/named.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"singlethread","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/examples/singlethread.rs","edition":"2015","required-features":["nothreads"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"struct-log-self","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/examples/struct-log-self.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"dynamic-keys":[],"erased-serde":["dep:erased-serde"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"nested-values":["erased-serde"],"nothreads":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","nested-values","dynamic-keys"]}}},"publish":null,"authors":["Dawid Ciężarkiewicz "],"categories":["development-tools::debugging"],"keywords":["log","logging","structured","hierarchical"],"readme":"README.md","repository":"https://github.com/slog-rs/slog","homepage":"https://github.com/slog-rs/slog","documentation":"https://docs.rs/slog","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"slog-async","version":"2.8.0","id":"registry+https://github.com/rust-lang/crates.io-index#slog-async@2.8.0","license":"MPL-2.0 OR MIT OR Apache-2.0","license_file":null,"description":"Asynchronous drain for slog-rs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"crossbeam-channel","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":null,"registry":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"take_mut","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":"thread_local","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"slog_async","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":[],"dynamic-keys":["slog/dynamic-keys"],"nested-values":["slog/nested-values"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["nested-values","dynamic-keys"]}}},"publish":null,"authors":["Dawid Ciężarkiewicz "],"categories":["development-tools::debugging"],"keywords":["slog","logging","log","asynchronous"],"readme":"README.md","repository":"https://github.com/slog-rs/async","homepage":"https://github.com/slog-rs/slog","documentation":"https://docs.rs/slog-async","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"slog-scope","version":"4.4.0","id":"registry+https://github.com/rust-lang/crates.io-index#slog-scope@4.4.0","license":"MPL-2.0/MIT/Apache-2.0","license_file":null,"description":"Logging scopes for slog-rs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arc-swap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":null,"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.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slog","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":"slog-async","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":"slog-term","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":"slog_scope","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"compact-color","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/examples/compact-color.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Dawid Ciężarkiewicz "],"categories":[],"keywords":["slog","logging","slog","log"],"readme":"README.md","repository":"https://github.com/slog-rs/scope","homepage":"https://github.com/slog-rs/slog","documentation":"https://docs.rs/slog-scope","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"slog-term","version":"2.9.0","id":"registry+https://github.com/rust-lang/crates.io-index#slog-term@2.9.0","license":"MPL-2.0 OR MIT OR Apache-2.0","license_file":null,"description":"Unix terminal drain and formatter for slog-rs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"erased-serde","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":"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":"slog","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":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thread_local","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":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std","macros","formatting","local-offset"],"target":null,"registry":null},{"name":"slog-async","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":"slog_term","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"compact","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/compact.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"compact-color","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/compact-color.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"full","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/full.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"full-color","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/full-color.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"full-color-oorder","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/full-color-oorder.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"to-file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/examples/to-file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"term","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/tests/term.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"erased-serde":["dep:erased-serde"],"nested-values":["erased-serde","serde","serde_json","slog/nested-values"],"serde":["dep:serde"],"serde_json":["dep:serde_json"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.0/Cargo.toml","metadata":{"release":{"shared-version":true,"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased](https://github.com/slog-rs/term/compare/{{tag_name}}...HEAD) - ReleaseDate\n\n","search":""}]}},"publish":null,"authors":["Dawid Ciężarkiewicz "],"categories":[],"keywords":["slog","logging","log","term"],"readme":"README.md","repository":"https://github.com/slog-rs/term","homepage":"https://github.com/slog-rs/slog","documentation":"https://docs.rs/slog-term","edition":"2018","links":null,"default_run":null,"rust_version":"1.53"},{"name":"smallvec","version":"1.11.0","id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.11.0","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":"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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.11.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"debugger_visualizer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.11.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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.11.0/tests/macro.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.11.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"],"may_dangle":[],"serde":["dep:serde"],"specialization":[],"union":[],"write":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.11.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"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":"subtle","version":"2.5.0","id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.5.0","license":"BSD-3-Clause","license_file":null,"description":"Pure-Rust traits and utilities for constant-time cryptographic implementations.","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"subtle","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mod","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/tests/mod.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"const-generics":[],"core_hint_black_box":[],"default":["std","i128"],"i128":[],"nightly":[],"std":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/Cargo.toml","metadata":null,"publish":null,"authors":["Isis Lovecruft ","Henry de Valence "],"categories":["cryptography","no-std"],"keywords":["cryptography","crypto","constant-time","utilities"],"readme":"README.md","repository":"https://github.com/dalek-cryptography/subtle","homepage":"https://dalek.rs/","documentation":"https://docs.rs/subtle","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"syn","version":"1.0.109","id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","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.46","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","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.0","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.0","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.0","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.0","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.0","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.0","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["blocking"],"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":"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":null,"registry":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regression","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/regression.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_asyncness","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_asyncness.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_attribute","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_attribute.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_derive_input","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_derive_input.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_expr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_grouping","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_grouping.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ident","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_ident.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_item","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_item.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iterators","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_iterators.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lit","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_lit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_meta","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_meta.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_buffer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_parse_buffer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_parse_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_pat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_pat.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_precedence","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_precedence.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_receiver","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_receiver.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_round_trip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_shebang","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_shebang.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_should_parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_should_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_size","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_size.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_stmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_stmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_token_trees","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_token_trees.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ty","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_ty.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_visibility","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/test_visibility.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zzz_stable","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/tests/zzz_stable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/benches/file.rs","edition":"2018","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"rust","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/benches/rust.rs","edition":"2018","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"publish":null,"authors":["David Tolnay "],"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":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"syn","version":"2.0.32","id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","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.62","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.28","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":"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":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":"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":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":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["blocking"],"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":"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":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":"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":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regression","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/regression.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_asyncness","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_asyncness.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_attribute","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_attribute.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_derive_input","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_derive_input.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_expr.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_generics.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_grouping","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_grouping.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ident","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_ident.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_item","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_item.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iterators","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_iterators.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lit","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_lit.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_meta","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_meta.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_buffer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_parse_buffer.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_parse_stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_pat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_pat.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_path.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_precedence","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_precedence.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_receiver","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_receiver.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_round_trip.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_shebang","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_shebang.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_should_parse","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_should_parse.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_size","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_size.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_stmt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_stmt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_token_trees","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_token_trees.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ty","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_ty.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_visibility","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/test_visibility.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zzz_stable","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/tests/zzz_stable.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/benches/file.rs","edition":"2021","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"rust","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/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":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.32/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"publish":null,"authors":["David Tolnay "],"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.56"},{"name":"take_mut","version":"0.2.2","id":"registry+https://github.com/rust-lang/crates.io-index#take_mut@0.2.2","license":"MIT","license_file":null,"description":"Take a T from a &mut T temporarily","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"take_mut","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Sgeo "],"categories":["rust-patterns"],"keywords":[],"readme":"README.md","repository":"https://github.com/Sgeo/take_mut","homepage":"https://github.com/Sgeo/take_mut","documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"tar","version":"0.4.40","id":"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.40","license":"MIT/Apache-2.0","license_file":null,"description":"A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"filetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":null,"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":"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":"cfg(unix)","registry":null},{"name":"xattr","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":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tar","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"extract_file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/examples/extract_file.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/examples/list.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"raw_list","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/examples/raw_list.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/examples/write.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"all","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/tests/all.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"entry","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/tests/entry.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["xattr"],"xattr":["dep:xattr"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.40/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":["tar","tarfile","encoding"],"readme":"README.md","repository":"https://github.com/alexcrichton/tar-rs","homepage":"https://github.com/alexcrichton/tar-rs","documentation":"https://docs.rs/tar","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"term","version":"0.7.0","id":"registry+https://github.com/rust-lang/crates.io-index#term@0.7.0","license":"MIT/Apache-2.0","license_file":null,"description":"A terminal formatting library\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"dirs-next","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":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["consoleapi","wincon","handleapi","fileapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"term","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"terminfo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/tests/terminfo.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers","Steven Allen"],"categories":["command-line-interface"],"keywords":[],"readme":"README.md","repository":"https://github.com/Stebalien/term","homepage":"https://github.com/Stebalien/term","documentation":"https://docs.rs/term/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"test-utils","version":"0.1.0","id":"path+file:///root/riscv/kata-containers/src/libs/test-utils#0.1.0","license":"Apache-2.0","license_file":null,"description":"A library for test Rust code","source":null,"dependencies":[{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"test_utils","src_path":"/root/riscv/kata-containers/src/libs/test-utils/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/riscv/kata-containers/src/libs/test-utils/Cargo.toml","metadata":null,"publish":null,"authors":["The Kata Containers community "],"categories":["testing"],"keywords":["kata","container","test","utils"],"readme":"README.md","repository":"https://github.com/kata-containers/kata-containers.git","homepage":"https://katacontainers.io/","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"thiserror","version":"1.0.48","id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","license":"MIT OR Apache-2.0","license_file":null,"description":"derive(Error)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.48","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.0.73","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":"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":"thiserror","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/compiletest.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_backtrace.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_deprecated","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_deprecated.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_display","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_display.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_error","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_error.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_expr.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_from","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_from.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_generics.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lints","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_lints.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_option","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_option.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_path.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_source.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_transparent","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/tests/test_transparent.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.48/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["rust-patterns"],"keywords":["error","error-handling","derive"],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"thiserror-impl","version":"1.0.48","id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.48","license":"MIT OR Apache-2.0","license_file":null,"description":"Implementation detail of the `thiserror` crate","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.63","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.29","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.23","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.48/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.48/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"thread_local","version":"1.1.7","id":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7","license":"MIT OR Apache-2.0","license_file":null,"description":"Per-object thread-local storage","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.5.2","kind":null,"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":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"thread_local","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.7/benches/thread_local.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"nightly":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.7/Cargo.toml","metadata":null,"publish":null,"authors":["Amanieu d'Antras "],"categories":[],"keywords":["thread_local","concurrent","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/thread_local-rs","homepage":null,"documentation":"https://docs.rs/thread_local/","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"threadpool","version":"1.8.1","id":"registry+https://github.com/rust-lang/crates.io-index#threadpool@1.8.1","license":"MIT/Apache-2.0","license_file":null,"description":"A thread pool for running a number of jobs on a fixed set of worker threads.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"threadpool","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/threadpool-1.8.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/threadpool-1.8.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers","Corey Farwell ","Stefan Schindler "],"categories":["concurrency","os"],"keywords":["threadpool","thread","pool","threading","parallelism"],"readme":"README.md","repository":"https://github.com/rust-threadpool/rust-threadpool","homepage":"https://github.com/rust-threadpool/rust-threadpool","documentation":"https://docs.rs/threadpool","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"time","version":"0.3.37","id":"registry+https://github.com/rust-lang/crates.io-index#time@0.3.37","license":"MIT OR Apache-2.0","license_file":null,"description":"Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"deranged","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["powerfmt"],"target":null,"registry":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num-conv","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":"powerfmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","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.184","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"time-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"time-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.19","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num-conv","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":"quickcheck_macros","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},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.0","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rstest_reuse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.184","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","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.126","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"time-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.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.68","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(__ui_tests)","registry":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.58","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","registry":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":"cfg(bench)","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.98","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"unix\")","registry":null},{"name":"num_threads","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":"cfg(target_family = \"unix\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"time","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.37/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"alloc":["serde?/alloc"],"default":["std"],"formatting":["dep:itoa","std","time-macros?/formatting"],"large-dates":["time-macros?/large-dates"],"local-offset":["std","dep:libc","dep:num_threads"],"macros":["dep:time-macros"],"parsing":["time-macros?/parsing"],"quickcheck":["dep:quickcheck","alloc","deranged/quickcheck"],"rand":["dep:rand","deranged/rand"],"serde":["dep:serde","time-macros?/serde","deranged/serde"],"serde-human-readable":["serde","formatting","parsing"],"serde-well-known":["serde","formatting","parsing"],"std":["alloc","deranged/std"],"wasm-bindgen":["dep:js-sys"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.37/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Jacob Pratt ","Time contributors"],"categories":["date-and-time","no-std","parser-implementations","value-formatting"],"keywords":["date","time","calendar","duration"],"readme":"README.md","repository":"https://github.com/time-rs/time","homepage":"https://time-rs.github.io","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.67.1"},{"name":"time-core","version":"0.1.2","id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2","license":"MIT OR Apache-2.0","license_file":null,"description":"This crate is an implementation detail and should not be relied upon directly.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"publish":null,"authors":["Jacob Pratt ","Time contributors"],"categories":["date-and-time"],"keywords":["date","time","calendar","duration"],"readme":null,"repository":"https://github.com/time-rs/time","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.67.0"},{"name":"time-macros","version":"0.2.19","id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19","license":"MIT OR Apache-2.0","license_file":null,"description":" Procedural macros for the time crate.\n This crate is an implementation detail and should not be relied upon directly.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"num-conv","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":"time-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"time_macros","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.19/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"formatting":[],"large-dates":[],"parsing":[],"serde":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.19/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"publish":null,"authors":["Jacob Pratt ","Time contributors"],"categories":["date-and-time"],"keywords":["date","time","calendar","duration"],"readme":null,"repository":"https://github.com/time-rs/time","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.67.1"},{"name":"timerfd","version":"1.5.0","id":"registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","license":"MIT","license_file":null,"description":"A rust interface to the Linux kernel's timerfd API","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.37.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["time"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"timerfd","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/timerfd-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/timerfd-1.5.0/Cargo.toml","metadata":null,"publish":null,"authors":["main() "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/main--/rust-timerfd","homepage":null,"documentation":"https://docs.rs/timerfd/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"tokio","version":"1.44.2","id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"_require_full","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/_require_full.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"async_send_sync","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/async_send_sync.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"buffered","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/buffered.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"coop_budget","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/coop_budget.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"dump","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/dump.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"duplex_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/duplex_stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_canonicalize_dir","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_canonicalize_dir.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_copy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_copy.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_dir","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_dir.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_file","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_file.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_link","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_link.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_open_options","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_remove_file.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_rename","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_rename.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fs_symlink_dir_windows","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/fs_try_exists.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_async_fd","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_async_fd.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_async_read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_async_read.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_reader","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_buf_reader.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_buf_writer","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_buf_writer.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_chain","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_chain.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_copy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_copy.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_copy_bidirectional","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_copy_bidirectional.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_driver","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_driver.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_driver_drop","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_driver_drop.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_fill_buf","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_fill_buf.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_join","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_join.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_lines","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_lines.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_mem_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_mem_stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_poll_aio","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_poll_aio.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_read.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_buf","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_read_buf.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_exact","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_read_exact.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_read_line","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_read_until.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_repeat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_repeat.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_sink","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_sink.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_split","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_split.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_take","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_take.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_util_empty","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_util_empty.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_write.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_all","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_write_buf.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"io_write_int","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/io_write_int.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"join_handle_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/join_handle_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_join","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_join.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_pin","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_pin.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_rename_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_rename_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_select","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_select.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_try_join","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/macros_try_join.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_bind_resource","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/net_bind_resource.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_lookup_host","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/net_lookup_host.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_named_pipe","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/net_named_pipe.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/net_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"net_unix_pipe","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/net_unix_pipe.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/no_rt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_arg0","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/process_arg0.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_change_of_runtime","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/process_issue_2174.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_issue_42","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/process_raw_handle.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"process_smoke","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/process_smoke.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_basic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_basic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_common","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_common.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_handle","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_handle.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_handle_block_on","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_handle_block_on.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_local","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_local.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_metrics","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_metrics.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_poll_callbacks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_poll_callbacks.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_threaded","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_threaded.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rt_threaded_alt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/rt_unstable_metrics.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_ctrl_c","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_ctrl_c.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_recv","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_drop_recv.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_drop_rt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_drop_signal","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_drop_signal.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_info","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_info.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_multi_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_multi_rt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_no_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_no_rt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_notify_both","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_notify_both.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_realtime","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_realtime.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_twice","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_twice.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"signal_usr1","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/signal_usr1.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_barrier","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_barrier.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_broadcast","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_broadcast.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_broadcast_weak","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_broadcast_weak.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_errors","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_errors.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mpsc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_mpsc.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mpsc_weak","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_mpsc_weak.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mutex","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_mutex.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_mutex_owned","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_mutex_owned.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_notify","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_notify.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_once_cell","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_once_cell.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_oneshot","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_oneshot.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_rwlock","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_rwlock.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_semaphore","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_semaphore.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_semaphore_owned","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_semaphore_owned.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sync_watch","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/sync_watch.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_abort","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_abort.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_blocking","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_blocking.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_builder","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_builder.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_hooks","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_hooks.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_id","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_id.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_join_set","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_join_set.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_local","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_local.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_local_set","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_local_set.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_trace_self","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_trace_self.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"task_yield_now","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/task_yield_now.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_accept","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_accept.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_connect","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_connect.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_echo","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_echo.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_into_split","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_into_split.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_into_std","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_into_std.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_peek","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_peek.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_shutdown","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_shutdown.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_socket","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_socket.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_split","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_split.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tcp_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tcp_stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_clock","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/test_clock.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_interval","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_interval.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_panic","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_panic.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_pause","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_pause.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_rt.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_sleep","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_sleep.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"time_timeout","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/time_timeout.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tracing_sync","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tracing_sync.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tracing_task","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tracing_task.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tracing_time","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/tracing_time.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"udp","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/udp.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_cred","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/uds_cred.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_datagram","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/uds_datagram.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_socket","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/uds_socket.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_split","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/uds_split.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"uds_stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/tests/uds_stream.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unwindsafe","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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 "],"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#tokio-macros@2.5.0","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":"/root/.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":"/root/.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 "],"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":"toml","version":"0.5.11","id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11","license":"MIT/Apache-2.0","license_file":null,"description":"A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"indexmap","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.97","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"decode","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/examples/decode.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enum_external","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/examples/enum_external.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"toml2json","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/examples/toml2json.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"enum_external_deserialize","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/tests/enum_external_deserialize.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":[],"indexmap":["dep:indexmap"],"preserve_order":["indexmap"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.11/Cargo.toml","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml_edit/compare/{{tag_name}}...HEAD","search":""}]}},"publish":null,"authors":["Alex Crichton "],"categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":"https://docs.rs/toml","edition":"2018","links":null,"default_run":null,"rust_version":"1.48.0"},{"name":"tracing","version":"0.1.41","id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41","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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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":"/root/.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 ","Tokio Contributors "],"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-attributes","version":"0.1.29","id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.29","license":"MIT","license_file":null,"description":"Procedural macro attributes for automatically instrumenting functions.\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.20","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":false,"features":["full","parsing","printing","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"registry":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.67","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.9","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.2","kind":"dev","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.35","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tracing-subscriber","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":["env-filter"],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing_attributes","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"async_fn","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/async_fn.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"dead_code","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/dead_code.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"destructuring","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/destructuring.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"err","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/err.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fields","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/fields.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"follows_from","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/follows_from.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"instrument","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/instrument.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"levels","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/levels.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"names","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/names.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parents","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/parents.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ret","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/ret.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"targets","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/targets.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ui","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/tests/ui.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"async-await":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.29/Cargo.toml","metadata":null,"publish":null,"authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"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.65.0"},{"name":"tracing-core","version":"0.1.34","id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.34","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"dispatch","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/tests/dispatch.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"global_dispatch","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/tests/global_dispatch.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"local_dispatch_before_init","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/tests/local_dispatch_before_init.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/tests/macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"missed_register_callsite","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/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 "],"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.65.0"},{"name":"typenum","version":"1.16.0","id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"scale-info","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.16.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.16.0/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.16.0/build/main.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.16.0/Cargo.toml","metadata":null,"publish":null,"authors":["Paho Lurie-Gregg ","Andre Bogus "],"categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","links":null,"default_run":null,"rust_version":"1.37.0"},{"name":"unicode-ident","version":"1.0.11","id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11","license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","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.8","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["small_rng"],"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.4","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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compare","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.11/tests/compare.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"static_size","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.11/tests/static_size.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"xid","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.11/benches/xid.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.11/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"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":"vcpkg","version":"0.2.15","id":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","license":"MIT/Apache-2.0","license_file":null,"description":"A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vcpkg","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/Cargo.toml","metadata":null,"publish":null,"authors":["Jim McGrath "],"categories":["development-tools::build-utils"],"keywords":["build-dependencies","windows","macos","linux"],"readme":"README.md","repository":"https://github.com/mcgoo/vcpkg-rs","homepage":null,"documentation":"https://docs.rs/vcpkg","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"version_check","version":"0.9.4","id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4","license":"MIT/Apache-2.0","license_file":null,"description":"Tiny crate to check the version of the installed/running rustc.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.4/Cargo.toml","metadata":null,"publish":null,"authors":["Sergio Benitez "],"categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"vfio-bindings","version":"0.3.1","id":"registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Rust FFI bindings to vfio generated using bindgen.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"vmm-sys-util","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":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.2.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vfio_bindings","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vfio-bindings-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"fam-wrappers":["vmm-sys-util"],"vfio-v5_0_0":[],"vmm-sys-util":["dep:vmm-sys-util"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vfio-bindings-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Cloud Hypervisor Authors"],"categories":[],"keywords":["vfio"],"readme":"README.md","repository":"https://github.com/rust-vmm/vfio","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"vfio-ioctls","version":"0.1.0","id":"registry+https://github.com/rust-lang/crates.io-index#vfio-ioctls@0.1.0","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Safe wrappers over VFIO ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.2.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kvm-ioctls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0","kind":null,"rename":null,"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.39","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":"thiserror","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":"vfio-bindings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap"],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vfio_ioctls","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vfio-ioctls-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["kvm"],"kvm":["kvm-ioctls","kvm-bindings"],"kvm-bindings":["dep:kvm-bindings"],"kvm-ioctls":["dep:kvm-ioctls"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vfio-ioctls-0.1.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["kvm"]}}},"publish":null,"authors":["The Cloud Hypervisor Authors","Liu Jiang "],"categories":[],"keywords":["vfio"],"readme":"README.md","repository":"https://github.com/rust-vmm/vfio","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"virtio-bindings","version":"0.1.0","id":"registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","license":"BSD-3-Clause OR Apache-2.0","license_file":null,"description":"Rust FFI bindings to virtio generated using bindgen.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"virtio_bindings","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtio-bindings-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"virtio-v4_14_0":[],"virtio-v5_0_0":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtio-bindings-0.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Sergio Lopez "],"categories":[],"keywords":["virtio"],"readme":"README.md","repository":"https://github.com/rust-vmm/virtio-bindings","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"virtio-queue","version":"0.7.1","id":"registry+https://github.com/rust-lang/crates.io-index#virtio-queue@0.7.1","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"virtio queue implementation","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":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"virtio-bindings","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":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"criterion","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":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vm-memory","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["backend-mmap","backend-atomic"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"virtio_queue","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtio-queue-0.7.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtio-queue-0.7.1/benches/main.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"test-utils":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtio-queue-0.7.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Chromium OS Authors"],"categories":[],"keywords":["virtio"],"readme":"README.md","repository":"https://github.com/rust-vmm/vm-virtio","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"vm-fdt","version":"0.2.0","id":"registry+https://github.com/rust-lang/crates.io-index#vm-fdt@0.2.0","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Crate for writing Flattened Devicetree blobs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vm_fdt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-fdt-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"long_running_test":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-fdt-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Chromium OS Authors"],"categories":[],"keywords":["fdt"],"readme":"README.md","repository":"https://github.com/rust-vmm/vm-fdt","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"vm-memory","version":"0.10.0","id":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Safe abstractions for accessing the VM physical memory","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"arc-swap","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":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"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.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"matches","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":"vmm-sys-util","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":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["errhandlingapi","sysinfoapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vm_memory","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-memory-0.10.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-memory-0.10.0/benches/main.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"arc-swap":["dep:arc-swap"],"backend-atomic":["arc-swap"],"backend-bitmap":[],"backend-mmap":[],"default":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-memory-0.10.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Liu Jiang "],"categories":["memory-management"],"keywords":["memory"],"readme":"README.md","repository":"https://github.com/rust-vmm/vm-memory","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"vm-superio","version":"0.5.0","id":"registry+https://github.com/rust-lang/crates.io-index#vm-superio@0.5.0","license":"Apache-2.0 OR BSD-3-Clause","license_file":null,"description":"Emulation for legacy devices","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.39","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"vmm-sys-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vm_superio","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-superio-0.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vm-superio-0.5.0/Cargo.toml","metadata":null,"publish":null,"authors":["rust-vmm AWS maintainers "],"categories":[],"keywords":["superio","emulation"],"readme":"README.md","repository":"https://github.com/rust-vmm/vm-superio","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"vmm-sys-util","version":"0.11.1","id":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","license":"BSD-3-Clause","license_file":null,"description":"A system utility set","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.39","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.27","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.0.27","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.9","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"android\"))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"vmm_sys_util","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vmm-sys-util-0.11.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"serde":["dep:serde"],"serde_derive":["dep:serde_derive"],"with-serde":["serde","serde_derive"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vmm-sys-util-0.11.1/Cargo.toml","metadata":null,"publish":null,"authors":["Intel Virtualization Team "],"categories":[],"keywords":["utils"],"readme":"README.md","repository":"https://github.com/rust-vmm/vmm-sys-util","homepage":null,"documentation":null,"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#wasi@0.11.0+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":"/root/.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":"/root/.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":"wasi","version":"0.14.2+wasi-0.2.4","id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.14.2+wasi-0.2.4","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"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},{"name":"wit-bindgen-rt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.39.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["bitflags"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasi","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["cdylib"],"name":"cli-command","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/cli-command.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["cdylib"],"name":"cli-command-no_std","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/cli-command-no_std.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello-world","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/hello-world.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hello-world-no_std","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/hello-world-no_std.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["cdylib"],"name":"http-proxy","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/http-proxy.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["cdylib"],"name":"http-proxy-no_std","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/examples/http-proxy-no_std.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"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":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4/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-rs","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"wasm-bindgen","version":"0.2.87","id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","license":"MIT/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":"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.87","kind":null,"rename":null,"optional":false,"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.64","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},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.37","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.37","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test-crate-a","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":"cfg(target_arch = \"wasm32\")","registry":null},{"name":"wasm-bindgen-test-crate-b","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":"cfg(target_arch = \"wasm32\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm_bindgen","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"headless","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/headless/main.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"must_use","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/must_use.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"non_wasm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/non_wasm.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"std-crate-no-std-dep","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/std-crate-no-std-dep.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unwrap_throw","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/unwrap_throw.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wasm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/wasm/main.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"worker","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/tests/worker/main.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"gg-alloc":["wasm-bindgen-test/gg-alloc"],"serde":["dep:serde"],"serde-serialize":["serde","serde_json","std"],"serde_json":["dep:serde_json"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.87/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":"2018","links":null,"default_run":null,"rust_version":"1.56"},{"name":"wasm-bindgen-backend","version":"0.2.87","id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.87","license":"MIT/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":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","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","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":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.87","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm_bindgen_backend","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.87/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.87/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2018","links":null,"default_run":null,"rust_version":"1.56"},{"name":"wasm-bindgen-macro","version":"0.2.87","id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.87","license":"MIT/Apache-2.0","license_file":null,"description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"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":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.87","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","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.37","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["Worker"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"wasm_bindgen_macro","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.87/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ui","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.87/tests/ui.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.87/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"default_run":null,"rust_version":"1.56"},{"name":"wasm-bindgen-macro-support","version":"0.2.87","id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.87","license":"MIT/Apache-2.0","license_file":null,"description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\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","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"registry":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.87","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.87","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm_bindgen_macro_support","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.87/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.87/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"default_run":null,"rust_version":"1.56"},{"name":"wasm-bindgen-shared","version":"0.2.87","id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87","license":"MIT/Apache-2.0","license_file":null,"description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wasm_bindgen_shared","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.87/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.87/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.87/Cargo.toml","metadata":null,"publish":null,"authors":["The wasm-bindgen Developers"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2018","links":"wasm_bindgen","default_run":null,"rust_version":"1.56"},{"name":"winapi","version":"0.3.9","id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","license":"MIT/Apache-2.0","license_file":null,"description":"Raw FFI bindings for all of Windows API.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","registry":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"publish":null,"authors":["Peter Atashian "],"categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","license":"MIT/Apache-2.0","license_file":null,"description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi_i686_pc_windows_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","license":"MIT/Apache-2.0","license_file":null,"description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"winapi_x86_64_pc_windows_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Atashian "],"categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"windows","version":"0.48.0","id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Rust for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"AI":[],"AI_MachineLearning":["AI"],"ApplicationModel":[],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":[],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":[],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":[],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":[],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":[],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":[],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":[],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":[],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":[],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":[],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":[],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":[],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":[],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":[],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":[],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":[],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Web":[],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":[],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"implement":["windows-implement","windows-interface"],"windows-implement":["dep:windows-implement"],"windows-interface":["dep:windows-interface"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustc-args":["--cfg","docsrs"],"targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"windows-sys","version":"0.45.0","id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Rust for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows_raw_dylib))","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.45.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"default":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.45.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"windows-sys","version":"0.48.0","id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","license":"MIT OR Apache-2.0","license_file":null,"description":"Rust for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.48.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.48.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"windows-targets","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import libs for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","registry":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-msvc","registry":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"aarch64-uwp-windows-msvc","registry":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","registry":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-msvc","registry":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-gnu","registry":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-msvc","registry":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","registry":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","registry":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-msvc","registry":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-gnu","registry":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-msvc","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.42.2/Cargo.toml","metadata":null,"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows-targets","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import libs for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","registry":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","registry":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))","registry":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","registry":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","registry":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))","registry":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.48.5/Cargo.toml","metadata":null,"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_aarch64_gnullvm","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_aarch64_gnullvm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_aarch64_gnullvm","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_aarch64_gnullvm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_aarch64_msvc","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_aarch64_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_aarch64_msvc","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_aarch64_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_i686_gnu","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_i686_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_i686_gnu","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_i686_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_i686_msvc","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_i686_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_i686_msvc","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_i686_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_gnu","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_gnu","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_gnu","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_gnullvm","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_gnullvm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_gnullvm","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_gnullvm","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_msvc","version":"0.42.2","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.42.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.42.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.42.2/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"windows_x86_64_msvc","version":"0.48.5","id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","license":"MIT OR Apache-2.0","license_file":null,"description":"Import lib for Windows","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5/Cargo.toml","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"publish":null,"authors":["Microsoft"],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"wit-bindgen-rt","version":"0.39.0","id":"registry+https://github.com/rust-lang/crates.io-index#wit-bindgen-rt@0.39.0","license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"description":"Runtime support for the `wit-bindgen` crate\n","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.3.3","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.30","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.19.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"wit_bindgen_rt","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rt-0.39.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rt-0.39.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"async":["dep:futures","dep:once_cell"],"bitflags":["dep:bitflags"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rt-0.39.0/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/bytecodealliance/wit-bindgen","homepage":"https://github.com/bytecodealliance/wit-bindgen","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"xattr","version":"1.0.1","id":"registry+https://github.com/rust-lang/crates.io-index#xattr@1.0.1","license":"MIT/Apache-2.0","license_file":null,"description":"unix extended filesystem attributes","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.147","kind":null,"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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"xattr","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"main","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.0.1/tests/main.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"default":["unsupported"],"unsupported":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Allen "],"categories":[],"keywords":["xattr","filesystem","unix"],"readme":"README.md","repository":"https://github.com/Stebalien/xattr","homepage":null,"documentation":"https://docs.rs/xattr","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"zstd","version":"0.11.2+zstd.1.5.2","id":"registry+https://github.com/rust-lang/crates.io-index#zstd@0.11.2+zstd.1.5.2","license":"MIT","license_file":null,"description":"Binding for the zstd compression library.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"zstd-safe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"clap","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":"humansize","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":"partial-io","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":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"zstd","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"benchmark","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/examples/benchmark.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stream","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/examples/stream.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"train","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/examples/train.rs","edition":"2018","required-features":["zdict_builder"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zstd","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/examples/zstd.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"zstdcat","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/examples/zstdcat.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"arrays":["zstd-safe/arrays"],"bindgen":["zstd-safe/bindgen"],"debug":["zstd-safe/debug"],"default":["legacy","arrays","zdict_builder"],"doc-cfg":[],"experimental":["zstd-safe/experimental"],"legacy":["zstd-safe/legacy"],"no_asm":["zstd-safe/no_asm"],"pkg-config":["zstd-safe/pkg-config"],"thin":["zstd-safe/thin"],"wasm":[],"zdict_builder":["zstd-safe/zdict_builder"],"zstdmt":["zstd-safe/zstdmt"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.11.2+zstd.1.5.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["experimental","zstdmt","zdict_builder","doc-cfg"]}}},"publish":null,"authors":["Alexandre Bury "],"categories":["compression","api-bindings"],"keywords":["zstd","zstandard","compression"],"readme":"Readme.md","repository":"https://github.com/gyscos/zstd-rs","homepage":null,"documentation":"https://docs.rs/zstd","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"zstd-safe","version":"5.0.2+zstd.1.5.2","id":"registry+https://github.com/rust-lang/crates.io-index#zstd-safe@5.0.2+zstd.1.5.2","license":"MIT/Apache-2.0","license_file":null,"description":"Safe low-level bindings for the zstd compression library.","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.21","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"zstd-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"zstd_safe","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-5.0.2+zstd.1.5.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-5.0.2+zstd.1.5.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"arrays":[],"bindgen":["zstd-sys/bindgen"],"debug":["zstd-sys/debug"],"default":["legacy","arrays","zdict_builder"],"doc-cfg":[],"experimental":["zstd-sys/experimental"],"legacy":["zstd-sys/legacy"],"no_asm":["zstd-sys/no_asm"],"pkg-config":["zstd-sys/pkg-config"],"std":["zstd-sys/std"],"thin":["zstd-sys/thin"],"zdict_builder":["zstd-sys/zdict_builder"],"zstdmt":["zstd-sys/zstdmt"]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-5.0.2+zstd.1.5.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["experimental","arrays","std","zdict_builder","doc-cfg"]}}},"publish":null,"authors":["Alexandre Bury "],"categories":["api-bindings","compression"],"keywords":["zstd","zstandard","compression"],"readme":"Readme.md","repository":"https://github.com/gyscos/zstd-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"zstd-sys","version":"2.0.8+zstd.1.5.5","id":"registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.8+zstd.1.5.5","license":"MIT/Apache-2.0","license_file":null,"description":"Low-level bindings for the zstd compression library.","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.45","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.64","kind":"build","rename":null,"optional":true,"uses_default_features":false,"features":["runtime","which-rustfmt"],"target":null,"registry":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.45","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"registry":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"zstd_sys","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.8+zstd.1.5.5/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.8+zstd.1.5.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"bindgen":["dep:bindgen"],"debug":[],"default":["legacy","zdict_builder"],"experimental":[],"fat-lto":[],"legacy":[],"no_asm":[],"non-cargo":[],"pkg-config":[],"std":[],"thin":[],"thin-lto":[],"zdict_builder":[],"zstdmt":[]},"manifest_path":"/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.8+zstd.1.5.5/Cargo.toml","metadata":{"docs":{"rs":{"features":["experimental"]}}},"publish":null,"authors":["Alexandre Bury "],"categories":["api-bindings","compression"],"keywords":["zstd","zstandard","compression"],"readme":"Readme.md","repository":"https://github.com/gyscos/zstd-rs","homepage":null,"documentation":null,"edition":"2018","links":"zstd","default_run":null,"rust_version":"1.43"}],"workspace_members":["path+file:///root/riscv/kata-containers/src/dragonball/dbs_acpi#dbs-acpi@0.1.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","path+file:///root/riscv/kata-containers/src/dragonball/dbs_legacy_devices#dbs-legacy-devices@0.1.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_pci#dbs-pci@0.1.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_tdx#dbs-tdx@0.1.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_upcall#dbs-upcall@0.3.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_virtio_devices#dbs-virtio-devices@0.3.1","path+file:///root/riscv/kata-containers/src/dragonball#0.1.0"],"workspace_default_members":["path+file:///root/riscv/kata-containers/src/dragonball#0.1.0"],"resolve":{"nodes":[{"id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.0"],"deps":[{"name":"gimli","pkg":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14","dependencies":["registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"],"deps":[{"name":"hermit_abi","pkg":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"hermit\")"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"winapi","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.69","dependencies":["registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0","registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1","registry+https://github.com/rust-lang/crates.io-index#object@0.32.1","registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23"],"deps":[{"name":"addr2line","pkg":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.21.0","dep_kinds":[{"kind":null,"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"}]},{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"}]},{"name":"miniz_oxide","pkg":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1","dep_kinds":[{"kind":null,"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"}]},{"name":"object","pkg":"registry+https://github.com/rust-lang/crates.io-index#object@0.32.1","dep_kinds":[{"kind":null,"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))"}]},{"name":"rustc_demangle","pkg":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dependencies":[],"deps":[],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#blake3@1.4.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.3.0","registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"],"deps":[{"name":"arrayref","pkg":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","dep_kinds":[{"kind":null,"target":null}]},{"name":"arrayvec","pkg":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","dep_kinds":[{"kind":null,"target":null}]},{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"constant_time_eq","pkg":"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.3.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"digest","pkg":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","digest","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","dependencies":["registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"],"deps":[{"name":"generic_array","pkg":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.13.0","dependencies":[],"deps":[],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dependencies":[],"deps":[],"features":["default","i128","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.5.0","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dependencies":["registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.33","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"],"deps":[{"name":"jobserver","pkg":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"shlex","pkg":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["parallel"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.30","dependencies":["registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.57","registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.16","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"],"deps":[{"name":"android_tzdata","pkg":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"android\")"}]},{"name":"iana_time_zone","pkg":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.57","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"js_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))"}]},{"name":"num_traits","pkg":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.16","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))"}]},{"name":"windows_targets","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["android-tzdata","clock","default","iana-time-zone","js-sys","oldtime","std","wasm-bindgen","wasmbind","winapi","windows-targets"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.50","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.3.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.9","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"aarch64-linux-android"},{"kind":null,"target":"cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))"},{"kind":null,"target":"cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.3.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","dependencies":["registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"],"deps":[{"name":"crossbeam_utils","pkg":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","dependencies":[],"deps":[],"features":["std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","dependencies":["registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0"],"deps":[{"name":"generic_array","pkg":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","dep_kinds":[{"kind":null,"target":null}]},{"name":"typenum","pkg":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_acpi#dbs-acpi@0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#nix@0.23.2","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.23.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48"],"deps":[{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"memoffset","pkg":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","dependencies":["path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","registry+https://github.com/rust-lang/crates.io-index#device_tree@1.1.0","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vm-fdt@0.2.0","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"dbs_arch","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":"dev","target":null}]},{"name":"device_tree","pkg":"registry+https://github.com/rust-lang/crates.io-index#device_tree@1.1.0","dep_kinds":[{"kind":"dev","target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_fdt","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-fdt@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48"],"deps":[{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","dependencies":["path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"dbs_arch","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","kvm-bindings","kvm-ioctls","kvm-irq","kvm-legacy-irq","kvm-msi-generic","kvm-msi-irq","legacy-irq","msi-irq"]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_legacy_devices#dbs-legacy-devices@0.1.1","dependencies":["path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#vm-superio@0.5.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_utils","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_superio","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-superio@0.5.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_pci#dbs-pci@0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.0","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","registry+https://github.com/rust-lang/crates.io-index#vfio-ioctls@0.1.0","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"byteorder","pkg":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_allocator","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_arch","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","dep_kinds":[{"kind":"dev","target":null}]},{"name":"dbs_boot","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_interrupt","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"downcast_rs","pkg":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vfio_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"vfio_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#vfio-ioctls@0.1.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_tdx#dbs-tdx@0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":"dev","target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_upcall#dbs-upcall@0.3.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_virtio_devices#dbs-virtio-devices@0.3.1","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0"],"deps":[{"name":"anyhow","pkg":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_utils","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_virtio_devices","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_virtio_devices#dbs-virtio-devices@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"timerfd","pkg":"registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","registry+https://github.com/rust-lang/crates.io-index#event-manager@0.2.1","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"anyhow","pkg":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","dep_kinds":[{"kind":null,"target":null}]},{"name":"event_manager","pkg":"registry+https://github.com/rust-lang/crates.io-index#event-manager@0.2.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":"dev","target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"timerfd","pkg":"registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_virtio_devices#dbs-virtio-devices@0.3.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","registry+https://github.com/rust-lang/crates.io-index#epoll@4.3.1","registry+https://github.com/rust-lang/crates.io-index#io-uring@0.5.13","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","registry+https://github.com/rust-lang/crates.io-index#nydus-rafs@0.3.2","registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","registry+https://github.com/rust-lang/crates.io-index#rlimit@0.7.0","registry+https://github.com/rust-lang/crates.io-index#sendfd@0.4.3","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#threadpool@1.8.1","registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","registry+https://github.com/rust-lang/crates.io-index#virtio-queue@0.7.1","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"byteorder","pkg":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"caps","pkg":"registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_address_space","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_boot","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_interrupt","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_utils","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"epoll","pkg":"registry+https://github.com/rust-lang/crates.io-index#epoll@4.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"io_uring","pkg":"registry+https://github.com/rust-lang/crates.io-index#io-uring@0.5.13","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_api","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_rafs","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-rafs@0.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_storage","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","dep_kinds":[{"kind":null,"target":null}]},{"name":"rlimit","pkg":"registry+https://github.com/rust-lang/crates.io-index#rlimit@0.7.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"sendfd","pkg":"registry+https://github.com/rust-lang/crates.io-index#sendfd@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"threadpool","pkg":"registry+https://github.com/rust-lang/crates.io-index#threadpool@1.8.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"timerfd","pkg":"registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"virtio_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"virtio_queue","pkg":"registry+https://github.com/rust-lang/crates.io-index#virtio-queue@0.7.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null},{"kind":"dev","target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["virtio-mmio","virtio-vsock"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11","dependencies":["registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0"],"deps":[{"name":"powerfmt","pkg":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","powerfmt","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#device_tree@1.1.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","dependencies":["registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","registry+https://github.com/rust-lang/crates.io-index#subtle@2.5.0"],"deps":[{"name":"block_buffer","pkg":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","dep_kinds":[{"kind":null,"target":null}]},{"name":"crypto_common","pkg":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","dep_kinds":[{"kind":null,"target":null}]},{"name":"subtle","pkg":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.5.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","block-buffer","core-api","default","mac","std","subtle"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dirs_sys_next","pkg":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.3","registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"redox_users","pkg":"registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.3","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"winapi","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.0","dependencies":[],"deps":[],"features":["default","std"]},{"id":"path+file:///root/riscv/kata-containers/src/dragonball#0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#bytes@1.5.0","registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","path+file:///root/riscv/kata-containers/src/dragonball/dbs_legacy_devices#dbs-legacy-devices@0.1.1","path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#linux-loader@0.8.1","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#procfs@0.12.0","registry+https://github.com/rust-lang/crates.io-index#prometheus@0.13.3","registry+https://github.com/rust-lang/crates.io-index#seccompiler@0.2.0","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","registry+https://github.com/rust-lang/crates.io-index#slog-async@2.8.0","registry+https://github.com/rust-lang/crates.io-index#slog-scope@4.4.0","registry+https://github.com/rust-lang/crates.io-index#slog-term@2.9.0","path+file:///root/riscv/kata-containers/src/libs/test-utils#0.1.0","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"anyhow","pkg":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","dep_kinds":[{"kind":null,"target":null}]},{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"bytes","pkg":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.5.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"crossbeam_channel","pkg":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_address_space","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_address_space#dbs-address-space@0.3.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_allocator","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_allocator#dbs-allocator@0.1.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_arch","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_arch#dbs-arch@0.2.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_boot","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_boot#dbs-boot@0.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_device","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_device#dbs-device@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_interrupt","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_interrupt#dbs-interrupt@0.2.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_legacy_devices","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_legacy_devices#dbs-legacy-devices@0.1.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"dbs_utils","pkg":"path+file:///root/riscv/kata-containers/src/dragonball/dbs_utils#dbs-utils@0.2.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"derivative","pkg":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"fuse_backend_rs","pkg":"registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"linux_loader","pkg":"registry+https://github.com/rust-lang/crates.io-index#linux-loader@0.8.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"procfs","pkg":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"prometheus","pkg":"registry+https://github.com/rust-lang/crates.io-index#prometheus@0.13.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"seccompiler","pkg":"registry+https://github.com/rust-lang/crates.io-index#seccompiler@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_derive","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog_async","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog-async@2.8.0","dep_kinds":[{"kind":"dev","target":null}]},{"name":"slog_scope","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog-scope@4.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog_term","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog-term@2.9.0","dep_kinds":[{"kind":"dev","target":null}]},{"name":"test_utils","pkg":"path+file:///root/riscv/kata-containers/src/libs/test-utils#0.1.0","dep_kinds":[{"kind":"dev","target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing","pkg":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#epoll@4.3.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"],"deps":[{"name":"errno_dragonfly","pkg":"registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"dragonfly\")"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"},{"kind":null,"target":"cfg(target_os = \"hermit\")"},{"kind":null,"target":"cfg(target_os = \"wasi\")"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#errno-dragonfly@0.1.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#event-manager@0.2.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["remote_endpoint"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.22","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"syscall","pkg":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","dependencies":["registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.3.2","registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1"],"deps":[{"name":"crc32fast","pkg":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libz_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","dep_kinds":[{"kind":null,"target":null}]},{"name":"miniz_oxide","pkg":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1","dep_kinds":[{"kind":null,"target":null},{"kind":null,"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))"}]}],"features":["any_impl","any_zlib","default","libz-sys","miniz_oxide","rust_backend","zlib","zlib-ng-compat"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1"],"deps":[{"name":"foreign_types_shared","pkg":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"caps","pkg":"registry+https://github.com/rust-lang/crates.io-index#caps@0.5.5","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"linux\")"}]},{"name":"core_foundation_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"macos\")"}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"mio","pkg":"registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["caps","core-foundation-sys","default","fusedev","vmm-sys-util"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","dependencies":["registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0","registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4"],"deps":[{"name":"typenum","pkg":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"version_check","pkg":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4","dep_kinds":[{"kind":"build","target":null}]}],"features":["more_lengths"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.10","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"wasi","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"wasi\")"}]}],"features":["std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#r-efi@5.2.0","registry+https://github.com/rust-lang/crates.io-index#wasi@0.14.2+wasi-0.2.4"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))"},{"kind":null,"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))"},{"kind":null,"target":"cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))"},{"kind":null,"target":"cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))"},{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))"},{"kind":null,"target":"cfg(target_os = \"netbsd\")"},{"kind":null,"target":"cfg(target_os = \"solaris\")"},{"kind":null,"target":"cfg(target_os = \"vxworks\")"}]},{"name":"r_efi","pkg":"registry+https://github.com/rust-lang/crates.io-index#r-efi@5.2.0","dep_kinds":[{"kind":null,"target":"cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))"}]},{"name":"wasi","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.14.2+wasi-0.2.4","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))"}]}],"features":["std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.28.0","dependencies":[],"deps":[],"features":["read","read-core"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","dependencies":[],"deps":[],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","dependencies":[],"deps":[],"features":["alloc","default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.57","dependencies":["registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0"],"deps":[{"name":"android_system_properties","pkg":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"android\")"}]},{"name":"core_foundation_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.4","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))"}]},{"name":"iana_time_zone_haiku","pkg":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"haiku\")"}]},{"name":"js_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"wasm_bindgen","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","dep_kinds":[{"kind":null,"target":"cfg(target_arch = \"wasm32\")"}]},{"name":"windows","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"windows\")"}]}],"features":["fallback"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","dependencies":["registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"],"deps":[{"name":"hermit_abi","pkg":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"hermit\")"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(not(windows))"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["close","hermit-abi","libc","windows-sys"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#io-uring@0.5.13","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.33","dependencies":["registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.3","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"getrandom","pkg":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.3","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.64","dependencies":["registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87"],"deps":[{"name":"wasm_bindgen","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["fam-wrappers","vmm-sys-util"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dependencies":[],"deps":[],"features":["default","extra_traits","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.50","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"cmake","pkg":"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.50","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","dep_kinds":[{"kind":"build","target":null}]},{"name":"vcpkg","pkg":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","dep_kinds":[{"kind":"build","target":null}]}],"features":["cmake","libc","stock-zlib","zlib-ng"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#linux-loader@0.8.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","elf","pe"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4","dependencies":[],"deps":[],"features":["errno","general","ioctl","no_std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","dependencies":[],"deps":[],"features":["errno","general","ioctl","no_std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.10","dependencies":["registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"],"deps":[{"name":"autocfg","pkg":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","dep_kinds":[{"kind":"build","target":null}]},{"name":"scopeguard","pkg":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["atomic_usize","default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#lz4@1.24.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"lz4_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3","dependencies":[],"deps":[],"features":["alloc","default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0"],"deps":[{"name":"autocfg","pkg":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","dep_kinds":[{"kind":"build","target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2"],"deps":[{"name":"adler","pkg":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","dep_kinds":[{"kind":null,"target":null}]}],"features":["with-alloc"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#mio@0.8.11","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"},{"kind":null,"target":"cfg(target_os = \"wasi\")"}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasi","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"wasi\")"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","log","os-ext","os-poll"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.23.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":"cfg(target_os = \"dragonfly\")"}]},{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"memoffset","pkg":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"redox\"))"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"memoffset","pkg":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.6.5","dep_kinds":[{"kind":null,"target":"cfg(not(target_os = \"redox\"))"}]}],"features":["acct","aio","default","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","memoffset","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.16","dependencies":["registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0"],"deps":[{"name":"autocfg","pkg":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"hermit_abi","pkg":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.2","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"hermit\")"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(not(windows))"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#num_threads@0.1.6","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"toml","pkg":"registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nydus-rafs@0.3.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"anyhow","pkg":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.75","dep_kinds":[{"kind":null,"target":null}]},{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"fuse_backend_rs","pkg":"registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_api","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_storage","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_utils","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nydus-storage@0.6.4","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#tar@0.4.40","registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0"],"deps":[{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"fuse_backend_rs","pkg":"registry+https://github.com/rust-lang/crates.io-index#fuse-backend-rs@0.10.5","dep_kinds":[{"kind":null,"target":null}]},{"name":"hex","pkg":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_api","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_utils","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"tar","pkg":"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.40","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["backend-localfs"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#nydus-utils@0.4.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#blake3@1.4.1","registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#lz4@1.24.0","registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4","registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.72","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.7","registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","registry+https://github.com/rust-lang/crates.io-index#zstd@0.11.2+zstd.1.5.2"],"deps":[{"name":"blake3","pkg":"registry+https://github.com/rust-lang/crates.io-index#blake3@1.4.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"flate2","pkg":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"powerpc64\"))"},{"kind":null,"target":"cfg(target_arch = \"powerpc64\")"}]},{"name":"httpdate","pkg":"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"libz_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.22","dep_kinds":[{"kind":null,"target":"cfg(not(target_arch = \"powerpc64\"))"},{"kind":null,"target":"cfg(target_arch = \"powerpc64\")"}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"lz4","pkg":"registry+https://github.com/rust-lang/crates.io-index#lz4@1.24.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"lz4_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#lz4-sys@1.9.4","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"nydus_api","pkg":"registry+https://github.com/rust-lang/crates.io-index#nydus-api@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"openssl","pkg":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.72","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_json","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dep_kinds":[{"kind":null,"target":null}]},{"name":"sha2","pkg":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.7","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio","pkg":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"zstd","pkg":"registry+https://github.com/rust-lang/crates.io-index#zstd@0.11.2+zstd.1.5.2","dep_kinds":[{"kind":null,"target":null}]}],"features":["encryption","libz-sys","openssl","zran"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#object@0.32.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3"],"deps":[{"name":"memchr","pkg":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3","dep_kinds":[{"kind":null,"target":null}]}],"features":["archive","coff","elf","macho","pe","read_core","unaligned"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","dependencies":[],"deps":[],"features":["alloc","default","race","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.72","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0","registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1","registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.108"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"foreign_types","pkg":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"openssl_macros","pkg":"registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"ffi","pkg":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.108","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","vendored"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#openssl-src@300.5.0+3.5.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","legacy"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.108","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#openssl-src@300.5.0+3.5.0","registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"openssl_src","pkg":"registry+https://github.com/rust-lang/crates.io-index#openssl-src@300.5.0+3.5.0","dep_kinds":[{"kind":"build","target":null}]},{"name":"pkg_config","pkg":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","dep_kinds":[{"kind":"build","target":null}]},{"name":"vcpkg","pkg":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","dep_kinds":[{"kind":"build","target":null}]}],"features":["openssl-src","vendored"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.10","registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.8"],"deps":[{"name":"lock_api","pkg":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.10","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot_core","pkg":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.8","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.8","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","registry+https://github.com/rust-lang/crates.io-index#smallvec@1.11.0","registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"syscall","pkg":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"redox\")"}]},{"name":"smallvec","pkg":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.11.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"windows_targets","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dependencies":["registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11"],"deps":[{"name":"unicode_ident","pkg":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.12.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.30","registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"byteorder","pkg":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"chrono","pkg":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.30","dep_kinds":[{"kind":null,"target":null}]},{"name":"flate2","pkg":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"hex","pkg":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":["chrono","default","flate2"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.14.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.17"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"byteorder","pkg":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"hex","pkg":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustix","pkg":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.17","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#prometheus@0.13.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3","registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.1","registry+https://github.com/rust-lang/crates.io-index#procfs@0.14.2","registry+https://github.com/rust-lang/crates.io-index#protobuf@2.28.0","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"fnv","pkg":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.6.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"parking_lot","pkg":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"procfs","pkg":"registry+https://github.com/rust-lang/crates.io-index#procfs@0.14.2","dep_kinds":[{"kind":null,"target":"cfg(target_os = \"linux\")"}]},{"name":"protobuf","pkg":"registry+https://github.com/rust-lang/crates.io-index#protobuf@2.28.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","libc","process","procfs","protobuf"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#protobuf@2.28.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#r-efi@5.2.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.10","registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48"],"deps":[{"name":"getrandom","pkg":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.10","dep_kinds":[{"kind":null,"target":null}]},{"name":"syscall","pkg":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.2.16","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#rlimit@0.7.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.23","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.36.17","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc_errno","pkg":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","dep_kinds":[{"kind":null,"target":"cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))"}]},{"name":"io_lifetimes","pkg":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"},{"kind":null,"target":"cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))"}]},{"name":"linux_raw_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.1.4","dep_kinds":[{"kind":null,"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"},{"kind":null,"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","fs","io-lifetimes","libc","param","process","std","thread","use-libc-auxv"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc_errno","pkg":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.3","dep_kinds":[{"kind":null,"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))"},{"kind":null,"target":"cfg(windows)"}]},{"name":"io_lifetimes","pkg":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"},{"kind":null,"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))"}]},{"name":"linux_raw_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","dep_kinds":[{"kind":null,"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))"},{"kind":null,"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))"}]},{"name":"windows_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default","io-lifetimes","libc","std","time","use-libc-auxv"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.14","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.15","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#seccompiler@0.2.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#sendfd@0.4.3","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dependencies":["registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188"],"deps":[{"name":"serde_derive","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188","dep_kinds":[{"kind":null,"target":null},{"kind":null,"target":"cfg(any())"}]}],"features":["alloc","default","derive","rc","serde_derive","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.188","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.106","dependencies":["registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.15","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188"],"deps":[{"name":"itoa","pkg":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","dep_kinds":[{"kind":null,"target":null}]},{"name":"ryu","pkg":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.15","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.7","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.9","registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"cpufeatures","pkg":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.9","dep_kinds":[{"kind":null,"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))"}]},{"name":"digest","pkg":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#slog-async@2.8.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","registry+https://github.com/rust-lang/crates.io-index#take_mut@0.2.2","registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7"],"deps":[{"name":"crossbeam_channel","pkg":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"take_mut","pkg":"registry+https://github.com/rust-lang/crates.io-index#take_mut@0.2.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"thread_local","pkg":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#slog-scope@4.4.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0"],"deps":[{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#slog-term@2.9.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14","registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","registry+https://github.com/rust-lang/crates.io-index#term@0.7.0","registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7","registry+https://github.com/rust-lang/crates.io-index#time@0.3.37"],"deps":[{"name":"atty","pkg":"registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14","dep_kinds":[{"kind":null,"target":null}]},{"name":"slog","pkg":"registry+https://github.com/rust-lang/crates.io-index#slog@2.7.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"term","pkg":"registry+https://github.com/rust-lang/crates.io-index#term@0.7.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"thread_local","pkg":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7","dep_kinds":[{"kind":null,"target":null}]},{"name":"time","pkg":"registry+https://github.com/rust-lang/crates.io-index#time@0.3.37","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.11.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.5.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_ident","pkg":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11","dep_kinds":[{"kind":null,"target":null}]}],"features":["clone-impls","default","derive","extra-traits","parsing","printing","proc-macro","quote","visit"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_ident","pkg":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11","dep_kinds":[{"kind":null,"target":null}]}],"features":["clone-impls","default","derive","extra-traits","full","parsing","printing","proc-macro","quote","visit","visit-mut"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#take_mut@0.2.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.40","dependencies":["registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.22","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#xattr@1.0.1"],"deps":[{"name":"filetime","pkg":"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.22","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"xattr","pkg":"registry+https://github.com/rust-lang/crates.io-index#xattr@1.0.1","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":["default","xattr"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#term@0.7.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0","registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.14","registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"],"deps":[{"name":"dirs_next","pkg":"registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustversion","pkg":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.14","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]},{"name":"winapi","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["default"]},{"id":"path+file:///root/riscv/kata-containers/src/libs/test-utils#0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3"],"deps":[{"name":"nix","pkg":"registry+https://github.com/rust-lang/crates.io-index#nix@0.24.3","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dependencies":["registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.48"],"deps":[{"name":"thiserror_impl","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.48","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.48","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.7","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#threadpool@1.8.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0"],"deps":[{"name":"num_cpus","pkg":"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#time@0.3.37","dependencies":["registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11","registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","registry+https://github.com/rust-lang/crates.io-index#num_threads@0.1.6","registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2","registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19"],"deps":[{"name":"deranged","pkg":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11","dep_kinds":[{"kind":null,"target":null}]},{"name":"itoa","pkg":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.9","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":"cfg(target_family = \"unix\")"}]},{"name":"num_conv","pkg":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_threads","pkg":"registry+https://github.com/rust-lang/crates.io-index#num_threads@0.1.6","dep_kinds":[{"kind":null,"target":"cfg(target_family = \"unix\")"}]},{"name":"powerfmt","pkg":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]},{"name":"time_core","pkg":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2","dep_kinds":[{"kind":null,"target":null}]},{"name":"time_macros","pkg":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","formatting","local-offset","macros","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19","dependencies":["registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2"],"deps":[{"name":"num_conv","pkg":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"time_core","pkg":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2","dep_kinds":[{"kind":null,"target":null}]}],"features":["formatting"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#timerfd@1.5.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28"],"deps":[{"name":"rustix","pkg":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.28","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.44.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.69","registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.5.0"],"deps":[{"name":"backtrace","pkg":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.69","dep_kinds":[{"kind":null,"target":"cfg(tokio_taskdump)"}]},{"name":"pin_project_lite","pkg":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","dep_kinds":[{"kind":null,"target":null}]},{"name":"tokio_macros","pkg":"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.5.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","macros","rt","rt-multi-thread","sync","time","tokio-macros"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.5.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.5.11","dependencies":["registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188"],"deps":[{"name":"serde","pkg":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.188","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41","dependencies":["registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.29","registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.34"],"deps":[{"name":"pin_project_lite","pkg":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.13","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing_attributes","pkg":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.29","dep_kinds":[{"kind":null,"target":null}]},{"name":"tracing_core","pkg":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.34","dep_kinds":[{"kind":null,"target":null}]}],"features":["attributes","default","std","tracing-attributes"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.29","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.34","dependencies":["registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0"],"deps":[{"name":"once_cell","pkg":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["once_cell","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.16.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.11","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vfio-ioctls@0.1.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"byteorder","pkg":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.4.3","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-bindings@0.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"kvm_ioctls","pkg":"registry+https://github.com/rust-lang/crates.io-index#kvm-ioctls@0.12.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.48","dep_kinds":[{"kind":null,"target":null}]},{"name":"vfio_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#vfio-bindings@0.3.1","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","kvm","kvm-bindings","kvm-ioctls"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#virtio-queue@0.7.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1"],"deps":[{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"virtio_bindings","pkg":"registry+https://github.com/rust-lang/crates.io-index#virtio-bindings@0.1.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vm_memory","pkg":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"vmm_sys_util","pkg":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vm-fdt@0.2.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vm-memory@0.10.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9"],"deps":[{"name":"arc_swap","pkg":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.6.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"winapi","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","dep_kinds":[{"kind":null,"target":"cfg(windows)"}]}],"features":["arc-swap","backend-atomic","backend-mmap","default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vm-superio@0.5.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#vmm-sys-util@0.11.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","dep_kinds":[{"kind":null,"target":"cfg(any(target_os = \"linux\", target_os = \"android\"))"}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","dependencies":[],"deps":[],"features":["default","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.14.2+wasi-0.2.4","dependencies":["registry+https://github.com/rust-lang/crates.io-index#wit-bindgen-rt@0.39.0"],"deps":[{"name":"wit_bindgen_rt","pkg":"registry+https://github.com/rust-lang/crates.io-index#wit-bindgen-rt@0.39.0","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.87","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.87"],"deps":[{"name":"cfg_if","pkg":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_macro","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.87","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","spans","std"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.87","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.13.0","registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87"],"deps":[{"name":"bumpalo","pkg":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.13.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.27","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.18.0","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_shared","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.87","dependencies":["registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.87"],"deps":[{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_macro_support","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.87","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.87","dependencies":["registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.87","registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87"],"deps":[{"name":"proc_macro2","pkg":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.66","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.33","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.32","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_backend","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.87","dep_kinds":[{"kind":null,"target":null}]},{"name":"wasm_bindgen_shared","pkg":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87","dep_kinds":[{"kind":null,"target":null}]}],"features":["spans"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.87","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","dependencies":["registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0"],"deps":[{"name":"winapi_i686_pc_windows_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","dep_kinds":[{"kind":null,"target":"i686-pc-windows-gnu"}]},{"name":"winapi_x86_64_pc_windows_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-gnu"}]}],"features":["consoleapi","errhandlingapi","fileapi","handleapi","knownfolders","minwinbase","minwindef","objbase","processenv","shlobj","sysinfoapi","winbase","wincon","winerror"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"],"deps":[{"name":"windows_targets","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","dep_kinds":[{"kind":null,"target":null}]}],"features":["Globalization","default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2"],"deps":[{"name":"windows_targets","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","dep_kinds":[{"kind":null,"target":"cfg(not(windows_raw_dylib))"}]}],"features":["Win32","Win32_Foundation","Win32_NetworkManagement","Win32_NetworkManagement_IpHelper","Win32_Networking","Win32_Networking_WinSock","Win32_System","Win32_System_Threading","default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5"],"deps":[{"name":"windows_targets","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","dep_kinds":[{"kind":null,"target":null}]}],"features":["Win32","Win32_Foundation","Win32_NetworkManagement","Win32_NetworkManagement_IpHelper","Win32_Networking","Win32_Networking_WinSock","Win32_Security","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_IO","Win32_System_Pipes","Win32_System_Threading","Win32_System_WindowsProgramming","default"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2"],"deps":[{"name":"windows_aarch64_gnullvm","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","dep_kinds":[{"kind":null,"target":"aarch64-pc-windows-gnullvm"}]},{"name":"windows_aarch64_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","dep_kinds":[{"kind":null,"target":"aarch64-pc-windows-msvc"},{"kind":null,"target":"aarch64-uwp-windows-msvc"}]},{"name":"windows_i686_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","dep_kinds":[{"kind":null,"target":"i686-pc-windows-gnu"},{"kind":null,"target":"i686-uwp-windows-gnu"}]},{"name":"windows_i686_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","dep_kinds":[{"kind":null,"target":"i686-pc-windows-msvc"},{"kind":null,"target":"i686-uwp-windows-msvc"}]},{"name":"windows_x86_64_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-gnu"},{"kind":null,"target":"x86_64-uwp-windows-gnu"}]},{"name":"windows_x86_64_gnullvm","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-gnullvm"}]},{"name":"windows_x86_64_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-msvc"},{"kind":null,"target":"x86_64-uwp-windows-msvc"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5"],"deps":[{"name":"windows_aarch64_gnullvm","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","dep_kinds":[{"kind":null,"target":"aarch64-pc-windows-gnullvm"}]},{"name":"windows_aarch64_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))"}]},{"name":"windows_i686_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))"}]},{"name":"windows_i686_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))"}]},{"name":"windows_x86_64_gnu","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))"}]},{"name":"windows_x86_64_gnullvm","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","dep_kinds":[{"kind":null,"target":"x86_64-pc-windows-gnullvm"}]},{"name":"windows_x86_64_msvc","pkg":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","dep_kinds":[{"kind":null,"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))"}]}],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","dependencies":[],"deps":[],"features":[]},{"id":"registry+https://github.com/rust-lang/crates.io-index#wit-bindgen-rt@0.39.0","dependencies":["registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0"],"deps":[{"name":"bitflags","pkg":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.4.0","dep_kinds":[{"kind":null,"target":null}]}],"features":["bitflags"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#xattr@1.0.1","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","unsupported"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#zstd@0.11.2+zstd.1.5.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#zstd-safe@5.0.2+zstd.1.5.2"],"deps":[{"name":"zstd_safe","pkg":"registry+https://github.com/rust-lang/crates.io-index#zstd-safe@5.0.2+zstd.1.5.2","dep_kinds":[{"kind":null,"target":null}]}],"features":["arrays","default","legacy","zdict_builder"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#zstd-safe@5.0.2+zstd.1.5.2","dependencies":["registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.8+zstd.1.5.5"],"deps":[{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"zstd_sys","pkg":"registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.8+zstd.1.5.5","dep_kinds":[{"kind":null,"target":null}]}],"features":["arrays","legacy","std","zdict_builder"]},{"id":"registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.8+zstd.1.5.5","dependencies":["registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27"],"deps":[{"name":"cc","pkg":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.22","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.172","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.27","dep_kinds":[{"kind":"build","target":null}]}],"features":["legacy","std","zdict_builder"]}],"root":"path+file:///root/riscv/kata-containers/src/dragonball#0.1.0"},"target_directory":"/root/riscv/kata-containers/src/dragonball/target","version":1,"workspace_root":"/root/riscv/kata-containers/src/dragonball","metadata":null}