$ rustc --version && cargo --version rustc 1.67.0 (fc594f156 2023-01-24) cargo 1.67.0 (8ecd4f20a 2023-01-10) $ cargo install cross Updating crates.io index Downloading crates ... Downloaded cross v0.2.5 Installing cross v0.2.5 Downloading crates ... Downloaded autocfg v1.1.0 Downloaded version_check v0.9.4 Downloaded atty v0.2.14 Downloaded which v4.4.0 Downloaded addr2line v0.19.0 Downloaded backtrace v0.3.67 Downloaded cfg-if v1.0.0 Downloaded bitflags v1.3.2 Downloaded clap v3.2.23 Downloaded indexmap v1.9.2 Downloaded hashbrown v0.12.3 Downloaded fastrand v1.8.0 Downloaded either v1.8.1 Downloaded libc v0.2.139 Downloaded tempfile v3.3.0 Downloaded is_ci v1.1.1 Downloaded directories v4.0.1 Downloaded itoa v1.0.5 Downloaded indenter v0.3.3 Downloaded heck v0.4.1 Downloaded dirs-sys v0.3.7 Downloaded textwrap v0.16.0 Downloaded syn v1.0.107 Downloaded rustc_version v0.4.0 Downloaded shell-escape v0.1.5 Downloaded miniz_oxide v0.6.2 Downloaded owo-colors v3.5.0 Downloaded semver v1.0.16 Downloaded ryu v1.0.12 Downloaded object v0.30.3 Downloaded termcolor v1.2.0 Downloaded serde_derive v1.0.152 Downloaded serde v1.0.152 Downloaded serde_json v1.0.92 Downloaded unicode-ident v1.0.6 Downloaded thiserror-impl v1.0.38 Downloaded toml v0.5.11 Downloaded shell-words v1.1.0 Downloaded serde_ignored v0.1.7 Downloaded ctrlc v3.2.5 Downloaded color-eyre v0.6.2 Downloaded cc v1.0.79 Downloaded gimli v0.27.1 Downloaded thiserror v1.0.38 Downloaded supports-color v1.3.1 Downloaded nix v0.26.2 Downloaded nix v0.24.3 Downloaded home v0.5.4 Downloaded os_str_bytes v6.4.1 Downloaded eyre v0.6.8 Downloaded const-sha1 v0.2.0 Downloaded static_assertions v1.1.0 Downloaded quote v1.0.23 Downloaded clap_lex v0.2.4 Downloaded adler v1.0.2 Downloaded strsim v0.10.0 Downloaded rustc-demangle v0.1.21 Downloaded remove_dir_all v0.5.3 Downloaded proc-macro2 v1.0.51 Downloaded proc-macro-error-attr v1.0.4 Downloaded proc-macro-error v1.0.4 Downloaded once_cell v1.17.0 Downloaded memchr v2.5.0 Downloaded clap_derive v3.2.18 Compiling libc v0.2.139 Compiling proc-macro2 v1.0.51 Compiling quote v1.0.23 Compiling unicode-ident v1.0.6 Compiling syn v1.0.107 Compiling version_check v0.9.4 Compiling serde_derive v1.0.152 Compiling cfg-if v1.0.0 Compiling proc-macro-error-attr v1.0.4 Compiling memchr v2.5.0 Compiling serde v1.0.152 Compiling proc-macro-error v1.0.4 Compiling atty v0.2.14 Compiling autocfg v1.1.0 Compiling cc v1.0.79 Compiling bitflags v1.3.2 Compiling backtrace v0.3.67 Compiling indexmap v1.9.2 Compiling adler v1.0.2 Compiling eyre v0.6.8 Compiling once_cell v1.17.0 Compiling gimli v0.27.1 Compiling is_ci v1.1.1 Compiling semver v1.0.16 Compiling supports-color v1.3.1 Compiling addr2line v0.19.0 Compiling miniz_oxide v0.6.2 Compiling object v0.30.3 Compiling heck v0.4.1 Compiling thiserror v1.0.38 Compiling hashbrown v0.12.3 Compiling os_str_bytes v6.4.1 Compiling indenter v0.3.3 Compiling static_assertions v1.1.0 Compiling serde_json v1.0.92 Compiling rustc-demangle v0.1.21 Compiling nix v0.26.2 Compiling clap_lex v0.2.4 Compiling clap_derive v3.2.18 Compiling owo-colors v3.5.0 Compiling thiserror-impl v1.0.38 Compiling dirs-sys v0.3.7 Compiling either v1.8.1 Compiling textwrap v0.16.0 Compiling strsim v0.10.0 Compiling cross v0.2.5 Compiling itoa v1.0.5 Compiling ryu v1.0.12 Compiling fastrand v1.8.0 Compiling termcolor v1.2.0 Compiling remove_dir_all v0.5.3 Compiling tempfile v3.3.0 Compiling clap v3.2.23 Compiling which v4.4.0 Compiling directories v4.0.1 Compiling rustc_version v0.4.0 Compiling color-eyre v0.6.2 Compiling ctrlc v3.2.5 Compiling toml v0.5.11 Compiling serde_ignored v0.1.7 Compiling nix v0.24.3 Compiling shell-escape v0.1.5 Compiling shell-words v1.1.0 Compiling home v0.5.4 Compiling const-sha1 v0.2.0 Finished release [optimized] target(s) in 3m 20s Installing /usr/local/cargo/bin/cross Installing /usr/local/cargo/bin/cross-util Installed package `cross v0.2.5` (executables `cross`, `cross-util`) $ cargo clean $ cargo metadata --format-version=1 --filter-platform armv7-unknown-linux-gnueabihf Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_1.git` Updating crates.io index Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_2.git` Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_3.git` Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_4.git` Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_5.git` Updating git submodule `ssh://git@gitlab.com/[REDACTED]/private_5.git` Downloading crates ... Downloaded crossbeam-utils v0.8.14 Downloaded ciborium-ll v0.2.0 Downloaded embedded-can v0.4.1 Downloaded bincode v1.3.3 Downloaded deku_derive v0.15.1 Downloaded deku v0.15.1 Downloaded log v0.4.17 Downloaded libloading v0.7.4 Downloaded jobserver v0.1.25 Downloaded object v0.29.0 Downloaded stable_deref_trait v1.2.0 Downloaded base64 v0.13.1 Downloaded anyhow v1.0.69 Downloaded aho-corasick v0.7.20 Downloaded regex v1.7.1 Downloaded linked-hash-map v0.5.6 Downloaded bitflags v0.4.0 Downloaded hidapi v1.5.0 Downloaded cpp_build v0.5.7 Downloaded tap v1.0.1 Downloaded toml_datetime v0.5.1 Downloaded probe-rs-target v0.13.0 Downloaded peeking_take_while v0.1.2 Downloaded hex v0.2.0 Downloaded strum_macros v0.24.3 Downloaded nom v7.1.3 Downloaded nom8 v0.2.0 Downloaded serial v0.4.0 Downloaded termios v0.2.2 Downloaded rusb v0.9.1 Downloaded cpp_common v0.5.7 Downloaded bitvec v1.0.1 Downloaded lxi v0.1.3 Downloaded ioctl-rs v0.1.6 Downloaded toml_edit v0.18.1 Downloaded serial-unix v0.4.0 Downloaded unicode-xid v0.2.4 Downloaded itertools v0.4.19 Downloaded socketcan v1.7.0 Downloaded radium v0.7.0 Downloaded num-derive v0.3.3 Downloaded lazy_static v1.4.0 Downloaded darling_macro v0.14.3 Downloaded serde_yaml v0.8.26 Downloaded shlex v1.1.0 Downloaded yaml-rust v0.4.5 Downloaded slcan v0.1.3 Downloaded wyz v0.5.1 Downloaded libusb1-sys v0.6.4 Downloaded try_from v0.2.2 Downloaded rustix v0.36.8 Downloaded gimli v0.26.2 Downloaded serialport v4.2.0 Downloaded probe-rs v0.13.0 Downloaded linux-raw-sys v0.1.4 Downloaded jep106 v0.2.8 Downloaded ihex v3.0.0 Downloaded byteorder v1.4.3 Downloaded serial-core v0.4.0 Downloaded rustversion v1.0.11 Downloaded darling v0.14.3 Downloaded lazycell v1.3.0 Downloaded io-lifetimes v1.0.5 Downloaded ciborium-io v0.2.0 Downloaded itertools v0.9.0 Downloaded fnv v1.0.7 Downloaded libudev v0.3.0 Downloaded scroll v0.11.0 Downloaded libudev-sys v0.1.4 Downloaded svg v0.10.0 Downloaded nb v1.0.0 Downloaded darling_core v0.14.3 Downloaded cpp_macros v0.5.7 Downloaded aquamarine v0.2.2 Downloaded array-init v2.1.0 Downloaded nix v0.5.1 Downloaded pkg-config v0.3.26 Downloaded enum-primitive-derive v0.2.2 Downloaded clang-sys v1.4.0 Downloaded cexpr v0.6.0 Downloaded jaylink v0.3.0 Downloaded half v1.8.2 Downloaded glob v0.3.1 Downloaded fallible-iterator v0.2.0 Downloaded proc-macro-crate v1.3.0 Downloaded is-terminal v0.4.3 Downloaded funty v2.0.0 Downloaded cpp v0.5.7 Downloaded ciborium v0.2.0 Downloaded bindgen v0.63.0 Downloaded bitfield v0.14.0 Downloaded ident_case v1.0.1 Downloaded env_logger v0.10.0 Downloaded num-traits v0.2.15 Downloaded minimal-lexical v0.2.1 Downloaded crossbeam-channel v0.5.6 Downloaded rustc-hash v1.1.0 Downloaded regex-syntax v0.6.28 Downloaded humantime v2.1.0 {"packages":[{"name":"private_crate_1","version":"0.1.0","id":"private_crate_1 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890","dependencies":[{"name":"array-init","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"brainstem_ffi","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpp","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":"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":"num-derive","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":"num-traits","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":"env_logger","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":[],"target":null,"registry":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpp_build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"build","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.17","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"private_crate_1","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"mtm_daq_2","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/examples/mtm_daq_2.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"mtm_usb_stem","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/examples/mtm_usb_stem.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"addr2line","version":"0.19.0","id":"addr2line 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)","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.2","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.27.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["read"],"target":null,"registry":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.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":"^3.1.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-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":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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"addr2line","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/examples/addr2line.rs","edition":"2015","required-features":["std-object"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"output_equivalence","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/tests/output_equivalence.rs","edition":"2015","required-features":["std-object"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"correctness","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/tests/correctness.rs","edition":"2015","required-features":["default"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/tests/parse.rs","edition":"2015","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"],"fallible-iterator":["dep:fallible-iterator"],"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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.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":"2015","links":null,"default_run":null,"rust_version":null},{"name":"adler","version":"1.0.2","id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"aho-corasick","version":"0.7.20","id":"aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense OR MIT","license_file":null,"description":"Fast multiple substring searching.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":["memchr/std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.20/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":["text-processing"],"keywords":["string","search","text","aho","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"anyhow","version":"1.0.69","id":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","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":"^1.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","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_boxed","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_boxed.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ffi","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_ffi.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_context","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_context.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_convert","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_convert.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_autotrait","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_autotrait.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_backtrace.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_repr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_repr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_chain","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_chain.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ensure","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_ensure.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_downcast","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_downcast.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_fmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_macros","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/tests/test_macros.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"backtrace":["dep:backtrace"],"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.69/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"],"rustdoc-args":["--cfg","doc_cfg"]}}},"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":"aquamarine","version":"0.2.2","id":"aquamarine 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A mermaid.js integration for rustdoc","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro-error","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":"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":"^1","kind":null,"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}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"aquamarine","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/aquamarine-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/aquamarine-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Mike Lubinets "],"categories":["visualization","development-tools::build-utils"],"keywords":["proc_macro","docs","rustdoc","mermaid","diagram"],"readme":"README.md","repository":"https://github.com/mersinvald/aquamarine","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"private_crate_2","version":"0.0.0","id":"private_crate_2 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f#a136a7d24c7f835d336438b621b5ca3045d6680f)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f#a136a7d24c7f835d336438b621b5ca3045d6680f","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.65","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backtrace"],"target":null,"registry":null},{"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":"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":"probe-rs","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":[],"target":null,"registry":null},{"name":"env_logger","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"private_crate_2","src_path":"/usr/local/cargo/git/checkouts/private_crate_2-5c144a868aa7aab9/a136a7d/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"program","src_path":"/usr/local/cargo/git/checkouts/private_crate_2-5c144a868aa7aab9/a136a7d/examples/program.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"program_feedback","src_path":"/usr/local/cargo/git/checkouts/private_crate_2-5c144a868aa7aab9/a136a7d/examples/program_feedback.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_2-5c144a868aa7aab9/a136a7d/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"array-init","version":"2.1.0","id":"array-init 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Safe wrapper for initializing fixed-size arrays","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"array-init","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/array-init-2.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/array-init-2.1.0/Cargo.toml","metadata":{"msrv":"1.51"},"publish":null,"authors":["Manish Goregaokar ","Michal 'vorner' Vaner "],"categories":["data-structures","no-std"],"keywords":["abstraction","initialization","no_std"],"readme":"README.md","repository":"https://github.com/Manishearth/array-init/","homepage":null,"documentation":"https://docs.rs/crate/array-init","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"autocfg","version":"1.1.0","id":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"paths","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/paths.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"versions","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/versions.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"integers","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/integers.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"traits","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/examples/traits.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"rustflags","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/tests/rustflags.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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.67","id":"backtrace 0.3.67 (registry+https://github.com/rust-lang/crates.io-index)","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":"addr2line","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.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","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":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.94","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","unaligned","archive"],"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":"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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"backtrace","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/examples/backtrace.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"raw","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/examples/raw.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"skip_inner_frames","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/tests/skip_inner_frames.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"long_fn_name","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/tests/long_fn_name.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"smoke","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/tests/smoke.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"accuracy","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/tests/current-exe-mismatch.rs","edition":"2018","required-features":["std"],"doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benchmarks","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/benches/benchmarks.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/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":"base64","version":"0.13.1","id":"base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"encodes and decodes base64 as bytes or utf8","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.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.6.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"structopt","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":"base64","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"base64","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/examples/base64.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"make_tables","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/examples/make_tables.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"helpers","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/helpers.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"encode","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/encode.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"decode","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/tests/decode.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benchmarks","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/benches/benchmarks.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.1/Cargo.toml","metadata":null,"publish":null,"authors":["Alice Maz ","Marshall Pierce "],"categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bincode","version":"1.3.3","id":"bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!","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.63","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_bytes","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":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bincode","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"i128":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["Ty Overby ","Francesco Mazzoli ","David Tolnay ","Zoey Riordan "],"categories":["encoding","network-programming"],"keywords":["binary","encode","decode","serialize","deserialize"],"readme":"./readme.md","repository":"https://github.com/servo/bincode","homepage":null,"documentation":"https://docs.rs/bincode","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"bindgen","version":"0.63.0","id":"bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"BSD-3-Clause","license_file":null,"description":"Automatically generates Rust FFI bindings to C and C++ libraries.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cexpr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"clang-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["clang_6_0"],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazycell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"peeking_take_while","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std","unicode"],"target":null,"registry":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.99","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","extra-traits","visit-mut"],"target":null,"registry":null},{"name":"which","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.2.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bindgen","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.63.0/./lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.63.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["logging","runtime","which-rustfmt"],"log":["dep:log"],"logging":["log"],"runtime":["clang-sys/runtime"],"static":["clang-sys/static"],"testing_only_docs":[],"testing_only_extra_assertions":[],"testing_only_libclang_5":[],"testing_only_libclang_9":[],"which":["dep:which"],"which-rustfmt":["which"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.63.0/Cargo.toml","metadata":null,"publish":null,"authors":["Jyun-Yan You ","Emilio Cobos Álvarez ","Nick Fitzgerald ","The Servo project developers"],"categories":["external-ffi-bindings","development-tools::ffi"],"keywords":["bindings","ffi","code-generation"],"readme":"README.md","repository":"https://github.com/rust-lang/rust-bindgen","homepage":"https://rust-lang.github.io/rust-bindgen/","documentation":"https://docs.rs/bindgen","edition":"2018","links":null,"default_run":null,"rust_version":"1.57.0"},{"name":"bitfield","version":"0.14.0","id":"bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"This crate provides macros to generate bitfield-like struct.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitfield","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.14.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"bits_position","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.14.0/examples/bits_position.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ipv4","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.14.0/examples/ipv4.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.14.0/tests/lib.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.14.0/Cargo.toml","metadata":null,"publish":null,"authors":["Loïc Damien "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dzamlo/rust-bitfield","homepage":null,"documentation":"https://docs.rs/bitfield","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"bitflags","version":"0.4.0","id":"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to generate structures which behave like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"external_no_std","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.4.0/tests/external_no_std.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"external","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.4.0/tests/external.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"no_std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/bitflags","homepage":"https://github.com/rust-lang/bitflags","documentation":"https://doc.rust-lang.org/bitflags","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"bitflags","version":"1.3.2","id":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to generate structures which behave like bitflags.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compile","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"bitvec","version":"1.0.1","id":"bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Addresses memory by bits, for packed collections and bitfields","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"funty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"radium","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":"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":"tap","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":"wyz","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"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":"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},{"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":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"bitvec","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"macros","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/macros.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"eq","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/eq.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"slice","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/slice.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"mut_access","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/mut_access.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"memcpy","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/memcpy.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"iter","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/benches/iter.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"atomic":[],"default":["atomic","std"],"serde":["dep:serde"],"std":["alloc"],"testing":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["atomic","serde","std"]}}},"publish":null,"authors":[],"categories":["data-structures","embedded","no-std","rust-patterns"],"keywords":["bitfields","bitmap","bitstream","bitvec","bitvector"],"readme":"README.md","repository":"https://github.com/bitvecto-rs/bitvec","homepage":"https://bitvecto-rs.github.io/bitvec","documentation":"https://docs.rs/bitvec/latest/bitvec","edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"brainstem_ffi","version":"0.1.0","id":"brainstem_ffi 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","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.63.0","kind":"build","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","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"build","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.17","kind":"build","rename":null,"optional":false,"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","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"brainstem_ffi","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/brainstem_ffi/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/brainstem_ffi/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_1-74dc0eac1b1023aa/355b98b/brainstem_ffi/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":null,"repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"byteorder","version":"1.4.3","id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"cc","version":"1.0.79","id":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","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.16","kind":null,"rename":null,"optional":true,"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":"cc","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bin"],"crate_types":["bin"],"name":"gcc-shim","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/src/bin/gcc-shim.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cc_env","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cc_env.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cxxflags","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cxxflags.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cflags","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/tests/cflags.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"jobserver":["dep:jobserver"],"parallel":["jobserver"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/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":null},{"name":"cexpr","version":"0.6.0","id":"cexpr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"A C expression parser and evaluator","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"nom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["std"],"target":null,"registry":null},{"name":"clang-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.13.0, <0.29.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cexpr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"clang","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.6.0/tests/clang.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.6.0/Cargo.toml","metadata":null,"publish":null,"authors":["Jethro Beekman "],"categories":[],"keywords":["C","expression","parser"],"readme":null,"repository":"https://github.com/jethrogb/rust-cexpr","homepage":null,"documentation":"https://docs.rs/cexpr/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"cfg-if","version":"1.0.0","id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"xcrate","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"ciborium","version":"0.2.0","id":"ciborium 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"serde implementation of CBOR using ciborium-basic","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ciborium-io","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":["alloc"],"target":null,"registry":null},{"name":"ciborium-ll","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","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["alloc","derive"],"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},{"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":"rstest","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":"serde_bytes","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":"ciborium","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/no_std.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tag","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/tag.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fuzz","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/fuzz.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"codec","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/codec.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/macro.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/error.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"recursion","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/tests/recursion.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"default":["std"],"std":["ciborium-io/std","serde/std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Nathaniel McCallum "],"categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor","serde"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"ciborium-io","version":"0.2.0","id":"ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Simplified Read/Write traits for no_std usage","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ciborium-io","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-io-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-io-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Nathaniel McCallum "],"categories":["data-structures","embedded","no-std"],"keywords":["io","read","write"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"ciborium-ll","version":"0.2.0","id":"ciborium-ll 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Low-level CBOR codec primitives","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ciborium-io","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":"half","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","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":"ciborium-ll","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-ll-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-ll-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Nathaniel McCallum "],"categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"clang-sys","version":"1.4.0","id":"clang-sys 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0","license_file":null,"description":"Rust bindings for libclang.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.39","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"clang-sys","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/tests/lib.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"clang_10_0":["clang_9_0"],"clang_11_0":["clang_10_0"],"clang_12_0":["clang_11_0"],"clang_13_0":["clang_12_0"],"clang_14_0":["clang_13_0"],"clang_15_0":["clang_14_0"],"clang_16_0":["clang_15_0"],"clang_3_5":[],"clang_3_6":["clang_3_5"],"clang_3_7":["clang_3_6"],"clang_3_8":["clang_3_7"],"clang_3_9":["clang_3_8"],"clang_4_0":["clang_3_9"],"clang_5_0":["clang_4_0"],"clang_6_0":["clang_5_0"],"clang_7_0":["clang_6_0"],"clang_8_0":["clang_7_0"],"clang_9_0":["clang_8_0"],"libloading":["dep:libloading"],"runtime":["libloading"],"static":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.4.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["clang_16_0","runtime"]}}},"publish":null,"authors":["Kyle Mayes "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/KyleMayes/clang-sys","homepage":null,"documentation":"https://docs.rs/clang-sys","edition":"2015","links":"clang","default_run":null,"rust_version":null},{"name":"cpp","version":"0.5.7","id":"cpp 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Inline C++ code closures","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cpp_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpp_build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cpp","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.5.7/Cargo.toml","metadata":null,"publish":null,"authors":["Nika Layzell ","Olivier Goffart "],"categories":["development-tools::ffi"],"keywords":["c","cxx","ffi","compiler"],"readme":"../README.md","repository":"https://github.com/mystor/rust-cpp","homepage":null,"documentation":"https://docs.rs/cpp","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"cpp_build","version":"0.5.7","id":"cpp_build 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Cargo build script for the `cpp` crate","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.38","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpp_common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.7","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","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":"regex","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","visit"],"target":null,"registry":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cpp_build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_build-0.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"docs-only":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_build-0.5.7/Cargo.toml","metadata":{"docs":{"rs":{"features":["docs-only"]}}},"publish":null,"authors":["Nika Layzell ","Olivier Goffart "],"categories":["development-tools::ffi"],"keywords":["c","cxx","ffi","compiler","build-dependencies"],"readme":"../README.md","repository":"https://github.com/mystor/rust-cpp","homepage":null,"documentation":"https://docs.rs/cpp_build","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"cpp_common","version":"0.5.7","id":"cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Implementation details crate for the `cpp` crate","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":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":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"cpp_common","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_common-0.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_common-0.5.7/Cargo.toml","metadata":null,"publish":null,"authors":["Nika Layzell ","Olivier Goffart "],"categories":["development-tools::ffi"],"keywords":["c","cxx","ffi","compiler","build-dependencies"],"readme":"../README.md","repository":"https://github.com/mystor/rust-cpp","homepage":null,"documentation":"https://docs.rs/cpp_common","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"cpp_macros","version":"0.5.7","id":"cpp_macros 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Procedural macro implementation for the `cpp` crate","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.15","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.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cpp_common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.5.7","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","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":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","visit"],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"cpp_macros","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_macros-0.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"docs-only":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cpp_macros-0.5.7/Cargo.toml","metadata":{"docs":{"rs":{"features":["docs-only"]}}},"publish":null,"authors":["Nika Layzell ","Olivier Goffart "],"categories":["development-tools::ffi"],"keywords":["c","cxx","ffi","compiler"],"readme":"../README.md","repository":"https://github.com/mystor/rust-cpp","homepage":null,"documentation":"https://docs.rs/cpp_macros","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"crossbeam-channel","version":"0.5.6","id":"crossbeam-channel 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","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":"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":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":null,"rename":null,"optional":true,"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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"matching","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/examples/matching.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"stopwatch","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/examples/stopwatch.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"fibonacci","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/examples/fibonacci.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"mpsc","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/mpsc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ready","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/ready.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"same_channel","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/same_channel.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"array","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/array.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"select","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/select.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"golang","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/golang.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"thread_locals","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/thread_locals.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"select_macro","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/select_macro.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"never","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/never.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tick","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/tick.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"list","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/list.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"iter","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/iter.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"after","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/after.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zero","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/tests/zero.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"crossbeam","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/benches/crossbeam.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"crossbeam-utils":["dep:crossbeam-utils"],"default":["std"],"std":["crossbeam-utils/std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/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":"2018","links":null,"default_run":null,"rust_version":"1.38"},{"name":"crossbeam-utils","version":"0.8.14","id":"crossbeam-utils 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)","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":"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":"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":"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":"loom","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(crossbeam_loom)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-utils","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cache_padded","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/cache_padded.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parker","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/parker.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"thread","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/thread.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"wait_group","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/wait_group.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"sharded_lock","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/sharded_lock.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"atomic_cell","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/tests/atomic_cell.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"atomic_cell","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/benches/atomic_cell.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"loom":["dep:loom"],"nightly":[],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/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":"2018","links":null,"default_run":null,"rust_version":"1.38"},{"name":"darling","version":"0.14.3","id":"darling 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"darling_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.14.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"darling_macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.14.3","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.37","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.18","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":"^1.0.91","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":"cfg(compiletests)","registry":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.38","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(compiletests)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"darling","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"fallible_read","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/examples/fallible_read.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shorthand_or_long_field","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/examples/shorthand_or_long_field.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"automatic_bounds","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/examples/automatic_bounds.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"supports_struct","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/examples/supports_struct.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"consume_fields","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/examples/consume_fields.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"computed_bound","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/computed_bound.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_generics","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/from_generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"split_declaration","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/split_declaration.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"newtype","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/newtype.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multiple","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/multiple.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"happy_path","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/happy_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_variant","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/from_variant.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"skip","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/skip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"accrue_errors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/accrue_errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom_bound","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/custom_bound.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/compiletests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_meta","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/from_meta.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"supports","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/supports.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"enums_unit","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/enums_unit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"defaults","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/defaults.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"enums_struct","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/enums_struct.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"generics","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"hash_map","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/hash_map.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"enums_newtype","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/enums_newtype.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/error.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"unsupported_attributes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/unsupported_attributes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_type_param","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/from_type_param.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"suggestions","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/suggestions.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"from_type_param_default","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/tests/from_type_param_default.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["suggestions"],"diagnostics":["darling_core/diagnostics"],"suggestions":["darling_core/suggestions"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.3/Cargo.toml","metadata":null,"publish":null,"authors":["Ted Driggs "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/TedDriggs/darling","homepage":null,"documentation":"https://docs.rs/darling/0.14.3","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"darling_core","version":"0.14.3","id":"darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Helper crate for proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ident_case","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","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.18","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.91","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"darling_core","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling_core-0.14.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"diagnostics":[],"strsim":["dep:strsim"],"suggestions":["strsim"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling_core-0.14.3/Cargo.toml","metadata":null,"publish":null,"authors":["Ted Driggs "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/TedDriggs/darling","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"darling_macro","version":"0.14.3","id":"darling_macro 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"darling_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.14.3","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.18","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.91","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"darling_macro","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.14.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.14.3/Cargo.toml","metadata":null,"publish":null,"authors":["Ted Driggs "],"categories":[],"keywords":[],"readme":null,"repository":"https://github.com/TedDriggs/darling","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"deku","version":"0.15.1","id":"deku 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"bit level serialization/deserialization proc-macro for structs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bitvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"deku_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.0","kind":null,"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":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"alloc_counter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","rename":null,"optional":false,"uses_default_features":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":true,"features":[],"target":null,"registry":null},{"name":"hexlit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-hash","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":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.71","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"deku","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"example","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/examples/example.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"custom_reader_and_writer","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/examples/custom_reader_and_writer.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ipv4","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/examples/ipv4.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"enums","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/examples/enums.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"test_regression","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_regression.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_from_bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_from_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_struct","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_struct.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_magic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_magic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mod","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/mod.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_alloc","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_alloc.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_deku_id","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_deku_id.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_enum","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_enum.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/tests/test_generic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"deku","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/benches/deku.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["bitvec/alloc"],"const_generics":[],"default":["std","const_generics"],"log":["dep:log"],"logging":["deku_derive/logging","log"],"std":["deku_derive/std","bitvec/std","alloc"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku-0.15.1/Cargo.toml","metadata":null,"publish":null,"authors":["sharks "],"categories":["encoding","parsing","no-std"],"keywords":["deku","bits","serialization","deserialization","struct"],"readme":"README.md","repository":"https://github.com/sharksforarms/deku","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"deku_derive","version":"0.15.1","id":"deku_derive 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"bit level serialization/deserialization proc-macro for structs","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"darling","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},{"name":"proc-macro-crate","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":"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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"deku_derive","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku_derive-0.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"logging":[],"proc-macro-crate":["dep:proc-macro-crate"],"std":["proc-macro-crate"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/deku_derive-0.15.1/Cargo.toml","metadata":null,"publish":null,"authors":["sharks "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sharksforarms/deku","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"either","version":"1.8.1","id":"either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\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":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["use_std"],"serde":["dep:serde"],"use_std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1/Cargo.toml","metadata":{"release":{"no-dev-version":true,"tag-name":"{{version}}"},"docs":{"rs":{"features":["serde"]}}},"publish":null,"authors":["bluss"],"categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/bluss/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2018","links":null,"default_run":null,"rust_version":"1.36"},{"name":"embedded-can","version":"0.4.1","id":"embedded-can 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"HAL traits for Controller Area Network (CAN) devices.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"nb","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":"embedded-can","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/embedded-can-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/embedded-can-0.4.1/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":["embedded","hardware-support","no-std"],"keywords":["hal","IO"],"readme":"README.md","repository":"https://github.com/rust-embedded/embedded-hal","homepage":null,"documentation":"https://docs.rs/embedded-can","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"enum-primitive-derive","version":"0.2.2","id":"enum-primitive-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"enum_primitive implementation using procedural macros to have a custom derive","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","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"syn","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":["proc-macro"],"crate_types":["proc-macro"],"name":"enum-primitive-derive","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/enum-primitive-derive-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/enum-primitive-derive-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Doug Goldstein "],"categories":["rust-patterns"],"keywords":["derive","enum","fromprimitive","primitive","ffi"],"readme":"README.md","repository":"https://gitlab.com/cardoe/enum-primitive-derive.git","homepage":"https://gitlab.com/cardoe/enum-primitive-derive","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"env_logger","version":"0.10.0","id":"env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"is-terminal","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":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"registry":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"env_logger","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"syslog_friendly_format","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/syslog_friendly_format.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"custom_format","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/custom_format.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"custom_logger","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/custom_logger.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"custom_default_format","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/custom_default_format.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"filters_from_code","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/filters_from_code.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"direct_logger","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/direct_logger.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"default","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/default.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"in_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/examples/in_tests.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"regexp_filter","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/tests/regexp_filter.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"log-in-log","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/tests/log-in-log.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"log_tls_dtors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/tests/log_tls_dtors.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"init-twice-retains-filter","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/tests/init-twice-retains-filter.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"auto-color":["dep:is-terminal","color"],"color":["dep:termcolor"],"default":["auto-color","humantime","regex"],"humantime":["dep:humantime"],"regex":["dep:regex"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.10.0/Cargo.toml","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","search":"Unreleased","replace":"{{version}}","min":1},{"file":"CHANGELOG.md","search":"\\.\\.\\.HEAD","replace":"...{{tag_name}}","exactly":1},{"file":"CHANGELOG.md","search":"ReleaseDate","replace":"{{date}}","min":1},{"file":"CHANGELOG.md","search":"","replace":"\n## [Unreleased] - ReleaseDate\n","exactly":1},{"file":"CHANGELOG.md","search":"","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","exactly":1}]}},"publish":null,"authors":[],"categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger/","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.60.0"},{"name":"fallible-iterator","version":"0.2.0","id":"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Fallible iterator traits","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"fallible-iterator","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Steven Fackler "],"categories":["algorithms","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/rust-fallible-iterator","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"fnv","version":"1.0.7","id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"funty","version":"2.0.0","id":"funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Trait generalization over the primitive types","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"funty","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/funty-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/funty-2.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["myrrlyn "],"categories":["no-std","rust-patterns"],"keywords":["numerics","primitives","traits"],"readme":"README.md","repository":"https://github.com/myrrlyn/funty","homepage":null,"documentation":"https://docs.rs/funty","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"gimli","version":"0.26.2","id":"gimli 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)","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.2.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":"^1.0.2","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":"crossbeam","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":"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":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["wasm"],"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":"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":"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},{"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":"gimli","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/examples/simple.rs","edition":"2018","required-features":["read"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple_line","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/examples/simple_line.rs","edition":"2018","required-features":["read"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dwarfdump","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/examples/dwarfdump.rs","edition":"2018","required-features":["read","std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dwarf-validate","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/examples/dwarf-validate.rs","edition":"2018","required-features":["read","std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"convert_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/tests/convert_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/tests/parse_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["read","write","std","fallible-iterator","endian-reader"],"endian-reader":["read","stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"indexmap":["dep:indexmap"],"read":["read-core"],"read-core":[],"rustc-dep-of-std":["core","alloc","compiler_builtins"],"stable_deref_trait":["dep:stable_deref_trait"],"std":["fallible-iterator/std","stable_deref_trait/std"],"write":["indexmap"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.2/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":null},{"name":"gimli","version":"0.27.1","id":"gimli 0.27.1 (registry+https://github.com/rust-lang/crates.io-index)","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.2.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":"^1.0.2","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":"crossbeam","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":"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":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["wasm"],"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":"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":"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},{"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":"gimli","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"simple","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/examples/simple.rs","edition":"2018","required-features":["read"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"simple_line","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/examples/simple_line.rs","edition":"2018","required-features":["read"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dwarfdump","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/examples/dwarfdump.rs","edition":"2018","required-features":["read","std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"dwarf-validate","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/examples/dwarf-validate.rs","edition":"2018","required-features":["read","std"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"convert_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/tests/convert_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/tests/parse_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["read","write","std","fallible-iterator","endian-reader"],"endian-reader":["read","stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"indexmap":["dep:indexmap"],"read":["read-core"],"read-core":[],"rustc-dep-of-std":["core","alloc","compiler_builtins"],"stable_deref_trait":["dep:stable_deref_trait"],"std":["fallible-iterator/std","stable_deref_trait/std"],"write":["indexmap"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.1/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":["development-tools::debugging","development-tools::profiling","parser-implementations"],"keywords":["DWARF","debug","ELF","eh_frame"],"readme":"./README.md","repository":"https://github.com/gimli-rs/gimli","homepage":null,"documentation":"https://docs.rs/gimli","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"glob","version":"0.3.1","id":"glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Support for matching file paths against Unix shell style patterns.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"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":"tempdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"glob-std","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.1/tests/glob-std.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["filesystem"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/glob","homepage":"https://github.com/rust-lang/glob","documentation":"https://docs.rs/glob/0.3.1","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"half","version":"1.8.2","id":"half 1.8.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["derive"],"target":null,"registry":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":["libm"],"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":["derive"],"target":null,"registry":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.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.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^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","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":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"half","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"convert","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/benches/convert.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"num-traits":["dep:num-traits"],"serde":["dep:serde"],"serialize":["serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","serde","bytemuck","num-traits","zerocopy"],"rustc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Kathryn Long "],"categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"hashbrown","version":"0.12.3","id":"hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A Rust port of Google's SwissTable hash map","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"alloc","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.5.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":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"registry":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"serde","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/serde.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"hasher","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/hasher.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rayon","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/rayon.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"set","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/tests/set.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/bench.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"insert_unique_unchecked","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/benches/insert_unique_unchecked.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"ahash":["dep:ahash"],"ahash-compile-time-rng":["ahash/compile-time-rng"],"alloc":["dep:alloc"],"bumpalo":["dep:bumpalo"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["ahash","inline-more"],"inline-more":[],"nightly":[],"raw":[],"rayon":["dep:rayon"],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[],"serde":["dep:serde"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"]}}},"publish":null,"authors":["Amanieu d'Antras "],"categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":"1.56.0"},{"name":"heck","version":"0.4.1","id":"heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"heck is a case conversion library.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"default":[],"unicode":["unicode-segmentation"],"unicode-segmentation":["dep:unicode-segmentation"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.1/Cargo.toml","metadata":null,"publish":null,"authors":["Without Boats "],"categories":[],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":"https://github.com/withoutboats/heck","documentation":"https://docs.rs/heck","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"hex","version":"0.2.0","id":"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A basic crate to encode values to hexadecimal representation.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["KokaKiwi "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":"https://github.com/KokaKiwi/rust-hex","documentation":"https://kokakiwi.github.io/rust-hex/hex/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"hidapi","version":"1.5.0","id":"hidapi 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust-y wrapper around hidapi","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":"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},{"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},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"hidapi","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"lshid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/lshid.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"readhid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/readhid.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"logitech_gprox","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/logitech_gprox.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"static_lifetime_bound","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/static_lifetime_bound.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"open_first_device","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/open_first_device.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"co2mon","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/examples/co2mon.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["linux-static-libusb","illumos-static-libusb"],"illumos-shared-libusb":[],"illumos-static-libusb":[],"linux-shared-hidraw":[],"linux-shared-libusb":[],"linux-static-hidraw":[],"linux-static-libusb":[],"macos-shared-device":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hidapi-1.5.0/Cargo.toml","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"publish":null,"authors":["Roland Ruckerbauer ","Osspial ","Artyom Pavlov ","mberndt123","niklasad1","Stefan Kerkmann"],"categories":[],"keywords":["hid","api","usb","binding","wrapper"],"readme":"README.md","repository":"https://github.com/ruabmbua/hidapi-rs","homepage":null,"documentation":"https://docs.rs/hidapi","edition":"2015","links":"hidapi","default_run":null,"rust_version":null},{"name":"humantime","version":"2.1.0","id":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":" A parser and formatter for std::time::{Duration, SystemTime}\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"humantime","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"datetime_parse","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"datetime_format","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Paul Colomiets "],"categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"ident_case","version":"1.0.1","id":"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Utility for applying case rules to Rust identifiers.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ident_case","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Ted Driggs "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/TedDriggs/ident_case","homepage":null,"documentation":"https://docs.rs/ident_case/1.0.1","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"ihex","version":"3.0.0","id":"ihex 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"ihex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ihex-3.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_writer","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ihex-3.0.0/tests/test_writer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_reader","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ihex-3.0.0/tests/test_reader.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ihex-3.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Martin Mroz "],"categories":[],"keywords":["ihex","intel","hex"],"readme":"README.md","repository":"http://github.com/martinmroz/ihex","homepage":"http://github.com/martinmroz/ihex","documentation":"https://martinmroz.github.io/ihex/master/ihex/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"indexmap","version":"1.9.2","id":"indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0 OR MIT","license_file":null,"description":"A hash table with consistent order and fast iteration.","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":false,"features":[],"target":null,"registry":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["raw"],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-rayon","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":"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":"fnv","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":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","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":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":["small_rng"],"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":"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":"indexmap","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"equivalent_trait","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/equivalent_trait.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/tests.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/quick.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros_full_path","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/tests/macros_full_path.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/bench.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"faststring","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/benches/faststring.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"arbitrary":["dep:arbitrary"],"quickcheck":["dep:quickcheck"],"rayon":["dep:rayon"],"rustc-rayon":["dep:rustc-rayon"],"serde":["dep:serde"],"serde-1":["serde"],"std":[],"test_debug":[],"test_low_transition_point":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/Cargo.toml","metadata":{"release":{"no-dev-version":true,"tag-name":"{{version}}"},"docs":{"rs":{"features":["arbitrary","quickcheck","serde-1","rayon"]}}},"publish":null,"authors":[],"categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/bluss/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"io-lifetimes","version":"1.0.5","id":"io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","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":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"async-std":["dep:async-std"],"close":["libc","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.5/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":"ioctl-rs","version":"0.1.6","id":"ioctl-rs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust bindings for system ioctls.","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":"ioctl-rs","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ioctl-rs-0.1.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ioctl-rs-0.1.6/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":[],"keywords":["ioctl"],"readme":"README.md","repository":"https://github.com/dcuddeback/ioctl-rs","homepage":"https://github.com/dcuddeback/ioctl-rs","documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"is-terminal","version":"0.4.3","id":"is-terminal 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Test whether a given stream is a terminal","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"io-lifetimes","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":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","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.110","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","registry":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["termios"],"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))","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},{"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_Storage_FileSystem","Win32_System_Console"],"target":"cfg(windows)","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":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"is-terminal","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.3/Cargo.toml","metadata":null,"publish":null,"authors":["softprops ","Dan Gohman "],"categories":["command-line-interface"],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/sunfishcode/is-terminal","homepage":null,"documentation":"http://docs.rs/is-terminal","edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"isotp_c","version":"0.1.0","id":"isotp_c 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce","dependencies":[{"name":"embedded-can","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.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.4.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.17","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serial","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serial-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"slcan","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":"bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.63.0","kind":"build","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","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},{"name":"socketcan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"isotp_c","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/isotp_c/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/isotp_c/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/isotp_c/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":null,"repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"itertools","version":"0.4.19","id":"itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Extra iterator adaptors, iterator methods and macros.","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.2.21","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"itertools","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"iris","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/examples/iris.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"zip","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/tests/zip.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/tests/tests.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/tests/quick.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stride","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/tests/stride.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench1","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/benches/bench1.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"quickcheck":["dep:quickcheck"],"unstable":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/Cargo.toml","metadata":null,"publish":null,"authors":["bluss"],"categories":[],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":null,"repository":"https://github.com/bluss/rust-itertools","homepage":null,"documentation":"https://bluss.github.io/rust-itertools/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"itertools","version":"0.9.0","id":"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Extra iterator adaptors, iterator methods, free functions, and macros.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"either","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":"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":"permutohedron","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":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","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":"itertools","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"iris","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/examples/iris.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"zip","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/zip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_core","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/test_core.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quick","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/quick.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"peeking_take_while","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/peeking_take_while.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_std","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/test_std.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fold_specialization","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/fold_specialization.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"merge_join","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/merge_join.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"tuples","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/tuples.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"adaptors_no_collect","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/adaptors_no_collect.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"specializations","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/tests/specializations.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"tuple_combinations","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/tuple_combinations.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"tuples","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/tuples.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"fold_specialization","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/fold_specialization.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"combinations_with_replacement","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/combinations_with_replacement.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"tree_fold1","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/tree_fold1.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"bench1","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/benches/bench1.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.9.0/Cargo.toml","metadata":{"release":{"no-dev-version":true}},"publish":null,"authors":["bluss"],"categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":null,"repository":"https://github.com/bluss/rust-itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"jaylink","version":"0.3.0","id":"jaylink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"0BSD","license_file":null,"description":"Library to communicate with J-Link USB devices","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.1","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.3.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":"rusb","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":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"itm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"jep106","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},{"name":"structopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"jaylink","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"swdump","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/examples/swdump.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"jtag_scan","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/examples/jtag_scan.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"swodump","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/examples/swodump.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"blink","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/examples/blink.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/examples/list.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"version-numbers","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/tests/version-numbers.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.3.0/Cargo.toml","metadata":{"release":{"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/jaylink/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"jaylink = \"{{version}}\"","search":"jaylink = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/jaylink/{{version}}","search":"https://docs.rs/jaylink/[a-z0-9\\.-]+"}]}},"publish":null,"authors":["Jonas Schievink "],"categories":["embedded","development-tools::debugging"],"keywords":["jlink","debug","probe","emulator"],"readme":"README.md","repository":"https://github.com/jonas-schievink/jaylink.git","homepage":null,"documentation":"https://docs.rs/jaylink/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"jep106","version":"0.2.8","id":"jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A pollable collection of all JEP106 manufacturer codes.","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.101","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"jep106","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jep106-0.2.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"print_version","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jep106-0.2.8/tests/print_version.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"print_nordic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jep106-0.2.8/tests/print_nordic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"print_unknown","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jep106-0.2.8/tests/print_unknown.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jep106-0.2.8/Cargo.toml","metadata":null,"publish":null,"authors":["Noah Huesser ","Dominik Boehi "],"categories":["embedded","hardware-support","development-tools::debugging"],"keywords":["jep106","embedded"],"readme":"README.md","repository":"https://github.com/Yatekii/jep106","homepage":"https://github.com/Yatekii/jep106","documentation":"https://docs.rs/jep106/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"jobserver","version":"0.1.25","id":"jobserver 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/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":"futures","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":"num_cpus","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":"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":"tokio-core","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-process","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":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.50","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"jobserver","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"client","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/tests/client.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"server","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/tests/server.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"client-of-myself","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/tests/client-of-myself.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"make-as-a-client","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/tests/make-as-a-client.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"helper","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/tests/helper.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.25/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/jobserver-rs","homepage":"https://github.com/alexcrichton/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"lazy_static","version":"1.4.0","id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A macro for declaring lazily evaluated statics in Rust.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"no_std","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"lazycell","version":"1.3.0","id":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A library providing a lazily filled Cell struct","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"clippy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lazycell","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"clippy":["dep:clippy"],"nightly":[],"nightly-testing":["clippy","nightly"],"serde":["dep:serde"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Crichton ","Nikita Pekin "],"categories":[],"keywords":["lazycell","lazy","cell","library"],"readme":"README.md","repository":"https://github.com/indiv0/lazycell","homepage":null,"documentation":"http://indiv0.github.io/lazycell/lazycell/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"libc","version":"0.2.139","id":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Raw FFI bindings to platform libraries like libc.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"const_fn","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/tests/const_fn.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"rustc-std-workspace-core":["dep:rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.139/Cargo.toml","metadata":{"docs":{"rs":{"features":["const-extern-fn","extra_traits"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"libloading","version":"0.7.4","id":"libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"ISC","license_file":null,"description":"Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["errhandlingapi","libloaderapi"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"functions","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/functions.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"windows","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/windows.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"markers","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/markers.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"library_filename","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/library_filename.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"constants","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/tests/constants.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","libloading_docs"]}}},"publish":null,"authors":["Simonas Kazlauskas "],"categories":["api-bindings"],"keywords":["dlopen","load","shared","dylib"],"readme":"README.mkd","repository":"https://github.com/nagisa/rust_libloading/","homepage":null,"documentation":"https://docs.rs/libloading/","edition":"2015","links":null,"default_run":null,"rust_version":"1.40.0"},{"name":"libudev","version":"0.3.0","id":"libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust wrapper for libudev","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":"libudev-sys","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libudev","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-0.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"list_devices","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-0.3.0/examples/list_devices.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"monitor","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-0.3.0/examples/monitor.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-0.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":[],"keywords":["udev","hardware","bindings","sysfs","systemd"],"readme":"README.md","repository":"https://github.com/dcuddeback/libudev-rs","homepage":"https://github.com/dcuddeback/libudev-rs","documentation":"http://dcuddeback.github.io/libudev-rs/libudev/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"libudev-sys","version":"0.1.4","id":"libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"FFI bindings to libudev","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":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libudev-sys","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"list_devices","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/examples/list_devices.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"monitor","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/examples/monitor.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hwdb_query","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/examples/hwdb_query.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":[],"keywords":["udev","hardware","bindings","sysfs","systemd"],"readme":"README.md","repository":"https://github.com/dcuddeback/libudev-sys","homepage":"https://github.com/dcuddeback/libudev-sys","documentation":null,"edition":"2015","links":"libudev","default_run":null,"rust_version":null},{"name":"libusb1-sys","version":"0.6.4","id":"libusb1-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"FFI bindings for libusb.","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":"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},{"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},{"name":"vcpkg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_env = \"msvc\")","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"libusb1-sys","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libusb1-sys-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libusb1-sys-0.6.4/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libusb1-sys-0.6.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"vendored":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/libusb1-sys-0.6.4/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback ","Ilya Averyanov "],"categories":[],"keywords":["usb","libusb","hardware","bindings"],"readme":"README.md","repository":"https://github.com/a1ien/rusb.git","homepage":"https://github.com/a1ien/rusb","documentation":null,"edition":"2018","links":"usb-1.0","default_run":null,"rust_version":null},{"name":"linked-hash-map","version":"0.5.6","id":"linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"A HashMap wrapper that holds key-value pairs in insertion order","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"heapsize","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":"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_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":"linked-hash-map","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"heapsize":["dep:heapsize"],"heapsize_impl":["heapsize"],"nightly":[],"serde":["dep:serde"],"serde_impl":["serde"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.6/Cargo.toml","metadata":null,"publish":null,"authors":["Stepan Koltsov ","Andrew Paseltiner "],"categories":[],"keywords":["data-structures"],"readme":"README.md","repository":"https://github.com/contain-rs/linked-hash-map","homepage":"https://github.com/contain-rs/linked-hash-map","documentation":"https://docs.rs/linked-hash-map","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"linux-raw-sys","version":"0.1.4","id":"linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"log","version":"0.4.17","id":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A lightweight logging facade for Rust\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.0-alpha.5","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.0-alpha.9","kind":null,"rename":null,"optional":true,"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":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.0-alpha.5","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.0-alpha.9","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"filters","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/filters.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macros","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/tests/macros.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"value","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/benches/value.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"kv_unstable":["value-bag"],"kv_unstable_serde":["kv_unstable_std","value-bag/serde","serde"],"kv_unstable_std":["std","kv_unstable","value-bag/error"],"kv_unstable_sval":["kv_unstable","value-bag/sval","sval"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"serde":["dep:serde"],"std":[],"sval":["dep:sval"],"value-bag":["dep:value-bag"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml","metadata":{"docs":{"rs":{"features":["std","serde","kv_unstable_std","kv_unstable_sval","kv_unstable_serde"]}}},"publish":null,"authors":["The Rust Project Developers"],"categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"lxi","version":"0.1.3","id":"lxi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"LXI protocol implementation","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"lxi","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lxi-0.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/lxi-0.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Alexey Gerasev "],"categories":["network-programming"],"keywords":["lxi","scpi","lan","instrumentation"],"readme":"README.md","repository":"https://github.com/nthend/lxi-rs.git","homepage":"https://github.com/nthend/lxi-rs","documentation":"https://docs.rs/lxi","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"memchr","version":"2.5.0","id":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense/MIT","license_file":null,"description":"Safe interface to memchr.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":null,"rename":"core","optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":["dep:libc"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[],"use_std":["std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/Cargo.toml","metadata":null,"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":"2018","links":null,"default_run":null,"rust_version":null},{"name":"minimal-lexical","version":"0.2.1","id":"minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Fast float parsing conversion routines.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"minimal-lexical","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"libm_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/libm_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"rounding_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/rounding_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/parse_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"stackvec","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/stackvec.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"slow_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/slow_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"number_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/number_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"bellerophon","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/bellerophon.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"vec_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/vec_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lemire_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/lemire_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/integration_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"bellerophon_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/bellerophon_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mask_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/tests/mask_tests.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"alloc":[],"compact":[],"default":["std"],"lint":[],"nightly":[],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/Cargo.toml","metadata":null,"publish":null,"authors":["Alex Huszagh "],"categories":["parsing","no-std"],"keywords":["parsing","no_std"],"readme":"README.md","repository":"https://github.com/Alexhuszagh/minimal-lexical","homepage":null,"documentation":"https://docs.rs/minimal-lexical","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"miniz_oxide","version":"0.6.2","id":"miniz_oxide 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2/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":"multimeter-multiplexer","version":"0.0.0","id":"multimeter-multiplexer 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f#067f28179c1b7517c2c4823896624271c301399f)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f#067f28179c1b7517c2c4823896624271c301399f","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.65","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backtrace"],"target":null,"registry":null},{"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":"serialport","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.2.0","kind":null,"rename":null,"optional":false,"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.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"multimeter-multiplexer","src_path":"/usr/local/cargo/git/checkouts/private_crate_3-854d39845822b92e/067f281/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"demo","src_path":"/usr/local/cargo/git/checkouts/private_crate_3-854d39845822b92e/067f281/examples/demo.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list","src_path":"/usr/local/cargo/git/checkouts/private_crate_3-854d39845822b92e/067f281/examples/list.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"demo_group","src_path":"/usr/local/cargo/git/checkouts/private_crate_3-854d39845822b92e/067f281/examples/demo_group.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_3-854d39845822b92e/067f281/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"multimeters","version":"0.1.0","id":"multimeters 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d#f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d#f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.65","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["backtrace"],"target":null,"registry":null},{"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":"lxi","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},{"name":"strum_macros","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":"approx","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":null,"registry":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"multimeters","src_path":"/usr/local/cargo/git/checkouts/private_crate_4-97518681663b8679/f31a6a1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"sdm_id","src_path":"/usr/local/cargo/git/checkouts/private_crate_4-97518681663b8679/f31a6a1/examples/sdm3065/id.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"sdm_ext_trig","src_path":"/usr/local/cargo/git/checkouts/private_crate_4-97518681663b8679/f31a6a1/examples/sdm3065/ext_trig.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"sdm_modes","src_path":"/usr/local/cargo/git/checkouts/private_crate_4-97518681663b8679/f31a6a1/examples/sdm3065/modes.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_4-97518681663b8679/f31a6a1/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"nb","version":"1.0.0","id":"nb 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Minimal non-blocking I/O layer","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nb","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nb-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nb-1.0.0/Cargo.toml","metadata":null,"publish":null,"authors":["Jorge Aparicio "],"categories":["asynchronous","embedded","no-std"],"keywords":["await","futures","IO"],"readme":"README.md","repository":"https://github.com/rust-embedded/nb","homepage":"https://github.com/rust-embedded/nb","documentation":"https://docs.rs/nb","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"nix","version":"0.5.1","id":"nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","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":"^0.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.7","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"nix-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.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.3.8","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","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":"^2","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/test/test.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-signalfd","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/test/test_signalfd.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test-mount","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/test/test_mount.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{"eventfd":[],"execvpe":[],"preadv_pwritev":[],"signalfd":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/Cargo.toml","metadata":null,"publish":null,"authors":["Carl Lerche "],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":"https://github.com/carllerche/nix-rust","documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"nix","version":"0.24.3","id":"nix 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.24.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"nom","version":"7.1.3","id":"nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A byte-oriented, zero-copy, parser combinators library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"minimal-lexical","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":"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":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"custom_error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/custom_error.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/json.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json_iterator","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/json_iterator.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"iterator","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/iterator.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"s_expression","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/s_expression.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"string","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/examples/string.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"arithmetic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/arithmetic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"arithmetic_ast","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/arithmetic_ast.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"css","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/css.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom_errors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/custom_errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"float","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/float.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ini","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/ini.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ini_str","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/ini_str.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issues","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/issues.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"json","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/json.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mp4","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/mp4.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multiline","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/multiline.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"overflow","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/overflow.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"reborrow_fold","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/reborrow_fold.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fnmut","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/fnmut.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"escaped","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/tests/escaped.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"alloc":[],"default":["std"],"docsrs":[],"std":["alloc","memchr/std","minimal-lexical/std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/Cargo.toml","metadata":{"docs":{"rs":{"features":["alloc","std","docsrs"],"all-features":true}}},"publish":null,"authors":["contact@geoffroycouprie.com"],"categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/Geal/nom","homepage":null,"documentation":"https://docs.rs/nom","edition":"2018","links":null,"default_run":null,"rust_version":"1.48"},{"name":"nom8","version":"0.2.0","id":"nom8 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":null,"rename":null,"optional":false,"uses_default_features":false,"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":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"nom8","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"custom_error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/custom_error.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/json.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"json_iterator","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/json_iterator.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"iterator","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/iterator.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"s_expression","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/s_expression.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"string","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/examples/string.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"arithmetic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/arithmetic.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"arithmetic_ast","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/arithmetic_ast.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"css","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/css.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"custom_errors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/custom_errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"float","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/float.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ini","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/ini.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ini_str","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/ini_str.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issues","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/issues.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"json","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/json.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"mp4","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/mp4.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"multiline","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/multiline.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"overflow","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/overflow.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"reborrow_fold","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/reborrow_fold.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"fnmut","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/fnmut.rs","edition":"2018","required-features":["alloc"],"doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"escaped","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/tests/escaped.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"alloc":[],"default":["std"],"std":["alloc","memchr/std"],"unstable-doc":["alloc","std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/nom8-0.2.0/Cargo.toml","metadata":{"docs":{"rs":{"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"],"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","search":"Unreleased","replace":"{{version}}","min":1},{"file":"CHANGELOG.md","search":"\\.\\.\\.HEAD","replace":"...{{tag_name}}","exactly":1},{"file":"CHANGELOG.md","search":"ReleaseDate","replace":"{{date}}","min":1},{"file":"CHANGELOG.md","search":"","replace":"\n## [Unreleased] - ReleaseDate\n","exactly":1},{"file":"CHANGELOG.md","search":"","replace":"\n[Unreleased]: https://github.com/epage/nom8/compare/{{tag_name}}...HEAD","exactly":1}]}},"publish":null,"authors":[],"categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/epage/nom-experimental","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":"1.51.0"},{"name":"num-derive","version":"0.3.3","id":"num-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Numeric syntax extensions","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":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"num","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":"num-traits","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}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"num_derive","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"newtype-2015","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/newtype-2015.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"trivial-2015","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/trivial-2015.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"newtype","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/newtype.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"empty_enum","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/empty_enum.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"with_custom_values","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/with_custom_values.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-9","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/issue-9.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"issue-6","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/issue-6.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"num_derive_without_num","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/num_derive_without_num.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"trivial","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/tests/trivial.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"full-syntax":["syn/full"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.3.3/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["science"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-derive","homepage":"https://github.com/rust-num/num-derive","documentation":"https://docs.rs/num-derive","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"num-traits","version":"0.2.15","id":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"cast","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/tests/cast.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml","metadata":{"docs":{"rs":{"features":["std"]}}},"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":"2015","links":null,"default_run":null,"rust_version":null},{"name":"object","version":"0.29.0","id":"object 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)","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.12.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":"^1.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.29.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.29.0/tests/parse_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.29.0/tests/integration.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":["flate2","std"],"core":["dep:core"],"crc32fast":["dep:crc32fast"],"default":["read","compression"],"doc":["read_core","write_std","std","compression","archive","coff","elf","macho","pe","wasm"],"elf":[],"flate2":["dep:flate2"],"hashbrown":["dep:hashbrown"],"indexmap":["dep:indexmap"],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","unaligned"],"read_core":[],"rustc-dep-of-std":["core","compiler_builtins","alloc","memchr/rustc-dep-of-std"],"std":["memchr/std"],"unaligned":[],"wasm":["wasmparser"],"wasmparser":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe"],"write_core":["crc32fast","indexmap","hashbrown"],"write_std":["write_core","std","indexmap/std","crc32fast/std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.29.0/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":null},{"name":"object","version":"0.30.3","id":"object 0.30.3 (registry+https://github.com/rust-lang/crates.io-index)","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.13.1","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":"^1.6","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"parse_self","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.3/tests/parse_self.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"integration","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.3/tests/integration.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":["flate2","std"],"core":["dep:core"],"crc32fast":["dep:crc32fast"],"default":["read","compression"],"doc":["read_core","write_std","std","compression","archive","coff","elf","macho","pe","wasm"],"elf":[],"flate2":["dep:flate2"],"hashbrown":["dep:hashbrown"],"indexmap":["dep:indexmap"],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","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","xcoff"],"wasm":["wasmparser"],"wasmparser":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe"],"write_core":["crc32fast","indexmap","hashbrown"],"write_std":["write_core","std","indexmap/std","crc32fast/std"],"xcoff":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.3/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":null},{"name":"once_cell","version":"1.17.0","id":"once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","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":"atomic_polyfill","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":"critical_section","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":"critical_section","optional":false,"uses_default_features":true,"features":["std"],"target":null,"registry":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.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.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.0/examples/bench_acquire.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"bench_vs_lazy_static","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.0/examples/bench_vs_lazy_static.rs","edition":"2021","required-features":["std"],"doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"lazy_static","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.0/tests/it.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"atomic_polyfill":["dep:atomic_polyfill"],"critical-section":["critical_section","atomic_polyfill"],"critical_section":["dep:critical_section"],"default":["std"],"parking_lot":["parking_lot_core"],"parking_lot_core":["dep:parking_lot_core"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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.56"},{"name":"peeking_take_while","version":"0.1.2","id":"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"peeking_take_while","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/Cargo.toml","metadata":null,"publish":null,"authors":["Nick Fitzgerald "],"categories":["rust-patterns"],"keywords":["iterator","take_while","peek","by_ref"],"readme":"./README.md","repository":"https://github.com/fitzgen/peeking_take_while","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"pkg-config","version":"0.3.26","id":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/tests/test.rs","edition":"2015","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.26/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":null},{"name":"probe-rs","version":"0.13.0","id":"probe-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A collection of on chip debugging tools to communicate with microchips.","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.31","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.13.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.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitfield","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"bitvec","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":"enum-primitive-derive","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":[],"target":null,"registry":null},{"name":"gimli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["endian-reader","read","std"],"target":null,"registry":null},{"name":"hexdump","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":"hidapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["linux-static-hidraw"],"target":null,"registry":null},{"name":"ihex","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":"jaylink","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":"jep106","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libftdi1-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.2","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"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":"num-traits","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":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["elf","read_core","std"],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"probe-rs-target","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":["bincode"],"target":null,"registry":null},{"name":"rusb","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":"scroll","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","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.104","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":null,"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":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"svg","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":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","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":"^3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"itm-decode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"pretty_env_logger","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":"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":"reqwest","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":["blocking","json"],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.118","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.47","kind":"dev","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.2","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"probe-rs-target","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":["bincode"],"target":null,"registry":null},{"name":"serde_yaml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"build","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"probe-rs","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"nrf53_recover","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/nrf53_recover.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"benchmark","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/benchmark.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"raw_dap_access","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/raw_dap_access.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ram_download","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/ram_download.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"multidrop_raw","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/multidrop_raw.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"tcp_itm","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/examples/tcp_itm.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"source_location","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/tests/source_location.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"inlined_function","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/tests/inlined_function.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"flash_dry_run","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/tests/flash_dry_run.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"builtin-targets":[],"default":["builtin-targets","vendored-libusb"],"ftdi":["libftdi1-sys"],"ftdi-vendored":["libftdi1-sys/vendored","libftdi1-sys/libusb1-sys"],"hexdump":["dep:hexdump"],"libftdi1-sys":["dep:libftdi1-sys"],"vendored-libusb":["rusb/vendored"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-0.13.0/Cargo.toml","metadata":null,"publish":null,"authors":["Noah Hüsser ","Dominik Boehi "],"categories":["embedded","hardware-support","development-tools::debugging"],"keywords":["embedded"],"readme":"README.md","repository":"https://github.com/probe-rs/probe-rs","homepage":"https://github.com/probe-rs/probe-rs","documentation":"https://docs.rs/probe-rs/","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"probe-rs-target","version":"0.13.0","id":"probe-rs-target 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Target description schema for probe-rs.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"base64","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":[],"target":null,"registry":null},{"name":"jep106","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.104","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"probe-rs-target","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-target-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"bincode":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/probe-rs-target-0.13.0/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":["embedded","hardware-support","development-tools::debugging"],"keywords":["embedded"],"readme":"README.md","repository":"https://github.com/probe-rs/probe-rs","homepage":"https://github.com/probe-rs/probe-rs","documentation":"https://docs.rs/probe-rs/","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"proc-macro-crate","version":"1.3.0","id":"proc-macro-crate 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Replacement for crate (macro_rules keyword) in proc-macros\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":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","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.18","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.7","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":"^1.0.33","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro-crate","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.3.0/Cargo.toml","metadata":null,"publish":null,"authors":["Bastian Köcher "],"categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"default_run":null,"rust_version":"1.56.0"},{"name":"proc-macro-error","version":"1.0.4","id":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Almost drop-in replacement to panics in proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro-error-attr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","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":"^1","kind":null,"rename":null,"optional":true,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.107","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.2","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.19","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["diff"],"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":"proc-macro-error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"macro-errors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/macro-errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"ok","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/ok.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"runtime-errors","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/tests/runtime-errors.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["syn-error"],"syn":["dep:syn"],"syn-error":["syn"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["CreepySkeleton "],"categories":["development-tools::procedural-macro-helpers"],"keywords":["proc-macro","error","errors"],"readme":"README.md","repository":"https://gitlab.com/CreepySkeleton/proc-macro-error","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"proc-macro-error-attr","version":"1.0.4","id":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Attribute macro for proc-macro-error 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":"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":["proc-macro"],"crate_types":["proc-macro"],"name":"proc-macro-error-attr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["CreepySkeleton "],"categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.com/CreepySkeleton/proc-macro-error","homepage":null,"documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"proc-macro2","version":"1.0.51","id":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A substitute implementation of the compiler's `proc_macro` API to decouple 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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro2","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"marker","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/tests/marker.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"comments","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/tests/comments.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"features","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/tests/features.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_fmt","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/tests/test_fmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/Cargo.toml","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"publish":null,"authors":["David Tolnay ","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":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"quote","version":"1.0.23","id":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Quasi-quoting macro quote!(...)","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.40","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.23/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.23/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.23/tests/test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.23/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.23/Cargo.toml","metadata":{"docs":{"rs":{"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.31"},{"name":"radium","version":"0.7.0","id":"radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Portable interfaces for maybe-atomic types","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"radium","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.7.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.7.0/Cargo.toml","metadata":null,"publish":null,"authors":["Nika Layzell ","myrrlyn "],"categories":["concurrency","no-std"],"keywords":["atomic","cell","sync","generic","trait"],"readme":"README.md","repository":"https://github.com/bitvecto-rs/radium","homepage":"https://github.com/bitvecto-rs/radium","documentation":"https://docs.rs/radium","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"regex","version":"1.7.1","id":"regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.18","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.27","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":[],"target":null,"registry":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","rename":null,"optional":false,"uses_default_features":false,"features":["getrandom","small_rng"],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-replace","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna-replace.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna-bytes.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single-cheat","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna-single-cheat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-single","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna-single.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna-cheat","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna-cheat.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"shootout-regex-dna","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/examples/shootout-regex-dna.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"default","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_default.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"default-bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_default_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_nfa.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa-utf8bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_nfa_utf8bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"nfa-bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_nfa_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_backtrack.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack-utf8bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_backtrack_utf8bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"backtrack-bytes","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_backtrack_bytes.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"crates-regex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/tests/test_crates_regex.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"aho-corasick":["dep:aho-corasick"],"default":["std","perf","unicode","regex-syntax/default"],"memchr":["dep:memchr"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-inline","perf-literal"],"perf-cache":[],"perf-dfa":[],"perf-inline":[],"perf-literal":["aho-corasick","memchr"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-syntax/unicode"],"unicode-age":["regex-syntax/unicode-age"],"unicode-bool":["regex-syntax/unicode-bool"],"unicode-case":["regex-syntax/unicode-case"],"unicode-gencat":["regex-syntax/unicode-gencat"],"unicode-perl":["regex-syntax/unicode-perl"],"unicode-script":["regex-syntax/unicode-script"],"unicode-segment":["regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"regex-syntax","version":"0.6.28","id":"regex-syntax 0.6.28 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A regular expression parser.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"default":["unicode"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex-syntax","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"my_project","version":"0.1.0","id":"my_project 0.1.0 (path+file:///builds/[REDACTED]/my_project)","license":null,"license_file":null,"description":null,"source":null,"dependencies":[{"name":"private_crate_1","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"aquamarine","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":"private_crate_2","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"multimeter-multiplexer","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"multimeters","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"thingset-can","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce","req":"*","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["bin"],"crate_types":["bin"],"name":"my_project","src_path":"/builds/[REDACTED]/my_project/src/main.rs","edition":"2021","doc":true,"doctest":false,"test":true}],"features":{},"manifest_path":"/builds/[REDACTED]/my_project/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"rusb","version":"0.9.1","id":"rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust library for accessing USB 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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libusb1-sys","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":"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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rusb","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"read_device","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/examples/read_device.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hotplug","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/examples/hotplug.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list_devices","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/examples/list_devices.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"libusb_info","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/examples/libusb_info.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"vendored":["libusb1-sys/vendored"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rusb-0.9.1/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback ","Ilya Averyanov "],"categories":[],"keywords":["usb","libusb","hardware","bindings"],"readme":"README.md","repository":"https://github.com/a1ien/rusb.git","homepage":"https://github.com/a1ien/rusb","documentation":null,"edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"rustc-demangle","version":"0.1.21","id":"rustc-demangle 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/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"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/Cargo.toml","metadata":null,"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":"rustc-hash","version":"1.1.0","id":"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"speed, non-cryptographic hash used in rustc","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"rustc-hash","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["The Rust Project Developers"],"categories":[],"keywords":["hash","fxhash","rustc"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/rustc-hash","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"rustix","version":"0.36.8","id":"rustix 0.36.8 (registry+https://github.com/rust-lang/crates.io-index)","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.2.8","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":"serial_test","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":"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":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","registry":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.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.2.8","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.2.8","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"mod","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.8/benches/mod.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.8/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.8/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":"rustversion","version":"1.0.11","id":"rustversion 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_eval","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/tests/test_eval.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/tests/test_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_const","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/tests/test_const.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/build/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.11/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["development-tools::build-utils","no-std"],"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.12","id":"ryu 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"upstream_benchmark","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/examples/upstream_benchmark.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/exhaustive.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_table_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/d2s_table_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"d2s_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/d2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"common_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/common_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2f_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/s2f_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"s2d_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/s2d_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"f2s_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/tests/f2s_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/benches/bench.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.12/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["value-formatting","no-std"],"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":"scroll","version":"0.11.0","id":"scroll 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"scroll_derive","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":"byteorder","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"scroll","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/scroll-0.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"data_ctx","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/scroll-0.11.0/examples/data_ctx.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"api","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/scroll-0.11.0/tests/api.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"bench","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/scroll-0.11.0/benches/bench.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{"default":["std"],"derive":["scroll_derive"],"scroll_derive":["dep:scroll_derive"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/scroll-0.11.0/Cargo.toml","metadata":null,"publish":null,"authors":["m4b ","Ted Mielczarek "],"categories":[],"keywords":["bytes","endian","immutable","pread","pwrite"],"readme":"README.md","repository":"https://github.com/m4b/scroll","homepage":null,"documentation":"https://docs.rs/scroll","edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"serde","version":"1.0.152","id":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","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.0.152","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","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.152/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.152/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"serde_derive":["dep:serde_derive"],"std":[],"unstable":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.152/Cargo.toml","metadata":{"playground":{"features":["derive","rc"]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"categories":["encoding","no-std"],"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":"2015","links":null,"default_run":null,"rust_version":"1.13"},{"name":"serde_derive","version":"1.0.152","id":"serde_derive 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","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":"^1.0.104","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":"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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.152/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.152/build.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.152/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["Erick Tryzelaar ","David Tolnay "],"categories":["no-std"],"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.31"},{"name":"serde_yaml","version":"0.8.26","id":"serde_yaml 0.8.26 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"YAML support for Serde","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.5.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["std"],"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.69","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"yaml-rust","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.5","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":"indoc","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serde_yaml","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_de","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/tests/test_de.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serde","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/tests/test_serde.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/tests/test_error.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_value","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/tests/test_value.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.8.26/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["encoding"],"keywords":["yaml","serde"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-yaml","homepage":null,"documentation":"https://docs.rs/serde_yaml/","edition":"2021","links":null,"default_run":null,"rust_version":"1.56"},{"name":"serial","version":"0.4.0","id":"serial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust library for accessing serial ports.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serial-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serial-unix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null},{"name":"serial-windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serial","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"open_port","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.4.0/examples/open_port.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"read_write","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.4.0/examples/read_write.rs","edition":"2015","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"probe_pins","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.4.0/examples/probe_pins.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":["hardware-support","os"],"keywords":["serial","hardware","system","RS232"],"readme":"README.md","repository":"https://github.com/dcuddeback/serial-rs","homepage":"https://github.com/dcuddeback/serial-rs","documentation":"https://dcuddeback.github.io/serial-rs/serial/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"serial-core","version":"0.4.0","id":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Rust abstractions for serial ports.","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":"serial-core","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-core-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-core-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":["hardware-support"],"keywords":["serial","hardware","system","RS232"],"readme":"README.md","repository":"https://github.com/dcuddeback/serial-rs","homepage":"https://github.com/dcuddeback/serial-rs","documentation":"https://dcuddeback.github.io/serial-rs/serial-core/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"serial-unix","version":"0.4.0","id":"serial-unix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Serial port implementation for Unix.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"ioctl-rs","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":null,"registry":null},{"name":"libc","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":[],"target":null,"registry":null},{"name":"serial-core","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":"termios","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serial-unix","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-unix-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"poll","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-unix-0.4.0/examples/poll.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serial-unix-0.4.0/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":["hardware-support","os","os::unix-apis"],"keywords":["serial","hardware","system","RS232"],"readme":"README.md","repository":"https://github.com/dcuddeback/serial-rs","homepage":"https://github.com/dcuddeback/serial-rs","documentation":"https://dcuddeback.github.io/serial-rs/serial-unix/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"serialport","version":"4.2.0","id":"serialport 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MPL-2.0","license_file":null,"description":"A cross-platform low-level serial port library","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.6","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"libudev","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":"cfg(all(target_os = \"linux\", not(target_env = \"musl\")))","registry":null},{"name":"CoreFoundation-sys","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":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","registry":null},{"name":"IOKit-sys","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(any(target_os = \"ios\", target_os = \"macos\"))","registry":null},{"name":"mach","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":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","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":"cfg(unix)","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":"cfg(unix)","registry":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":null,"rename":null,"optional":false,"uses_default_features":false,"features":["fs","ioctl","poll","signal","term"],"target":"cfg(unix)","registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.5","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.9","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["cguid","commapi","errhandlingapi","fileapi","guiddef","handleapi","minwinbase","minwindef","ntdef","setupapi","winbase","winerror","winnt"],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"serialport","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"clear_output_buffer","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/clear_output_buffer.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"list_ports","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/list_ports.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"duplex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/duplex.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"clear_input_buffer","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/clear_input_buffer.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"transmit","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/transmit.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"receive_data","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/receive_data.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"pseudo_terminal","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/pseudo_terminal.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"hardware_check","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/examples/hardware_check.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"test_tty","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/tests/test_tty.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_serialport","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/tests/test_serialport.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_try_clone","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/tests/test_try_clone.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"default":["libudev"],"libudev":["dep:libudev"],"serde":["dep:serde"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serialport-4.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Bryant Mairs ","Jesse Braham "],"categories":["hardware-support"],"keywords":["serial","hardware","system","RS232"],"readme":"README.md","repository":"https://github.com/serialport/serialport-rs","homepage":null,"documentation":"https://docs.rs/serialport/","edition":"2018","links":null,"default_run":null,"rust_version":"1.46"},{"name":"shlex","version":"1.1.0","id":"shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Split a string into shell words, like Python's shlex.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["comex ","Fenhl "],"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":null},{"name":"slcan","version":"0.1.3","id":"slcan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Serial line CAN bus (slcan) interface","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serial-core","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":"serial","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":"slcan","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/slcan-0.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"macos_example","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/slcan-0.1.3/examples/macos_example.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/slcan-0.1.3/Cargo.toml","metadata":null,"publish":null,"authors":["Judge Maygarden "],"categories":[],"keywords":["can","slcan"],"readme":"README.md","repository":"https://github.com/jmaygarden/slcan.git","homepage":"https://github.com/jmaygarden/slcan","documentation":"https://docs.rs/slcan","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"socketcan","version":"1.7.0","id":"socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Linux SocketCAN library. Send and receive CAN frames via CAN bus on Linux.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"hex","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":"itertools","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":"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":"nix","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":"try_from","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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"socketcan","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/socketcan-1.7.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"vcan_tests":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/socketcan-1.7.0/Cargo.toml","metadata":null,"publish":null,"authors":["Marc Brinkmann "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/mbr/socketcan-rs","homepage":null,"documentation":"https://docs.rs/socketcan","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"stable_deref_trait","version":"1.2.0","id":"stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Robert Grosse "],"categories":["memory-management","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/storyyeller/stable_deref_trait","homepage":null,"documentation":"https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"static_assertions","version":"1.1.0","id":"static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Compile-time assertions to ensure that invariants are met.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"static_assertions","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{"nightly":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/Cargo.toml","metadata":null,"publish":null,"authors":["Nikolai Vazquez"],"categories":["no-std","rust-patterns","development-tools::testing"],"keywords":["assert","static","testing"],"readme":"README.md","repository":"https://github.com/nvzqz/static-assertions-rs","homepage":"https://github.com/nvzqz/static-assertions-rs","documentation":"https://docs.rs/static_assertions/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"strsim","version":"0.10.0","id":"strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"lib","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/tests/lib.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"benches","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/benches/benches.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/Cargo.toml","metadata":null,"publish":null,"authors":["Danny Guo "],"categories":[],"keywords":["string","similarity","Hamming","Levenshtein","Jaro"],"readme":"README.md","repository":"https://github.com/dguo/strsim-rs","homepage":"https://github.com/dguo/strsim-rs","documentation":"https://docs.rs/strsim/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"strum_macros","version":"0.24.3","id":"strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Helpful macros for working with enums and strings","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"rustversion","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","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":["parsing","extra-traits"],"target":null,"registry":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"strum_macros","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strum_macros-0.24.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/strum_macros-0.24.3/Cargo.toml","metadata":null,"publish":null,"authors":["Peter Glotfelty "],"categories":["development-tools::procedural-macro-helpers","parsing"],"keywords":["enum","string","macros","proc-macros"],"readme":"README.md","repository":"https://github.com/Peternator7/strum","homepage":"https://github.com/Peternator7/strum","documentation":"https://docs.rs/strum","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"svg","version":"0.10.0","id":"svg 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Apache-2.0/MIT","license_file":null,"description":"The package provides an SVG composer and parser.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"svg","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/svg-0.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/svg-0.10.0/Cargo.toml","metadata":null,"publish":null,"authors":["Adam Bryant ","Felix Schütt ","GeoffreyY ","Gijs Burghoorn ","Ivan Ukhov ","Mike Wilkerson ","Nicolas Silva ","Nor Khasyatillah ","OCTronics ","Patrick Chieppe ","Will Nelson ","Xander Rudelis ","e-matteson ","kmkzt "],"categories":["multimedia::images","parsing","rendering::data-formats"],"keywords":["vector-graphics"],"readme":"README.md","repository":"https://github.com/bodoni/svg","homepage":"https://github.com/bodoni/svg","documentation":"https://docs.rs/svg","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"syn","version":"1.0.107","id":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ident","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_ident.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_pat","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_pat.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_shebang","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_shebang.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_size","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_size.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_item","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_item.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_attribute","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_attribute.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_iterators","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_iterators.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_precedence","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_precedence.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_round_trip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_expr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_visibility","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_visibility.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"zzz_stable","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/zzz_stable.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_grouping","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_grouping.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_ty","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_ty.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_should_parse","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_should_parse.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_buffer","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_parse_buffer.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_asyncness","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_asyncness.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_stmt","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_stmt.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lit","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_lit.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"regression","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/regression.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_receiver","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_receiver.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_token_trees","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_token_trees.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_derive_input","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_derive_input.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_parse_stream","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_parse_stream.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_meta","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/tests/test_meta.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"rust","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/benches/rust.rs","edition":"2018","required-features":["full","parsing"],"doc":false,"doctest":false,"test":false},{"kind":["bench"],"crate_types":["bin"],"name":"file","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/benches/file.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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.107/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"],"rustdoc-args":["--cfg","doc_cfg"]}},"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":"tap","version":"1.0.1","id":"tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Generic extensions for tapping values in Rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"tap","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1/Cargo.toml","metadata":null,"publish":null,"authors":["Elliott Linder ","myrrlyn "],"categories":["no-std","rust-patterns"],"keywords":["tap","pipe","functional","tap_ok","tap_some"],"readme":"README.md","repository":"https://github.com/myrrlyn/tap","homepage":"https://github.com/myrrlyn/tap","documentation":"https://docs.rs/tap","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"termcolor","version":"1.2.0","id":"termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"Unlicense OR MIT","license_file":null,"description":"A simple cross platform library for writing colored text to a terminal.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/Cargo.toml","metadata":null,"publish":null,"authors":["Andrew Gallant "],"categories":[],"keywords":["windows","win","color","ansi","console"],"readme":"README.md","repository":"https://github.com/BurntSushi/termcolor","homepage":"https://github.com/BurntSushi/termcolor","documentation":"https://docs.rs/termcolor","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"termios","version":"0.2.2","id":"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"Safe bindings for the termios 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}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"termios","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["David Cuddeback "],"categories":[],"keywords":["termios","tty","terminal","posix"],"readme":"README.md","repository":"https://github.com/dcuddeback/termios-rs","homepage":"https://github.com/dcuddeback/termios-rs","documentation":"http://dcuddeback.github.io/termios-rs/termios/","edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"thingset-can","version":"0.1.0","id":"thingset-can 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","license":null,"license_file":null,"description":null,"source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce","dependencies":[{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"ciborium","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":"deku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"isotp_c","source":"git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce","req":"*","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.17","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":false,"uses_default_features":true,"features":["derive"],"target":null,"registry":null},{"name":"env_logger","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":[],"target":null,"registry":null},{"name":"socketcan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"thingset-can","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"ts_request_socketcan","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/examples/ts_request_socketcan.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ts_read_pub_socketcan","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/examples/ts_read_pub_socketcan.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"isotp_socketcan","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/examples/isotp_socketcan.rs","edition":"2021","doc":false,"doctest":false,"test":false},{"kind":["example"],"crate_types":["bin"],"name":"ts_send_pub_socketcan","src_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/examples/ts_send_pub_socketcan.rs","edition":"2021","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/git/checkouts/private_crate_5-9d5165aa20ced4d4/e886208/Cargo.toml","metadata":null,"publish":null,"authors":[],"categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2021","links":null,"default_run":null,"rust_version":null},{"name":"thiserror","version":"1.0.38","id":"thiserror 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","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.38","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.65","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":"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":"thiserror","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_lints","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_lints.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_option","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_option.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_error","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_error.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compiletest","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/compiletest.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_display","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_display.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_expr","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_expr.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_transparent","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_transparent.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_source","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_source.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_generics","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_generics.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_backtrace","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_backtrace.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_path","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_path.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_from","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_from.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_deprecated","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/tests/test_deprecated.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/build.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.38/Cargo.toml","metadata":{"docs":{"rs":{"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":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"thiserror-impl","version":"1.0.38","id":"thiserror-impl 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","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","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.45","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.38/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.38/Cargo.toml","metadata":{"docs":{"rs":{"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":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"toml_datetime","version":"0.5.1","id":"toml_datetime 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"A TOML-compatible datetime type","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_datetime-0.5.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_datetime-0.5.1/Cargo.toml","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","search":"Unreleased","replace":"{{version}}","min":1},{"file":"CHANGELOG.md","search":"\\.\\.\\.HEAD","replace":"...{{tag_name}}","exactly":1},{"file":"CHANGELOG.md","search":"ReleaseDate","replace":"{{date}}","min":1},{"file":"CHANGELOG.md","search":"","replace":"\n## [Unreleased] - ReleaseDate\n","exactly":1},{"file":"CHANGELOG.md","search":"","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","exactly":1}]}},"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_datetime","edition":"2021","links":null,"default_run":null,"rust_version":"1.60.0"},{"name":"toml_edit","version":"0.18.1","id":"toml_edit 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Yet another format-preserving TOML parser.","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.9.1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"kstring","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":["max_inline"],"target":null,"registry":null},{"name":"nom8","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.145","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"serde_spanned","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":["serde"],"target":null,"registry":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":null,"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.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.91","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":["harness"],"target":null,"registry":null},{"name":"toml-test-data","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":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"visit","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/examples/visit.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"decoder_compliance","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/decoder_compliance.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"encoder_compliance","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/encoder_compliance.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"invalid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/invalid.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"encoder","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/encoder.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"decoder","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/decoder.rs","edition":"2021","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"testsuite","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/tests/testsuite/main.rs","edition":"2021","doc":false,"doctest":false,"test":true}],"features":{"default":[],"easy":["serde"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.18.1/Cargo.toml","metadata":{"docs":{"rs":{"features":["easy"]}},"release":{"tag-name":"v{{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","search":"Unreleased","replace":"{{version}}","min":1},{"file":"CHANGELOG.md","search":"\\.\\.\\.HEAD","replace":"...{{tag_name}}","exactly":1},{"file":"CHANGELOG.md","search":"ReleaseDate","replace":"{{date}}","min":1},{"file":"CHANGELOG.md","search":"","replace":"\n## [Unreleased] - ReleaseDate\n","exactly":1},{"file":"CHANGELOG.md","search":"","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","exactly":1}]}},"publish":null,"authors":["Andronik Ordian ","Ed Page "],"categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/ordian/toml_edit","homepage":null,"documentation":"https://docs.rs/toml_edit","edition":"2021","links":null,"default_run":null,"rust_version":"1.60.0"},{"name":"try_from","version":"0.2.2","id":"try_from 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"TryFrom and TryInto traits for failable conversions that return a Result.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"try_from","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/try_from-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/try_from-0.2.2/Cargo.toml","metadata":null,"publish":null,"authors":["Derek Williams "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/derekjw/try_from","homepage":null,"documentation":null,"edition":"2015","links":null,"default_run":null,"rust_version":null},{"name":"unicode-ident","version":"1.0.6","id":"unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","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.4","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":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"compare","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.6/tests/compare.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"static_size","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.6/tests/static_size.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"xid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.6/benches/xid.rs","edition":"2018","doc":false,"doctest":false,"test":false}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.6/Cargo.toml","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"publish":null,"authors":["David Tolnay "],"categories":["development-tools::procedural-macro-helpers","no-std"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","links":null,"default_run":null,"rust_version":"1.31"},{"name":"unicode-xid","version":"0.2.4","id":"unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT OR Apache-2.0","license_file":null,"description":"Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"exhaustive_tests","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/tests/exhaustive_tests.rs","edition":"2015","doc":false,"doctest":false,"test":true},{"kind":["bench"],"crate_types":["bin"],"name":"xid","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/benches/xid.rs","edition":"2015","doc":false,"doctest":false,"test":false}],"features":{"bench":[],"default":[],"no_std":[]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/Cargo.toml","metadata":null,"publish":null,"authors":["erick.tryzelaar ","kwantam ","Manish Goregaokar "],"categories":[],"keywords":["text","unicode","xid"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-xid","homepage":"https://github.com/unicode-rs/unicode-xid","documentation":"https://unicode-rs.github.io/unicode-xid","edition":"2015","links":null,"default_run":null,"rust_version":"1.17"},{"name":"version_check","version":"0.9.4","id":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"Tiny crate to check the version of the installed/running rustc.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/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":"which","version":"4.4.0","id":"which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"either","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":"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":[],"target":null,"registry":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.5","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","rename":null,"optional":false,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":null,"rename":null,"optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","registry":null}],"targets":[{"kind":["lib"],"crate_types":["lib"],"name":"which","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/which-4.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"basic","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/which-4.4.0/tests/basic.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{"regex":["dep:regex"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/which-4.4.0/Cargo.toml","metadata":{"docs":{"rs":{"all-features":true}}},"publish":null,"authors":["Harry Fei "],"categories":["os","filesystem"],"keywords":["which","which-rs","unix","command"],"readme":"README.md","repository":"https://github.com/harryfei/which-rs.git","homepage":null,"documentation":"https://docs.rs/which/","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"wyz","version":"0.5.1","id":"wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT","license_file":null,"description":"myrrlyn’s utility collection","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","kind":null,"rename":null,"optional":true,"uses_default_features":true,"features":[],"target":null,"registry":null},{"name":"tap","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":"typemap","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":"wyz","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true}],"features":{"alloc":[],"default":["std"],"garbage":["once_cell","typemap"],"once_cell":["dep:once_cell"],"std":["alloc"],"typemap":["dep:typemap"]},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.5.1/Cargo.toml","metadata":null,"publish":null,"authors":["myrrlyn "],"categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/myrrlyn/wyz","homepage":"https://myrrlyn.net/crates/wyz","documentation":"https://docs.rs/wyz","edition":"2018","links":null,"default_run":null,"rust_version":null},{"name":"yaml-rust","version":"0.4.5","id":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","license":"MIT/Apache-2.0","license_file":null,"description":"The missing YAML 1.2 parser for rust","source":"registry+https://github.com/rust-lang/crates.io-index","dependencies":[{"name":"linked-hash-map","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":"quickcheck","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":"yaml-rust","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},{"kind":["example"],"crate_types":["bin"],"name":"dump_yaml","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/examples/dump_yaml.rs","edition":"2018","doc":false,"doctest":false,"test":false},{"kind":["test"],"crate_types":["bin"],"name":"spec_test","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/spec_test.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"test_round_trip","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/test_round_trip.rs","edition":"2018","doc":false,"doctest":false,"test":true},{"kind":["test"],"crate_types":["bin"],"name":"quickcheck","src_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/tests/quickcheck.rs","edition":"2018","doc":false,"doctest":false,"test":true}],"features":{},"manifest_path":"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.5/Cargo.toml","metadata":null,"publish":null,"authors":["Yuheng Chen "],"categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/chyh1990/yaml-rust","homepage":"http://chyh1990.github.io/yaml-rust/","documentation":"https://docs.rs/yaml-rust","edition":"2018","links":null,"default_run":null,"rust_version":null}],"workspace_members":["my_project 0.1.0 (path+file:///builds/[REDACTED]/my_project)"],"resolve":{"nodes":[{"id":"private_crate_1 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","array-init 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","brainstem_ffi 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","cpp 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","cpp_build 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","num-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"array_init","pkg":"array-init 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"brainstem_ffi","pkg":"brainstem_ffi 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cpp","pkg":"cpp 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cpp_build","pkg":"cpp_build 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"env_logger","pkg":"env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":"build","target":null}]},{"name":"num_derive","pkg":"num-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_traits","pkg":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"addr2line 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["gimli 0.27.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"gimli","pkg":"gimli 0.27.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["backtrace 0.3.67 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"backtrace","pkg":"backtrace 0.3.67 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["backtrace","default","std"]},{"id":"aquamarine 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"itertools","pkg":"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro_error","pkg":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"private_crate_2 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f#a136a7d24c7f835d336438b621b5ca3045d6680f)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","crossbeam-channel 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","probe-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crossbeam_channel","pkg":"crossbeam-channel 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"probe_rs","pkg":"probe-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"array-init 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"backtrace 0.3.67 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["addr2line 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)","cc 1.0.79 (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.139 (registry+https://github.com/rust-lang/crates.io-index)","miniz_oxide 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","object 0.30.3 (registry+https://github.com/rust-lang/crates.io-index)","rustc-demangle 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"addr2line","pkg":"addr2line 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"miniz_oxide","pkg":"miniz_oxide 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"object","pkg":"object 0.30.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustc_demangle","pkg":"rustc-demangle 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","cexpr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","clang-sys 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cexpr","pkg":"cexpr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"clang_sys","pkg":"clang-sys 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazycell","pkg":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"peeking_take_while","pkg":"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustc_hash","pkg":"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"shlex","pkg":"shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"which","pkg":"which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","log","logging","runtime","which","which-rustfmt"]},{"id":"bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"funty","pkg":"funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"radium","pkg":"radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"tap","pkg":"tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"wyz","pkg":"wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","atomic","default","std"]},{"id":"brainstem_ffi 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"bindgen","pkg":"bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"env_logger","pkg":"env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["jobserver 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"jobserver","pkg":"jobserver 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["jobserver","parallel"]},{"id":"cexpr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"nom","pkg":"nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"ciborium 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","ciborium-ll 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ciborium_io","pkg":"ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ciborium_ll","pkg":"ciborium-ll 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","std"]},{"id":"ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","std"]},{"id":"ciborium-ll 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","half 1.8.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ciborium_io","pkg":"ciborium-io 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"half","pkg":"half 1.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"clang-sys 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"glob","pkg":"glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libloading","pkg":"libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["clang_3_5","clang_3_6","clang_3_7","clang_3_8","clang_3_9","clang_4_0","clang_5_0","clang_6_0","libloading","runtime"]},{"id":"cpp 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cpp_macros 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cpp_macros","pkg":"cpp_macros 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"cpp_build 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cpp_common","pkg":"cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_xid","pkg":"unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"cpp_macros 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"aho_corasick","pkg":"aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"byteorder","pkg":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cpp_common","pkg":"cpp_common 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"crossbeam-channel 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","crossbeam-utils 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"crossbeam_utils","pkg":"crossbeam-utils 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["crossbeam-utils","default","std"]},{"id":"crossbeam-utils 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"darling 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","darling_macro 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"darling_core","pkg":"darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"darling_macro","pkg":"darling_macro 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","suggestions"]},{"id":"darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"fnv","pkg":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ident_case","pkg":"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"strsim","pkg":"strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["strsim","suggestions"]},{"id":"darling_macro 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"darling_core","pkg":"darling_core 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"deku 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","deku_derive 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitvec","pkg":"bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"deku_derive","pkg":"deku_derive 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","const_generics","default","std"]},{"id":"deku_derive 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["darling 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro-crate 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"darling","pkg":"darling 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro_crate","pkg":"proc-macro-crate 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["proc-macro-crate","std"]},{"id":"either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","use_std"]},{"id":"embedded-can 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["nb 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"nb","pkg":"nb 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"enum-primitive-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"num_traits","pkg":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","is-terminal 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"humantime","pkg":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"is_terminal","pkg":"is-terminal 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex","pkg":"regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"termcolor","pkg":"termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["auto-color","color","default","humantime","regex"]},{"id":"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["std"]},{"id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"gimli 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"fallible_iterator","pkg":"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"stable_deref_trait","pkg":"stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["endian-reader","fallible-iterator","read","read-core","stable_deref_trait","std"]},{"id":"gimli 0.27.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["read","read-core"]},{"id":"glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"half 1.8.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["raw"]},{"id":"heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"hidapi 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["linux-static-hidraw"]},{"id":"humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"ihex 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"hashbrown","pkg":"hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(windows))"}]}],"features":["close","default","libc","windows-sys"]},{"id":"ioctl-rs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"is-terminal 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","rustix 0.36.8 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"io_lifetimes","pkg":"io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustix","pkg":"rustix 0.36.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))"}]}],"features":[]},{"id":"isotp_c 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","dependencies":["bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","embedded-can 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","serial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","slcan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bindgen","pkg":"bindgen 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"embedded_can","pkg":"embedded-can 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lazy_static","pkg":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"serial","pkg":"serial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serial_core","pkg":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"slcan","pkg":"slcan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"socketcan","pkg":"socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"either","pkg":"either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","use_std"]},{"id":"jaylink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["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)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"byteorder","pkg":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rusb","pkg":"rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"jobserver 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","extra_traits","std"]},{"id":"libloading 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libudev_sys","pkg":"libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"libusb1-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cc","pkg":"cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"pkg_config","pkg":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["vendored"]},{"id":"linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["errno","general","ioctl","no_std"]},{"id":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["std"]},{"id":"lxi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["std"]},{"id":"miniz_oxide 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"adler","pkg":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"multimeter-multiplexer 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f#067f28179c1b7517c2c4823896624271c301399f)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","serialport 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serialport","pkg":"serialport 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"multimeters 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d#f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","lxi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"lxi","pkg":"lxi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"strum_macros","pkg":"strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"nb 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"nix 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["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.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["fs","ioctl","poll","process","signal","term"]},{"id":"nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"minimal_lexical","pkg":"minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","std"]},{"id":"nom8 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","default","std"]},{"id":"num-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"autocfg","pkg":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["default","std"]},{"id":"object 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["elf","read_core","std"]},{"id":"object 0.30.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["archive","coff","elf","macho","pe","read_core","unaligned"]},{"id":"once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","default","race","std"]},{"id":"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"probe-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)","bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","enum-primitive-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","gimli 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)","hidapi 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)","ihex 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","jaylink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","object 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)","once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","probe-rs-target 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","scroll 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","serde_yaml 0.8.26 (registry+https://github.com/rust-lang/crates.io-index)","static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","svg 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","thiserror 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"base64","pkg":"base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"bincode","pkg":"bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":"build","target":null}]},{"name":"bitfield","pkg":"bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"bitvec","pkg":"bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"enum_primitive_derive","pkg":"enum-primitive-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"gimli","pkg":"gimli 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"hidapi","pkg":"hidapi 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ihex","pkg":"ihex 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"jaylink","pkg":"jaylink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"jep106","pkg":"jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"num_traits","pkg":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"object","pkg":"object 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"once_cell","pkg":"once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"probe_rs_target","pkg":"probe-rs-target 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":"build","target":null}]},{"name":"rusb","pkg":"rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"scroll","pkg":"scroll 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde_yaml","pkg":"serde_yaml 0.8.26 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null},{"kind":"build","target":null}]},{"name":"static_assertions","pkg":"static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"svg","pkg":"svg 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thiserror","pkg":"thiserror 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["builtin-targets","default","vendored-libusb"]},{"id":"probe-rs-target 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"base64","pkg":"base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"jep106","pkg":"jep106 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["bincode"]},{"id":"proc-macro-crate 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","toml_edit 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"once_cell","pkg":"once_cell 1.17.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"toml_edit","pkg":"toml_edit 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro_error_attr","pkg":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"version_check","pkg":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":["default","syn","syn-error"]},{"id":"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"version_check","pkg":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":"build","target":null}]}],"features":[]},{"id":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"unicode_ident","pkg":"unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default","proc-macro"]},{"id":"radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"regex 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","regex-syntax 0.6.28 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"aho_corasick","pkg":"aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"memchr","pkg":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"regex_syntax","pkg":"regex-syntax 0.6.28 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["aho-corasick","default","memchr","perf","perf-cache","perf-dfa","perf-inline","perf-literal","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"]},{"id":"regex-syntax 0.6.28 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"]},{"id":"my_project 0.1.0 (path+file:///builds/[REDACTED]/my_project)","dependencies":["private_crate_1 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","aquamarine 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","private_crate_2 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f#a136a7d24c7f835d336438b621b5ca3045d6680f)","multimeter-multiplexer 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f#067f28179c1b7517c2c4823896624271c301399f)","multimeters 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d#f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d)","thingset-can 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)"],"deps":[{"name":"private_crate_1","pkg":"private_crate_1 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b051a7350c277994c8dcb1b9513e031890)","dep_kinds":[{"kind":null,"target":null}]},{"name":"aquamarine","pkg":"aquamarine 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"arm_mcu_flasher","pkg":"private_crate_2 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_2.git?rev=a136a7d24c7f835d336438b621b5ca3045d6680f#a136a7d24c7f835d336438b621b5ca3045d6680f)","dep_kinds":[{"kind":null,"target":null}]},{"name":"multimeter_multiplexer","pkg":"multimeter-multiplexer 0.0.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_3.git?rev=067f28179c1b7517c2c4823896624271c301399f#067f28179c1b7517c2c4823896624271c301399f)","dep_kinds":[{"kind":null,"target":null}]},{"name":"multimeters","pkg":"multimeters 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_4.git?rev=f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d#f31a6a11c98bebe4a1b4c1197b8a28a52c3ef69d)","dep_kinds":[{"kind":null,"target":null}]},{"name":"thingset_can","pkg":"thingset-can 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"rusb 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","libusb1-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libusb1_sys","pkg":"libusb1-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["vendored"]},{"id":"rustc-demangle 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"rustix 0.36.8 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"io_lifetimes","pkg":"io-lifetimes 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","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":"linux-raw-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","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\"))))))))"}]}],"features":["default","io-lifetimes","libc","std","termios","use-libc-auxv"]},{"id":"rustversion 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"ryu 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"scroll 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serde_derive 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serde_derive","pkg":"serde_derive 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["alloc","default","derive","serde_derive","std"]},{"id":"serde_derive 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"serde_yaml 0.8.26 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","ryu 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"indexmap","pkg":"indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ryu","pkg":"ryu 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"yaml_rust","pkg":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","serial-unix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serial_core","pkg":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serial_unix","pkg":"serial-unix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serial-unix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["ioctl-rs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"ioctl_rs","pkg":"ioctl-rs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serial_core","pkg":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"termios","pkg":"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"serialport 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["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)","libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","nix 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"bitflags","pkg":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"cfg_if","pkg":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]},{"name":"libudev","pkg":"libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(all(target_os = \"linux\", not(target_env = \"musl\")))"}]},{"name":"nix","pkg":"nix 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":["default","libudev"]},{"id":"shlex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default","std"]},{"id":"slcan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"serial_core","pkg":"serial-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","try_from 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"hex","pkg":"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"itertools","pkg":"itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"nix","pkg":"nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"try_from","pkg":"try_from 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["alloc","std"]},{"id":"static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","rustversion 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"heck","pkg":"heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"rustversion","pkg":"rustversion 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"svg 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"unicode_ident","pkg":"unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["clone-impls","default","derive","extra-traits","full","parsing","printing","proc-macro","quote","visit","visit-mut"]},{"id":"tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"thingset-can 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","dependencies":["anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","ciborium 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","deku 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","isotp_c 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"anyhow","pkg":"anyhow 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"ciborium","pkg":"ciborium 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"deku","pkg":"deku 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"isotp_c","pkg":"isotp_c 0.1.0 (git+ssh://git@gitlab.com/[REDACTED]/private_crate_5.git?rev=e8862080d314e6297cca1e9f9f3934a0259befce#e8862080d314e6297cca1e9f9f3934a0259befce)","dep_kinds":[{"kind":null,"target":null}]},{"name":"log","pkg":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"serde","pkg":"serde 1.0.152 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"socketcan","pkg":"socketcan 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":"cfg(unix)"}]}],"features":[]},{"id":"thiserror 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["thiserror-impl 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"thiserror_impl","pkg":"thiserror-impl 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"thiserror-impl 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"proc_macro2","pkg":"proc-macro2 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"quote","pkg":"quote 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"syn","pkg":"syn 1.0.107 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"toml_datetime 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"toml_edit 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","nom8 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","toml_datetime 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"indexmap","pkg":"indexmap 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"nom8","pkg":"nom8 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"toml_datetime","pkg":"toml_datetime 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":["default"]},{"id":"try_from 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"unicode-ident 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":["default"]},{"id":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":[],"deps":[],"features":[]},{"id":"which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"either","pkg":"either 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]},{"name":"libc","pkg":"libc 0.2.139 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"tap","pkg":"tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]},{"id":"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)","dependencies":["linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)"],"deps":[{"name":"linked_hash_map","pkg":"linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)","dep_kinds":[{"kind":null,"target":null}]}],"features":[]}],"root":"my_project 0.1.0 (path+file:///builds/[REDACTED]/my_project)"},"target_directory":"/builds/[REDACTED]/my_project/target","version":1,"workspace_root":"/builds/[REDACTED]/my_project","metadata":null} $ eval 'ssh-agent -k' unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 612 killed; $ cross build --verbose --target armv7-unknown-linux-gnueabihf + cargo metadata --format-version 1 --filter-platform armv7-unknown-linux-gnueabihf + rustc --print sysroot + rustup toolchain list + rustup target list --toolchain 1.67.0-x86_64-unknown-linux-gnu + rustup --verbose target add armv7-unknown-linux-gnueabihf --toolchain 1.67.0-x86_64-unknown-linux-gnu verbose: read metadata version: '12' info: downloading component 'rust-std' for 'armv7-unknown-linux-gnueabihf' verbose: downloading file from: 'https://static.rust-lang.org/dist/2023-01-26/rust-std-1.67.0-armv7-unknown-linux-gnueabihf.tar.xz' verbose: downloading with reqwest verbose: checksum passed info: installing component 'rust-std' for 'armv7-unknown-linux-gnueabihf' verbose: creating temp directory: /usr/local/rustup/tmp/wizzz8hf8a_qplak_dir verbose: creating temp file: /usr/local/rustup/tmp/ltjfvcxsy9asnlr3_file verbose: creating temp file: /usr/local/rustup/tmp/qn_tmxbprtppxz3g_file verbose: deleted temp directory: /usr/local/rustup/tmp/wizzz8hf8a_qplak_dir verbose: creating temp file: /usr/local/rustup/tmp/8yd4j3p_vugav3ay_file verbose: creating temp file: /usr/local/rustup/tmp/xz3andaz5kcwdf_t_file verbose: deleted temp file: /usr/local/rustup/tmp/ltjfvcxsy9asnlr3_file verbose: deleted temp file: /usr/local/rustup/tmp/qn_tmxbprtppxz3g_file verbose: deleted temp file: /usr/local/rustup/tmp/8yd4j3p_vugav3ay_file verbose: deleted temp file: /usr/local/rustup/tmp/xz3andaz5kcwdf_t_file + /usr/bin/docker + /usr/bin/docker volume inspect cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156 + /usr/bin/docker ps -a --filter 'name=cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30' --format {{.State}} + /usr/bin/docker run --userns host --name cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 --rm -v /cross -v /cross/cargo/bin -d ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:0.2.5 sh -c 'sleep infinity' Unable to find image 'ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:0.2.5' locally 0.2.5: Pulling from cross-rs/armv7-unknown-linux-gnueabihf 58690f9b18fc: Pulling fs layer b51569e7c507: Pulling fs layer da8ef40b9eca: Pulling fs layer fb15d46c38dc: Pulling fs layer 6c052f8b0b21: Pulling fs layer 5b4afa60d436: Pulling fs layer 5afa4c181482: Pulling fs layer b9d42a766612: Pulling fs layer cc716323c93e: Pulling fs layer fe4038eab07b: Pulling fs layer 4accd797f995: Pulling fs layer 3db4794ce9a5: Pulling fs layer 8b1f228d2fc0: Pulling fs layer 05f315b1fff9: Pulling fs layer c0190749220c: Pulling fs layer 55483985fe64: Pulling fs layer df8b7a9f8281: Pulling fs layer 9de25b0c2608: Pulling fs layer fb15d46c38dc: Waiting 6c052f8b0b21: Waiting 5b4afa60d436: Waiting 5afa4c181482: Waiting b9d42a766612: Waiting cc716323c93e: Waiting fe4038eab07b: Waiting 4accd797f995: Waiting 3db4794ce9a5: Waiting 8b1f228d2fc0: Waiting 05f315b1fff9: Waiting 55483985fe64: Waiting df8b7a9f8281: Waiting 9de25b0c2608: Waiting c0190749220c: Waiting b51569e7c507: Verifying Checksum b51569e7c507: Download complete da8ef40b9eca: Verifying Checksum da8ef40b9eca: Download complete fb15d46c38dc: Verifying Checksum fb15d46c38dc: Download complete 58690f9b18fc: Verifying Checksum 58690f9b18fc: Download complete 6c052f8b0b21: Verifying Checksum 6c052f8b0b21: Download complete 5afa4c181482: Verifying Checksum 5afa4c181482: Download complete cc716323c93e: Verifying Checksum cc716323c93e: Download complete b9d42a766612: Verifying Checksum b9d42a766612: Download complete fe4038eab07b: Verifying Checksum fe4038eab07b: Download complete 4accd797f995: Verifying Checksum 4accd797f995: Download complete 5b4afa60d436: Verifying Checksum 5b4afa60d436: Download complete 3db4794ce9a5: Verifying Checksum 3db4794ce9a5: Download complete 05f315b1fff9: Verifying Checksum 05f315b1fff9: Download complete c0190749220c: Verifying Checksum c0190749220c: Download complete 55483985fe64: Verifying Checksum 55483985fe64: Download complete 8b1f228d2fc0: Verifying Checksum 8b1f228d2fc0: Download complete 9de25b0c2608: Verifying Checksum 9de25b0c2608: Download complete df8b7a9f8281: Verifying Checksum df8b7a9f8281: Download complete 58690f9b18fc: Pull complete b51569e7c507: Pull complete da8ef40b9eca: Pull complete fb15d46c38dc: Pull complete 6c052f8b0b21: Pull complete 5b4afa60d436: Pull complete 5afa4c181482: Pull complete b9d42a766612: Pull complete cc716323c93e: Pull complete fe4038eab07b: Pull complete 4accd797f995: Pull complete 3db4794ce9a5: Pull complete 8b1f228d2fc0: Pull complete 05f315b1fff9: Pull complete c0190749220c: Pull complete 55483985fe64: Pull complete df8b7a9f8281: Pull complete 9de25b0c2608: Pull complete Digest: sha256:4a08bebb60f08d52c1885b643a768f163c7318c05f91cf119f6c02855ea52699 Status: Downloaded newer image for ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:0.2.5 fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 [service:docker] 2023-02-08T18:31:06.151881975Z time="2023-02-08T18:31:06.151669416Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4/shim.sock" debug=false pid=258  + /usr/bin/docker cp -a /usr/local/cargo cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/cargo [service:docker] 2023-02-08T18:31:09.850232393Z time="2023-02-08T18:31:09.850101910Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker exec cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 sh -c 'mkdir -p '\''/cross/rust/lib/rustlib'\''' + /usr/bin/docker cp -a /usr/local/rustup/toolchains/1.67.0-x86_64-unknown-linux-gnu/bin cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust [service:docker] 2023-02-08T18:31:10.322273033Z time="2023-02-08T18:31:10.322138050Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:11.150437561Z time="2023-02-08T18:31:11.150306932Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /usr/local/rustup/toolchains/1.67.0-x86_64-unknown-linux-gnu/libexec cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust [service:docker] 2023-02-08T18:31:11.278611285Z time="2023-02-08T18:31:11.278458335Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:11.362001490Z time="2023-02-08T18:31:11.361873709Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /usr/local/rustup/toolchains/1.67.0-x86_64-unknown-linux-gnu/etc cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust [service:docker] 2023-02-08T18:31:11.459602034Z time="2023-02-08T18:31:11.459455947Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:11.501486938Z time="2023-02-08T18:31:11.501360773Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /root/.local/share/cross-rs/tmp/.tmpVCqPwb/lib cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust [service:docker] 2023-02-08T18:31:14.105858099Z time="2023-02-08T18:31:14.105714652Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:15.291895560Z time="2023-02-08T18:31:15.291748650Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /root/.local/share/cross-rs/tmp/.tmpMSrxGG/lib cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust [service:docker] 2023-02-08T18:31:15.868480076Z time="2023-02-08T18:31:15.868345932Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:15.913493601Z time="2023-02-08T18:31:15.913354181Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /usr/local/rustup/toolchains/1.67.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust/lib/rustlib [service:docker] 2023-02-08T18:31:16.087550104Z time="2023-02-08T18:31:16.087392345Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:18.919755562Z time="2023-02-08T18:31:18.919549354Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /usr/local/rustup/toolchains/1.67.0-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/rust/lib/rustlib [service:docker] 2023-02-08T18:31:19.003535117Z time="2023-02-08T18:31:19.003370907Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker cp -a /root/.local/share/cross-rs/tmp/.tmpzLsBkL cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30:/cross/project [service:docker] 2023-02-08T18:31:19.934966870Z time="2023-02-08T18:31:19.934812840Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" [service:docker] 2023-02-08T18:31:20.014530593Z time="2023-02-08T18:31:20.014383861Z" level=warning msg="Unable to unmount" container=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 error="umount /var/lib/docker/overlay2/2a2cd50ef9c326b0abb4346bfaacdfc241bdf98e7dc458c9e8a0f8783e23edcc/merged/cross/cargo/bin, flags: 0x2: no such file or directory" + /usr/bin/docker exec cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 sh -c 'set -e pipefail set -x chown -R 0:0 /cross prefix="/cross" symlink_recurse() { for f in "${1}"/*; do dst=${f#"$prefix"} if [ -f "${dst}" ]; then echo "invalid: got unexpected file at ${dst}" 1>&2 exit 1 elif [ -d "${dst}" ]; then symlink_recurse "${f}" else ln -s "${f}" "${dst}" fi done } symlink_recurse "${prefix}" ' + chown -R 0:0 /cross + prefix=/cross + symlink_recurse /cross + dst=/cargo + [ -f /cargo ] + [ -d /cargo ] + ln -s /cross/cargo /cargo + dst=/project + [ -f /project ] + [ -d /project ] + ln -s /cross/project /project + dst=/rust + [ -f /rust ] + [ -d /rust ] + ln -s /cross/rust /rust + /usr/bin/docker exec --user 0:0 -e 'PKG_CONFIG_ALLOW_CROSS=1' -e 'XARGO_HOME=/xargo' -e 'CARGO_HOME=/cargo' -e 'CARGO_TARGET_DIR=/target' -e 'CROSS_RUNNER=' -e 'USER=root' -w /project cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 sh -c 'PATH=$PATH:/rust/bin cargo build --verbose --target armv7-unknown-linux-gnueabihf --target-dir /cross/project/target' Updating git repository `ssh://git@gitlab.com/[REDACTED]/private_crate_1.git` error: failed to get `private_crate_1` as a dependency of package `my_project v0.1.0 (/cross/project)` Caused by: failed to load source for dependency `private_crate_1` Caused by: Unable to update ssh://git@gitlab.com/[REDACTED]/private_crate_1.git?rev=355b98b051a7350c277994c8dcb1b9513e031890#355b98b0 Caused by: failed to clone into: /cargo/git/db/private_crate_1-74dc0eac1b1023aa Caused by: error: unknown SSH host key The SSH host key for `gitlab.com` is not known and cannot be validated. To resolve this issue, add the host key to the `net.ssh.known-hosts` array in your Cargo configuration (such as /cargo/config.toml) or in your OpenSSH known_hosts file at /root/.ssh/known_hosts The key to add is: gitlab.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSMqzJeV9rUzU4kWitGjeR4PWSa29SPqJ1fVkhtj3Hw9xjLVXVYrU9QlYWrOLXBpQ6KWjbjTDTdDkoohFzgbEY= The ECDSA key fingerprint is: SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw This fingerprint should be validated with the server administrator that it is correct. See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts for more information. + /usr/bin/docker exec cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 bash -c '[[ -d '\''/cross/project/target'\'' ]]' + /usr/bin/docker stop cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 --time 0 [service:docker] 2023-02-08T18:31:21.690197114Z time="2023-02-08T18:31:21.690041732Z" level=info msg="Container fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4 failed to exit within 0 seconds of signal 15 - using the force" [service:docker] 2023-02-08T18:31:21.756341111Z time="2023-02-08T18:31:21.756179803Z" level=info msg="shim reaped" id=fe7e837e5d5a1bf5f2597f1bfc6e552a100530397ebfa43d587d8e56a53b2ef4  [service:docker] 2023-02-08T18:31:21.767774862Z time="2023-02-08T18:31:21.767476463Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 + /usr/bin/docker rm cross-1.67.0-x86_64-unknown-linux-gnu-11c66-fc594f156-armv7-unknown-linux-gnueabihf-my_project-fed30 + rustup component list --toolchain 1.67.0-x86_64-unknown-linux-gnu section_end:1675881085:step_script section_start:1675881085:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... WARNING: /builds/[REDACTED]/my_project/target/release/my_project: no matching files. Ensure that the artifact path is relative to the working directory (/builds/[REDACTED]/my_project) ERROR: No files to upload  section_end:1675881087:upload_artifacts_on_failure section_start:1675881087:cleanup_file_variables Cleaning up project directory and file based variables section_end:1675881088:cleanup_file_variables ERROR: Job failed: exit code 1