diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 00000000000..be4dda480a2 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,3 @@ +build --@rules_rust//rust/toolchain/channel=nightly +build --cxxopt=-std=c++14 +build --host_cxxopt=-std=c++14 diff --git a/.gitignore b/.gitignore index 92e5210724f..a5471339c2a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ # Substrate *.log *.out + +# bazel +bazel-* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000000..13bc2120711 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,40 @@ +stages: + - test + - build + +variables: + CI_IMAGE: "docker.io/paritytech/ci-unified:latest" + BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29" + BUILDAH_COMMAND: "buildah --storage-driver overlay2" + VAULT_ADDR: "https://vault.parity-mgmt-vault.parity.io" + VAULT_AUTH_PATH: "gitlab-parity-io-jwt" + VAULT_AUTH_ROLE: "gitlab_${CI_PROJECT_NAME}" + HELM_SECRETS_DRIVER: vals + +default: + image: $CI_IMAGE + tags: + - linux-docker-vm-c2 + +test-unit: + stage: test + script: + - echo "Test..." +build-bazel: + stage: build + script: + - apt update && apt install apt-transport-https curl gnupg -y; + curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg; + mv bazel-archive-keyring.gpg /usr/share/keyrings; + echo "deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list + - apt update && apt install bazel -y + - bazel build //cli --action_env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --remote_cache=https://storage.googleapis.com/bazel-cache-parity-build --google_default_credentials + +build-cargo: + stage: build + cache: + key: target + paths: + - target/ + script: + - cargo build diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock new file mode 100644 index 00000000000..b0f6cee91bc --- /dev/null +++ b/Cargo.Bazel.lock @@ -0,0 +1,49158 @@ +{ + "checksum": "0ccfccaabd2d46e2ede007abd3d648735391a57fb6b7bc284e6e8a5a7f7cc520", + "crates": { + "Inflector 0.11.4": { + "name": "Inflector", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/Inflector/0.11.4/download", + "sha256": "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inflector", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inflector", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "heavyweight", + "lazy_static", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "regex 1.7.1", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.4" + }, + "license": "BSD-2-Clause" + }, + "addr2line 0.17.0": { + "name": "addr2line", + "version": "0.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/addr2line/0.17.0/download", + "sha256": "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "addr2line", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "addr2line", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gimli 0.26.2", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.17.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "addr2line 0.19.0": { + "name": "addr2line", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/addr2line/0.19.0/download", + "sha256": "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" + } + }, + "targets": [ + { + "Library": { + "crate_name": "addr2line", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "addr2line", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gimli 0.27.2", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.19.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "adler 1.0.2": { + "name": "adler", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/adler/1.0.2/download", + "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "adler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "adler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.2" + }, + "license": "0BSD OR MIT OR Apache-2.0" + }, + "aead 0.3.2": { + "name": "aead", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.3.2/download", + "sha256": "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT OR Apache-2.0" + }, + "aead 0.4.3": { + "name": "aead", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.4.3/download", + "sha256": "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "aead 0.5.1": { + "name": "aead", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.5.1/download", + "sha256": "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.6.0": { + "name": "aes", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.6.0/download", + "sha256": "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + } + ], + "selects": { + "cfg(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))": [ + { + "id": "aesni 0.10.0", + "target": "aesni" + } + ], + "cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))": [ + { + "id": "aes-soft 0.6.4", + "target": "aes_soft" + } + ] + } + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.7.5": { + "name": "aes", + "version": "0.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.7.5/download", + "sha256": "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.8.2": { + "name": "aes", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.8.2/download", + "sha256": "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "aes-gcm 0.10.1": { + "name": "aes-gcm", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-gcm/0.10.1/download", + "sha256": "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_gcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_gcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.5.1", + "target": "aead" + }, + { + "id": "aes 0.8.2", + "target": "aes" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + }, + { + "id": "ctr 0.9.2", + "target": "ctr" + }, + { + "id": "ghash 0.5.0", + "target": "ghash" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "aes-gcm 0.9.4": { + "name": "aes-gcm", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-gcm/0.9.4/download", + "sha256": "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_gcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_gcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aes", + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aead 0.4.3", + "target": "aead" + }, + { + "id": "aes 0.7.5", + "target": "aes" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "ctr 0.8.0", + "target": "ctr" + }, + { + "id": "ghash 0.4.4", + "target": "ghash" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "aes-soft 0.6.4": { + "name": "aes-soft", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-soft/0.6.4/download", + "sha256": "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_soft", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_soft", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "aesni 0.10.0": { + "name": "aesni", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aesni/0.10.0/download", + "sha256": "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aesni", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aesni", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ahash 0.7.6": { + "name": "ahash", + "version": "0.7.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ahash/0.7.6/download", + "sha256": "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ahash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ahash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ahash 0.7.6", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + { + "id": "getrandom 0.2.8", + "target": "getrandom" + } + ], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "0.7.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ahash 0.8.3": { + "name": "ahash", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ahash/0.8.3/download", + "sha256": "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ahash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ahash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "runtime-rng", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.3", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.2.8", + "target": "getrandom" + } + ], + "selects": { + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "0.8.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "aho-corasick 0.7.20": { + "name": "aho-corasick", + "version": "0.7.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", + "sha256": "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aho_corasick", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aho_corasick", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.20" + }, + "license": "Unlicense OR MIT" + }, + "android_system_properties 0.1.5": { + "name": "android_system_properties", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/android_system_properties/0.1.5/download", + "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_system_properties", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "android_system_properties", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "ansi_term 0.12.1": { + "name": "ansi_term", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ansi_term/0.12.1/download", + "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ansi_term", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ansi_term", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.12.1" + }, + "license": "MIT" + }, + "anyhow 1.0.70": { + "name": "anyhow", + "version": "1.0.70", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anyhow/1.0.70/download", + "sha256": "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anyhow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anyhow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.70" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "arc-swap 1.6.0": { + "name": "arc-swap", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arc-swap/1.6.0/download", + "sha256": "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arc_swap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arc_swap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "array-bytes 4.2.0": { + "name": "array-bytes", + "version": "4.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/array-bytes/4.2.0/download", + "sha256": "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "array_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "array_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "4.2.0" + }, + "license": "Apache-2.0/GPL-3.0" + }, + "arrayref 0.3.7": { + "name": "arrayref", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayref/0.3.7/download", + "sha256": "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayref", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayref", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.7" + }, + "license": "BSD-2-Clause" + }, + "arrayvec 0.5.2": { + "name": "arrayvec", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayvec/0.5.2/download", + "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "arrayvec 0.7.2": { + "name": "arrayvec", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayvec/0.7.2/download", + "sha256": "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.2" + }, + "license": "MIT OR Apache-2.0" + }, + "asn1-rs 0.3.1": { + "name": "asn1-rs", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs/0.3.1/download", + "sha256": "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "time 0.3.20", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "asn1-rs-derive 0.1.0", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.1.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.3", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs 0.5.2": { + "name": "asn1-rs", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs/0.5.2/download", + "sha256": "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "time 0.3.20", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "asn1-rs-derive 0.4.0", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.1.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.3", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-derive 0.1.0": { + "name": "asn1-rs-derive", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-derive/0.1.0/download", + "sha256": "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-derive 0.4.0": { + "name": "asn1-rs-derive", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-derive/0.4.0/download", + "sha256": "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-impl 0.1.0": { + "name": "asn1-rs-impl", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-impl/0.1.0/download", + "sha256": "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1_der 0.7.5": { + "name": "asn1_der", + "version": "0.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1_der/0.7.5/download", + "sha256": "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1_der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "native_types" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.5" + }, + "license": "BSD-2-Clause OR MIT" + }, + "async-channel 1.8.0": { + "name": "async-channel", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-channel/1.8.0/download", + "sha256": "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "concurrent-queue 2.1.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-io 1.12.0": { + "name": "async-io", + "version": "1.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-io/1.12.0/download", + "sha256": "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-io 1.12.0", + "target": "build_script_build" + }, + { + "id": "async-lock 2.7.0", + "target": "async_lock" + }, + { + "id": "concurrent-queue 2.1.0", + "target": "concurrent_queue" + }, + { + "id": "futures-lite 1.12.0", + "target": "futures_lite" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking 2.0.0", + "target": "parking" + }, + { + "id": "polling 2.6.0", + "target": "polling" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "waker-fn 1.1.0", + "target": "waker_fn" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.12.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-lock 2.7.0": { + "name": "async-lock", + "version": "2.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-lock/2.7.0/download", + "sha256": "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "event-listener 2.5.3", + "target": "event_listener" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.7.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-trait 0.1.67": { + "name": "async-trait", + "version": "0.1.67", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-trait/0.1.67/download", + "sha256": "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "async_trait", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_trait", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.67" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "asynchronous-codec 0.6.1": { + "name": "asynchronous-codec", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asynchronous-codec/0.6.1/download", + "sha256": "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asynchronous_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asynchronous_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "license": "MIT" + }, + "atomic-waker 1.1.0": { + "name": "atomic-waker", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atomic-waker/1.1.0/download", + "sha256": "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atomic_waker", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atomic_waker", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "atty 0.2.14": { + "name": "atty", + "version": "0.2.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atty/0.2.14/download", + "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atty", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atty", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.1.19", + "target": "hermit_abi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.2.14" + }, + "license": "MIT" + }, + "autocfg 1.1.0": { + "name": "autocfg", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", + "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "autocfg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "autocfg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "backtrace 0.3.67": { + "name": "backtrace", + "version": "0.3.67", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/backtrace/0.3.67/download", + "sha256": "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "backtrace", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "backtrace", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "addr2line 0.19.0", + "target": "addr2line" + }, + { + "id": "backtrace 0.3.67", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "miniz_oxide 0.6.2", + "target": "miniz_oxide" + }, + { + "id": "object 0.30.3", + "target": "object" + }, + { + "id": "rustc-demangle 0.1.21", + "target": "rustc_demangle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.67" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "base-x 0.2.11": { + "name": "base-x", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base-x/0.2.11/download", + "sha256": "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base_x", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base_x", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.11" + }, + "license": "MIT" + }, + "base16ct 0.1.1": { + "name": "base16ct", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base16ct/0.1.1/download", + "sha256": "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base16ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base16ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "base16ct 0.2.0": { + "name": "base16ct", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base16ct/0.2.0/download", + "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base16ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base16ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "base58 0.2.0": { + "name": "base58", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base58/0.2.0/download", + "sha256": "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base58", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base58", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT" + }, + "base64 0.13.1": { + "name": "base64", + "version": "0.13.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64/0.13.1/download", + "sha256": "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.1" + }, + "license": "MIT/Apache-2.0" + }, + "base64 0.21.0": { + "name": "base64", + "version": "0.21.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64/0.21.0/download", + "sha256": "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.21.0" + }, + "license": "MIT OR Apache-2.0" + }, + "base64ct 1.6.0": { + "name": "base64ct", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64ct/1.6.0/download", + "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "beef 0.5.2": { + "name": "beef", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/beef/0.5.2/download", + "sha256": "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "beef", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "beef", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl_serde", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT OR Apache-2.0" + }, + "bincode 1.3.3": { + "name": "bincode", + "version": "1.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bincode/1.3.3/download", + "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bincode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bincode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.3" + }, + "license": "MIT" + }, + "bindgen 0.64.0": { + "name": "bindgen", + "version": "0.64.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bindgen/0.64.0/download", + "sha256": "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bindgen", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bindgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bindgen 0.64.0", + "target": "build_script_build" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.0", + "target": "clang_sys" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "peeking_take_while 0.1.2", + "target": "peeking_take_while" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.1.0", + "target": "shlex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.64.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "bitflags 1.3.2": { + "name": "bitflags", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download", + "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitflags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitflags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.2" + }, + "license": "MIT/Apache-2.0" + }, + "bitflags 2.0.2": { + "name": "bitflags", + "version": "2.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitflags/2.0.2/download", + "sha256": "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitflags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitflags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "2.0.2" + }, + "license": "MIT OR Apache-2.0" + }, + "bitvec 1.0.1": { + "name": "bitvec", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitvec/1.0.1/download", + "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "funty 2.0.0", + "target": "funty" + }, + { + "id": "radium 0.7.0", + "target": "radium" + }, + { + "id": "tap 1.0.1", + "target": "tap" + }, + { + "id": "wyz 0.5.1", + "target": "wyz" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.1" + }, + "license": "MIT" + }, + "blake2 0.10.6": { + "name": "blake2", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2/0.10.6/download", + "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "blake2b_simd 1.0.1": { + "name": "blake2b_simd", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2b_simd/1.0.1/download", + "sha256": "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2b_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2b_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.2.5", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.1" + }, + "license": "MIT" + }, + "blake2s_simd 1.0.1": { + "name": "blake2s_simd", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2s_simd/1.0.1/download", + "sha256": "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2s_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2s_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.2.5", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.1" + }, + "license": "MIT" + }, + "blake3 1.3.3": { + "name": "blake3", + "version": "1.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake3/1.3.3/download", + "sha256": "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "blake3 1.3.3", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "constant_time_eq 0.2.5", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "CC0-1.0 OR Apache-2.0" + }, + "block-buffer 0.10.4": { + "name": "block-buffer", + "version": "0.10.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.10.4/download", + "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.4" + }, + "license": "MIT OR Apache-2.0" + }, + "block-buffer 0.7.3": { + "name": "block-buffer", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.7.3/download", + "sha256": "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-padding 0.1.5", + "target": "block_padding" + }, + { + "id": "byte-tools 0.3.1", + "target": "byte_tools" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "generic-array 0.12.4", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "block-buffer 0.9.0": { + "name": "block-buffer", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.9.0/download", + "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "block-modes 0.7.0": { + "name": "block-modes", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-modes/0.7.0/download", + "sha256": "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_modes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_modes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-padding 0.2.1", + "target": "block_padding" + }, + { + "id": "cipher 0.2.5", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT OR Apache-2.0" + }, + "block-padding 0.1.5": { + "name": "block-padding", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-padding/0.1.5/download", + "sha256": "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_padding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_padding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byte-tools 0.3.1", + "target": "byte_tools" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "block-padding 0.2.1": { + "name": "block-padding", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-padding/0.2.1/download", + "sha256": "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_padding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_padding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "bounded-collections 0.1.5": { + "name": "bounded-collections", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bounded-collections/0.1.5/download", + "sha256": "a071c348a5ef6da1d3a87166b408170b46002382b1dda83992b5c2208cefb370" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bounded_collections", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bounded_collections", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "bs58 0.4.0": { + "name": "bs58", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bs58/0.4.0/download", + "sha256": "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bs58", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bs58", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "bstr 1.4.0": { + "name": "bstr", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bstr/1.4.0/download", + "sha256": "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bstr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bstr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "bumpalo 3.12.0": { + "name": "bumpalo", + "version": "3.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bumpalo/3.12.0/download", + "sha256": "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bumpalo", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bumpalo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "3.12.0" + }, + "license": "MIT/Apache-2.0" + }, + "byte-slice-cast 1.2.2": { + "name": "byte-slice-cast", + "version": "1.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byte-slice-cast/1.2.2/download", + "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byte_slice_cast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byte_slice_cast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.2" + }, + "license": "MIT" + }, + "byte-tools 0.3.1": { + "name": "byte-tools", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byte-tools/0.3.1/download", + "sha256": "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byte_tools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byte_tools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "byteorder 1.4.3": { + "name": "byteorder", + "version": "1.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byteorder/1.4.3/download", + "sha256": "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byteorder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byteorder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.4.3" + }, + "license": "Unlicense OR MIT" + }, + "bytes 1.4.0": { + "name": "bytes", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bytes/1.4.0/download", + "sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.4.0" + }, + "license": "MIT" + }, + "bzip2-sys 0.1.11+1.0.8": { + "name": "bzip2-sys", + "version": "0.1.11+1.0.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download", + "sha256": "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bzip2_sys", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bzip2_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bzip2-sys 0.1.11+1.0.8", + "target": "build_script_build" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.11+1.0.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "pkg-config 0.3.26", + "target": "pkg_config" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "bzip2" + }, + "license": "MIT/Apache-2.0" + }, + "cc 1.0.79": { + "name": "cc", + "version": "1.0.79", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cc/1.0.79/download", + "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "jobserver", + "parallel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jobserver 0.1.26", + "target": "jobserver" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.79" + }, + "license": "MIT OR Apache-2.0" + }, + "ccm 0.3.0": { + "name": "ccm", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ccm/0.3.0/download", + "sha256": "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ccm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ccm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.3.2", + "target": "aead" + }, + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "cexpr 0.6.0": { + "name": "cexpr", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cexpr/0.6.0/download", + "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cexpr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cexpr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "Apache-2.0/MIT" + }, + "cfg-expr 0.10.3": { + "name": "cfg-expr", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg-expr/0.10.3/download", + "sha256": "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_expr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_expr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.3" + }, + "license": "MIT OR Apache-2.0" + }, + "cfg-if 1.0.0": { + "name": "cfg-if", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", + "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_if", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_if", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "cfg_aliases 0.1.1": { + "name": "cfg_aliases", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg_aliases/0.1.1/download", + "sha256": "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_aliases", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_aliases", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "chacha20 0.8.2": { + "name": "chacha20", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chacha20/0.8.2/download", + "sha256": "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chacha20", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chacha20", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cipher", + "default", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": { + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.8.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "chacha20poly1305 0.9.1": { + "name": "chacha20poly1305", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chacha20poly1305/0.9.1/download", + "sha256": "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chacha20poly1305", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chacha20poly1305", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aead 0.4.3", + "target": "aead" + }, + { + "id": "chacha20 0.8.2", + "target": "chacha20" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "poly1305 0.7.2", + "target": "poly1305" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "chrono 0.4.24": { + "name": "chrono", + "version": "0.4.24", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chrono/0.4.24/download", + "sha256": "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chrono", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chrono", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clock", + "default", + "iana-time-zone", + "js-sys", + "oldtime", + "std", + "time", + "wasm-bindgen", + "wasmbind", + "winapi" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "time 0.1.45", + "target": "time" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "cfg(unix)": [ + { + "id": "iana-time-zone 0.1.54", + "target": "iana_time_zone" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.4.24" + }, + "license": "MIT/Apache-2.0" + }, + "cid 0.8.6": { + "name": "cid", + "version": "0.8.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cid/0.8.6/download", + "sha256": "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "multibase", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core2 0.4.0", + "target": "core2" + }, + { + "id": "multibase 0.9.1", + "target": "multibase" + }, + { + "id": "multihash 0.16.3", + "target": "multihash" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.6" + }, + "license": "MIT" + }, + "cipher 0.2.5": { + "name": "cipher", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.2.5/download", + "sha256": "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT OR Apache-2.0" + }, + "cipher 0.3.0": { + "name": "cipher", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.3.0/download", + "sha256": "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "cipher 0.4.4": { + "name": "cipher", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.4.4/download", + "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "inout 0.1.3", + "target": "inout" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.4" + }, + "license": "MIT OR Apache-2.0" + }, + "clang-sys 1.6.0": { + "name": "clang-sys", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clang-sys/1.6.0/download", + "sha256": "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clang_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clang_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clang-sys 1.6.0", + "target": "build_script_build" + }, + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.6.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "clang" + }, + "license": "Apache-2.0" + }, + "clap 4.1.11": { + "name": "clap", + "version": "4.1.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap/4.1.11/download", + "sha256": "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "color", + "default", + "derive", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.0.2", + "target": "bitflags" + }, + { + "id": "clap_lex 0.3.3", + "target": "clap_lex" + }, + { + "id": "is-terminal 0.4.5", + "target": "is_terminal" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "termcolor 1.2.0", + "target": "termcolor" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "clap_derive 4.1.9", + "target": "clap_derive" + } + ], + "selects": {} + }, + "version": "4.1.11" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_derive 4.1.9": { + "name": "clap_derive", + "version": "4.1.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap_derive/4.1.9/download", + "sha256": "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "clap_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.1.9" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_lex 0.3.3": { + "name": "clap_lex", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap_lex/0.3.3/download", + "sha256": "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap_lex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_lex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "os_str_bytes 6.5.0", + "target": "os_str_bytes" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "codespan-reporting 0.11.1": { + "name": "codespan-reporting", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download", + "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "codespan_reporting", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "codespan_reporting", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "termcolor 1.2.0", + "target": "termcolor" + }, + { + "id": "unicode-width 0.1.10", + "target": "unicode_width" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.1" + }, + "license": "Apache-2.0" + }, + "concurrent-queue 2.1.0": { + "name": "concurrent-queue", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/concurrent-queue/2.1.0/download", + "sha256": "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "concurrent_queue", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "concurrent_queue", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crossbeam-utils 0.8.15", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "const-oid 0.9.2": { + "name": "const-oid", + "version": "0.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/const-oid/0.9.2/download", + "sha256": "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_oid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_oid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.9.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "constant_time_eq 0.2.5": { + "name": "constant_time_eq", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/constant_time_eq/0.2.5/download", + "sha256": "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "constant_time_eq", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "constant_time_eq", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.2.5" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0" + }, + "core-foundation 0.9.3": { + "name": "core-foundation", + "version": "0.9.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core-foundation/0.9.3/download", + "sha256": "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core_foundation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core_foundation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.3", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.3" + }, + "license": "MIT / Apache-2.0" + }, + "core-foundation-sys 0.8.3": { + "name": "core-foundation-sys", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core-foundation-sys/0.8.3/download", + "sha256": "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core_foundation_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core_foundation_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.3", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT / Apache-2.0" + }, + "core2 0.4.0": { + "name": "core2", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core2/0.4.0/download", + "sha256": "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "cpp_demangle 0.3.5": { + "name": "cpp_demangle", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cpp_demangle/0.3.5/download", + "sha256": "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpp_demangle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cpp_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cpp_demangle 0.3.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0/MIT" + }, + "cpufeatures 0.2.5": { + "name": "cpufeatures", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cpufeatures/0.2.5/download", + "sha256": "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpufeatures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cpufeatures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "aarch64-apple-darwin": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "aarch64-linux-android": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT OR Apache-2.0" + }, + "cranelift-bforest 0.93.1": { + "name": "cranelift-bforest", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-bforest/0.93.1/download", + "sha256": "a7379abaacee0f14abf3204a7606118f0465785252169d186337bcb75030815a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_bforest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_bforest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen 0.93.1": { + "name": "cranelift-codegen", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen/0.93.1/download", + "sha256": "9489fa336927df749631f1008007ced2871068544f40a202ce6d93fbf2366a7b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "gimli", + "std", + "trace-log", + "unwind" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "bumpalo 3.12.0", + "target": "bumpalo" + }, + { + "id": "cranelift-bforest 0.93.1", + "target": "cranelift_bforest" + }, + { + "id": "cranelift-codegen 0.93.1", + "target": "build_script_build" + }, + { + "id": "cranelift-codegen-shared 0.93.1", + "target": "cranelift_codegen_shared" + }, + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.26.2", + "target": "gimli" + }, + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "regalloc2 0.5.1", + "target": "regalloc2" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-codegen-meta 0.93.1", + "target": "cranelift_codegen_meta" + }, + { + "id": "cranelift-isle 0.93.1", + "target": "cranelift_isle" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen-meta 0.93.1": { + "name": "cranelift-codegen-meta", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.93.1/download", + "sha256": "05bbb67da91ec721ed57cef2f7c5ef7728e1cd9bde9ffd3ef8601022e73e3239" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen_meta", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen_meta", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-codegen-shared 0.93.1", + "target": "cranelift_codegen_shared" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen-shared 0.93.1": { + "name": "cranelift-codegen-shared", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.93.1/download", + "sha256": "418ecb2f36032f6665dc1a5e2060a143dbab41d83b784882e97710e890a7a16d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-entity 0.93.1": { + "name": "cranelift-entity", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-entity/0.93.1/download", + "sha256": "7cf583f7b093f291005f9fb1323e2c37f6ee4c7909e39ce016b2e8360d461705" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_entity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_entity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "enable-serde", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-frontend 0.93.1": { + "name": "cranelift-frontend", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-frontend/0.93.1/download", + "sha256": "0b66bf9e916f57fbbd0f7703ec6286f4624866bf45000111627c70d272c8dda1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_frontend", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_frontend", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.93.1", + "target": "cranelift_codegen" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-isle 0.93.1": { + "name": "cranelift-isle", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-isle/0.93.1/download", + "sha256": "649782a39ce99798dd6b4029e2bb318a2fbeaade1b4fa25330763c10c65bc358" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_isle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_isle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-isle 0.93.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-native 0.93.1": { + "name": "cranelift-native", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-native/0.93.1/download", + "sha256": "937e021e089c51f9749d09e7ad1c4f255c2f8686cb8c3df63a34b3ec9921bc41" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_native", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_native", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.93.1", + "target": "cranelift_codegen" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + } + ], + "selects": { + "cfg(any(target_arch = \"s390x\", target_arch = \"riscv64\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-wasm 0.93.1": { + "name": "cranelift-wasm", + "version": "0.93.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-wasm/0.93.1/download", + "sha256": "d850cf6775477747c9dfda9ae23355dd70512ffebc70cf82b85a5b111ae668b5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_wasm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_wasm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.93.1", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + }, + { + "id": "cranelift-frontend 0.93.1", + "target": "cranelift_frontend" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "wasmparser 0.100.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-types 6.0.1", + "target": "wasmtime_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.93.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "crc 3.0.1": { + "name": "crc", + "version": "3.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc/3.0.1/download", + "sha256": "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crc-catalog 2.2.0", + "target": "crc_catalog" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "crc-catalog 2.2.0": { + "name": "crc-catalog", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc-catalog/2.2.0/download", + "sha256": "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc_catalog", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc_catalog", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "crc32fast 1.3.2": { + "name": "crc32fast", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc32fast/1.3.2/download", + "sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc32fast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc32fast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crc32fast 1.3.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-channel 0.5.7": { + "name": "crossbeam-channel", + "version": "0.5.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-channel/0.5.7/download", + "sha256": "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "crossbeam-utils", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-utils 0.8.15", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.7" + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-deque 0.8.3": { + "name": "crossbeam-deque", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download", + "sha256": "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_deque", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_deque", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "crossbeam-epoch", + "crossbeam-utils", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-epoch 0.9.14", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-utils 0.8.15", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.3" + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-epoch 0.9.14": { + "name": "crossbeam-epoch", + "version": "0.9.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-epoch/0.9.14/download", + "sha256": "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_epoch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_epoch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-epoch 0.9.14", + "target": "build_script_build" + }, + { + "id": "crossbeam-utils 0.8.15", + "target": "crossbeam_utils" + }, + { + "id": "memoffset 0.8.0", + "target": "memoffset" + }, + { + "id": "scopeguard 1.1.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-utils 0.8.15": { + "name": "crossbeam-utils", + "version": "0.8.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-utils/0.8.15/download", + "sha256": "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-utils 0.8.15", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.15" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "crunchy 0.2.2": { + "name": "crunchy", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crunchy/0.2.2/download", + "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crunchy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crunchy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "limit_128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "crypto-bigint 0.4.9": { + "name": "crypto-bigint", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-bigint/0.4.9/download", + "sha256": "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-bigint 0.5.2": { + "name": "crypto-bigint", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-bigint/0.5.2/download", + "sha256": "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "generic-array", + "rand_core", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-common 0.1.6": { + "name": "crypto-common", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-common/0.1.6/download", + "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "typenum 1.16.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.11.1": { + "name": "crypto-mac", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-mac/0.11.1/download", + "sha256": "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_mac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_mac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.1" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.8.0": { + "name": "crypto-mac", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-mac/0.8.0/download", + "sha256": "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_mac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_mac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ctr 0.8.0": { + "name": "ctr", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ctr/0.8.0/download", + "sha256": "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ctr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ctr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.3.0", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ctr 0.9.2": { + "name": "ctr", + "version": "0.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ctr/0.9.2/download", + "sha256": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ctr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ctr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.4.4", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.2" + }, + "license": "MIT OR Apache-2.0" + }, + "curve25519-dalek 2.1.3": { + "name": "curve25519-dalek", + "version": "2.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/2.1.3/download", + "sha256": "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "digest 0.8.1", + "target": "digest" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.1.3" + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek 3.2.0": { + "name": "curve25519-dalek", + "version": "3.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/3.2.0/download", + "sha256": "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "3.2.0" + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek 4.0.0-rc.1": { + "name": "curve25519-dalek", + "version": "4.0.0-rc.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/4.0.0-rc.1/download", + "sha256": "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "precomputed-tables", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "curve25519-dalek 4.0.0-rc.1", + "target": "build_script_build" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": { + "cfg(curve25519_dalek_backend = \"fiat\")": [ + { + "id": "fiat-crypto 0.1.19", + "target": "fiat_crypto" + } + ], + "cfg(curve25519_dalek_backend = \"simd\")": [ + { + "id": "packed_simd_2 0.3.8", + "target": "packed_simd_2", + "alias": "packed_simd" + } + ] + } + }, + "edition": "2021", + "version": "4.0.0-rc.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "platforms 3.0.2", + "target": "platforms" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "cxx 1.0.93": { + "name": "cxx", + "version": "1.0.93", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxx/1.0.93/download", + "sha256": "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxx", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cxx 1.0.93", + "target": "build_script_build" + }, + { + "id": "link-cplusplus 1.0.8", + "target": "link_cplusplus" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "cxxbridge-macro 1.0.93", + "target": "cxxbridge_macro" + } + ], + "selects": {} + }, + "version": "1.0.93" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "cxxbridge-flags 1.0.93", + "target": "cxxbridge_flags" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "cxxbridge1" + }, + "license": "MIT OR Apache-2.0" + }, + "cxx-build 1.0.93": { + "name": "cxx-build", + "version": "1.0.93", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxx-build/1.0.93/download", + "sha256": "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxx_build", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxx_build", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "codespan-reporting 0.11.1", + "target": "codespan_reporting" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "scratch 1.0.5", + "target": "scratch" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.93" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-flags 1.0.93": { + "name": "cxxbridge-flags", + "version": "1.0.93", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.93/download", + "sha256": "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxxbridge_flags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_flags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.93" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-macro 1.0.93": { + "name": "cxxbridge-macro", + "version": "1.0.93", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.93/download", + "sha256": "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cxxbridge_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.93" + }, + "license": "MIT OR Apache-2.0" + }, + "darling 0.14.4": { + "name": "darling", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling/0.14.4/download", + "sha256": "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "darling_core 0.14.4", + "target": "darling_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "darling_macro 0.14.4", + "target": "darling_macro" + } + ], + "selects": {} + }, + "version": "0.14.4" + }, + "license": "MIT" + }, + "darling_core 0.14.4": { + "name": "darling_core", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_core/0.14.4/download", + "sha256": "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "strsim", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.4" + }, + "license": "MIT" + }, + "darling_macro 0.14.4": { + "name": "darling_macro", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_macro/0.14.4/download", + "sha256": "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "darling_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling_core 0.14.4", + "target": "darling_core" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.4" + }, + "license": "MIT" + }, + "data-encoding 2.3.3": { + "name": "data-encoding", + "version": "2.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding/2.3.3/download", + "sha256": "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "data_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.3" + }, + "license": "MIT" + }, + "data-encoding-macro 0.1.12": { + "name": "data-encoding-macro", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding-macro/0.1.12/download", + "sha256": "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "data_encoding_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "data-encoding-macro-internal 0.1.10", + "target": "data_encoding_macro_internal" + } + ], + "selects": {} + }, + "version": "0.1.12" + }, + "license": "MIT" + }, + "data-encoding-macro-internal 0.1.10": { + "name": "data-encoding-macro-internal", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding-macro-internal/0.1.10/download", + "sha256": "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "data_encoding_macro_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding_macro_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.10" + }, + "license": "MIT" + }, + "der 0.6.1": { + "name": "der", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der/0.6.1/download", + "sha256": "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "const-oid", + "oid", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.2", + "target": "const_oid" + }, + { + "id": "pem-rfc7468 0.6.0", + "target": "pem_rfc7468" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "der 0.7.5": { + "name": "der", + "version": "0.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der/0.7.5/download", + "sha256": "05e58dffcdcc8ee7b22f0c1f71a69243d7c2d9ad87b5a14361f2424a1565c219" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "oid", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.2", + "target": "const_oid" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "der-parser 7.0.0": { + "name": "der-parser", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der-parser/7.0.0/download", + "sha256": "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.3", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.3", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "7.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "der-parser 8.2.0": { + "name": "der-parser", + "version": "8.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der-parser/8.2.0/download", + "sha256": "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.3", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.3", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "8.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "derivative 2.2.0": { + "name": "derivative", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derivative/2.2.0/download", + "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derivative", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derivative", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive-syn-parse 0.1.5": { + "name": "derive-syn-parse", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive-syn-parse/0.1.5/download", + "sha256": "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_syn_parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_syn_parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "derive_builder 0.11.2": { + "name": "derive_builder", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder/0.11.2/download", + "sha256": "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "derive_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "derive_builder_macro 0.11.2", + "target": "derive_builder_macro" + } + ], + "selects": {} + }, + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_core 0.11.2": { + "name": "derive_builder_core", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder_core/0.11.2/download", + "sha256": "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "derive_builder_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_macro 0.11.2": { + "name": "derive_builder_macro", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder_macro/0.11.2/download", + "sha256": "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_builder_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "derive_builder_core 0.11.2", + "target": "derive_builder_core" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_more 0.99.17": { + "name": "derive_more", + "version": "0.99.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_more/0.99.17/download", + "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_more", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_more", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "from" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.99.17" + }, + "license": "MIT" + }, + "difflib 0.4.0": { + "name": "difflib", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/difflib/0.4.0/download", + "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "difflib", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "difflib", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT" + }, + "digest 0.10.6": { + "name": "digest", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.10.6/download", + "sha256": "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "block-buffer", + "const-oid", + "core-api", + "default", + "mac", + "oid", + "std", + "subtle" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.10.4", + "target": "block_buffer" + }, + { + "id": "const-oid 0.9.2", + "target": "const_oid" + }, + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.8.1": { + "name": "digest", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.8.1/download", + "sha256": "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.12.4", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.9.0": { + "name": "digest", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.9.0/download", + "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "directories 4.0.1": { + "name": "directories", + "version": "4.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/directories/4.0.1/download", + "sha256": "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" + } + }, + "targets": [ + { + "Library": { + "crate_name": "directories", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "directories", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dirs-sys 0.3.7", + "target": "dirs_sys" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "4.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "directories-next 2.0.0": { + "name": "directories-next", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/directories-next/2.0.0/download", + "sha256": "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "directories_next", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "directories_next", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "dirs-sys-next 0.1.2", + "target": "dirs_sys_next" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "dirs-sys 0.3.7": { + "name": "dirs-sys", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dirs-sys/0.3.7/download", + "sha256": "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_users 0.4.3", + "target": "redox_users" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.3.7" + }, + "license": "MIT OR Apache-2.0" + }, + "dirs-sys-next 0.1.2": { + "name": "dirs-sys-next", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download", + "sha256": "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys_next", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs_sys_next", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_users 0.4.3", + "target": "redox_users" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "MIT OR Apache-2.0" + }, + "displaydoc 0.2.3": { + "name": "displaydoc", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/displaydoc/0.2.3/download", + "sha256": "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "displaydoc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "displaydoc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.3" + }, + "license": "MIT OR Apache-2.0" + }, + "downcast 0.11.0": { + "name": "downcast", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/downcast/0.11.0/download", + "sha256": "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "downcast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "downcast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT" + }, + "downcast-rs 1.2.0": { + "name": "downcast-rs", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/downcast-rs/1.2.0/download", + "sha256": "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" + } + }, + "targets": [ + { + "Library": { + "crate_name": "downcast_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "downcast_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "dtoa 1.0.6": { + "name": "dtoa", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dtoa/1.0.6/download", + "sha256": "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dtoa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dtoa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "dyn-clonable 0.9.0": { + "name": "dyn-clonable", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clonable/0.9.0/download", + "sha256": "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dyn_clonable", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clonable", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dyn-clone 1.0.11", + "target": "dyn_clone" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "dyn-clonable-impl 0.9.0", + "target": "dyn_clonable_impl" + } + ], + "selects": {} + }, + "version": "0.9.0" + }, + "license": "MIT" + }, + "dyn-clonable-impl 0.9.0": { + "name": "dyn-clonable-impl", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clonable-impl/0.9.0/download", + "sha256": "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "dyn_clonable_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clonable_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT" + }, + "dyn-clone 1.0.11": { + "name": "dyn-clone", + "version": "1.0.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clone/1.0.11/download", + "sha256": "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dyn_clone", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.11" + }, + "license": "MIT OR Apache-2.0" + }, + "ecdsa 0.14.8": { + "name": "ecdsa", + "version": "0.14.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ecdsa/0.14.8/download", + "sha256": "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ecdsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ecdsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.3.1", + "target": "rfc6979" + }, + { + "id": "signature 1.6.4", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.14.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "ecdsa 0.16.6": { + "name": "ecdsa", + "version": "0.16.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ecdsa/0.16.6/download", + "sha256": "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ecdsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ecdsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "der", + "digest", + "hazmat", + "rfc6979", + "signing", + "std", + "verifying" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.5", + "target": "der" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "elliptic-curve 0.13.4", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.4.0", + "target": "rfc6979" + }, + { + "id": "signature 2.1.0", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.6" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519 1.5.3": { + "name": "ed25519", + "version": "1.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519/1.5.3/download", + "sha256": "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "signature 1.6.4", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519-dalek 1.0.1": { + "name": "ed25519-dalek", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519-dalek/1.0.1/download", + "sha256": "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rand", + "serde_crate", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "ed25519 1.5.3", + "target": "ed25519" + }, + { + "id": "rand 0.7.3", + "target": "rand" + }, + { + "id": "serde 1.0.162", + "target": "serde", + "alias": "serde_crate" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.1" + }, + "license": "BSD-3-Clause" + }, + "ed25519-zebra 3.1.0": { + "name": "ed25519-zebra", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519-zebra/3.1.0/download", + "sha256": "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_zebra", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_zebra", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "either 1.8.1": { + "name": "either", + "version": "1.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/either/1.8.1/download", + "sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" + } + }, + "targets": [ + { + "Library": { + "crate_name": "either", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "either", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "elliptic-curve 0.12.3": { + "name": "elliptic-curve", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/elliptic-curve/0.12.3/download", + "sha256": "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elliptic_curve", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elliptic_curve", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base16ct 0.1.1", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.4.9", + "target": "crypto_bigint" + }, + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "hkdf 0.12.3", + "target": "hkdf" + }, + { + "id": "pem-rfc7468 0.6.0", + "target": "pem_rfc7468" + }, + { + "id": "pkcs8 0.9.0", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.3.0", + "target": "sec1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "elliptic-curve 0.13.4": { + "name": "elliptic-curve", + "version": "0.13.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/elliptic-curve/0.13.4/download", + "sha256": "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elliptic_curve", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elliptic_curve", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "digest", + "ff", + "group", + "hazmat", + "sec1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.5.2", + "target": "crypto_bigint" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.7.1", + "target": "sec1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "enum-as-inner 0.5.1": { + "name": "enum-as-inner", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/enum-as-inner/0.5.1/download", + "sha256": "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "enum_as_inner", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "enum_as_inner", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT/Apache-2.0" + }, + "env_logger 0.10.0": { + "name": "env_logger", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/env_logger/0.10.0/download", + "sha256": "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "env_logger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "env_logger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "auto-color", + "color", + "default", + "humantime", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "is-terminal 0.4.5", + "target": "is_terminal" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "termcolor 1.2.0", + "target": "termcolor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "environmental 1.1.4": { + "name": "environmental", + "version": "1.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/environmental/1.1.4/download", + "sha256": "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "environmental", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "environmental", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.4" + }, + "license": "Apache-2.0" + }, + "errno 0.2.8": { + "name": "errno", + "version": "0.2.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/errno/0.2.8/download", + "sha256": "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"dragonfly\")": [ + { + "id": "errno-dragonfly 0.1.2", + "target": "errno_dragonfly" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.2.8" + }, + "license": "MIT/Apache-2.0" + }, + "errno 0.3.1": { + "name": "errno", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/errno/0.3.1/download", + "sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"dragonfly\")": [ + { + "id": "errno-dragonfly 0.1.2", + "target": "errno_dragonfly" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "errno-dragonfly 0.1.2": { + "name": "errno-dragonfly", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download", + "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno_dragonfly", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno_dragonfly", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "errno-dragonfly 0.1.2", + "target": "build_script_build" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "event-listener 2.5.3": { + "name": "event-listener", + "version": "2.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/event-listener/2.5.3/download", + "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "event_listener", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "event_listener", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "exit-future 0.2.0": { + "name": "exit-future", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/exit-future/0.2.0/download", + "sha256": "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "exit_future", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "exit_future", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT" + }, + "expander 1.0.0": { + "name": "expander", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/expander/1.0.0/download", + "sha256": "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84" + } + }, + "targets": [ + { + "Library": { + "crate_name": "expander", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "expander", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "syn", + "syndicate" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "expander 1.0.0", + "target": "build_script_build" + }, + { + "id": "fs-err 2.9.0", + "target": "fs_err" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "fake-simd 0.1.2": { + "name": "fake-simd", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fake-simd/0.1.2/download", + "sha256": "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fake_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fake_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.2" + }, + "license": "MIT/Apache-2.0" + }, + "fallible-iterator 0.2.0": { + "name": "fallible-iterator", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download", + "sha256": "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fallible_iterator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fallible_iterator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "fastrand 1.9.0": { + "name": "fastrand", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fastrand/1.9.0/download", + "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fastrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fastrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ + { + "id": "instant 0.1.12", + "target": "instant" + } + ] + } + }, + "edition": "2018", + "version": "1.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "fdlimit 0.2.1": { + "name": "fdlimit", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fdlimit/0.2.1/download", + "sha256": "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fdlimit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fdlimit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "ff 0.12.1": { + "name": "ff", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ff/0.12.1/download", + "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "ff 0.13.0": { + "name": "ff", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ff/0.13.0/download", + "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "fiat-crypto 0.1.19": { + "name": "fiat-crypto", + "version": "0.1.19", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fiat-crypto/0.1.19/download", + "sha256": "93ace6ec7cc19c8ed33a32eaa9ea692d7faea05006b5356b9e2b668ec4bc3955" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fiat_crypto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fiat_crypto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.19" + }, + "license": "MIT OR Apache-2.0 OR BSD-1-Clause" + }, + "file-per-thread-logger 0.1.6": { + "name": "file-per-thread-logger", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/file-per-thread-logger/0.1.6/download", + "sha256": "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" + } + }, + "targets": [ + { + "Library": { + "crate_name": "file_per_thread_logger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "file_per_thread_logger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "env_logger 0.10.0", + "target": "env_logger" + }, + { + "id": "log 0.4.17", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.6" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "finality-grandpa 0.16.2": { + "name": "finality-grandpa", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/finality-grandpa/0.16.2/download", + "sha256": "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "finality_grandpa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "finality_grandpa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "derive-codec", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot", + "scale-info", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits", + "alias": "num" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "Apache-2.0" + }, + "fixed-hash 0.8.0": { + "name": "fixed-hash", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fixed-hash/0.8.0/download", + "sha256": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fixed_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fixed_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "byteorder", + "rand", + "rustc-hex", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "fixedbitset 0.4.2": { + "name": "fixedbitset", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fixedbitset/0.4.2/download", + "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fixedbitset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fixedbitset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "flate2 1.0.25": { + "name": "flate2", + "version": "1.0.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/flate2/1.0.25/download", + "sha256": "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" + } + }, + "targets": [ + { + "Library": { + "crate_name": "flate2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "flate2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "any_zlib", + "libz-sys", + "zlib" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "libz-sys 1.1.8", + "target": "libz_sys" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))": [ + { + "id": "miniz_oxide 0.6.2", + "target": "miniz_oxide" + } + ] + } + }, + "edition": "2018", + "version": "1.0.25" + }, + "license": "MIT OR Apache-2.0" + }, + "float-cmp 0.9.0": { + "name": "float-cmp", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/float-cmp/0.9.0/download", + "sha256": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "float_cmp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "float_cmp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "num-traits", + "ratio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.15", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT" + }, + "fnv 1.0.7": { + "name": "fnv", + "version": "1.0.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fnv/1.0.7/download", + "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fnv", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fnv", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.7" + }, + "license": "Apache-2.0 / MIT" + }, + "fork-tree 7.0.0": { + "name": "fork-tree", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fork-tree/7.0.0/download", + "sha256": "4615fe5ff97489aa729b6f5133397efb0ba3075d11a50aa6c06d7bce9501f7b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fork_tree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fork_tree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "form_urlencoded 1.1.0": { + "name": "form_urlencoded", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/form_urlencoded/1.1.0/download", + "sha256": "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "form_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "form_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "percent-encoding 2.2.0", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "fragile 2.0.0": { + "name": "fragile", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fragile/2.0.0/download", + "sha256": "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fragile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fragile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "Apache-2.0" + }, + "frame-metadata 15.0.0": { + "name": "frame-metadata", + "version": "15.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-metadata/15.0.0/download", + "sha256": "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "scale-info", + "serde", + "std", + "v14" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "15.0.0" + }, + "license": "Apache-2.0" + }, + "frame-remote-externalities 0.28.0": { + "name": "frame-remote-externalities", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-remote-externalities/0.28.0/download", + "sha256": "13306364f34cda2e7cdf916d8468324733b2566777ffe6db9770e49d092cfbc0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_remote_externalities", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_remote_externalities", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-rpc-client 0.26.0", + "target": "substrate_rpc_client" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "Apache-2.0" + }, + "frame-support 21.0.0": { + "name": "frame-support", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-support/21.0.0/download", + "sha256": "80da0f683e5da274ff0401a02d16f4fb976686ed4286204fa00ab29207013d2c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "once_cell", + "serde", + "sp-state-machine", + "std", + "try-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "frame-metadata 15.0.0", + "target": "frame_metadata" + }, + { + "id": "k256 0.13.1", + "target": "k256" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 19.0.0", + "target": "sp_inherents" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 19.0.0", + "target": "sp_staking" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 9.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-weights 19.0.0", + "target": "sp_weights" + }, + { + "id": "tt-call 1.0.9", + "target": "tt_call" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "frame-support-procedural 16.0.0", + "target": "frame_support_procedural" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "paste 1.0.12", + "target": "paste" + }, + { + "id": "sp-core-hashing-proc-macro 8.0.0", + "target": "sp_core_hashing_proc_macro" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural 16.0.0": { + "name": "frame-support-procedural", + "version": "16.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-support-procedural/16.0.0/download", + "sha256": "37e680991289aa3e7b11609228642df005edd888b72b52fbbabb361d2b7cb1ed" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "frame_support_procedural", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "cfg-expr 0.10.3", + "target": "cfg_expr" + }, + { + "id": "frame-support-procedural-tools 5.0.0", + "target": "frame_support_procedural_tools" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro-warning 0.2.0", + "target": "proc_macro_warning" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive-syn-parse 0.1.5", + "target": "derive_syn_parse" + } + ], + "selects": {} + }, + "version": "16.0.0" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural-tools 5.0.0": { + "name": "frame-support-procedural-tools", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-support-procedural-tools/5.0.0/download", + "sha256": "5fd1ce0e420f441e4b5fc53cda17fd63f98147a392191ff3c94270d01110a070" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_support_procedural_tools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural_tools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "frame-support-procedural-tools-derive 5.0.0", + "target": "frame_support_procedural_tools_derive" + } + ], + "selects": {} + }, + "version": "5.0.0" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural-tools-derive 5.0.0": { + "name": "frame-support-procedural-tools-derive", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-support-procedural-tools-derive/5.0.0/download", + "sha256": "b64b7713ff42072fba1dadf3165fb4837e7d84d28fd7fae5f7d752a659607682" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "frame_support_procedural_tools_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural_tools_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0" + }, + "license": "Apache-2.0" + }, + "frame-try-runtime 0.27.0": { + "name": "frame-try-runtime", + "version": "0.27.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-try-runtime/0.27.0/download", + "sha256": "71e2f824cfe5f945a24862233b17354542f57cd94e5bceddc8bf08ad84015ab0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_try_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_try_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "try-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 21.0.0", + "target": "frame_support" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.27.0" + }, + "license": "Apache-2.0" + }, + "fs-err 2.9.0": { + "name": "fs-err", + "version": "2.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs-err/2.9.0/download", + "sha256": "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs_err", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs_err", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.9.0" + }, + "license": "MIT/Apache-2.0" + }, + "fs2 0.4.3": { + "name": "fs2", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs2/0.4.3/download", + "sha256": "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.4.3" + }, + "license": "MIT/Apache-2.0" + }, + "fs4 0.6.4": { + "name": "fs4", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs4/0.6.4/download", + "sha256": "a7f5b6908aecca5812a4569056285e58c666588c9573ee59765bf1d3692699e2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs4", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs4", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sync" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "rustix 0.37.19", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.6.4" + }, + "license": "MIT/Apache-2.0" + }, + "funty 2.0.0": { + "name": "funty", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/funty/2.0.0/download", + "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "funty", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "funty", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT" + }, + "futures 0.3.27": { + "name": "futures", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures/0.3.27/download", + "sha256": "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "bilock", + "default", + "executor", + "futures-executor", + "std", + "thread-pool", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-executor 0.3.27", + "target": "futures_executor" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.27", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-channel 0.3.27": { + "name": "futures-channel", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-channel/0.3.27/download", + "sha256": "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "futures-sink", + "sink", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.27", + "target": "build_script_build" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "futures-core 0.3.27": { + "name": "futures-core", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-core/0.3.27/download", + "sha256": "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.27", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "futures-executor 0.3.27": { + "name": "futures-executor", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-executor/0.3.27/download", + "sha256": "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num_cpus", + "std", + "thread-pool" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-task 0.3.27", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-io 0.3.27": { + "name": "futures-io", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-io/0.3.27/download", + "sha256": "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "unstable" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-lite 1.12.0": { + "name": "futures-lite", + "version": "1.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-lite/1.12.0/download", + "sha256": "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fastrand", + "futures-io", + "memchr", + "parking", + "std", + "waker-fn" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fastrand 1.9.0", + "target": "fastrand" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "parking 2.0.0", + "target": "parking" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "waker-fn 1.1.0", + "target": "waker_fn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.12.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "futures-macro 0.3.27": { + "name": "futures-macro", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-macro/0.3.27/download", + "sha256": "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "futures_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-rustls 0.22.2": { + "name": "futures-rustls", + "version": "0.22.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-rustls/0.22.2/download", + "sha256": "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "webpki 0.22.0", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.2" + }, + "license": "MIT/Apache-2.0" + }, + "futures-sink 0.3.27": { + "name": "futures-sink", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-sink/0.3.27/download", + "sha256": "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_sink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_sink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-task 0.3.27": { + "name": "futures-task", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-task/0.3.27/download", + "sha256": "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_task", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_task", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-task 0.3.27", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.27" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "futures-timer 3.0.2": { + "name": "futures-timer", + "version": "3.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-timer/3.0.2/download", + "sha256": "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_timer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_timer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "3.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "futures-util 0.3.27": { + "name": "futures-util", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-util/0.3.27/download", + "sha256": "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "async-await-macro", + "bilock", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.27", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.27", + "target": "build_script_build" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "slab 0.4.8", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "futures-macro 0.3.27", + "target": "futures_macro" + } + ], + "selects": {} + }, + "version": "0.3.27" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "fxhash 0.2.1": { + "name": "fxhash", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fxhash/0.2.1/download", + "sha256": "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fxhash", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fxhash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.1" + }, + "license": "Apache-2.0/MIT" + }, + "generic-array 0.12.4": { + "name": "generic-array", + "version": "0.12.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/generic-array/0.12.4/download", + "sha256": "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "typenum 1.16.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.12.4" + }, + "license": "MIT" + }, + "generic-array 0.14.6": { + "name": "generic-array", + "version": "0.14.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/generic-array/0.14.6/download", + "sha256": "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "more_lengths", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "build_script_build" + }, + { + "id": "typenum 1.16.0", + "target": "typenum" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.14.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "getrandom 0.1.16": { + "name": "getrandom", + "version": "0.1.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/getrandom/0.1.16/download", + "sha256": "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.1.16", + "target": "build_script_build" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.9.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.1.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "getrandom 0.2.8": { + "name": "getrandom", + "version": "0.2.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/getrandom/0.2.8/download", + "sha256": "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "js", + "js-sys", + "std", + "wasm-bindgen" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.8" + }, + "license": "MIT OR Apache-2.0" + }, + "ghash 0.4.4": { + "name": "ghash", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ghash/0.4.4/download", + "sha256": "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ghash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ghash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "polyval 0.5.3", + "target": "polyval" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "ghash 0.5.0": { + "name": "ghash", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ghash/0.5.0/download", + "sha256": "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ghash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ghash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "polyval 0.6.0", + "target": "polyval" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "gimli 0.26.2": { + "name": "gimli", + "version": "0.26.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/gimli/0.26.2/download", + "sha256": "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gimli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gimli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fallible-iterator", + "indexmap", + "read", + "read-core", + "stable_deref_trait", + "std", + "write" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fallible-iterator 0.2.0", + "target": "fallible_iterator" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.26.2" + }, + "license": "MIT OR Apache-2.0" + }, + "gimli 0.27.2": { + "name": "gimli", + "version": "0.27.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/gimli/0.27.2/download", + "sha256": "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gimli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gimli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "read", + "read-core" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.27.2" + }, + "license": "MIT OR Apache-2.0" + }, + "glob 0.3.1": { + "name": "glob", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/glob/0.3.1/download", + "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "glob", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "glob", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "globset 0.4.10": { + "name": "globset", + "version": "0.4.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/globset/0.4.10/download", + "sha256": "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "globset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "globset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 0.7.20", + "target": "aho_corasick" + }, + { + "id": "bstr 1.4.0", + "target": "bstr" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "regex 1.7.1", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.10" + }, + "license": "Unlicense OR MIT" + }, + "group 0.12.1": { + "name": "group", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/group/0.12.1/download", + "sha256": "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "group 0.13.0": { + "name": "group", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/group/0.13.0/download", + "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "h2 0.3.16": { + "name": "h2", + "version": "0.3.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/h2/0.3.16/download", + "sha256": "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "h2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "h2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.7", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.16" + }, + "license": "MIT" + }, + "hash-db 0.16.0": { + "name": "hash-db", + "version": "0.16.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hash-db/0.16.0/download", + "sha256": "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hash_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hash_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.16.0" + }, + "license": "Apache-2.0" + }, + "hash256-std-hasher 0.15.2": { + "name": "hash256-std-hasher", + "version": "0.15.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hash256-std-hasher/0.15.2/download", + "sha256": "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hash256_std_hasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hash256_std_hasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.15.2" + }, + "license": "Apache-2.0" + }, + "hashbrown 0.12.3": { + "name": "hashbrown", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashbrown/0.12.3/download", + "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.7.6", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.13.2": { + "name": "hashbrown", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashbrown/0.13.2/download", + "sha256": "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.3", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "MIT OR Apache-2.0" + }, + "heck 0.4.1": { + "name": "heck", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/heck/0.4.1/download", + "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "heck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "heck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hermit-abi 0.1.19": { + "name": "hermit-abi", + "version": "0.1.19", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", + "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.19" + }, + "license": "MIT/Apache-2.0" + }, + "hermit-abi 0.2.6": { + "name": "hermit-abi", + "version": "0.2.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hermit-abi/0.2.6/download", + "sha256": "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.6" + }, + "license": "MIT/Apache-2.0" + }, + "hermit-abi 0.3.1": { + "name": "hermit-abi", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hermit-abi/0.3.1/download", + "sha256": "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hex 0.4.3": { + "name": "hex", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hex/0.4.3/download", + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hkdf 0.12.3": { + "name": "hkdf", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hkdf/0.12.3/download", + "sha256": "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hkdf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hkdf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.11.0": { + "name": "hmac", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.11.0/download", + "sha256": "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.11.1", + "target": "crypto_mac" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.12.1": { + "name": "hmac", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.12.1/download", + "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "reset" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.8.1": { + "name": "hmac", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.8.1/download", + "sha256": "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.8.0", + "target": "crypto_mac" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac-drbg 0.3.0": { + "name": "hmac-drbg", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac-drbg/0.3.0/download", + "sha256": "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac_drbg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac_drbg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "hmac 0.8.1", + "target": "hmac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "hostname 0.3.1": { + "name": "hostname", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hostname/0.3.1/download", + "sha256": "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hostname", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hostname", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "match_cfg 0.1.0", + "target": "match_cfg" + } + ], + "selects": { + "cfg(any(unix, target_os = \"redox\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT" + }, + "http 0.2.9": { + "name": "http", + "version": "0.2.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http/0.2.9/download", + "sha256": "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.6", + "target": "itoa" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.9" + }, + "license": "MIT OR Apache-2.0" + }, + "http-body 0.4.5": { + "name": "http-body", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http-body/0.4.5/download", + "sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_body", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_body", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.5" + }, + "license": "MIT" + }, + "http-range-header 0.3.0": { + "name": "http-range-header", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http-range-header/0.3.0/download", + "sha256": "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_range_header", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_range_header", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT" + }, + "httparse 1.8.0": { + "name": "httparse", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/httparse/1.8.0/download", + "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httparse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httparse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "httparse 1.8.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "httpdate 1.0.2": { + "name": "httpdate", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/httpdate/1.0.2/download", + "sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httpdate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httpdate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "humantime 2.1.0": { + "name": "humantime", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/humantime/2.1.0/download", + "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "humantime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "humantime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "hyper 0.14.25": { + "name": "hyper", + "version": "0.14.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hyper/0.14.25/download", + "sha256": "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client", + "default", + "h2", + "http1", + "http2", + "runtime", + "server", + "socket2", + "stream", + "tcp" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "h2 0.3.16", + "target": "h2" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "http-body 0.4.5", + "target": "http_body" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "httpdate 1.0.2", + "target": "httpdate" + }, + { + "id": "itoa 1.0.6", + "target": "itoa" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "want 0.3.0", + "target": "want" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.25" + }, + "license": "MIT" + }, + "hyper-rustls 0.23.2": { + "name": "hyper-rustls", + "version": "0.23.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hyper-rustls/0.23.2/download", + "sha256": "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "http1", + "http2", + "log", + "logging", + "native-tokio", + "rustls-native-certs", + "tls12", + "tokio-runtime", + "webpki-roots", + "webpki-tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "rustls-native-certs 0.6.2", + "target": "rustls_native_certs" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.23.4", + "target": "tokio_rustls" + }, + { + "id": "webpki-roots 0.22.6", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.23.2" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "iana-time-zone 0.1.54": { + "name": "iana-time-zone", + "version": "0.1.54", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/iana-time-zone/0.1.54/download", + "sha256": "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation-sys 0.8.3", + "target": "core_foundation_sys" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android_system_properties 0.1.5", + "target": "android_system_properties" + } + ], + "cfg(target_os = \"haiku\")": [ + { + "id": "iana-time-zone-haiku 0.1.1", + "target": "iana_time_zone_haiku" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows 0.46.0", + "target": "windows" + } + ] + } + }, + "edition": "2018", + "version": "0.1.54" + }, + "license": "MIT OR Apache-2.0" + }, + "iana-time-zone-haiku 0.1.1": { + "name": "iana-time-zone-haiku", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.1/download", + "sha256": "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone_haiku", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone_haiku", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cxx 1.0.93", + "target": "cxx" + }, + { + "id": "iana-time-zone-haiku 0.1.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cxx-build 1.0.93", + "target": "cxx_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ident_case 1.0.1": { + "name": "ident_case", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ident_case/1.0.1/download", + "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ident_case", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ident_case", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "MIT/Apache-2.0" + }, + "idna 0.2.3": { + "name": "idna", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/idna/0.2.3/download", + "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "matches 0.1.10", + "target": "matches" + }, + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.3" + }, + "license": "MIT/Apache-2.0" + }, + "idna 0.3.0": { + "name": "idna", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/idna/0.3.0/download", + "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "if-addrs 0.7.0": { + "name": "if-addrs", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/if-addrs/0.7.0/download", + "sha256": "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "if_addrs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "if_addrs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT OR BSD-3-Clause" + }, + "if-watch 3.0.0": { + "name": "if-watch", + "version": "3.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/if-watch/3.0.0/download", + "sha256": "ba7abdbb86e485125dad06c2691e1e393bf3b08c7b743b43aa162a00fd39062e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "if_watch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "if_watch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "ipnet 2.7.1", + "target": "ipnet" + }, + { + "id": "log 0.4.17", + "target": "log" + } + ], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + }, + { + "id": "system-configuration 0.5.0", + "target": "system_configuration" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "cfg(not(any(target_os = \"ios\", target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")))": [ + { + "id": "async-io 1.12.0", + "target": "async_io" + }, + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + } + ], + "cfg(target_os = \"linux\")": [ + { + "id": "rtnetlink 0.10.1", + "target": "rtnetlink" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + }, + { + "id": "windows 0.34.0", + "target": "windows" + } + ] + } + }, + "edition": "2021", + "version": "3.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-codec 0.6.0": { + "name": "impl-codec", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-codec/0.6.0/download", + "sha256": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "impl_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-serde 0.4.0": { + "name": "impl-serde", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-serde/0.4.0/download", + "sha256": "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "impl_serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-trait-for-tuples 0.2.2": { + "name": "impl-trait-for-tuples", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-trait-for-tuples/0.2.2/download", + "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "impl_trait_for_tuples", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_trait_for_tuples", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.2" + }, + "license": "Apache-2.0/MIT" + }, + "indexmap 1.9.2": { + "name": "indexmap", + "version": "1.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/indexmap/1.9.2/download", + "sha256": "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "serde-1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.2", + "target": "build_script_build" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.9.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "inout 0.1.3": { + "name": "inout", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/inout/0.1.3/download", + "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inout", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inout", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT OR Apache-2.0" + }, + "instant 0.1.12": { + "name": "instant", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/instant/0.1.12/download", + "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "instant", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "instant", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.12" + }, + "license": "BSD-3-Clause" + }, + "integer-sqrt 0.1.5": { + "name": "integer-sqrt", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/integer-sqrt/0.1.5/download", + "sha256": "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" + } + }, + "targets": [ + { + "Library": { + "crate_name": "integer_sqrt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "integer_sqrt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.15", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.5" + }, + "license": "Apache-2.0/MIT" + }, + "interceptor 0.8.2": { + "name": "interceptor", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/interceptor/0.8.2/download", + "sha256": "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "interceptor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "interceptor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-srtp 0.9.1", + "target": "webrtc_srtp", + "alias": "srtp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.8.2" + }, + "license": "MIT/Apache-2.0" + }, + "io-lifetimes 1.0.10": { + "name": "io-lifetimes", + "version": "1.0.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/io-lifetimes/1.0.10/download", + "sha256": "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" + } + }, + "targets": [ + { + "Library": { + "crate_name": "io_lifetimes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "io_lifetimes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "close", + "default", + "hermit-abi", + "libc", + "windows-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "io-lifetimes 1.0.10", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.1", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.0.10" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "ip_network 0.4.1": { + "name": "ip_network", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ip_network/0.4.1/download", + "sha256": "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ip_network", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ip_network", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.1" + }, + "license": "BSD-2-Clause" + }, + "ipconfig 0.3.1": { + "name": "ipconfig", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ipconfig/0.3.1/download", + "sha256": "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ipconfig", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ipconfig", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "computer", + "default", + "winreg" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ipconfig 0.3.1", + "target": "build_script_build" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "widestring 0.5.1", + "target": "widestring" + }, + { + "id": "winapi 0.3.9", + "target": "winapi" + }, + { + "id": "winreg 0.10.1", + "target": "winreg" + } + ] + } + }, + "edition": "2018", + "version": "0.3.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "ipnet 2.7.1": { + "name": "ipnet", + "version": "2.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ipnet/2.7.1/download", + "sha256": "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ipnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ipnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.7.1" + }, + "license": "MIT OR Apache-2.0" + }, + "is-terminal 0.4.5": { + "name": "is-terminal", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/is-terminal/0.4.5/download", + "sha256": "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "is_terminal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "is_terminal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "io-lifetimes 1.0.10", + "target": "io_lifetimes" + } + ], + "selects": { + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.1", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.5" + }, + "license": "MIT" + }, + "itertools 0.10.5": { + "name": "itertools", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/itertools/0.10.5/download", + "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itertools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itertools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_alloc", + "use_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT/Apache-2.0" + }, + "itoa 1.0.6": { + "name": "itoa", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/itoa/1.0.6/download", + "sha256": "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itoa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itoa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "jobserver 0.1.26": { + "name": "jobserver", + "version": "0.1.26", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jobserver/0.1.26/download", + "sha256": "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jobserver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jobserver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.1.26" + }, + "license": "MIT/Apache-2.0" + }, + "js-sys 0.3.61": { + "name": "js-sys", + "version": "0.3.61", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/js-sys/0.3.61/download", + "sha256": "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" + } + }, + "targets": [ + { + "Library": { + "crate_name": "js_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "js_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.61" + }, + "license": "MIT/Apache-2.0" + }, + "jsonrpsee 0.16.2": { + "name": "jsonrpsee", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee/0.16.2/download", + "sha256": "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-client", + "client-core", + "client-ws-transport", + "http-client", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", + "macros", + "server", + "server-core", + "tracing", + "ws-client" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jsonrpsee-client-transport 0.16.2", + "target": "jsonrpsee_client_transport" + }, + { + "id": "jsonrpsee-core 0.16.2", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-http-client 0.16.2", + "target": "jsonrpsee_http_client" + }, + { + "id": "jsonrpsee-server 0.16.2", + "target": "jsonrpsee_server" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + }, + { + "id": "jsonrpsee-ws-client 0.16.2", + "target": "jsonrpsee_ws_client" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "jsonrpsee-proc-macros 0.16.2", + "target": "jsonrpsee_proc_macros" + } + ], + "selects": {} + }, + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-client-transport 0.16.2": { + "name": "jsonrpsee-client-transport", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-client-transport/0.16.2/download", + "sha256": "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_client_transport", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_client_transport", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures-util", + "http", + "jsonrpsee-types", + "pin-project", + "rustls-native-certs", + "soketto", + "thiserror", + "tls", + "tokio", + "tokio-rustls", + "tokio-util", + "webpki-roots", + "ws" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "jsonrpsee-core 0.16.2", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "rustls-native-certs 0.6.2", + "target": "rustls_native_certs" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.23.4", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.7", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "webpki-roots 0.22.6", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-core 0.16.2": { + "name": "jsonrpsee-core", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-core/0.16.2/download", + "sha256": "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "arrayvec", + "async-client", + "async-lock", + "client", + "default", + "futures-timer", + "futures-util", + "globset", + "http-helpers", + "hyper", + "parking_lot", + "rand", + "rustc-hash", + "server", + "soketto", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "async-lock 2.7.0", + "target": "async_lock" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "globset 0.4.10", + "target": "globset" + }, + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-http-client 0.16.2": { + "name": "jsonrpsee-http-client", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-http-client/0.16.2/download", + "sha256": "cc345b0a43c6bc49b947ebeb936e886a419ee3d894421790c969cc56040542ad" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_http_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_http_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hyper-rustls", + "tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.23.2", + "target": "hyper_rustls" + }, + { + "id": "jsonrpsee-core 0.16.2", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-proc-macros 0.16.2": { + "name": "jsonrpsee-proc-macros", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-proc-macros/0.16.2/download", + "sha256": "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "jsonrpsee_proc_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_proc_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-server 0.16.2": { + "name": "jsonrpsee-server", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-server/0.16.2/download", + "sha256": "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "jsonrpsee-core 0.16.2", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.12", + "target": "tokio_stream" + }, + { + "id": "tokio-util 0.7.7", + "target": "tokio_util" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-types 0.16.2": { + "name": "jsonrpsee-types", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-types/0.16.2/download", + "sha256": "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "MIT" + }, + "jsonrpsee-ws-client 0.16.2": { + "name": "jsonrpsee-ws-client", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-ws-client/0.16.2/download", + "sha256": "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_ws_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_ws_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "jsonrpsee-client-transport 0.16.2", + "target": "jsonrpsee_client_transport" + }, + { + "id": "jsonrpsee-core 0.16.2", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.2", + "target": "jsonrpsee_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "MIT" + }, + "k256 0.13.1": { + "name": "k256", + "version": "0.13.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/k256/0.13.1/download", + "sha256": "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "k256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "k256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "digest", + "ecdsa", + "ecdsa-core", + "sha2", + "sha256", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ecdsa 0.16.6", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.13.4", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "keccak 0.1.3": { + "name": "keccak", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/keccak/0.1.3/download", + "sha256": "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" + } + }, + "targets": [ + { + "Library": { + "crate_name": "keccak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "keccak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_arch = \"aarch64\")": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2015", + "version": "0.1.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "kvdb 0.13.0": { + "name": "kvdb", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb/0.13.0/download", + "sha256": "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT OR Apache-2.0" + }, + "kvdb-memorydb 0.13.0": { + "name": "kvdb-memorydb", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb-memorydb/0.13.0/download", + "sha256": "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb_memorydb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb_memorydb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT OR Apache-2.0" + }, + "kvdb-rocksdb 0.17.0": { + "name": "kvdb-rocksdb", + "version": "0.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb-rocksdb/0.17.0/download", + "sha256": "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb_rocksdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb_rocksdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": { + "cfg(any(target_os = \"openbsd\", target_env = \"msvc\"))": [ + { + "id": "rocksdb 0.19.0", + "target": "rocksdb" + } + ], + "cfg(not(any(target_os = \"openbsd\", target_env = \"msvc\")))": [ + { + "id": "rocksdb 0.19.0", + "target": "rocksdb" + } + ] + } + }, + "edition": "2021", + "version": "0.17.0" + }, + "license": "MIT OR Apache-2.0" + }, + "lazy_static 1.4.0": { + "name": "lazy_static", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", + "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazy_static", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazy_static", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "lazycell 1.3.0": { + "name": "lazycell", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lazycell/1.3.0/download", + "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazycell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazycell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "libc 0.2.144": { + "name": "libc", + "version": "0.2.144", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libc/0.2.144/download", + "sha256": "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "extra_traits", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.144" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "libloading 0.7.4": { + "name": "libloading", + "version": "0.7.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libloading/0.7.4/download", + "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libloading", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libloading", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.7.4" + }, + "license": "ISC" + }, + "libm 0.1.4": { + "name": "libm", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libm/0.1.4/download", + "sha256": "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libm 0.1.4", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "libm 0.2.6": { + "name": "libm", + "version": "0.2.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libm/0.2.6/download", + "sha256": "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libm 0.2.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "libp2p 0.50.1": { + "name": "libp2p", + "version": "0.50.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p/0.50.1/download", + "sha256": "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "dns", + "identify", + "kad", + "macros", + "mdns", + "mplex", + "noise", + "ping", + "request-response", + "tcp", + "tokio", + "wasm-ext", + "websocket", + "yamux" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "getrandom 0.2.8", + "target": "getrandom" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-identify 0.41.1", + "target": "libp2p_identify" + }, + { + "id": "libp2p-kad 0.42.1", + "target": "libp2p_kad" + }, + { + "id": "libp2p-mplex 0.38.0", + "target": "libp2p_mplex" + }, + { + "id": "libp2p-noise 0.41.0", + "target": "libp2p_noise" + }, + { + "id": "libp2p-ping 0.41.0", + "target": "libp2p_ping" + }, + { + "id": "libp2p-request-response 0.23.0", + "target": "libp2p_request_response" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "libp2p-wasm-ext 0.38.0", + "target": "libp2p_wasm_ext" + }, + { + "id": "libp2p-yamux 0.42.0", + "target": "libp2p_yamux" + }, + { + "id": "multiaddr 0.16.0", + "target": "multiaddr" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": { + "cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"unknown\")))": [ + { + "id": "libp2p-dns 0.38.0", + "target": "libp2p_dns" + }, + { + "id": "libp2p-mdns 0.42.0", + "target": "libp2p_mdns" + }, + { + "id": "libp2p-tcp 0.38.0", + "target": "libp2p_tcp" + }, + { + "id": "libp2p-websocket 0.40.0", + "target": "libp2p_websocket" + } + ] + } + }, + "edition": "2021", + "version": "0.50.1" + }, + "license": "MIT" + }, + "libp2p-core 0.38.0": { + "name": "libp2p-core", + "version": "0.38.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-core/0.38.0/download", + "sha256": "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1_der 0.7.5", + "target": "asn1_der" + }, + { + "id": "bs58 0.4.0", + "target": "bs58" + }, + { + "id": "ed25519-dalek 1.0.1", + "target": "ed25519_dalek" + }, + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "build_script_build" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "multiaddr 0.16.0", + "target": "multiaddr" + }, + { + "id": "multihash 0.16.3", + "target": "multihash" + }, + { + "id": "multistream-select 0.12.1", + "target": "multistream_select" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rw-stream-sink 0.3.0", + "target": "rw_stream_sink" + }, + { + "id": "sec1 0.3.0", + "target": "sec1" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "void 1.0.2", + "target": "void" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.38.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "libp2p-core 0.39.1": { + "name": "libp2p-core", + "version": "0.39.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-core/0.39.1/download", + "sha256": "9b7f8b7d65c070a5a1b5f8f0510648189da08f787b8963f8e21219e0710733af" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-identity 0.1.1", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "multiaddr 0.17.0", + "target": "multiaddr" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "multistream-select 0.12.1", + "target": "multistream_select" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rw-stream-sink 0.3.0", + "target": "rw_stream_sink" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.39.1" + }, + "license": "MIT" + }, + "libp2p-dns 0.38.0": { + "name": "libp2p-dns", + "version": "0.38.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-dns/0.38.0/download", + "sha256": "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_dns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_dns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "trust-dns-resolver 0.22.0", + "target": "trust_dns_resolver" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.38.0" + }, + "license": "MIT" + }, + "libp2p-identify 0.41.1": { + "name": "libp2p-identify", + "version": "0.41.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-identify/0.41.1/download", + "sha256": "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_identify", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_identify", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-identify 0.41.1", + "target": "build_script_build" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "lru 0.8.1", + "target": "lru" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "prost-codec 0.3.0", + "target": "prost_codec" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.41.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "libp2p-identity 0.1.1": { + "name": "libp2p-identity", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-identity/0.1.1/download", + "sha256": "8a8ea433ae0cea7e3315354305237b9897afe45278b2118a7a57ca744e70fd27" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_identity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_identity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bs58 0.4.0", + "target": "bs58" + }, + { + "id": "ed25519-dalek 1.0.1", + "target": "ed25519_dalek" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "multiaddr 0.17.0", + "target": "multiaddr" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT" + }, + "libp2p-kad 0.42.1": { + "name": "libp2p-kad", + "version": "0.42.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-kad/0.42.1/download", + "sha256": "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_kad", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_kad", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-kad 0.42.1", + "target": "build_script_build" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "uint 0.9.5", + "target": "uint" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.42.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "libp2p-mdns 0.42.0": { + "name": "libp2p-mdns", + "version": "0.42.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-mdns/0.42.0/download", + "sha256": "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_mdns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_mdns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "if-watch 3.0.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "trust-dns-proto 0.22.0", + "target": "trust_dns_proto" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.42.0" + }, + "license": "MIT" + }, + "libp2p-metrics 0.11.0": { + "name": "libp2p-metrics", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-metrics/0.11.0/download", + "sha256": "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_metrics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_metrics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-identify 0.41.1", + "target": "libp2p_identify" + }, + { + "id": "libp2p-kad 0.42.1", + "target": "libp2p_kad" + }, + { + "id": "libp2p-ping 0.41.0", + "target": "libp2p_ping" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "prometheus-client 0.18.1", + "target": "prometheus_client" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.0" + }, + "license": "MIT" + }, + "libp2p-mplex 0.38.0": { + "name": "libp2p-mplex", + "version": "0.38.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-mplex/0.38.0/download", + "sha256": "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_mplex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_mplex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.38.0" + }, + "license": "MIT" + }, + "libp2p-noise 0.41.0": { + "name": "libp2p-noise", + "version": "0.41.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-noise/0.41.0/download", + "sha256": "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_noise", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_noise", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-noise 0.41.0", + "target": "build_script_build" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "x25519-dalek 1.1.1", + "target": "x25519_dalek" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "snow 0.9.2", + "target": "snow" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "snow 0.9.2", + "target": "snow" + } + ] + } + }, + "edition": "2021", + "version": "0.41.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "libp2p-ping 0.41.0": { + "name": "libp2p-ping", + "version": "0.41.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-ping/0.41.0/download", + "sha256": "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_ping", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_ping", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.41.0" + }, + "license": "MIT" + }, + "libp2p-quic 0.7.0-alpha": { + "name": "libp2p-quic", + "version": "0.7.0-alpha", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-quic/0.7.0-alpha/download", + "sha256": "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_quic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_quic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "if-watch 3.0.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-tls 0.1.0", + "target": "libp2p_tls" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "quinn-proto 0.9.2", + "target": "quinn_proto" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0-alpha" + }, + "license": "MIT" + }, + "libp2p-request-response 0.23.0": { + "name": "libp2p-request-response", + "version": "0.23.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-request-response/0.23.0/download", + "sha256": "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_request_response", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_request_response", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-swarm 0.41.1", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.23.0" + }, + "license": "MIT" + }, + "libp2p-swarm 0.41.1": { + "name": "libp2p-swarm", + "version": "0.41.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-swarm/0.41.1/download", + "sha256": "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_swarm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_swarm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "macros", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": { + "cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"unknown\")))": [ + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "libp2p-swarm-derive 0.31.0", + "target": "libp2p_swarm_derive" + } + ], + "selects": {} + }, + "version": "0.41.1" + }, + "license": "MIT" + }, + "libp2p-swarm-derive 0.31.0": { + "name": "libp2p-swarm-derive", + "version": "0.31.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-swarm-derive/0.31.0/download", + "sha256": "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "libp2p_swarm_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_swarm_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.31.0" + }, + "license": "MIT" + }, + "libp2p-tcp 0.38.0": { + "name": "libp2p-tcp", + "version": "0.38.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-tcp/0.38.0/download", + "sha256": "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_tcp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_tcp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "if-watch 3.0.0", + "target": "if_watch" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.38.0" + }, + "license": "MIT" + }, + "libp2p-tls 0.1.0": { + "name": "libp2p-tls", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-tls/0.1.0/download", + "sha256": "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-rustls 0.22.2", + "target": "futures_rustls" + }, + { + "id": "libp2p-core 0.39.1", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.1", + "target": "libp2p_identity" + }, + { + "id": "rcgen 0.10.0", + "target": "rcgen" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "webpki 0.22.0", + "target": "webpki" + }, + { + "id": "x509-parser 0.14.0", + "target": "x509_parser" + }, + { + "id": "yasna 0.5.1", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT" + }, + "libp2p-wasm-ext 0.38.0": { + "name": "libp2p-wasm-ext", + "version": "0.38.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-wasm-ext/0.38.0/download", + "sha256": "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_wasm_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_wasm_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "parity-send-wrapper 0.1.0", + "target": "parity_send_wrapper" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.34", + "target": "wasm_bindgen_futures" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.38.0" + }, + "license": "MIT" + }, + "libp2p-webrtc 0.4.0-alpha": { + "name": "libp2p-webrtc", + "version": "0.4.0-alpha", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-webrtc/0.4.0-alpha/download", + "sha256": "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_webrtc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_webrtc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "if-watch 3.0.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "libp2p-noise 0.41.0", + "target": "libp2p_noise" + }, + { + "id": "libp2p-webrtc 0.4.0-alpha", + "target": "build_script_build" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "multihash 0.16.3", + "target": "multihash" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "prost-codec 0.3.0", + "target": "prost_codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rcgen 0.9.3", + "target": "rcgen" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tinytemplate 1.2.1", + "target": "tinytemplate" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.7", + "target": "tokio_util" + }, + { + "id": "webrtc 0.6.0", + "target": "webrtc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.4.0-alpha" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "libp2p-websocket 0.40.0": { + "name": "libp2p-websocket", + "version": "0.40.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-websocket/0.40.0/download", + "sha256": "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_websocket", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_websocket", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-rustls 0.22.2", + "target": "futures_rustls" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "quicksink 0.1.2", + "target": "quicksink" + }, + { + "id": "rw-stream-sink 0.3.0", + "target": "rw_stream_sink" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "url 2.3.1", + "target": "url" + }, + { + "id": "webpki-roots 0.22.6", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.40.0" + }, + "license": "MIT" + }, + "libp2p-yamux 0.42.0": { + "name": "libp2p-yamux", + "version": "0.42.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-yamux/0.42.0/download", + "sha256": "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_yamux", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_yamux", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p-core 0.38.0", + "target": "libp2p_core" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "yamux 0.10.2", + "target": "yamux" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.42.0" + }, + "license": "MIT" + }, + "librocksdb-sys 0.8.3+7.4.4": { + "name": "librocksdb-sys", + "version": "0.8.3+7.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/librocksdb-sys/0.8.3+7.4.4/download", + "sha256": "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "librocksdb_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "librocksdb_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "jemalloc", + "snappy", + "static", + "tikv-jemalloc-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.8.3+7.4.4", + "target": "build_script_build" + }, + { + "id": "tikv-jemalloc-sys 0.5.3+5.3.0-patched", + "target": "tikv_jemalloc_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.3+7.4.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bindgen 0.64.0", + "target": "bindgen" + }, + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "rocksdb" + }, + "license": "MIT/Apache-2.0/BSD-3-Clause" + }, + "libsecp256k1 0.7.1": { + "name": "libsecp256k1", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1/0.7.1/download", + "sha256": "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hmac", + "hmac-drbg", + "sha2", + "static-context", + "std", + "typenum" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "hmac-drbg 0.3.0", + "target": "hmac_drbg" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "build_script_build" + }, + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "typenum 1.16.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-gen-ecmult 0.3.0", + "target": "libsecp256k1_gen_ecmult" + }, + { + "id": "libsecp256k1-gen-genmult 0.3.0", + "target": "libsecp256k1_gen_genmult" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "libsecp256k1-core 0.3.0": { + "name": "libsecp256k1-core", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-core/0.3.0/download", + "sha256": "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libsecp256k1-gen-ecmult 0.3.0": { + "name": "libsecp256k1-gen-ecmult", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-gen-ecmult/0.3.0/download", + "sha256": "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_gen_ecmult", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_gen_ecmult", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libsecp256k1-gen-genmult 0.3.0": { + "name": "libsecp256k1-gen-genmult", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-gen-genmult/0.3.0/download", + "sha256": "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_gen_genmult", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_gen_genmult", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libz-sys 1.1.8": { + "name": "libz-sys", + "version": "1.1.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libz-sys/1.1.8/download", + "sha256": "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libz_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libz_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libz-sys 1.1.8", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "pkg-config 0.3.26", + "target": "pkg_config" + } + ], + "selects": { + "cfg(target_env = \"msvc\")": [ + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ] + } + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "z" + }, + "license": "MIT OR Apache-2.0" + }, + "link-cplusplus 1.0.8": { + "name": "link-cplusplus", + "version": "1.0.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download", + "sha256": "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "link_cplusplus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "link_cplusplus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "link-cplusplus 1.0.8", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "cplusplus" + }, + "license": "MIT OR Apache-2.0" + }, + "linked-hash-map 0.5.6": { + "name": "linked-hash-map", + "version": "0.5.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download", + "sha256": "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linked_hash_map", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linked_hash_map", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.5.6" + }, + "license": "MIT/Apache-2.0" + }, + "linked_hash_set 0.1.4": { + "name": "linked_hash_set", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linked_hash_set/0.1.4/download", + "sha256": "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linked_hash_set", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linked_hash_set", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0" + }, + "linux-raw-sys 0.1.4": { + "name": "linux-raw-sys", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.1.4/download", + "sha256": "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "errno", + "general", + "ioctl", + "no_std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "linux-raw-sys 0.3.7": { + "name": "linux-raw-sys", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.3.7/download", + "sha256": "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "errno", + "general", + "ioctl", + "no_std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.7" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "lock_api 0.4.9": { + "name": "lock_api", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lock_api/0.4.9/download", + "sha256": "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lock_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lock_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lock_api 0.4.9", + "target": "build_script_build" + }, + { + "id": "scopeguard 1.1.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "log 0.4.17": { + "name": "log", + "version": "0.4.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/log/0.4.17/download", + "sha256": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "log 0.4.17", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "lru 0.8.1": { + "name": "lru", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lru/0.8.1/download", + "sha256": "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lru", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lru", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hashbrown" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.1" + }, + "license": "MIT" + }, + "lru-cache 0.1.2": { + "name": "lru-cache", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lru-cache/0.1.2/download", + "sha256": "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lru_cache", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lru_cache", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.2" + }, + "license": "MIT/Apache-2.0" + }, + "lz4 1.24.0": { + "name": "lz4", + "version": "1.24.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lz4/1.24.0/download", + "sha256": "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lz4", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lz4", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "lz4-sys 1.9.4", + "target": "lz4_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.24.0" + }, + "license": "MIT" + }, + "lz4-sys 1.9.4": { + "name": "lz4-sys", + "version": "1.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lz4-sys/1.9.4/download", + "sha256": "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lz4_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lz4_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "lz4-sys 1.9.4", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.9.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "lz4" + }, + "license": "MIT" + }, + "mach 0.3.2": { + "name": "mach", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mach/0.3.2/download", + "sha256": "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mach", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mach", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "0.3.2" + }, + "license": "BSD-2-Clause" + }, + "match_cfg 0.1.0": { + "name": "match_cfg", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/match_cfg/0.1.0/download", + "sha256": "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "match_cfg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "match_cfg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_core" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "matchers 0.0.1": { + "name": "matchers", + "version": "0.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matchers/0.0.1/download", + "sha256": "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matchers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matchers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "regex-automata 0.1.10", + "target": "regex_automata" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.0.1" + }, + "license": "MIT" + }, + "matches 0.1.10": { + "name": "matches", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matches/0.1.10/download", + "sha256": "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matches", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matches", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.10" + }, + "license": "MIT" + }, + "md-5 0.10.5": { + "name": "md-5", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/md-5/0.10.5/download", + "sha256": "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "md5", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "md5", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT OR Apache-2.0" + }, + "memchr 2.5.0": { + "name": "memchr", + "version": "2.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memchr/2.5.0/download", + "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memchr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memchr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Unlicense/MIT" + }, + "memfd 0.6.2": { + "name": "memfd", + "version": "0.6.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memfd/0.6.2/download", + "sha256": "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memfd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memfd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.2" + }, + "license": "MIT OR Apache-2.0" + }, + "memmap2 0.5.10": { + "name": "memmap2", + "version": "0.5.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memmap2/0.5.10/download", + "sha256": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memmap2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memmap2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.5.10" + }, + "license": "MIT OR Apache-2.0" + }, + "memoffset 0.6.5": { + "name": "memoffset", + "version": "0.6.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memoffset/0.6.5/download", + "sha256": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memoffset 0.6.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.6.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memoffset 0.8.0": { + "name": "memoffset", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memoffset/0.8.0/download", + "sha256": "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memoffset 0.8.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memory-db 0.32.0": { + "name": "memory-db", + "version": "0.32.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memory-db/0.32.0/download", + "sha256": "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memory_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memory_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.32.0" + }, + "license": "Apache-2.0" + }, + "memory_units 0.4.0": { + "name": "memory_units", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memory_units/0.4.0/download", + "sha256": "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memory_units", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memory_units", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.0" + }, + "license": "MPL-2.0" + }, + "merlin 2.0.1": { + "name": "merlin", + "version": "2.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/merlin/2.0.1/download", + "sha256": "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" + } + }, + "targets": [ + { + "Library": { + "crate_name": "merlin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "merlin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "keccak 0.1.3", + "target": "keccak" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.1" + }, + "license": "MIT" + }, + "minimal-lexical 0.2.1": { + "name": "minimal-lexical", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download", + "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "minimal_lexical", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "minimal_lexical", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "miniz_oxide 0.6.2": { + "name": "miniz_oxide", + "version": "0.6.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/miniz_oxide/0.6.2/download", + "sha256": "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "miniz_oxide", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "miniz_oxide", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "with-alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "adler 1.0.2", + "target": "adler" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.2" + }, + "license": "MIT OR Zlib OR Apache-2.0" + }, + "mio 0.8.6": { + "name": "mio", + "version": "0.8.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mio/0.8.6/download", + "sha256": "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "net", + "os-ext", + "os-poll" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.8.6" + }, + "license": "MIT" + }, + "mockall 0.11.3": { + "name": "mockall", + "version": "0.11.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mockall/0.11.3/download", + "sha256": "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mockall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mockall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "downcast 0.11.0", + "target": "downcast" + }, + { + "id": "fragile 2.0.0", + "target": "fragile" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "predicates 2.1.5", + "target": "predicates" + }, + { + "id": "predicates-tree 1.0.9", + "target": "predicates_tree" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "mockall_derive 0.11.3", + "target": "mockall_derive" + } + ], + "selects": {} + }, + "version": "0.11.3" + }, + "license": "MIT/Apache-2.0" + }, + "mockall_derive 0.11.3": { + "name": "mockall_derive", + "version": "0.11.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mockall_derive/0.11.3/download", + "sha256": "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "mockall_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mockall_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.3" + }, + "license": "MIT/Apache-2.0" + }, + "multiaddr 0.16.0": { + "name": "multiaddr", + "version": "0.16.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multiaddr/0.16.0/download", + "sha256": "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multiaddr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multiaddr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "url" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "multibase 0.9.1", + "target": "multibase" + }, + { + "id": "multihash 0.16.3", + "target": "multihash" + }, + { + "id": "percent-encoding 2.2.0", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "url 2.3.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.16.0" + }, + "license": "MIT" + }, + "multiaddr 0.17.0": { + "name": "multiaddr", + "version": "0.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multiaddr/0.17.0/download", + "sha256": "3b53e0cc5907a5c216ba6584bf74be8ab47d6d6289f72793b2dddbf15dc3bf8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multiaddr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multiaddr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "multibase 0.9.1", + "target": "multibase" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "percent-encoding 2.2.0", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "url 2.3.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.17.0" + }, + "license": "MIT" + }, + "multibase 0.9.1": { + "name": "multibase", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multibase/0.9.1/download", + "sha256": "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multibase", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multibase", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base-x 0.2.11", + "target": "base_x" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "data-encoding-macro 0.1.12", + "target": "data_encoding_macro" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "MIT" + }, + "multihash 0.16.3": { + "name": "multihash", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multihash/0.16.3/download", + "sha256": "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multihash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multihash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "blake2b", + "blake2b_simd", + "blake2s", + "blake2s_simd", + "blake3", + "default", + "derive", + "digest", + "identity", + "multihash-derive", + "multihash-impl", + "secure-hashes", + "sha-2", + "sha-3", + "sha2", + "sha3", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.1", + "target": "blake2b_simd" + }, + { + "id": "blake2s_simd 1.0.1", + "target": "blake2s_simd" + }, + { + "id": "blake3 1.3.3", + "target": "blake3" + }, + { + "id": "core2 0.4.0", + "target": "core2" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "sha2 0.10.6", + "target": "sha2", + "alias": "sha_2" + }, + { + "id": "sha3 0.10.6", + "target": "sha3", + "alias": "sha_3" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "multihash-derive 0.8.1", + "target": "multihash_derive" + } + ], + "selects": {} + }, + "version": "0.16.3" + }, + "license": "MIT" + }, + "multihash 0.17.0": { + "name": "multihash", + "version": "0.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multihash/0.17.0/download", + "sha256": "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multihash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multihash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core2 0.4.0", + "target": "core2" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "sha2 0.10.6", + "target": "sha2", + "alias": "sha_2" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "multihash-derive 0.8.1", + "target": "multihash_derive" + } + ], + "selects": {} + }, + "version": "0.17.0" + }, + "license": "MIT" + }, + "multihash-derive 0.8.1": { + "name": "multihash-derive", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multihash-derive/0.8.1/download", + "sha256": "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "multihash_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multihash_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "license": "MIT" + }, + "multimap 0.8.3": { + "name": "multimap", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multimap/0.8.3/download", + "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multimap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multimap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.8.3" + }, + "license": "MIT/Apache-2.0" + }, + "multistream-select 0.12.1": { + "name": "multistream-select", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multistream-select/0.12.1/download", + "sha256": "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multistream_select", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multistream_select", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT" + }, + "names 0.13.0": { + "name": "names", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/names/0.13.0/download", + "sha256": "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" + } + }, + "targets": [ + { + "Library": { + "crate_name": "names", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "names", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "names 0.13.0", + "target": "build_script_build" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "netlink-packet-core 0.4.2": { + "name": "netlink-packet-core", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-core/0.4.2/download", + "sha256": "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "netlink-packet-utils 0.5.2", + "target": "netlink_packet_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.2" + }, + "license": "MIT" + }, + "netlink-packet-route 0.12.0": { + "name": "netlink-packet-route", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-route/0.12.0/download", + "sha256": "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_route", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_route", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "netlink-packet-core 0.4.2", + "target": "netlink_packet_core" + }, + { + "id": "netlink-packet-utils 0.5.2", + "target": "netlink_packet_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.0" + }, + "license": "MIT" + }, + "netlink-packet-utils 0.5.2": { + "name": "netlink-packet-utils", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-utils/0.5.2/download", + "sha256": "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.12", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.5.2" + }, + "license": "MIT" + }, + "netlink-proto 0.10.0": { + "name": "netlink-proto", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-proto/0.10.0/download", + "sha256": "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "netlink-packet-core 0.4.2", + "target": "netlink_packet_core" + }, + { + "id": "netlink-sys 0.8.5", + "target": "netlink_sys" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0" + }, + "license": "MIT" + }, + "netlink-sys 0.8.5": { + "name": "netlink-sys", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-sys/0.8.5/download", + "sha256": "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures", + "tokio", + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT" + }, + "nix 0.24.3": { + "name": "nix", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nix/0.24.3/download", + "sha256": "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fs", + "mount", + "process", + "sched", + "signal", + "uio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": { + "cfg(not(target_os = \"redox\"))": [ + { + "id": "memoffset 0.6.5", + "target": "memoffset" + } + ] + } + }, + "edition": "2018", + "version": "0.24.3" + }, + "license": "MIT" + }, + "nohash-hasher 0.2.0": { + "name": "nohash-hasher", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nohash-hasher/0.2.0/download", + "sha256": "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nohash_hasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nohash_hasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "nom 7.1.3": { + "name": "nom", + "version": "7.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nom/7.1.3/download", + "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "minimal-lexical 0.2.1", + "target": "minimal_lexical" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "7.1.3" + }, + "license": "MIT" + }, + "normalize-line-endings 0.3.0": { + "name": "normalize-line-endings", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download", + "sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "normalize_line_endings", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "normalize_line_endings", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "num-bigint 0.4.3": { + "name": "num-bigint", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-bigint/0.4.3/download", + "sha256": "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.3", + "target": "build_script_build" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-format 0.4.4": { + "name": "num-format", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-format/0.4.4/download", + "sha256": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_format", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_format", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "itoa 1.0.6", + "target": "itoa" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "num-integer 0.1.45": { + "name": "num-integer", + "version": "0.1.45", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-integer/0.1.45/download", + "sha256": "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_integer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_integer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.45", + "target": "build_script_build" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.45" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-rational 0.4.1": { + "name": "num-rational", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-rational/0.4.1/download", + "sha256": "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_rational", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_rational", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num-bigint", + "num-bigint-std", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.3", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-rational 0.4.1", + "target": "build_script_build" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-traits 0.2.15": { + "name": "num-traits", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-traits/0.2.15/download", + "sha256": "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_traits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_traits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.15", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.15" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num_cpus 1.15.0": { + "name": "num_cpus", + "version": "1.15.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num_cpus/1.15.0/download", + "sha256": "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_cpus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_cpus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [ + { + "id": "hermit-abi 0.2.6", + "target": "hermit_abi" + } + ], + "cfg(not(windows))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "1.15.0" + }, + "license": "MIT OR Apache-2.0" + }, + "object 0.29.0": { + "name": "object", + "version": "0.29.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/object/0.29.0/download", + "sha256": "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" + } + }, + "targets": [ + { + "Library": { + "crate_name": "object", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "object", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "coff", + "crc32fast", + "elf", + "hashbrown", + "indexmap", + "macho", + "pe", + "read_core", + "std", + "write", + "write_core", + "write_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.29.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "object 0.30.3": { + "name": "object", + "version": "0.30.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/object/0.30.3/download", + "sha256": "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" + } + }, + "targets": [ + { + "Library": { + "crate_name": "object", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "object", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "archive", + "coff", + "elf", + "macho", + "pe", + "read_core", + "unaligned" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.30.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "oid-registry 0.4.0": { + "name": "oid-registry", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/oid-registry/0.4.0/download", + "sha256": "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "oid_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "oid_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "oid-registry 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "oid-registry 0.6.1": { + "name": "oid-registry", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/oid-registry/0.6.1/download", + "sha256": "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" + } + }, + "targets": [ + { + "Library": { + "crate_name": "oid_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "oid_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "oid-registry 0.6.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "once_cell 1.17.1": { + "name": "once_cell", + "version": "1.17.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/once_cell/1.17.1/download", + "sha256": "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "once_cell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "once_cell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "race", + "std", + "unstable" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.17.1" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.2.3": { + "name": "opaque-debug", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/opaque-debug/0.2.3/download", + "sha256": "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opaque_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "opaque_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.3" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.3.0": { + "name": "opaque-debug", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/opaque-debug/0.3.0/download", + "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opaque_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "opaque_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "openssl-probe 0.1.5": { + "name": "openssl-probe", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/openssl-probe/0.1.5/download", + "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl_probe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_probe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "os_str_bytes 6.5.0": { + "name": "os_str_bytes", + "version": "6.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/os_str_bytes/6.5.0/download", + "sha256": "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" + } + }, + "targets": [ + { + "Library": { + "crate_name": "os_str_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "os_str_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "raw_os_str" + ], + "selects": {} + }, + "edition": "2021", + "version": "6.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p256 0.11.1": { + "name": "p256", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/p256/0.11.1/download", + "sha256": "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ecdsa 0.14.8", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "p384 0.11.2": { + "name": "p384", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/p384/0.11.2/download", + "sha256": "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p384", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p384", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ecdsa 0.14.8", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "packed_simd_2 0.3.8": { + "name": "packed_simd_2", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/packed_simd_2/0.3.8/download", + "sha256": "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" + } + }, + "targets": [ + { + "Library": { + "crate_name": "packed_simd_2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "packed_simd_2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libm 0.1.4", + "target": "libm" + }, + { + "id": "packed_simd_2 0.3.8", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "parity-db 0.4.6": { + "name": "parity-db", + "version": "0.4.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-db/0.4.6/download", + "sha256": "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "fs2 0.4.3", + "target": "fs2" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "lz4 1.24.0", + "target": "lz4" + }, + { + "id": "memmap2 0.5.10", + "target": "memmap2" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "siphasher 0.3.10", + "target": "siphasher" + }, + { + "id": "snap 1.1.0", + "target": "snap" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.6" + }, + "license": "MIT OR Apache-2.0" + }, + "parity-scale-codec 3.4.0": { + "name": "parity-scale-codec", + "version": "3.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-scale-codec/3.4.0/download", + "sha256": "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_scale_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bytes", + "chain-error", + "default", + "derive", + "full", + "max-encoded-len", + "parity-scale-codec-derive", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.2", + "target": "arrayvec" + }, + { + "id": "byte-slice-cast 1.2.2", + "target": "byte_slice_cast" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "parity-scale-codec-derive 3.1.4", + "target": "parity_scale_codec_derive" + } + ], + "selects": {} + }, + "version": "3.4.0" + }, + "license": "Apache-2.0" + }, + "parity-scale-codec-derive 3.1.4": { + "name": "parity-scale-codec-derive", + "version": "3.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-scale-codec-derive/3.1.4/download", + "sha256": "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "parity_scale_codec_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "max-encoded-len" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.1.4" + }, + "license": "Apache-2.0" + }, + "parity-send-wrapper 0.1.0": { + "name": "parity-send-wrapper", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-send-wrapper/0.1.0/download", + "sha256": "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_send_wrapper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_send_wrapper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "parity-wasm 0.45.0": { + "name": "parity-wasm", + "version": "0.45.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-wasm/0.45.0/download", + "sha256": "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_wasm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_wasm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.45.0" + }, + "license": "MIT/Apache-2.0" + }, + "parking 2.0.0": { + "name": "parking", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking/2.0.0/download", + "sha256": "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "parking_lot 0.11.2": { + "name": "parking_lot", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot/0.11.2/download", + "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "lock_api 0.4.9", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2" + }, + "license": "Apache-2.0/MIT" + }, + "parking_lot 0.12.1": { + "name": "parking_lot", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot/0.12.1/download", + "sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.9", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.9.7", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "parking_lot_core 0.8.6": { + "name": "parking_lot_core", + "version": "0.8.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot_core/0.8.6/download", + "sha256": "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "build_script_build" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.8.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0/MIT" + }, + "parking_lot_core 0.9.7": { + "name": "parking_lot_core", + "version": "0.9.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot_core/0.9.7/download", + "sha256": "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parking_lot_core 0.9.7", + "target": "build_script_build" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.9.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "paste 1.0.12": { + "name": "paste", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/paste/1.0.12/download", + "sha256": "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "paste", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "paste", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "paste 1.0.12", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "pbkdf2 0.11.0": { + "name": "pbkdf2", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pbkdf2/0.11.0/download", + "sha256": "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pbkdf2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pbkdf2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pbkdf2 0.8.0": { + "name": "pbkdf2", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pbkdf2/0.8.0/download", + "sha256": "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pbkdf2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pbkdf2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.11.1", + "target": "crypto_mac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "peeking_take_while 0.1.2": { + "name": "peeking_take_while", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", + "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peeking_take_while", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peeking_take_while", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.2" + }, + "license": "Apache-2.0/MIT" + }, + "pem 1.1.1": { + "name": "pem", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pem/1.1.1/download", + "sha256": "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pem", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.1" + }, + "license": "MIT" + }, + "pem-rfc7468 0.6.0": { + "name": "pem-rfc7468", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pem-rfc7468/0.6.0/download", + "sha256": "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem_rfc7468", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pem_rfc7468", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "percent-encoding 2.2.0": { + "name": "percent-encoding", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/percent-encoding/2.2.0/download", + "sha256": "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "percent_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "percent_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "petgraph 0.6.3": { + "name": "petgraph", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/petgraph/0.6.3/download", + "sha256": "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "petgraph", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "petgraph", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fixedbitset 0.4.2", + "target": "fixedbitset" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.3" + }, + "license": "MIT OR Apache-2.0" + }, + "pin-project 1.0.12": { + "name": "pin-project", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project/1.0.12/download", + "sha256": "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "pin-project-internal 1.0.12", + "target": "pin_project_internal" + } + ], + "selects": {} + }, + "version": "1.0.12" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-internal 1.0.12": { + "name": "pin-project-internal", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-internal/1.0.12/download", + "sha256": "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "pin_project_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.12" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.1.12": { + "name": "pin-project-lite", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-lite/0.1.12/download", + "sha256": "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.12" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.2.9": { + "name": "pin-project-lite", + "version": "0.2.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download", + "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-utils 0.1.0": { + "name": "pin-utils", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", + "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pkcs8 0.10.2": { + "name": "pkcs8", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkcs8/0.10.2/download", + "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkcs8", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkcs8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.7.5", + "target": "der" + }, + { + "id": "spki 0.7.2", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkcs8 0.9.0": { + "name": "pkcs8", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkcs8/0.9.0/download", + "sha256": "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkcs8", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkcs8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "spki 0.6.0", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkg-config 0.3.26": { + "name": "pkg-config", + "version": "0.3.26", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkg-config/0.3.26/download", + "sha256": "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkg_config", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkg_config", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.26" + }, + "license": "MIT OR Apache-2.0" + }, + "platforms 3.0.2": { + "name": "platforms", + "version": "3.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/platforms/3.0.2/download", + "sha256": "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" + } + }, + "targets": [ + { + "Library": { + "crate_name": "platforms", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "platforms", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "platforms 3.0.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.0.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "polling 2.6.0": { + "name": "polling", + "version": "2.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polling/2.6.0/download", + "sha256": "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "polling 2.6.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "concurrent-queue 2.1.0", + "target": "concurrent_queue" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "2.6.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "poly1305 0.7.2": { + "name": "poly1305", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/poly1305/0.7.2/download", + "sha256": "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" + } + }, + "targets": [ + { + "Library": { + "crate_name": "poly1305", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "poly1305", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.4.1", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.7.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "polyval 0.5.3": { + "name": "polyval", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polyval/0.5.3/download", + "sha256": "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polyval", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polyval", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.4.1", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "polyval 0.6.0": { + "name": "polyval", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polyval/0.6.0/download", + "sha256": "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polyval", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polyval", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.5.0", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ppv-lite86 0.2.17": { + "name": "ppv-lite86", + "version": "0.2.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download", + "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ppv_lite86", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ppv_lite86", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "simd", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.17" + }, + "license": "MIT/Apache-2.0" + }, + "predicates 2.1.5": { + "name": "predicates", + "version": "2.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates/2.1.5/download", + "sha256": "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "diff", + "float-cmp", + "normalize-line-endings", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "difflib 0.4.0", + "target": "difflib" + }, + { + "id": "float-cmp 0.9.0", + "target": "float_cmp" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "normalize-line-endings 0.3.0", + "target": "normalize_line_endings" + }, + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "regex 1.7.1", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "predicates-core 1.0.6": { + "name": "predicates-core", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates-core/1.0.6/download", + "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "predicates-tree 1.0.9": { + "name": "predicates-tree", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates-tree/1.0.9/download", + "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates_tree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates_tree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "termtree 0.4.1", + "target": "termtree" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "prettyplease 0.1.25": { + "name": "prettyplease", + "version": "0.1.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prettyplease/0.1.25/download", + "sha256": "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prettyplease", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prettyplease", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prettyplease 0.1.25", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.25" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "prettyplease01" + }, + "license": "MIT OR Apache-2.0" + }, + "primitive-types 0.12.1": { + "name": "primitive-types", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/primitive-types/0.12.1/download", + "sha256": "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" + } + }, + "targets": [ + { + "Library": { + "crate_name": "primitive_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "primitive_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "byteorder", + "codec", + "impl-codec", + "impl-serde", + "rustc-hex", + "scale-info", + "scale-info-crate", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fixed-hash 0.8.0", + "target": "fixed_hash" + }, + { + "id": "impl-codec 0.6.0", + "target": "impl_codec" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info", + "alias": "scale_info_crate" + }, + { + "id": "uint 0.9.5", + "target": "uint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-crate 1.1.3": { + "name": "proc-macro-crate", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-crate/1.1.3/download", + "sha256": "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "toml 0.5.11", + "target": "toml" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.3" + }, + "license": "Apache-2.0/MIT" + }, + "proc-macro-error 1.0.4": { + "name": "proc-macro-error", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", + "sha256": "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "syn", + "syn-error" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-error 1.0.4", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "proc-macro-error-attr 1.0.4", + "target": "proc_macro_error_attr" + } + ], + "selects": {} + }, + "version": "1.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-error-attr 1.0.4": { + "name": "proc-macro-error-attr", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", + "sha256": "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "proc_macro_error_attr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_error_attr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-error-attr 1.0.4", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-warning 0.2.0": { + "name": "proc-macro-warning", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-warning/0.2.0/download", + "sha256": "9d4f284d87b9cedc2ff57223cbc4e3937cd6063c01e92c8e2a8c080df0013933" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_warning", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_warning", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "GPL-3.0-only" + }, + "proc-macro2 1.0.56": { + "name": "proc-macro2", + "version": "1.0.56", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.56/download", + "sha256": "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro", + "span-locations" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.8", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.56" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "prometheus 0.13.3": { + "name": "prometheus", + "version": "0.13.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus/0.13.3/download", + "sha256": "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prometheus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "prometheus 0.13.3", + "target": "build_script_build" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "prometheus-client 0.18.1": { + "name": "prometheus-client", + "version": "0.18.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus-client/0.18.1/download", + "sha256": "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prometheus_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dtoa 1.0.6", + "target": "dtoa" + }, + { + "id": "itoa 1.0.6", + "target": "itoa" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "prometheus-client-derive-text-encode 0.3.0", + "target": "prometheus_client_derive_text_encode" + } + ], + "selects": {} + }, + "version": "0.18.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "prometheus-client-derive-text-encode 0.3.0": { + "name": "prometheus-client-derive-text-encode", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus-client-derive-text-encode/0.3.0/download", + "sha256": "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "prometheus_client_derive_text_encode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus_client_derive_text_encode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "prost 0.11.8": { + "name": "prost", + "version": "0.11.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost/0.11.8/download", + "sha256": "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "prost-derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "prost-derive 0.11.8", + "target": "prost_derive" + } + ], + "selects": {} + }, + "version": "0.11.8" + }, + "license": "Apache-2.0" + }, + "prost-build 0.11.8": { + "name": "prost-build", + "version": "0.11.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-build/0.11.8/download", + "sha256": "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost_build", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_build", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "format", + "prettyplease", + "syn" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "multimap 0.8.3", + "target": "multimap" + }, + { + "id": "petgraph 0.6.3", + "target": "petgraph" + }, + { + "id": "prettyplease 0.1.25", + "target": "prettyplease" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "prost-types 0.11.8", + "target": "prost_types" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "tempfile 3.4.0", + "target": "tempfile" + }, + { + "id": "which 4.4.0", + "target": "which" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.8" + }, + "license": "Apache-2.0" + }, + "prost-codec 0.3.0": { + "name": "prost-codec", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-codec/0.3.0/download", + "sha256": "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT" + }, + "prost-derive 0.11.8": { + "name": "prost-derive", + "version": "0.11.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-derive/0.11.8/download", + "sha256": "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "prost_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.8" + }, + "license": "Apache-2.0" + }, + "prost-types 0.11.8": { + "name": "prost-types", + "version": "0.11.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-types/0.11.8/download", + "sha256": "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost 0.11.8", + "target": "prost" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.8" + }, + "license": "Apache-2.0" + }, + "psm 0.1.21": { + "name": "psm", + "version": "0.1.21", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/psm/0.1.21/download", + "sha256": "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" + } + }, + "targets": [ + { + "Library": { + "crate_name": "psm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "psm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "psm 0.1.21", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.21" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "quick-error 1.2.3": { + "name": "quick-error", + "version": "1.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quick-error/1.2.3/download", + "sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quick_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quick_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.2.3" + }, + "license": "MIT/Apache-2.0" + }, + "quick-protobuf 0.8.1": { + "name": "quick-protobuf", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quick-protobuf/0.8.1/download", + "sha256": "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quick_protobuf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quick_protobuf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "license": "MIT" + }, + "quicksink 0.1.2": { + "name": "quicksink", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quicksink/0.1.2/download", + "sha256": "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quicksink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quicksink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "pin-project-lite 0.1.12", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "quinn-proto 0.9.2": { + "name": "quinn-proto", + "version": "0.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quinn-proto/0.9.2/download", + "sha256": "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quinn_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quinn_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "webpki 0.22.0", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.2" + }, + "license": "MIT OR Apache-2.0" + }, + "quote 1.0.26": { + "name": "quote", + "version": "1.0.26", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quote/1.0.26/download", + "sha256": "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quote", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quote", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.26" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "radium 0.7.0": { + "name": "radium", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/radium/0.7.0/download", + "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + } + }, + "targets": [ + { + "Library": { + "crate_name": "radium", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "radium", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "radium 0.7.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "rand 0.7.3": { + "name": "rand", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand/0.7.3/download", + "sha256": "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "getrandom_package", + "libc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.1.16", + "target": "getrandom", + "alias": "getrandom_package" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": { + "cfg(not(target_os = \"emscripten\"))": [ + { + "id": "rand_chacha 0.2.2", + "target": "rand_chacha" + } + ], + "cfg(target_os = \"emscripten\")": [ + { + "id": "rand_hc 0.2.0", + "target": "rand_hc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "rand 0.8.5": { + "name": "rand", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand/0.8.5/download", + "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "small_rng", + "std", + "std_rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.2.2": { + "name": "rand_chacha", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download", + "sha256": "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.2" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.3.1": { + "name": "rand_chacha", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download", + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_core 0.5.1": { + "name": "rand_core", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_core/0.5.1/download", + "sha256": "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.1.16", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_core 0.6.4": { + "name": "rand_core", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_core/0.6.4/download", + "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.8", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_hc 0.2.0": { + "name": "rand_hc", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_hc/0.2.0/download", + "sha256": "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_hc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_hc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "rand_pcg 0.3.1": { + "name": "rand_pcg", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_pcg/0.3.1/download", + "sha256": "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_pcg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_pcg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon 1.7.0": { + "name": "rayon", + "version": "1.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rayon/1.7.0/download", + "sha256": "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "rayon-core 1.11.0", + "target": "rayon_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.7.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon-core 1.11.0": { + "name": "rayon-core", + "version": "1.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rayon-core/1.11.0/download", + "sha256": "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crossbeam-channel 0.5.7", + "target": "crossbeam_channel" + }, + { + "id": "crossbeam-deque 0.8.3", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-utils 0.8.15", + "target": "crossbeam_utils" + }, + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + }, + { + "id": "rayon-core 1.11.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.11.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "rayon-core" + }, + "license": "MIT OR Apache-2.0" + }, + "rcgen 0.10.0": { + "name": "rcgen", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rcgen/0.10.0/download", + "sha256": "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rcgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rcgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pem 1.1.1", + "target": "pem" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "time 0.3.20", + "target": "time" + }, + { + "id": "yasna 0.5.1", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rcgen 0.9.3": { + "name": "rcgen", + "version": "0.9.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rcgen/0.9.3/download", + "sha256": "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rcgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rcgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pem 1.1.1", + "target": "pem" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "time 0.3.20", + "target": "time" + }, + { + "id": "x509-parser 0.13.2", + "target": "x509_parser" + }, + { + "id": "yasna 0.5.1", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.3" + }, + "license": "MIT OR Apache-2.0" + }, + "redox_syscall 0.2.16": { + "name": "redox_syscall", + "version": "0.2.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_syscall/0.2.16/download", + "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syscall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syscall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.16" + }, + "license": "MIT" + }, + "redox_users 0.4.3": { + "name": "redox_users", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_users/0.4.3/download", + "sha256": "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "redox_users", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "redox_users", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.8", + "target": "getrandom" + }, + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT" + }, + "ref-cast 1.0.16": { + "name": "ref-cast", + "version": "1.0.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ref-cast/1.0.16/download", + "sha256": "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ref_cast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ref_cast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ref-cast 1.0.16", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "ref-cast-impl 1.0.16", + "target": "ref_cast_impl" + } + ], + "selects": {} + }, + "version": "1.0.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ref-cast-impl 1.0.16": { + "name": "ref-cast-impl", + "version": "1.0.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ref-cast-impl/1.0.16/download", + "sha256": "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ref_cast_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ref_cast_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.16" + }, + "license": "MIT OR Apache-2.0" + }, + "regalloc2 0.5.1": { + "name": "regalloc2", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regalloc2/0.5.1/download", + "sha256": "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regalloc2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regalloc2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "checker", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fxhash 0.2.1", + "target": "fxhash" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "slice-group-by 0.3.0", + "target": "slice_group_by" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "regex 1.7.1": { + "name": "regex", + "version": "1.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex/1.7.1/download", + "sha256": "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 0.7.20", + "target": "aho_corasick" + }, + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "regex-syntax 0.6.28", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.7.1" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-automata 0.1.10": { + "name": "regex-automata", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-automata/0.1.10/download", + "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_automata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_automata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "regex-syntax", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "regex-syntax 0.6.28", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.10" + }, + "license": "Unlicense/MIT" + }, + "regex-syntax 0.6.28": { + "name": "regex-syntax", + "version": "0.6.28", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-syntax/0.6.28/download", + "sha256": "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.28" + }, + "license": "MIT OR Apache-2.0" + }, + "region 3.0.0": { + "name": "region", + "version": "3.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/region/3.0.0/download", + "sha256": "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "region", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "region", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "mach 0.3.2", + "target": "mach" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "3.0.0" + }, + "license": "MIT" + }, + "resolv-conf 0.7.0": { + "name": "resolv-conf", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/resolv-conf/0.7.0/download", + "sha256": "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "resolv_conf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "resolv_conf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "hostname", + "system" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hostname 0.3.1", + "target": "hostname" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.0" + }, + "license": "MIT/Apache-2.0" + }, + "rfc6979 0.3.1": { + "name": "rfc6979", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rfc6979/0.3.1/download", + "sha256": "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rfc6979", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rfc6979", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-bigint 0.4.9", + "target": "crypto_bigint" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "rfc6979 0.4.0": { + "name": "rfc6979", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rfc6979/0.4.0/download", + "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rfc6979", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rfc6979", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ring 0.16.20": { + "name": "ring", + "version": "0.16.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ring/0.16.20/download", + "sha256": "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback", + "once_cell", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "build_script_build" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ + { + "id": "web-sys 0.3.61", + "target": "web_sys" + } + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ + { + "id": "spin 0.5.2", + "target": "spin" + } + ], + "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ], + "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.16.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "ring-asm" + }, + "license": null + }, + "rocksdb 0.19.0": { + "name": "rocksdb", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rocksdb/0.19.0/download", + "sha256": "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rocksdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rocksdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "jemalloc", + "snappy" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.8.3+7.4.4", + "target": "librocksdb_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.19.0" + }, + "license": "Apache-2.0" + }, + "rpassword 7.2.0": { + "name": "rpassword", + "version": "7.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rpassword/7.2.0/download", + "sha256": "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rpassword", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rpassword", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rtoolbox 0.0.1", + "target": "rtoolbox" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "7.2.0" + }, + "license": "Apache-2.0" + }, + "rtcp 0.7.2": { + "name": "rtcp", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtcp/0.7.2/download", + "sha256": "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtcp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtcp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.2" + }, + "license": "MIT/Apache-2.0" + }, + "rtnetlink 0.10.1": { + "name": "rtnetlink", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtnetlink/0.10.1/download", + "sha256": "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtnetlink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtnetlink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio", + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "netlink-packet-route 0.12.0", + "target": "netlink_packet_route" + }, + { + "id": "netlink-proto 0.10.0", + "target": "netlink_proto" + }, + { + "id": "nix 0.24.3", + "target": "nix" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.1" + }, + "license": "MIT" + }, + "rtoolbox 0.0.1": { + "name": "rtoolbox", + "version": "0.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtoolbox/0.0.1/download", + "sha256": "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtoolbox", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtoolbox", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.0.1" + }, + "license": "Apache-2.0" + }, + "rtp 0.6.8": { + "name": "rtp", + "version": "0.6.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtp/0.6.8/download", + "sha256": "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.8" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-demangle 0.1.21": { + "name": "rustc-demangle", + "version": "0.1.21", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-demangle/0.1.21/download", + "sha256": "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_demangle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.21" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-hash 1.1.0": { + "name": "rustc-hash", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", + "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0/MIT" + }, + "rustc-hex 2.1.0": { + "name": "rustc-hex", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-hex/2.1.0/download", + "sha256": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_hex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "rustc_version 0.4.0": { + "name": "rustc_version", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_version", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "semver 1.0.17", + "target": "semver" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "rusticata-macros 4.1.0": { + "name": "rusticata-macros", + "version": "4.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rusticata-macros/4.1.0/download", + "sha256": "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rusticata_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rusticata_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "4.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "rustix 0.36.11": { + "name": "rustix", + "version": "0.36.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustix/0.36.11/download", + "sha256": "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fs", + "io-lifetimes", + "libc", + "libc_errno", + "mm", + "param", + "process", + "std", + "termios", + "time", + "use-libc", + "use-libc-auxv" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "io-lifetimes 1.0.10", + "target": "io_lifetimes" + }, + { + "id": "rustix 0.36.11", + "target": "build_script_build" + } + ], + "selects": { + "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\"))))))))": [ + { + "id": "linux-raw-sys 0.1.4", + "target": "linux_raw_sys" + } + ], + "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\")))))": [ + { + "id": "errno 0.2.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "linux-raw-sys 0.1.4", + "target": "linux_raw_sys" + } + ], + "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\")))))))": [ + { + "id": "errno 0.2.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.36.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustix 0.37.19": { + "name": "rustix", + "version": "0.37.19", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustix/0.37.19/download", + "sha256": "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "io-lifetimes 1.0.10", + "target": "io_lifetimes" + }, + { + "id": "rustix 0.37.19", + "target": "build_script_build" + } + ], + "selects": { + "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\"))))))))": [ + { + "id": "linux-raw-sys 0.3.7", + "target": "linux_raw_sys" + } + ], + "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\")))))": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "linux-raw-sys 0.3.7", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + { + "id": "errno 0.3.1", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.1", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.37.19" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustls 0.19.1": { + "name": "rustls", + "version": "0.19.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls/0.19.1/download", + "sha256": "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "sct 0.6.1", + "target": "sct" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.19.1" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustls 0.20.8": { + "name": "rustls", + "version": "0.20.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls/0.20.8/download", + "sha256": "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log", + "logging", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.20.8", + "target": "build_script_build" + }, + { + "id": "sct 0.7.0", + "target": "sct" + }, + { + "id": "webpki 0.22.0", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.20.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustls-native-certs 0.6.2": { + "name": "rustls-native-certs", + "version": "0.6.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls-native-certs/0.6.2/download", + "sha256": "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_native_certs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_native_certs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustls-pemfile 1.0.2", + "target": "rustls_pemfile" + } + ], + "selects": { + "cfg(all(unix, not(target_os = \"macos\")))": [ + { + "id": "openssl-probe 0.1.5", + "target": "openssl_probe" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "security-framework 2.8.2", + "target": "security_framework" + } + ], + "cfg(windows)": [ + { + "id": "schannel 0.1.21", + "target": "schannel" + } + ] + } + }, + "edition": "2018", + "version": "0.6.2" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustls-pemfile 1.0.2": { + "name": "rustls-pemfile", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls-pemfile/1.0.2/download", + "sha256": "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_pemfile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_pemfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.0", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.2" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustversion 1.0.12": { + "name": "rustversion", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustversion/1.0.12/download", + "sha256": "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "rustversion", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build/build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustversion", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustversion 1.0.12", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "rw-stream-sink 0.3.0": { + "name": "rw-stream-sink", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rw-stream-sink/0.3.0/download", + "sha256": "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rw_stream_sink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rw_stream_sink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT" + }, + "ryu 1.0.13": { + "name": "ryu", + "version": "1.0.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ryu/1.0.13/download", + "sha256": "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ryu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ryu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.13" + }, + "license": "Apache-2.0 OR BSL-1.0" + }, + "sc-allocator 16.0.0": { + "name": "sc-allocator", + "version": "16.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-allocator/16.0.0/download", + "sha256": "9125c40a62c10913294a32a27ec94453898198c41243c31c254c8d578df1c2bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_allocator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_allocator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "16.0.0" + }, + "license": "Apache-2.0" + }, + "sc-block-builder 0.26.0": { + "name": "sc-block-builder", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-block-builder/0.26.0/download", + "sha256": "0f1ab456d78be7888070f490c4bd7817961d298f2e8dc6f39fd6a17ba7b8e5a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_block_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_block_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-block-builder 19.0.0", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 19.0.0", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-chain-spec 20.0.0": { + "name": "sc-chain-spec", + "version": "20.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-chain-spec/20.0.0/download", + "sha256": "bf07b2ff0b0a99662bd194699d8876ca9effe7b25b1f5ceaf4c980100e51448e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_chain_spec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_chain_spec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "memmap2 0.5.10", + "target": "memmap2" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-executor 0.25.0", + "target": "sc_executor" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-telemetry 8.0.0", + "target": "sc_telemetry" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sc-chain-spec-derive 5.0.0", + "target": "sc_chain_spec_derive" + } + ], + "selects": {} + }, + "version": "20.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-chain-spec-derive 5.0.0": { + "name": "sc-chain-spec-derive", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-chain-spec-derive/5.0.0/download", + "sha256": "7185e052b4138f7023c6033926f458f2e46f215b6e02e0b5ac5863caa17b8cba" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sc_chain_spec_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_chain_spec_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-cli 0.29.0": { + "name": "sc-cli", + "version": "0.29.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-cli/0.29.0/download", + "sha256": "7dd6c15e1bfc8fc499477db332d3f963171328942f4aac8ec207fcda636b9bed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "chrono 0.4.24", + "target": "chrono" + }, + { + "id": "clap 4.1.11", + "target": "clap" + }, + { + "id": "fdlimit 0.2.1", + "target": "fdlimit" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "names 0.13.0", + "target": "names" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "rpassword 7.2.0", + "target": "rpassword" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.28.0", + "target": "sc_client_db" + }, + { + "id": "sc-keystore 18.0.0", + "target": "sc_keystore" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-service 0.28.0", + "target": "sc_service" + }, + { + "id": "sc-telemetry 8.0.0", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 21.0.0", + "target": "sc_tracing" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-keyring 23.0.0", + "target": "sp_keyring" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-panic-handler 7.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tiny-bip39 1.0.0", + "target": "bip39" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.29.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-client-api 21.0.0": { + "name": "sc-client-api", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-client-api/21.0.0/download", + "sha256": "659086026d731c1c503f1ca80073230cfab52afee990542e9146e8ee8fdc40d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_client_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_client_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-executor 0.25.0", + "target": "sc_executor" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-database 5.0.0", + "target": "sp_database" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 12.0.0", + "target": "sp_storage" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "21.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-client-db 0.28.0": { + "name": "sc-client-db", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-client-db/0.28.0/download", + "sha256": "78f2188a7355b5997448788e175a7a44b0caa12eee505f291fb593aed51966d8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_client_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_client_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "kvdb-rocksdb", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "kvdb-memorydb 0.13.0", + "target": "kvdb_memorydb" + }, + { + "id": "kvdb-rocksdb 0.17.0", + "target": "kvdb_rocksdb" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-db 0.4.6", + "target": "parity_db" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-state-db 0.23.0", + "target": "sc_state_db" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-database 5.0.0", + "target": "sp_database" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus 0.26.0": { + "name": "sc-consensus", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-consensus/0.26.0/download", + "sha256": "9f10906e2355075ee3bdb83a2cbca63523bb70a6222cbdfcbe08238c8bb585d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "mockall 0.11.3", + "target": "mockall" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor 0.25.0": { + "name": "sc-executor", + "version": "0.25.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-executor/0.25.0/download", + "sha256": "9f56163cb9950689d8be465735982cf455d559d6bae7c65f01cf79fb32cc97e0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lru 0.8.1", + "target": "lru" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-executor-common 0.22.0", + "target": "sc_executor_common" + }, + { + "id": "sc-executor-wasmi 0.22.0", + "target": "sc_executor_wasmi" + }, + { + "id": "sc-executor-wasmtime 0.22.0", + "target": "sc_executor_wasmtime" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-panic-handler 7.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-runtime-interface 16.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "wasmi 0.13.2", + "target": "wasmi" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.25.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor-common 0.22.0": { + "name": "sc-executor-common", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-executor-common/0.22.0/download", + "sha256": "a039005564f63a1803e59888e0a0b9345d984d260bf8f8a3dfc06ab4d2d9ead1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sc-allocator 16.0.0", + "target": "sc_allocator" + }, + { + "id": "sp-maybe-compressed-blob 5.0.0", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "wasm-instrument 0.3.0", + "target": "wasm_instrument" + }, + { + "id": "wasmi 0.13.2", + "target": "wasmi" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.22.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor-wasmi 0.22.0": { + "name": "sc-executor-wasmi", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-executor-wasmi/0.22.0/download", + "sha256": "511a186b611402910e35676fb5d2be66f98dd148c32f9ac0b7ee9a83a403ff3c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor_wasmi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor_wasmi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sc-allocator 16.0.0", + "target": "sc_allocator" + }, + { + "id": "sc-executor-common 0.22.0", + "target": "sc_executor_common" + }, + { + "id": "sp-runtime-interface 16.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "wasmi 0.13.2", + "target": "wasmi" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.22.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor-wasmtime 0.22.0": { + "name": "sc-executor-wasmtime", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-executor-wasmtime/0.22.0/download", + "sha256": "84c03401def5d2b833406713d0adcd3403e810e6c54b5f430e83c1e581a93882" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor_wasmtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor_wasmtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "rustix 0.36.11", + "target": "rustix" + }, + { + "id": "sc-allocator 16.0.0", + "target": "sc_allocator" + }, + { + "id": "sc-executor-common 0.22.0", + "target": "sc_executor_common" + }, + { + "id": "sc-executor-wasmtime 0.22.0", + "target": "build_script_build" + }, + { + "id": "sp-runtime-interface 16.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "wasmtime 6.0.1", + "target": "wasmtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.22.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-informant 0.26.0": { + "name": "sc-informant", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-informant/0.26.0/download", + "sha256": "6b5f3c621c7fb47d89165861545fd2f378d6a6aa77892cdee95c59913a2f5ad7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_informant", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_informant", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-keystore 18.0.0": { + "name": "sc-keystore", + "version": "18.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-keystore/18.0.0/download", + "sha256": "123ef8b81039742fbfaf173d4191f4ad2cfdb872ac435fa2868236c964bfac07" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_keystore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_keystore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-application-crypto 22.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "18.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network 0.27.0": { + "name": "sc-network", + "version": "0.27.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network/0.27.0/download", + "sha256": "22f5ceb7e61b1b4fe1f640ee954190b9dfc084c0f3f9475f4a44b68b89ae7b60" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "async-channel 1.8.0", + "target": "async_channel" + }, + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "ip_network 0.4.1", + "target": "ip_network" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "linked_hash_set 0.1.4", + "target": "linked_hash_set" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "lru 0.8.1", + "target": "lru" + }, + { + "id": "mockall 0.11.3", + "target": "mockall" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-block-builder 0.26.0", + "target": "sc_block_builder" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.26.0", + "target": "sc_consensus" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "snow 0.9.2", + "target": "snow" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.27.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-bitswap 0.26.0": { + "name": "sc-network-bitswap", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network-bitswap/0.26.0/download", + "sha256": "4437607922226390fccfe7e947db38d7e3bf9f133725e3572ca150eb9e679fed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_bitswap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_bitswap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cid 0.8.6", + "target": "cid" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-bitswap 0.26.0", + "target": "build_script_build" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.1", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-common 0.26.0": { + "name": "sc-network-common", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network-common/0.26.0/download", + "sha256": "d84ad9e973f008f440c4b97e22f0d6d5225e7a09eecafd298f1cf52c448c84c5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-consensus 0.26.0", + "target": "sc_consensus" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-grandpa 6.0.0", + "target": "sp_consensus_grandpa" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-light 0.26.0": { + "name": "sc-network-light", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network-light/0.26.0/download", + "sha256": "88d17e0d0bfd5fd4d47798a78a8efc8100eb53dc0244fa7e0403cb3579e698cc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_light", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_light", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-network-light 0.26.0", + "target": "build_script_build" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-sync 0.26.0": { + "name": "sc-network-sync", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network-sync/0.26.0/download", + "sha256": "6847e00d1fadf31b50caaca6ca1fdb4739481d80e103b4cb1596ae7bd1a4985d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_sync", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_sync", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "fork-tree 7.0.0", + "target": "fork_tree" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "lru 0.8.1", + "target": "lru" + }, + { + "id": "mockall 0.11.3", + "target": "mockall" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "prost 0.11.8", + "target": "prost" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.26.0", + "target": "sc_consensus" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.26.0", + "target": "build_script_build" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-grandpa 6.0.0", + "target": "sp_consensus_grandpa" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.26.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.8", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-transactions 0.26.0": { + "name": "sc-network-transactions", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-network-transactions/0.26.0/download", + "sha256": "ec36a7534749886c7fabc17c24044966a7584b6edae4dad08de7a62239965639" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_transactions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_transactions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-offchain 22.0.0": { + "name": "sc-offchain", + "version": "22.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-offchain/22.0.0/download", + "sha256": "a0a66b0c49c4262814579cd95b396bea6f3261daa2cbe68276046dc76fbe68b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_offchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_offchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.23.2", + "target": "hyper_rustls" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-peerset 8.0.0", + "target": "sc_peerset" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-offchain 19.0.0", + "target": "sp_offchain" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "threadpool 1.8.1", + "target": "threadpool" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "22.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-peerset 8.0.0": { + "name": "sc-peerset", + "version": "8.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-peerset/8.0.0/download", + "sha256": "fc9731c05c36086cff3be45594a07d9dd951c7ac40ca0db1b6f5bd96bc591965" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_peerset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_peerset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc 22.0.0": { + "name": "sc-rpc", + "version": "22.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-rpc/22.0.0/download", + "sha256": "6b4ab32763fdc0fa24110110ceb629b4493d980525c2b3e21dd14538a7dc5e76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-block-builder 0.26.0", + "target": "sc_block_builder" + }, + { + "id": "sc-chain-spec 20.0.0", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-rpc-api 0.26.0", + "target": "sc_rpc_api" + }, + { + "id": "sc-tracing 21.0.0", + "target": "sc_tracing" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-offchain 19.0.0", + "target": "sp_offchain" + }, + { + "id": "sp-rpc 19.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 20.0.0", + "target": "sp_session" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "22.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-api 0.26.0": { + "name": "sc-rpc-api", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-rpc-api/0.26.0/download", + "sha256": "afe5794382859b074ead7a2a19f839b4e851aa6780f56687de0412e3e9e74e95" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-chain-spec 20.0.0", + "target": "sc_chain_spec" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 19.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-server 6.0.0": { + "name": "sc-rpc-server", + "version": "6.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-rpc-server/6.0.0/download", + "sha256": "9ea79cd739532f851731af7917383bcca11f811f5e6f315e34f72873cfaebaac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tower-http 0.3.5", + "target": "tower_http" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-spec-v2 0.27.0": { + "name": "sc-rpc-spec-v2", + "version": "0.27.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-rpc-spec-v2/0.27.0/download", + "sha256": "bf2c53f64aea277e2ec170abc74a455554f624e4e561362dc5b45b7f66564fb0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_spec_v2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_spec_v2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-chain-spec 20.0.0", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio-stream 0.1.12", + "target": "tokio_stream" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.27.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-service 0.28.0": { + "name": "sc-service", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-service/0.28.0/download", + "sha256": "f6a38ad87a5158e01e0e695fb022309a5d98c2b340029512a744597b9c83ae65" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "directories 4.0.1", + "target": "directories" + }, + { + "id": "exit-future 0.2.0", + "target": "exit_future" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-block-builder 0.26.0", + "target": "sc_block_builder" + }, + { + "id": "sc-chain-spec 20.0.0", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.28.0", + "target": "sc_client_db" + }, + { + "id": "sc-consensus 0.26.0", + "target": "sc_consensus" + }, + { + "id": "sc-executor 0.25.0", + "target": "sc_executor" + }, + { + "id": "sc-informant 0.26.0", + "target": "sc_informant" + }, + { + "id": "sc-keystore 18.0.0", + "target": "sc_keystore" + }, + { + "id": "sc-network 0.27.0", + "target": "sc_network" + }, + { + "id": "sc-network-bitswap 0.26.0", + "target": "sc_network_bitswap" + }, + { + "id": "sc-network-common 0.26.0", + "target": "sc_network_common" + }, + { + "id": "sc-network-light 0.26.0", + "target": "sc_network_light" + }, + { + "id": "sc-network-sync 0.26.0", + "target": "sc_network_sync" + }, + { + "id": "sc-network-transactions 0.26.0", + "target": "sc_network_transactions" + }, + { + "id": "sc-offchain 22.0.0", + "target": "sc_offchain" + }, + { + "id": "sc-rpc 22.0.0", + "target": "sc_rpc" + }, + { + "id": "sc-rpc-server 6.0.0", + "target": "sc_rpc_server" + }, + { + "id": "sc-rpc-spec-v2 0.27.0", + "target": "sc_rpc_spec_v2" + }, + { + "id": "sc-storage-monitor 0.9.0", + "target": "sc_storage_monitor" + }, + { + "id": "sc-sysinfo 20.0.0", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 8.0.0", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 21.0.0", + "target": "sc_tracing" + }, + { + "id": "sc-transaction-pool 21.0.0", + "target": "sc_transaction_pool" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 20.0.0", + "target": "sp_session" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 12.0.0", + "target": "sp_storage" + }, + { + "id": "sp-transaction-pool 19.0.0", + "target": "sp_transaction_pool" + }, + { + "id": "sp-transaction-storage-proof 19.0.0", + "target": "sp_transaction_storage_proof" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "static_init 1.0.3", + "target": "static_init" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "tempfile 3.4.0", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-futures 0.2.5", + "target": "tracing_futures" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.28.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-state-db 0.23.0": { + "name": "sc-state-db", + "version": "0.23.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-state-db/0.23.0/download", + "sha256": "9c60607de5e5c7ff91a0b90147209b838bace62ccc9b0b420b60a5c52f66ccd7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_state_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_state_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.23.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-storage-monitor 0.9.0": { + "name": "sc-storage-monitor", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-storage-monitor/0.9.0/download", + "sha256": "2780c0052b5476dc2d17ce044ed9938599d4189f54d89731bf78622e9e82cfb0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_storage_monitor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_storage_monitor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 4.1.11", + "target": "clap" + }, + { + "id": "fs4 0.6.4", + "target": "fs4" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sc-client-db 0.28.0", + "target": "sc_client_db" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-sysinfo 20.0.0": { + "name": "sc-sysinfo", + "version": "20.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-sysinfo/20.0.0/download", + "sha256": "548e2cbc8ccfb49af6fb4483bffe14842922720569cc184ddd26e620d21eb651" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_sysinfo", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_sysinfo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_pcg 0.3.1", + "target": "rand_pcg" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "sc-sysinfo 20.0.0", + "target": "build_script_build" + }, + { + "id": "sc-telemetry 8.0.0", + "target": "sc_telemetry" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "20.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-telemetry 8.0.0": { + "name": "sc-telemetry", + "version": "8.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-telemetry/8.0.0/download", + "sha256": "4871519fcc5ae2083a23a334461fd7e6d5b19e8f8d7f86dffe844de14dbb5bd9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_telemetry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_telemetry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "chrono 0.4.24", + "target": "chrono" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libp2p 0.50.1", + "target": "libp2p" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-tracing 21.0.0": { + "name": "sc-tracing", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-tracing/21.0.0/download", + "sha256": "46b3ae6cd07244145e8367e2b2e5933f59f1600ba6e32309b59eefe0f005e82e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "atty 0.2.14", + "target": "atty" + }, + { + "id": "chrono 0.4.24", + "target": "chrono" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-rpc-server 6.0.0", + "target": "sc_rpc_server" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 19.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-tracing 9.0.0", + "target": "sp_tracing" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-log 0.1.3", + "target": "tracing_log" + }, + { + "id": "tracing-subscriber 0.2.25", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sc-tracing-proc-macro 5.0.0", + "target": "sc_tracing_proc_macro" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-tracing-proc-macro 5.0.0": { + "name": "sc-tracing-proc-macro", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-tracing-proc-macro/5.0.0/download", + "sha256": "3124ec69b179bca71cd20babf10f2198a5fc0d55f3e06a8f284e90930c76d3df" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sc_tracing_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_tracing_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0" + }, + "license": "Apache-2.0" + }, + "sc-transaction-pool 21.0.0": { + "name": "sc-transaction-pool", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-transaction-pool/21.0.0/download", + "sha256": "a6fa0d5ee5d2385a438c1bfc87ec7a5c8143abecd994df692889e33d0cdd3d8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_transaction_pool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_transaction_pool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 21.0.0", + "target": "sc_client_api" + }, + { + "id": "sc-transaction-pool-api 21.0.0", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 7.0.0", + "target": "sc_utils" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-tracing 9.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-transaction-pool 19.0.0", + "target": "sp_transaction_pool" + }, + { + "id": "substrate-prometheus-endpoint 0.12.0", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-transaction-pool-api 21.0.0": { + "name": "sc-transaction-pool-api", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-transaction-pool-api/21.0.0/download", + "sha256": "3fb9259fbf4d6bb05314e8194b3b0484d1b85488109c75d724455c3817023c4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_transaction_pool_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_transaction_pool_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-blockchain 21.0.0", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-utils 7.0.0": { + "name": "sc-utils", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sc-utils/7.0.0/download", + "sha256": "424e0af91552772a6c14a58be7b3d9db598cedbf2f3c4f1fc44c9e1d3139258f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "metered" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "async-channel 1.8.0", + "target": "async_channel" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "prometheus 0.13.3", + "target": "prometheus" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "scale-bits 0.3.0": { + "name": "scale-bits", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-bits/0.3.0/download", + "sha256": "8dd7aca73785181cc41f0bbe017263e682b585ca660540ba569133901d013ecf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_bits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_bits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "scale-info", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "scale-decode 0.5.0": { + "name": "scale-decode", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-decode/0.5.0/download", + "sha256": "c7e5527e4b3bf079d4c0b2f253418598c380722ba37ef20fac9088081407f2b6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_decode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_decode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "primitive-types" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.1", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.3.0", + "target": "scale_bits" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "scale-decode-derive 0.5.0", + "target": "scale_decode_derive" + } + ], + "selects": {} + }, + "version": "0.5.0" + }, + "license": "Apache-2.0" + }, + "scale-decode-derive 0.5.0": { + "name": "scale-decode-derive", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-decode-derive/0.5.0/download", + "sha256": "b38741b2f78e4391b94eac6b102af0f6ea2b0f7fe65adb55d7f4004f507854db" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_decode_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_decode_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "Apache-2.0" + }, + "scale-encode 0.1.2": { + "name": "scale-encode", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-encode/0.1.2/download", + "sha256": "15546e5efbb45f0fc2291f7e202dee8623274c5d8bbfdf9c6886cc8b44a7ced3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_encode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_encode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bits", + "default", + "derive", + "primitive-types" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.1", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.3.0", + "target": "scale_bits" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "scale-encode-derive 0.1.2", + "target": "scale_encode_derive" + } + ], + "selects": {} + }, + "version": "0.1.2" + }, + "license": "Apache-2.0" + }, + "scale-encode-derive 0.1.2": { + "name": "scale-encode-derive", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-encode-derive/0.1.2/download", + "sha256": "dd983cf0a9effd76138554ead18a6de542d1af175ac12fd5e91836c5c0268082" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_encode_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_encode_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.2" + }, + "license": "Apache-2.0" + }, + "scale-info 2.6.0": { + "name": "scale-info", + "version": "2.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-info/2.6.0/download", + "sha256": "dfdef77228a4c05dc94211441595746732131ad7f6530c6c18f045da7b7ab937" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_info", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bit-vec", + "bitvec", + "decode", + "default", + "derive", + "scale-info-derive", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "scale" + }, + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "scale-info-derive 2.6.0", + "target": "scale_info_derive" + } + ], + "selects": {} + }, + "version": "2.6.0" + }, + "license": "Apache-2.0" + }, + "scale-info-derive 2.6.0": { + "name": "scale-info-derive", + "version": "2.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-info-derive/2.6.0/download", + "sha256": "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_info_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.6.0" + }, + "license": "Apache-2.0" + }, + "scale-value 0.7.0": { + "name": "scale-value", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-value/0.7.0/download", + "sha256": "11f549769261561e6764218f847e500588f9a79a289de49ce92f9e26642a3574" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_value", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_value", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "from_string", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "frame-metadata 15.0.0", + "target": "frame_metadata" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-bits 0.3.0", + "target": "scale_bits" + }, + { + "id": "scale-decode 0.5.0", + "target": "scale_decode" + }, + { + "id": "scale-encode 0.1.2", + "target": "scale_encode" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "yap 0.10.0", + "target": "yap" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0" + }, + "license": "Apache-2.0" + }, + "schannel 0.1.21": { + "name": "schannel", + "version": "0.1.21", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schannel/0.1.21/download", + "sha256": "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schannel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schannel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.21" + }, + "license": "MIT" + }, + "schnellru 0.2.1": { + "name": "schnellru", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schnellru/0.2.1/download", + "sha256": "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schnellru", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schnellru", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "runtime-rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.3", + "target": "ahash" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "schnorrkel 0.9.1": { + "name": "schnorrkel", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schnorrkel/0.9.1/download", + "sha256": "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schnorrkel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schnorrkel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "preaudit_deprecated", + "rand", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.5.2", + "target": "arrayvec" + }, + { + "id": "curve25519-dalek 2.1.3", + "target": "curve25519_dalek" + }, + { + "id": "getrandom 0.1.16", + "target": "getrandom" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "rand 0.7.3", + "target": "rand" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "sha2 0.8.2", + "target": "sha2" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "BSD-3-Clause" + }, + "scopeguard 1.1.0": { + "name": "scopeguard", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scopeguard/1.1.0/download", + "sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scopeguard", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scopeguard", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "scratch 1.0.5": { + "name": "scratch", + "version": "1.0.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scratch/1.0.5/download", + "sha256": "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scratch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scratch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "scratch 1.0.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "sct 0.6.1": { + "name": "sct", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sct/0.6.1/download", + "sha256": "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "sct 0.7.0": { + "name": "sct", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sct/0.7.0/download", + "sha256": "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "sdp 0.5.3": { + "name": "sdp", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sdp/0.5.3/download", + "sha256": "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sdp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sdp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "substring 1.4.5", + "target": "substring" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "url 2.3.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.3" + }, + "license": "MIT/Apache-2.0" + }, + "sec1 0.3.0": { + "name": "sec1", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sec1/0.3.0/download", + "sha256": "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sec1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sec1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "base16ct", + "default", + "der", + "generic-array", + "pkcs8", + "point", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.1.1", + "target": "base16ct" + }, + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "pkcs8 0.9.0", + "target": "pkcs8" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "sec1 0.7.1": { + "name": "sec1", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sec1/0.7.1/download", + "sha256": "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sec1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sec1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "der", + "point", + "std", + "subtle", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "der 0.7.5", + "target": "der" + }, + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "secp256k1 0.24.3": { + "name": "secp256k1", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1/0.24.3/download", + "sha256": "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "global-context", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.6.1", + "target": "secp256k1_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.24.3" + }, + "license": "CC0-1.0" + }, + "secp256k1-sys 0.6.1": { + "name": "secp256k1-sys", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1-sys/0.6.1/download", + "sha256": "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.6.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "rustsecp256k1_v0_6_1" + }, + "license": "CC0-1.0" + }, + "secrecy 0.8.0": { + "name": "secrecy", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secrecy/0.8.0/download", + "sha256": "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secrecy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secrecy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "security-framework 2.8.2": { + "name": "security-framework", + "version": "2.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/security-framework/2.8.2/download", + "sha256": "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_9", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "core-foundation-sys 0.8.3", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "security-framework-sys 2.8.0", + "target": "security_framework_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "security-framework-sys 2.8.0": { + "name": "security-framework-sys", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/security-framework-sys/2.8.0/download", + "sha256": "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_9" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.3", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "semver 1.0.17": { + "name": "semver", + "version": "1.0.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/semver/1.0.17/download", + "sha256": "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "semver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "semver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "semver 1.0.17", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "serde 1.0.162": { + "name": "serde", + "version": "1.0.162", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde/1.0.162/download", + "sha256": "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "derive", + "serde_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.162", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.162" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "serde_derive 1.0.162": { + "name": "serde_derive", + "version": "1.0.162", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_derive/1.0.162/download", + "sha256": "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "serde_derive 1.0.162", + "target": "build_script_build" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.162" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "serde_json 1.0.96": { + "name": "serde_json", + "version": "1.0.96", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_json/1.0.96/download", + "sha256": "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_json", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_json", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "raw_value", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "itoa 1.0.6", + "target": "itoa" + }, + { + "id": "ryu 1.0.13", + "target": "ryu" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.96" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "sha-1 0.9.8": { + "name": "sha-1", + "version": "0.9.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha-1/0.9.8/download", + "sha256": "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.9.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sha1 0.10.5": { + "name": "sha1", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha1/0.10.5/download", + "sha256": "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.10.6": { + "name": "sha2", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.10.6/download", + "sha256": "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.6", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.8.2": { + "name": "sha2", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.8.2/download", + "sha256": "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-buffer 0.7.3", + "target": "block_buffer" + }, + { + "id": "digest 0.8.1", + "target": "digest" + }, + { + "id": "fake-simd 0.1.2", + "target": "fake_simd" + }, + { + "id": "opaque-debug 0.2.3", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.9.9": { + "name": "sha2", + "version": "0.9.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.9.9/download", + "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.5", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.9.9" + }, + "license": "MIT OR Apache-2.0" + }, + "sha3 0.10.6": { + "name": "sha3", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha3/0.10.6/download", + "sha256": "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "keccak 0.1.3", + "target": "keccak" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "sharded-slab 0.1.4": { + "name": "sharded-slab", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sharded-slab/0.1.4/download", + "sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sharded_slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sharded_slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "MIT" + }, + "shlex 1.1.0": { + "name": "shlex", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/shlex/1.1.0/download", + "sha256": "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "shlex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "shlex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "signal-hook-registry 1.4.1": { + "name": "signal-hook-registry", + "version": "1.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download", + "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signal_hook_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signal_hook_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.1" + }, + "license": "Apache-2.0/MIT" + }, + "signature 1.6.4": { + "name": "signature", + "version": "1.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signature/1.6.4/download", + "sha256": "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.6.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "signature 2.1.0": { + "name": "signature", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signature/2.1.0/download", + "sha256": "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "digest", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "siphasher 0.3.10": { + "name": "siphasher", + "version": "0.3.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/siphasher/0.3.10/download", + "sha256": "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "siphasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "siphasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.10" + }, + "license": "MIT/Apache-2.0" + }, + "slab 0.4.8": { + "name": "slab", + "version": "0.4.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/slab/0.4.8/download", + "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "slab 0.4.8", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "slice-group-by 0.3.0": { + "name": "slice-group-by", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/slice-group-by/0.3.0/download", + "sha256": "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slice_group_by", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slice_group_by", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT" + }, + "smallvec 1.10.0": { + "name": "smallvec", + "version": "1.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smallvec/1.10.0/download", + "sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smallvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smallvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "const_generics", + "const_new", + "union" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "snap 1.1.0": { + "name": "snap", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/snap/1.1.0/download", + "sha256": "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" + } + }, + "targets": [ + { + "Library": { + "crate_name": "snap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "snap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "snap 1.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "snow 0.9.2": { + "name": "snow", + "version": "0.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/snow/0.9.2/download", + "sha256": "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733" + } + }, + "targets": [ + { + "Library": { + "crate_name": "snow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "snow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aes-gcm", + "blake2", + "chacha20poly1305", + "curve25519-dalek", + "default", + "default-resolver", + "ring", + "ring-resolver", + "sha2" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aes-gcm 0.9.4", + "target": "aes_gcm" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "chacha20poly1305 0.9.1", + "target": "chacha20poly1305" + }, + { + "id": "curve25519-dalek 4.0.0-rc.1", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "snow 0.9.2", + "target": "build_script_build" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "socket2 0.4.9": { + "name": "socket2", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/socket2/0.4.9/download", + "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" + } + }, + "targets": [ + { + "Library": { + "crate_name": "socket2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "socket2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "all" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.4.9" + }, + "license": "MIT OR Apache-2.0" + }, + "soketto 0.7.1": { + "name": "soketto", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/soketto/0.7.1/download", + "sha256": "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "soketto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "soketto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "deflate", + "flate2", + "http" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "flate2 1.0.25", + "target": "flate2" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha-1 0.9.8", + "target": "sha1" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "sp-api 19.0.0": { + "name": "sp-api", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-api/19.0.0/download", + "sha256": "a2600bccfb4897e030d8974a17cfb1abfb3151d1f130db4ed4af1aa3ded436e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hash-db", + "sp-state-machine", + "sp-trie", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 21.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-api-proc-macro 7.0.0", + "target": "sp_api_proc_macro" + } + ], + "selects": {} + }, + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-api-proc-macro 7.0.0": { + "name": "sp-api-proc-macro", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-api-proc-macro/7.0.0/download", + "sha256": "c58a2f5386a0eb163fcb68b8057b3623cb8efa1470153aa5a9dac13907dbb95d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_api_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_api_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "expander 1.0.0", + "target": "expander" + }, + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "sp-application-crypto 22.0.0": { + "name": "sp-application-crypto", + "version": "22.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-application-crypto/22.0.0/download", + "sha256": "8cf23435a4bbd6eeec2bbbc346719ba4f3200e0ddb5f9e9f06c1724db03a8410" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_application_crypto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_application_crypto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "full_crypto", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "22.0.0" + }, + "license": "Apache-2.0" + }, + "sp-arithmetic 15.0.0": { + "name": "sp-arithmetic", + "version": "15.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-arithmetic/15.0.0/download", + "sha256": "2c3d3507a803e8bc332fa290ed3015a7b51d4436ce2b836744642fc412040456" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_arithmetic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_arithmetic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "integer-sqrt 0.1.5", + "target": "integer_sqrt" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "15.0.0" + }, + "license": "Apache-2.0" + }, + "sp-block-builder 19.0.0": { + "name": "sp-block-builder", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-block-builder/19.0.0/download", + "sha256": "66955fb0f32de956b981a1a466ff393f517c494c784fef56ce129562d737501a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_block_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_block_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-inherents 19.0.0", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-blockchain 21.0.0": { + "name": "sp-blockchain", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-blockchain/21.0.0/download", + "sha256": "f599badbd075bc6e56fd95cacb3ed09cd46693d56c303cd5a9838a294755076f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_blockchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_blockchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "lru 0.8.1", + "target": "lru" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.25.0", + "target": "sp_consensus" + }, + { + "id": "sp-database 5.0.0", + "target": "sp_database" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "21.0.0" + }, + "license": "Apache-2.0" + }, + "sp-consensus 0.25.0": { + "name": "sp-consensus", + "version": "0.25.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-consensus/0.25.0/download", + "sha256": "6490d6f21d72a11c8cdd6b4155aa43c5d2886de8ca2b6cfb2ca9594bbb9547c8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 19.0.0", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.25.0" + }, + "license": "Apache-2.0" + }, + "sp-consensus-grandpa 6.0.0": { + "name": "sp-consensus-grandpa", + "version": "6.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-consensus-grandpa/6.0.0/download", + "sha256": "ce1b051f922745ea4c5faedfe42e22bb40ddf36bdf73ae3afd2b101266e91ae0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_grandpa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_grandpa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "sp-keystore", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "finality-grandpa 0.16.2", + "target": "finality_grandpa", + "alias": "grandpa" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 22.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.0" + }, + "license": "Apache-2.0" + }, + "sp-core 20.0.0": { + "name": "sp-core", + "version": "20.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-core/20.0.0/download", + "sha256": "7789372146f8ad40d0b40fad0596cb1db5771187a258eabe19b06f00767fcbd6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "array-bytes", + "blake2", + "bs58", + "default", + "dyn-clonable", + "ed25519-zebra", + "full_crypto", + "futures", + "impl-serde", + "lazy_static", + "libsecp256k1", + "merlin", + "parking_lot", + "rand", + "regex", + "schnorrkel", + "secp256k1", + "serde", + "sp-core-hashing", + "sp-externalities", + "std", + "substrate-bip39", + "thiserror", + "tiny-bip39" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "bounded-collections 0.1.5", + "target": "bounded_collections" + }, + { + "id": "bs58 0.4.0", + "target": "bs58" + }, + { + "id": "dyn-clonable 0.9.0", + "target": "dyn_clonable" + }, + { + "id": "ed25519-zebra 3.1.0", + "target": "ed25519_zebra" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hash256-std-hasher 0.15.2", + "target": "hash256_std_hasher" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "primitive-types 0.12.1", + "target": "primitive_types" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "secp256k1 0.24.3", + "target": "secp256k1" + }, + { + "id": "secrecy 0.8.0", + "target": "secrecy" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-core-hashing 8.0.0", + "target": "sp_core_hashing" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-runtime-interface 16.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 12.0.0", + "target": "sp_storage" + }, + { + "id": "ss58-registry 1.39.0", + "target": "ss58_registry" + }, + { + "id": "substrate-bip39 0.4.4", + "target": "substrate_bip39" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tiny-bip39 1.0.0", + "target": "bip39" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 7.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "20.0.0" + }, + "license": "Apache-2.0" + }, + "sp-core-hashing 8.0.0": { + "name": "sp-core-hashing", + "version": "8.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-core-hashing/8.0.0/download", + "sha256": "27449abdfbe41b473e625bce8113745e81d65777dd1d5a8462cf24137930dad8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_core_hashing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core_hashing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.1", + "target": "blake2b_simd" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "digest 0.10.6", + "target": "digest" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "sha3 0.10.6", + "target": "sha3" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "twox-hash 1.6.3", + "target": "twox_hash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-core-hashing-proc-macro 8.0.0": { + "name": "sp-core-hashing-proc-macro", + "version": "8.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-core-hashing-proc-macro/8.0.0/download", + "sha256": "23061dbb10975058aaca7965991386d93d0ffa1c4316094357ce65814a0a2a1e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_core_hashing_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core_hashing_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "sp-core-hashing 8.0.0", + "target": "sp_core_hashing" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-database 5.0.0": { + "name": "sp-database", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-database/5.0.0/download", + "sha256": "4dd6ef59a4a9e1945d5b49eb10a957b9d6b1c83af8379351baf0fa8ec12d8d64" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_database", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_database", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0" + }, + "license": "Apache-2.0" + }, + "sp-debug-derive 7.0.0": { + "name": "sp-debug-derive", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-debug-derive/7.0.0/download", + "sha256": "62211eed9ef9dac4b9d837c56ccc9f8ee4fc49d9d9b7e6b9daf098fe173389ab" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_debug_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_debug_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "sp-externalities 0.18.0": { + "name": "sp-externalities", + "version": "0.18.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-externalities/0.18.0/download", + "sha256": "8ae0f275760689aaefe967943331d458cd99f5169d18364365d4cb584b246d1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_externalities", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_externalities", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 12.0.0", + "target": "sp_storage" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.18.0" + }, + "license": "Apache-2.0" + }, + "sp-inherents 19.0.0": { + "name": "sp-inherents", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-inherents/19.0.0/download", + "sha256": "802044b0af966f76f0f42c23b24349c8f6f267e3ce4165244ac01bd0a49f7bb7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_inherents", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_inherents", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "sp-runtime", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-io 22.0.0": { + "name": "sp-io", + "version": "22.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-io/22.0.0/download", + "sha256": "bd3431c245992fe51b8256c838fc2e981f8d3b0afc1d1377ca7dbe0a3287a764" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "disable_oom", + "disable_panic_handler", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "secp256k1", + "sp-keystore", + "sp-state-machine", + "sp-trie", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "ed25519 1.5.3", + "target": "ed25519" + }, + { + "id": "ed25519-dalek 1.0.1", + "target": "ed25519_dalek" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "secp256k1 0.24.3", + "target": "secp256k1" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 22.0.0", + "target": "build_script_build" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime-interface 16.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 9.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "22.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.12", + "target": "rustversion" + } + ], + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "sp-keyring 23.0.0": { + "name": "sp-keyring", + "version": "23.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-keyring/23.0.0/download", + "sha256": "f5f0fc76f89011d39243e87650e3bf747ee4b19abaaeb2702988a2e0b0a7d77c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_keyring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_keyring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "23.0.0" + }, + "license": "Apache-2.0" + }, + "sp-keystore 0.26.0": { + "name": "sp-keystore", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-keystore/0.26.0/download", + "sha256": "452d079f592c97369c9ca8a5083b25f146751c6b5af10cbcacc2b24dc53fd72a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_keystore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_keystore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "Apache-2.0" + }, + "sp-maybe-compressed-blob 5.0.0": { + "name": "sp-maybe-compressed-blob", + "version": "5.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-maybe-compressed-blob/5.0.0/download", + "sha256": "5df7732c6f130c3e819b142dc76bff0380133b65095567891c0a6a888c147fa3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_maybe_compressed_blob", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_maybe_compressed_blob", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "zstd 0.11.2+zstd.1.5.2", + "target": "zstd" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0" + }, + "license": "Apache-2.0" + }, + "sp-offchain 19.0.0": { + "name": "sp-offchain", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-offchain/19.0.0/download", + "sha256": "296ca314e404fa39fd6b79111e42247fc73c0537ac6f9c58acc31ed3bbedc35b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_offchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_offchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-panic-handler 7.0.0": { + "name": "sp-panic-handler", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-panic-handler/7.0.0/download", + "sha256": "75986cc917d897e0f6d0c848088064df4c74ccbb8f1c1848700b725f5ca7fe04" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_panic_handler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_panic_handler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "backtrace 0.3.67", + "target": "backtrace" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "regex 1.7.1", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "sp-rpc 19.0.0": { + "name": "sp-rpc", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-rpc/19.0.0/download", + "sha256": "82558e0876158eecd540ea3923c2fd03c07b8e5a2f228e7a6f500dbc6ff4d722" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime 23.0.0": { + "name": "sp-runtime", + "version": "23.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-runtime/23.0.0/download", + "sha256": "6220216caa67e3d931c693b06a3590dfcaa255f19bb3c3e3150f1672b8bc53f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rand", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "hash256-std-hasher 0.15.2", + "target": "hash256_std_hasher" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-application-crypto 22.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 19.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "paste 1.0.12", + "target": "paste" + } + ], + "selects": {} + }, + "version": "23.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime-interface 16.0.0": { + "name": "sp-runtime-interface", + "version": "16.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-runtime-interface/16.0.0/download", + "sha256": "ca5d0cd80200bf85b8b064238b2508b69b6146b13adf36066ec5d924825af737" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_runtime_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "disable_target_static_assertions", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.1", + "target": "primitive_types" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 12.0.0", + "target": "sp_storage" + }, + { + "id": "sp-tracing 9.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-wasm-interface 13.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "sp-runtime-interface-proc-macro 10.0.0", + "target": "sp_runtime_interface_proc_macro" + } + ], + "selects": {} + }, + "version": "16.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime-interface-proc-macro 10.0.0": { + "name": "sp-runtime-interface-proc-macro", + "version": "10.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-runtime-interface-proc-macro/10.0.0/download", + "sha256": "05ae5b00aef477127ddb6177b3464ad1e2bdcc12ee913fc5dfc9d065c6cea89b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_runtime_interface_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime_interface_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "proc-macro-crate 1.1.3", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "10.0.0" + }, + "license": "Apache-2.0" + }, + "sp-session 20.0.0": { + "name": "sp-session", + "version": "20.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-session/20.0.0/download", + "sha256": "878c2ac2cb4e6b91d0f5184cbf1dc889b57ac193a6a57eed2f6a1cb61f8bd65e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_session", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_session", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sp-runtime", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 19.0.0", + "target": "sp_staking" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "20.0.0" + }, + "license": "Apache-2.0" + }, + "sp-staking 19.0.0": { + "name": "sp-staking", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-staking/19.0.0/download", + "sha256": "04b95b340fdd272af8bbec8dbc80996931a04b89d3d1edac555dcdd447f5982d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_staking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_staking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-state-machine 0.27.0": { + "name": "sp-state-machine", + "version": "0.27.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-state-machine/0.27.0/download", + "sha256": "b1e49c3bfcc8c832c34552cd8194180cc60508c6d3d9b0b9615d6b7c3e275019" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_state_machine", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_state_machine", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "parking_lot", + "rand", + "sp-panic-handler", + "std", + "thiserror", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-panic-handler 7.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.27.0" + }, + "license": "Apache-2.0" + }, + "sp-std 7.0.0": { + "name": "sp-std", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-std/7.0.0/download", + "sha256": "1de8eef39962b5b97478719c493bed2926cf70cb621005bbf68ebe58252ff986" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_std", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_std", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "sp-storage 12.0.0": { + "name": "sp-storage", + "version": "12.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-storage/12.0.0/download", + "sha256": "9ad1f8c52d4700ac7bc42b3375679a6c6fc1fe876f4b40c6efdf36f933ef0291" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_storage", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_storage", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl-serde", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "ref-cast 1.0.16", + "target": "ref_cast" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 7.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "12.0.0" + }, + "license": "Apache-2.0" + }, + "sp-tracing 9.0.0": { + "name": "sp-tracing", + "version": "9.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-tracing/9.0.0/download", + "sha256": "00fab60bf3d42255ce3f678903d3a2564662371c75623de4a1ffc7cac46143df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "tracing-subscriber", + "with-tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + }, + { + "id": "tracing-subscriber 0.2.25", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "9.0.0" + }, + "license": "Apache-2.0" + }, + "sp-transaction-pool 19.0.0": { + "name": "sp-transaction-pool", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-transaction-pool/19.0.0/download", + "sha256": "59b2190446f4f709596d84d29ffb8b4e80f2bb4648eff6bafb01e7b2705d2104" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_transaction_pool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_transaction_pool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-transaction-storage-proof 19.0.0": { + "name": "sp-transaction-storage-proof", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-transaction-storage-proof/19.0.0/download", + "sha256": "4f0c782565ecca4c5209bd5159d4398ae2ced9dc9fbbc7ac1ce5f97eb8762b15" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_transaction_storage_proof", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_transaction_storage_proof", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "log", + "sp-core", + "sp-trie", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 19.0.0", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 21.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "sp-trie 21.0.0": { + "name": "sp-trie", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-trie/21.0.0/download", + "sha256": "58401c53c08b6ecad83acd7e14534c8bbcb3fa73e81e26685e0ac70e51b00c56" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_trie", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_trie", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "hashbrown", + "lazy_static", + "nohash-hasher", + "parking_lot", + "schnellru", + "std", + "thiserror", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.3", + "target": "ahash" + }, + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "memory-db 0.32.0", + "target": "memory_db" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "trie-db 0.27.1", + "target": "trie_db" + }, + { + "id": "trie-root 0.18.0", + "target": "trie_root" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "21.0.0" + }, + "license": "Apache-2.0" + }, + "sp-version 21.0.0": { + "name": "sp-version", + "version": "21.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-version/21.0.0/download", + "sha256": "34be5b74199bdda63e9ec48dc1e9dd605af947b76fba0c738a422a6d4ae14f47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_version", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl-serde", + "parity-wasm", + "serde", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-core-hashing-proc-macro 8.0.0", + "target": "sp_core_hashing_proc_macro" + }, + { + "id": "sp-version-proc-macro 7.0.0", + "target": "sp_version_proc_macro" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "Apache-2.0" + }, + "sp-version-proc-macro 7.0.0": { + "name": "sp-version-proc-macro", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-version-proc-macro/7.0.0/download", + "sha256": "a42f1acfd2bbaa92c4d97f7a0840e900a5dfa8e8d57b91c031c64f1df2112e90" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_version_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_version_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0" + }, + "license": "Apache-2.0" + }, + "sp-wasm-interface 13.0.0": { + "name": "sp-wasm-interface", + "version": "13.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-wasm-interface/13.0.0/download", + "sha256": "153b7374179439e2aa783c66ed439bd86920c67bbc95d34c76390561972bc02f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_wasm_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_wasm_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "anyhow", + "default", + "log", + "std", + "wasmi", + "wasmtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + }, + { + "id": "wasmi 0.13.2", + "target": "wasmi" + }, + { + "id": "wasmtime 6.0.1", + "target": "wasmtime" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "13.0.0" + }, + "license": "Apache-2.0" + }, + "sp-weights 19.0.0": { + "name": "sp-weights", + "version": "19.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-weights/19.0.0/download", + "sha256": "123c661915e1bf328e21f8ecbe4e5247feba86f9149b782ea4348004547ce8ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_weights", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_weights", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "sp-arithmetic 15.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-std 7.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 7.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "19.0.0" + }, + "license": "Apache-2.0" + }, + "spin 0.5.2": { + "name": "spin", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spin/0.5.2/download", + "sha256": "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.5.2" + }, + "license": "MIT" + }, + "spki 0.6.0": { + "name": "spki", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spki/0.6.0/download", + "sha256": "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "base64ct" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + }, + { + "id": "der 0.6.1", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "spki 0.7.2": { + "name": "spki", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spki/0.7.2/download", + "sha256": "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.7.5", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "ss58-registry 1.39.0": { + "name": "ss58-registry", + "version": "1.39.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ss58-registry/1.39.0/download", + "sha256": "ecf0bd63593ef78eca595a7fc25e9a443ca46fe69fd472f8f09f5245cdcd769d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ss58_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ss58_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num-format", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-format 0.4.4", + "target": "num_format" + }, + { + "id": "ss58-registry 1.39.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.39.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "stable_deref_trait 1.2.0": { + "name": "stable_deref_trait", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download", + "sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "stable_deref_trait", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "stable_deref_trait", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "static_assertions 1.1.0": { + "name": "static_assertions", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download", + "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "static_assertions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_assertions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "static_init 1.0.3": { + "name": "static_init", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_init/1.0.3/download", + "sha256": "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "static_init", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_init", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "static_init 1.0.3", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(any(target_os = \"linux\", target_os = \"android\")))": [ + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "parking_lot_core" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"linux\")": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "static_init_macro 1.0.2", + "target": "static_init_macro" + } + ], + "selects": {} + }, + "version": "1.0.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg_aliases 0.1.1", + "target": "cfg_aliases" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "static_init_macro 1.0.2": { + "name": "static_init_macro", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_init_macro/1.0.2/download", + "sha256": "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "static_init_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_init_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "memchr 2.5.0", + "target": "memchr" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "static_init_macro 1.0.2", + "target": "build_script_build" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg_aliases 0.1.1", + "target": "cfg_aliases" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "strsim 0.10.0": { + "name": "strsim", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strsim/0.10.0/download", + "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strsim", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strsim", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.10.0" + }, + "license": "MIT" + }, + "strum 0.24.1": { + "name": "strum", + "version": "0.24.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum/0.24.1/download", + "sha256": "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "derive", + "strum_macros" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.24.1" + }, + "license": "MIT" + }, + "strum_macros 0.24.3": { + "name": "strum_macros", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum_macros/0.24.3/download", + "sha256": "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "strum_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.12", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.24.3" + }, + "license": "MIT" + }, + "stun 0.4.4": { + "name": "stun", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/stun/0.4.4/download", + "sha256": "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25" + } + }, + "targets": [ + { + "Library": { + "crate_name": "stun", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "stun", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "md-5 0.10.5", + "target": "md5" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "url 2.3.1", + "target": "url" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "substrate-bip39 0.4.4": { + "name": "substrate-bip39", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substrate-bip39/0.4.4/download", + "sha256": "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_bip39", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_bip39", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.11.0", + "target": "hmac" + }, + { + "id": "pbkdf2 0.8.0", + "target": "pbkdf2" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "Apache-2.0" + }, + "substrate-prometheus-endpoint 0.12.0": { + "name": "substrate-prometheus-endpoint", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substrate-prometheus-endpoint/0.12.0/download", + "sha256": "98ef64b8fac4ecd85e4fcc7d6a8dfb8dccaec8b6754a8cd4c8112d6dc3afd240" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_prometheus_endpoint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_prometheus_endpoint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "prometheus 0.13.3", + "target": "prometheus" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.0" + }, + "license": "Apache-2.0" + }, + "substrate-rpc-client 0.26.0": { + "name": "substrate-rpc-client", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substrate-rpc-client/0.26.0/download", + "sha256": "4ed6049846ab53122adc5f0ae4fa0189dce8afce3a3923886335200188a1f8af" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_rpc_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_rpc_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "sc-rpc-api 0.26.0", + "target": "sc_rpc_api" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.26.0" + }, + "license": "Apache-2.0" + }, + "substring 1.4.5": { + "name": "substring", + "version": "1.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substring/1.4.5/download", + "sha256": "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substring 1.4.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "subtle 2.4.1": { + "name": "subtle", + "version": "2.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subtle/2.4.1/download", + "sha256": "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "2.4.1" + }, + "license": "BSD-3-Clause" + }, + "subxt 0.28.0": { + "name": "subxt", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt/0.28.0/download", + "sha256": "53b9c4ddefcb2d87eb18a6336f65635c29208f766d0deefaa2a1a19f7426a993" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "jsonrpsee", + "jsonrpsee-ws", + "sp-core", + "sp-runtime", + "substrate-compat" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base58 0.2.0", + "target": "base58" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "frame-metadata 15.0.0", + "target": "frame_metadata" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "primitive-types 0.12.1", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.3.0", + "target": "scale_bits" + }, + { + "id": "scale-decode 0.5.0", + "target": "scale_decode" + }, + { + "id": "scale-encode 0.1.2", + "target": "scale_encode" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "scale-value 0.7.0", + "target": "scale_value" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-core-hashing 8.0.0", + "target": "sp_core_hashing" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "subxt-metadata 0.28.0", + "target": "subxt_metadata" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": { + "wasm32-unknown-unknown": [ + { + "id": "getrandom 0.2.8", + "target": "getrandom" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "subxt-macro 0.28.0", + "target": "subxt_macro" + } + ], + "selects": {} + }, + "version": "0.28.0" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-codegen 0.28.0": { + "name": "subxt-codegen", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-codegen/0.28.0/download", + "sha256": "e924f41069e9273236398ff89662d6d336468a5d94faac812129d44547db0e7f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "frame-metadata 15.0.0", + "target": "frame_metadata" + }, + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.16.2", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "subxt-metadata 0.28.0", + "target": "subxt_metadata" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-macro 0.28.0": { + "name": "subxt-macro", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-macro/0.28.0/download", + "sha256": "ced0b043a069ee039f8700d3dfda01be156e4229c82277c305bc8e79a7dd855d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "subxt_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "subxt-codegen 0.28.0", + "target": "subxt_codegen" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-metadata 0.28.0": { + "name": "subxt-metadata", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-metadata/0.28.0/download", + "sha256": "18be3b8f4308fe7369ee1df66ae59c2eca79de20eab57b0f41c75736e843300f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-metadata 15.0.0", + "target": "frame_metadata" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.6.0", + "target": "scale_info" + }, + { + "id": "sp-core-hashing 8.0.0", + "target": "sp_core_hashing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "syn 1.0.109": { + "name": "syn", + "version": "1.0.109", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/syn/1.0.109/download", + "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.8", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.109" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "syn 2.0.4": { + "name": "syn", + "version": "2.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/syn/2.0.4/download", + "sha256": "2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.8", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.4" + }, + "license": "MIT OR Apache-2.0" + }, + "synstructure 0.12.6": { + "name": "synstructure", + "version": "0.12.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/synstructure/0.12.6/download", + "sha256": "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synstructure", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synstructure", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.6" + }, + "license": "MIT" + }, + "system-configuration 0.5.0": { + "name": "system-configuration", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/system-configuration/0.5.0/download", + "sha256": "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "system_configuration", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "system_configuration", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "system_configuration_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "system-configuration-sys 0.5.0": { + "name": "system-configuration-sys", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download", + "sha256": "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "system_configuration_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "system_configuration_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.3", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "tap 1.0.1": { + "name": "tap", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tap/1.0.1/download", + "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "MIT" + }, + "target-lexicon 0.12.6": { + "name": "target-lexicon", + "version": "0.12.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/target-lexicon/0.12.6/download", + "sha256": "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "target_lexicon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "target_lexicon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "target-lexicon 0.12.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "tempfile 3.4.0": { + "name": "tempfile", + "version": "3.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tempfile/3.4.0/download", + "sha256": "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tempfile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tempfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fastrand 1.9.0", + "target": "fastrand" + } + ], + "selects": { + "cfg(any(unix, target_os = \"wasi\"))": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ], + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "3.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "termcolor 1.2.0": { + "name": "termcolor", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/termcolor/1.2.0/download", + "sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "termcolor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "termcolor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.5", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "1.2.0" + }, + "license": "Unlicense OR MIT" + }, + "termtree 0.4.1": { + "name": "termtree", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/termtree/0.4.1/download", + "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "termtree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "termtree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT" + }, + "thiserror 1.0.40": { + "name": "thiserror", + "version": "1.0.40", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror/1.0.40/download", + "sha256": "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thiserror", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.40", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-impl 1.0.40", + "target": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.40" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "thiserror-impl 1.0.40": { + "name": "thiserror-impl", + "version": "1.0.40", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.40/download", + "sha256": "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "thiserror_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.40" + }, + "license": "MIT OR Apache-2.0" + }, + "thread_local 1.1.7": { + "name": "thread_local", + "version": "1.1.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thread_local/1.1.7/download", + "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thread_local", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thread_local", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.7" + }, + "license": "MIT OR Apache-2.0" + }, + "threadpool 1.8.1": { + "name": "threadpool", + "version": "1.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/threadpool/1.8.1/download", + "sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "threadpool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "threadpool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.8.1" + }, + "license": "MIT/Apache-2.0" + }, + "tikv-jemalloc-sys 0.5.3+5.3.0-patched": { + "name": "tikv-jemalloc-sys", + "version": "0.5.3+5.3.0-patched", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tikv-jemalloc-sys/0.5.3+5.3.0-patched/download", + "sha256": "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tikv_jemalloc_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tikv_jemalloc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "background_threads_runtime_support", + "default", + "unprefixed_malloc_on_supported_platforms" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "tikv-jemalloc-sys 0.5.3+5.3.0-patched", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.3+5.3.0-patched" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "jemalloc" + }, + "license": "MIT/Apache-2.0" + }, + "time 0.1.45": { + "name": "time", + "version": "0.1.45", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time/0.1.45/download", + "sha256": "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.10.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.1.45" + }, + "license": "MIT/Apache-2.0" + }, + "time 0.3.20": { + "name": "time", + "version": "0.3.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time/0.3.20/download", + "sha256": "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itoa 1.0.6", + "target": "itoa" + }, + { + "id": "time-core 0.1.0", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "time-macros 0.2.8", + "target": "time_macros" + } + ], + "selects": {} + }, + "version": "0.3.20" + }, + "license": "MIT OR Apache-2.0" + }, + "time-core 0.1.0": { + "name": "time-core", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time-core/0.1.0/download", + "sha256": "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "time-macros 0.2.8": { + "name": "time-macros", + "version": "0.2.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time-macros/0.2.8/download", + "sha256": "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "time_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "time-core 0.1.0", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.8" + }, + "license": "MIT OR Apache-2.0" + }, + "tiny-bip39 1.0.0": { + "name": "tiny-bip39", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tiny-bip39/1.0.0/download", + "sha256": "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bip39", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bip39", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "chinese-simplified", + "chinese-traditional", + "default", + "french", + "italian", + "japanese", + "korean", + "spanish" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "pbkdf2 0.11.0", + "target": "pbkdf2" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": { + "cfg(target_arch = \"wasm32\")": [ + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ] + } + }, + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "tinytemplate 1.2.1": { + "name": "tinytemplate", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinytemplate/1.2.1/download", + "sha256": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinytemplate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinytemplate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "tinyvec 1.6.0": { + "name": "tinyvec", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinyvec/1.6.0/download", + "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinyvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "tinyvec_macros" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec_macros 0.1.1", + "target": "tinyvec_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "tinyvec_macros 0.1.1": { + "name": "tinyvec_macros", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download", + "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinyvec_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0 OR Zlib" + }, + "tokio 1.28.0": { + "name": "tokio", + "version": "1.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio/1.28.0/download", + "sha256": "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "time", + "tokio-macros", + "windows-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "mio 0.8.6", + "target": "mio" + }, + { + "id": "num_cpus 1.15.0", + "target": "num_cpus" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.28.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(docsrs)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": [ + { + "id": "socket2 0.4.9", + "target": "socket2" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "tokio-macros 2.1.0", + "target": "tokio_macros" + } + ], + "selects": {} + }, + "version": "1.28.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "tokio-macros 2.1.0": { + "name": "tokio-macros", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-macros/2.1.0/download", + "sha256": "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "tokio_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 2.0.4", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT" + }, + "tokio-rustls 0.23.4": { + "name": "tokio-rustls", + "version": "0.23.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-rustls/0.23.4/download", + "sha256": "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "logging", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rustls 0.20.8", + "target": "rustls" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webpki 0.22.0", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.23.4" + }, + "license": "MIT/Apache-2.0" + }, + "tokio-stream 0.1.12": { + "name": "tokio-stream", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-stream/0.1.12/download", + "sha256": "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_stream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_stream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sync", + "time", + "tokio-util" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.7", + "target": "tokio_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.12" + }, + "license": "MIT" + }, + "tokio-util 0.7.7": { + "name": "tokio-util", + "version": "0.7.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-util/0.7.7/download", + "sha256": "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "codec", + "compat", + "default", + "futures-io", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.27", + "target": "futures_sink" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.7" + }, + "license": "MIT" + }, + "toml 0.5.11": { + "name": "toml", + "version": "0.5.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml/0.5.11/download", + "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.11" + }, + "license": "MIT/Apache-2.0" + }, + "tower 0.4.13": { + "name": "tower", + "version": "0.4.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower/0.4.13/download", + "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tower-layer 0.3.2", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.13" + }, + "license": "MIT" + }, + "tower-http 0.3.5": { + "name": "tower-http", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-http/0.3.5/download", + "sha256": "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cors", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.27", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "http-body 0.4.5", + "target": "http_body" + }, + { + "id": "http-range-header 0.3.0", + "target": "http_range_header" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "tower-layer 0.3.2", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.5" + }, + "license": "MIT" + }, + "tower-layer 0.3.2": { + "name": "tower-layer", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-layer/0.3.2/download", + "sha256": "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_layer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_layer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "tower-service 0.3.2": { + "name": "tower-service", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-service/0.3.2/download", + "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "tracing 0.1.37": { + "name": "tracing", + "version": "0.1.37", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing/0.1.37/download", + "sha256": "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "attributes", + "default", + "log", + "std", + "tracing-attributes" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "pin-project-lite 0.2.9", + "target": "pin_project_lite" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "tracing-attributes 0.1.23", + "target": "tracing_attributes" + } + ], + "selects": {} + }, + "version": "0.1.37" + }, + "license": "MIT" + }, + "tracing-attributes 0.1.23": { + "name": "tracing-attributes", + "version": "0.1.23", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-attributes/0.1.23/download", + "sha256": "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "tracing_attributes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_attributes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.23" + }, + "license": "MIT" + }, + "tracing-core 0.1.30": { + "name": "tracing-core", + "version": "0.1.30", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-core/0.1.30/download", + "sha256": "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "once_cell", + "std", + "valuable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ], + "selects": { + "cfg(tracing_unstable)": [ + { + "id": "valuable 0.1.0", + "target": "valuable" + } + ] + } + }, + "edition": "2018", + "version": "0.1.30" + }, + "license": "MIT" + }, + "tracing-futures 0.2.5": { + "name": "tracing-futures", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", + "sha256": "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "pin-project", + "std", + "std-future" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pin-project 1.0.12", + "target": "pin_project" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT" + }, + "tracing-log 0.1.3": { + "name": "tracing-log", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-log/0.1.3/download", + "sha256": "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log-tracer", + "std", + "trace-logger" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.3" + }, + "license": "MIT" + }, + "tracing-serde 0.1.3": { + "name": "tracing-serde", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-serde/0.1.3/download", + "sha256": "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.3" + }, + "license": "MIT" + }, + "tracing-subscriber 0.2.25": { + "name": "tracing-subscriber", + "version": "0.2.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-subscriber/0.2.25/download", + "sha256": "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_subscriber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_subscriber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ansi", + "ansi_term", + "chrono", + "default", + "env-filter", + "fmt", + "json", + "lazy_static", + "matchers", + "parking_lot", + "regex", + "registry", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-log", + "tracing-serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "chrono 0.4.24", + "target": "chrono" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "matchers 0.0.1", + "target": "matchers" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sharded-slab 0.1.4", + "target": "sharded_slab" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.30", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.1.3", + "target": "tracing_log" + }, + { + "id": "tracing-serde 0.1.3", + "target": "tracing_serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.25" + }, + "license": "MIT" + }, + "trie-db 0.27.1": { + "name": "trie-db", + "version": "0.27.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trie-db/0.27.1/download", + "sha256": "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trie_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trie_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "rustc-hex", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.27.1" + }, + "license": "Apache-2.0" + }, + "trie-root 0.18.0": { + "name": "trie-root", + "version": "0.18.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trie-root/0.18.0/download", + "sha256": "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trie_root", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trie_root", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.18.0" + }, + "license": "Apache-2.0" + }, + "trust-dns-proto 0.22.0": { + "name": "trust-dns-proto", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trust-dns-proto/0.22.0/download", + "sha256": "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trust_dns_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trust_dns_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "mdns", + "socket2", + "tokio", + "tokio-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "futures-channel 0.3.27", + "target": "futures_channel" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "idna 0.2.3", + "target": "idna" + }, + { + "id": "ipnet 2.7.1", + "target": "ipnet" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.3.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + }, + { + "id": "enum-as-inner 0.5.1", + "target": "enum_as_inner" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "trust-dns-resolver 0.22.0": { + "name": "trust-dns-resolver", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trust-dns-resolver/0.22.0/download", + "sha256": "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trust_dns_resolver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trust_dns_resolver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ipconfig", + "resolv-conf", + "system-config", + "tokio", + "tokio-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lru-cache 0.1.2", + "target": "lru_cache" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "resolv-conf 0.7.0", + "target": "resolv_conf" + }, + { + "id": "smallvec 1.10.0", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "trust-dns-proto 0.22.0", + "target": "trust_dns_proto" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "ipconfig 0.3.1", + "target": "ipconfig" + } + ] + } + }, + "edition": "2018", + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "try-lock 0.2.4": { + "name": "try-lock", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/try-lock/0.2.4/download", + "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "try_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "try_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.4" + }, + "license": "MIT" + }, + "try-runtime-cli 0.1.0": { + "name": "try-runtime-cli", + "version": "0.1.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 4.1.11", + "target": "clap" + }, + { + "id": "env_logger 0.10.0", + "target": "env_logger" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec" + }, + { + "id": "sc-executor 0.25.0", + "target": "sc_executor" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "subxt 0.28.0", + "target": "subxt" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "try-runtime-core 0.1.0": { + "name": "try-runtime-core", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "try_runtime_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "try_runtime_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clap", + "cli" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clap 4.1.11", + "target": "clap" + }, + { + "id": "frame-remote-externalities 0.28.0", + "target": "frame_remote_externalities" + }, + { + "id": "frame-try-runtime 0.27.0", + "target": "frame_try_runtime" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "parity-scale-codec 3.4.0", + "target": "parity_scale_codec" + }, + { + "id": "sc-cli 0.29.0", + "target": "sc_cli" + }, + { + "id": "sc-executor 0.25.0", + "target": "sc_executor" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sp-api 19.0.0", + "target": "sp_api" + }, + { + "id": "sp-core 20.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.18.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 22.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.26.0", + "target": "sp_keystore" + }, + { + "id": "sp-rpc 19.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 23.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.27.0", + "target": "sp_state_machine" + }, + { + "id": "sp-weights 19.0.0", + "target": "sp_weights" + }, + { + "id": "substrate-rpc-client 0.26.0", + "target": "substrate_rpc_client" + }, + { + "id": "zstd 0.11.2+zstd.1.5.2", + "target": "zstd" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "tt-call 1.0.9": { + "name": "tt-call", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tt-call/1.0.9/download", + "sha256": "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tt_call", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tt_call", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "turn 0.6.1": { + "name": "turn", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/turn/0.6.1/download", + "sha256": "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "turn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "turn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "md-5 0.10.5", + "target": "md5" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.1" + }, + "license": "MIT/Apache-2.0" + }, + "twox-hash 1.6.3": { + "name": "twox-hash", + "version": "1.6.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/twox-hash/1.6.3/download", + "sha256": "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" + } + }, + "targets": [ + { + "Library": { + "crate_name": "twox_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "twox_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "digest_0_10", + "rand", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.6", + "target": "digest", + "alias": "digest_0_10" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.3" + }, + "license": "MIT" + }, + "typenum 1.16.0": { + "name": "typenum", + "version": "1.16.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/typenum/1.16.0/download", + "sha256": "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "typenum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "typenum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "typenum 1.16.0", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.16.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "uint 0.9.5": { + "name": "uint", + "version": "0.9.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/uint/0.9.5/download", + "sha256": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.5" + }, + "license": "MIT OR Apache-2.0" + }, + "unicode-bidi 0.3.13": { + "name": "unicode-bidi", + "version": "0.3.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download", + "sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_bidi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_bidi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hardcoded-data", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.13" + }, + "license": "MIT OR Apache-2.0" + }, + "unicode-ident 1.0.8": { + "name": "unicode-ident", + "version": "1.0.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.8/download", + "sha256": "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_ident", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_ident", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.8" + }, + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" + }, + "unicode-normalization 0.1.22": { + "name": "unicode-normalization", + "version": "0.1.22", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download", + "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_normalization", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_normalization", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.22" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-width 0.1.10": { + "name": "unicode-width", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-width/0.1.10/download", + "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_width", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_width", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.10" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-xid 0.2.4": { + "name": "unicode-xid", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-xid/0.2.4/download", + "sha256": "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_xid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_xid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0" + }, + "universal-hash 0.4.1": { + "name": "universal-hash", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/universal-hash/0.4.1/download", + "sha256": "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" + } + }, + "targets": [ + { + "Library": { + "crate_name": "universal_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "universal_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "universal-hash 0.5.0": { + "name": "universal-hash", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/universal-hash/0.5.0/download", + "sha256": "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "universal_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "universal_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "unsigned-varint 0.7.1": { + "name": "unsigned-varint", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unsigned-varint/0.7.1/download", + "sha256": "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unsigned_varint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unsigned_varint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "asynchronous-codec", + "asynchronous_codec", + "bytes", + "futures", + "futures-io", + "futures-util", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.1", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "futures-io 0.3.27", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.27", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "MIT" + }, + "untrusted 0.7.1": { + "name": "untrusted", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/untrusted/0.7.1/download", + "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "untrusted", + "crate_root": "src/untrusted.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "untrusted", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.7.1" + }, + "license": "ISC" + }, + "url 2.3.1": { + "name": "url", + "version": "2.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/url/2.3.1/download", + "sha256": "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" + } + }, + "targets": [ + { + "Library": { + "crate_name": "url", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "url", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "form_urlencoded 1.1.0", + "target": "form_urlencoded" + }, + { + "id": "idna 0.3.0", + "target": "idna" + }, + { + "id": "percent-encoding 2.2.0", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "uuid 1.3.0": { + "name": "uuid", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/uuid/1.3.0/download", + "sha256": "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uuid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uuid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.8", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "valuable 0.1.0": { + "name": "valuable", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/valuable/0.1.0/download", + "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "valuable", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "valuable", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "valuable 0.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "vcpkg 0.2.15": { + "name": "vcpkg", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/vcpkg/0.2.15/download", + "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + } + }, + "targets": [ + { + "Library": { + "crate_name": "vcpkg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "vcpkg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.15" + }, + "license": "MIT/Apache-2.0" + }, + "version_check 0.9.4": { + "name": "version_check", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/version_check/0.9.4/download", + "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "version_check", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "version_check", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.9.4" + }, + "license": "MIT/Apache-2.0" + }, + "void 1.0.2": { + "name": "void", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/void/1.0.2/download", + "sha256": "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "void", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "void", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.2" + }, + "license": "MIT" + }, + "waitgroup 0.1.2": { + "name": "waitgroup", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/waitgroup/0.1.2/download", + "sha256": "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" + } + }, + "targets": [ + { + "Library": { + "crate_name": "waitgroup", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "waitgroup", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "atomic-waker 1.1.0", + "target": "atomic_waker" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "Apache-2.0" + }, + "waker-fn 1.1.0": { + "name": "waker-fn", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/waker-fn/1.1.0/download", + "sha256": "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "waker_fn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "waker_fn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "want 0.3.0": { + "name": "want", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/want/0.3.0/download", + "sha256": "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "want", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "want", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "try-lock 0.2.4", + "target": "try_lock" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT" + }, + "wasi 0.10.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.10.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasi/0.10.0+wasi-snapshot-preview1/download", + "sha256": "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0+wasi-snapshot-preview1" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "wasi 0.11.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download", + "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0+wasi-snapshot-preview1" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "wasi 0.9.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.9.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download", + "sha256": "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0+wasi-snapshot-preview1" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "wasm-bindgen 0.2.84": { + "name": "wasm-bindgen", + "version": "0.2.84", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen/0.2.84/download", + "sha256": "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "spans", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "wasm-bindgen-macro 0.2.84", + "target": "wasm_bindgen_macro" + } + ], + "selects": {} + }, + "version": "0.2.84" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-backend 0.2.84": { + "name": "wasm-bindgen-backend", + "version": "0.2.84", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.84/download", + "sha256": "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_backend", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_backend", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bumpalo 3.12.0", + "target": "bumpalo" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "wasm-bindgen-shared 0.2.84", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.84" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-futures 0.4.34": { + "name": "wasm-bindgen-futures", + "version": "0.4.34", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.34/download", + "sha256": "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "selects": { + "cfg(target_feature = \"atomics\")": [ + { + "id": "web-sys 0.3.61", + "target": "web_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.34" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-macro 0.2.84": { + "name": "wasm-bindgen-macro", + "version": "0.2.84", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.84/download", + "sha256": "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "wasm_bindgen_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "wasm-bindgen-macro-support 0.2.84", + "target": "wasm_bindgen_macro_support" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.84" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-macro-support 0.2.84": { + "name": "wasm-bindgen-macro-support", + "version": "0.2.84", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.84/download", + "sha256": "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_macro_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_macro_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "wasm-bindgen-backend 0.2.84", + "target": "wasm_bindgen_backend" + }, + { + "id": "wasm-bindgen-shared 0.2.84", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.84" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-shared 0.2.84": { + "name": "wasm-bindgen-shared", + "version": "0.2.84", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.84/download", + "sha256": "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "wasm-bindgen-shared 0.2.84", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.84" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "wasm_bindgen" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-instrument 0.3.0": { + "name": "wasm-instrument", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-instrument/0.3.0/download", + "sha256": "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_instrument", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_instrument", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-timer 0.2.5": { + "name": "wasm-timer", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-timer/0.2.5/download", + "sha256": "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_timer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_timer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.34", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.61", + "target": "web_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT" + }, + "wasmi 0.13.2": { + "name": "wasmi", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi/0.13.2/download", + "sha256": "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "virtual_memory" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + }, + { + "id": "wasmi-validation 0.5.0", + "target": "wasmi_validation", + "alias": "validation" + }, + { + "id": "wasmi_core 0.2.1", + "target": "wasmi_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi-validation 0.5.0": { + "name": "wasmi-validation", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi-validation/0.5.0/download", + "sha256": "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi_validation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi_validation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi_core 0.2.1": { + "name": "wasmi_core", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi_core/0.2.1/download", + "sha256": "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "region", + "std", + "virtual_memory" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "downcast-rs 1.2.0", + "target": "downcast_rs" + }, + { + "id": "libm 0.2.6", + "target": "libm" + }, + { + "id": "memory_units 0.4.0", + "target": "memory_units" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.15", + "target": "num_traits" + }, + { + "id": "region 3.0.0", + "target": "region" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "wasmparser 0.100.0": { + "name": "wasmparser", + "version": "0.100.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmparser/0.100.0/download", + "sha256": "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmparser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmparser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "url 2.3.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.100.0" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime 6.0.1": { + "name": "wasmtime", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime/6.0.1/download", + "sha256": "f6e89f9819523447330ffd70367ef4a18d8c832e24e8150fe054d1d912841632" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cache", + "cranelift", + "jitdump", + "parallel-compilation", + "pooling-allocator" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "object 0.29.0", + "target": "object" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + }, + { + "id": "psm 0.1.21", + "target": "psm" + }, + { + "id": "rayon 1.7.0", + "target": "rayon" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + }, + { + "id": "wasmparser 0.100.0", + "target": "wasmparser" + }, + { + "id": "wasmtime 6.0.1", + "target": "build_script_build" + }, + { + "id": "wasmtime-cache 6.0.1", + "target": "wasmtime_cache" + }, + { + "id": "wasmtime-cranelift 6.0.1", + "target": "wasmtime_cranelift" + }, + { + "id": "wasmtime-environ 6.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit 6.0.1", + "target": "wasmtime_jit" + }, + { + "id": "wasmtime-runtime 6.0.1", + "target": "wasmtime_runtime" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.12", + "target": "paste" + } + ], + "selects": {} + }, + "version": "6.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-asm-macros 6.0.1": { + "name": "wasmtime-asm-macros", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-asm-macros/6.0.1/download", + "sha256": "9bd3a5e46c198032da934469f3a6e48649d1f9142438e4fd4617b68a35644b8a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_asm_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_asm_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-cache 6.0.1": { + "name": "wasmtime-cache", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-cache/6.0.1/download", + "sha256": "b389ae9b678b9c3851091a4804f4182d688d27aff7abc9aa37fa7be37d8ecffa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_cache", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_cache", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "directories-next 2.0.0", + "target": "directories_next" + }, + { + "id": "file-per-thread-logger 0.1.6", + "target": "file_per_thread_logger" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "toml 0.5.11", + "target": "toml" + }, + { + "id": "wasmtime-cache 6.0.1", + "target": "build_script_build" + }, + { + "id": "zstd 0.11.2+zstd.1.5.2", + "target": "zstd" + } + ], + "selects": { + "cfg(not(target_os = \"windows\"))": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "6.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-cranelift 6.0.1": { + "name": "wasmtime-cranelift", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-cranelift/6.0.1/download", + "sha256": "59b2c92a08c0db6efffd88fdc97d7aa9c7c63b03edb0971dbca745469f820e8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_cranelift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_cranelift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "cranelift-codegen 0.93.1", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + }, + { + "id": "cranelift-frontend 0.93.1", + "target": "cranelift_frontend" + }, + { + "id": "cranelift-native 0.93.1", + "target": "cranelift_native" + }, + { + "id": "cranelift-wasm 0.93.1", + "target": "cranelift_wasm" + }, + { + "id": "gimli 0.26.2", + "target": "gimli" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "object 0.29.0", + "target": "object" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "wasmparser 0.100.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-environ 6.0.1", + "target": "wasmtime_environ" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-environ 6.0.1": { + "name": "wasmtime-environ", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-environ/6.0.1/download", + "sha256": "9a6db9fc52985ba06ca601f2ff0ff1f526c5d724c7ac267b47326304b0c97883" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_environ", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_environ", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.26.2", + "target": "gimli" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "object 0.29.0", + "target": "object" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "wasmparser 0.100.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-types 6.0.1", + "target": "wasmtime_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit 6.0.1": { + "name": "wasmtime-jit", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit/6.0.1/download", + "sha256": "b77e3a52cd84d0f7f18554afa8060cfe564ccac61e3b0802d3fd4084772fa5f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "jitdump", + "wasmtime-jit-debug" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "addr2line 0.17.0", + "target": "addr2line" + }, + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cpp_demangle 0.3.5", + "target": "cpp_demangle" + }, + { + "id": "gimli 0.26.2", + "target": "gimli" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "object 0.29.0", + "target": "object" + }, + { + "id": "rustc-demangle 0.1.21", + "target": "rustc_demangle" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.6", + "target": "target_lexicon" + }, + { + "id": "wasmtime-environ 6.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit-debug 6.0.1", + "target": "wasmtime_jit_debug" + }, + { + "id": "wasmtime-jit-icache-coherence 6.0.1", + "target": "wasmtime_jit_icache_coherence" + }, + { + "id": "wasmtime-runtime 6.0.1", + "target": "wasmtime_runtime" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit-debug 6.0.1": { + "name": "wasmtime-jit-debug", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit-debug/6.0.1/download", + "sha256": "d0245e8a9347017c7185a72e215218a802ff561545c242953c11ba00fccc930f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "gdb_jit_int", + "object", + "once_cell", + "perf_jitdump", + "rustix" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "object 0.29.0", + "target": "object" + }, + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ], + "selects": { + "cfg(target_os = \"linux\")": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ] + } + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit-icache-coherence 6.0.1": { + "name": "wasmtime-jit-icache-coherence", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit-icache-coherence/6.0.1/download", + "sha256": "67d412e9340ab1c83867051d8d1d7c90aa8c9afc91da086088068e2734e25064" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit_icache_coherence", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit_icache_coherence", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"android\"))": [ + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-runtime 6.0.1": { + "name": "wasmtime-runtime", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-runtime/6.0.1/download", + "sha256": "d594e791b5fdd4dbaf8cf7ae62f2e4ff85018ce90f483ca6f42947688e48827d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "pooling-allocator" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.70", + "target": "anyhow" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "indexmap 1.9.2", + "target": "indexmap" + }, + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "memfd 0.6.2", + "target": "memfd" + }, + { + "id": "memoffset 0.6.5", + "target": "memoffset" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "wasmtime-asm-macros 6.0.1", + "target": "wasmtime_asm_macros" + }, + { + "id": "wasmtime-environ 6.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit-debug 6.0.1", + "target": "wasmtime_jit_debug" + }, + { + "id": "wasmtime-runtime 6.0.1", + "target": "build_script_build" + } + ], + "selects": { + "cfg(target_os = \"macos\")": [ + { + "id": "mach 0.3.2", + "target": "mach" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.42.0", + "target": "windows_sys" + } + ], + "cfg(unix)": [ + { + "id": "rustix 0.36.11", + "target": "rustix" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.12", + "target": "paste" + } + ], + "selects": {} + }, + "version": "6.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-types 6.0.1": { + "name": "wasmtime-types", + "version": "6.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-types/6.0.1/download", + "sha256": "a6688d6f96d4dbc1f89fab626c56c1778936d122b5f4ae7a57c2eb42b8d982e2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-entity 0.93.1", + "target": "cranelift_entity" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "wasmparser 0.100.0", + "target": "wasmparser" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "web-sys 0.3.61": { + "name": "web-sys", + "version": "0.3.61", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/web-sys/0.3.61/download", + "sha256": "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" + } + }, + "targets": [ + { + "Library": { + "crate_name": "web_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "web_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Crypto", + "Event", + "EventTarget", + "MessageEvent", + "Performance", + "Window", + "Worker" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "js-sys 0.3.61", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.84", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.61" + }, + "license": "MIT/Apache-2.0" + }, + "webpki 0.21.4": { + "name": "webpki", + "version": "0.21.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki/0.21.4/download", + "sha256": "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/webpki.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.4" + }, + "license": null + }, + "webpki 0.22.0": { + "name": "webpki", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki/0.22.0/download", + "sha256": "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.0" + }, + "license": null + }, + "webpki-roots 0.22.6": { + "name": "webpki-roots", + "version": "0.22.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki-roots/0.22.6/download", + "sha256": "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki_roots", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki_roots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "webpki 0.22.0", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.6" + }, + "license": "MPL-2.0" + }, + "webrtc 0.6.0": { + "name": "webrtc", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc/0.6.0/download", + "sha256": "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "interceptor 0.8.2", + "target": "interceptor" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rcgen 0.9.3", + "target": "rcgen" + }, + { + "id": "regex 1.7.1", + "target": "regex" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "sdp 0.5.3", + "target": "sdp" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "time 0.3.20", + "target": "time" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "turn 0.6.1", + "target": "turn" + }, + { + "id": "url 2.3.1", + "target": "url" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-data 0.6.0", + "target": "webrtc_data", + "alias": "data" + }, + { + "id": "webrtc-dtls 0.7.1", + "target": "webrtc_dtls", + "alias": "dtls" + }, + { + "id": "webrtc-ice 0.9.1", + "target": "webrtc_ice", + "alias": "ice" + }, + { + "id": "webrtc-mdns 0.5.2", + "target": "webrtc_mdns", + "alias": "mdns" + }, + { + "id": "webrtc-media 0.5.0", + "target": "webrtc_media", + "alias": "media" + }, + { + "id": "webrtc-sctp 0.7.0", + "target": "webrtc_sctp", + "alias": "sctp" + }, + { + "id": "webrtc-srtp 0.9.1", + "target": "webrtc_srtp", + "alias": "srtp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-data 0.6.0": { + "name": "webrtc-data", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-data/0.6.0/download", + "sha256": "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_data", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_data", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "derive_builder 0.11.2", + "target": "derive_builder" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-sctp 0.7.0", + "target": "webrtc_sctp", + "alias": "sctp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-dtls 0.7.1": { + "name": "webrtc-dtls", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-dtls/0.7.1/download", + "sha256": "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_dtls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_dtls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aes 0.6.0", + "target": "aes" + }, + { + "id": "aes-gcm 0.10.1", + "target": "aes_gcm" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "block-modes 0.7.0", + "target": "block_modes" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "ccm 0.3.0", + "target": "ccm" + }, + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "der-parser 8.2.0", + "target": "der_parser" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "hkdf 0.12.3", + "target": "hkdf" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "oid-registry 0.6.1", + "target": "oid_registry" + }, + { + "id": "p256 0.11.1", + "target": "p256" + }, + { + "id": "p384 0.11.2", + "target": "p384" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "rcgen 0.9.3", + "target": "rcgen" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "sec1 0.3.0", + "target": "sec1" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "sha1 0.10.5", + "target": "sha1" + }, + { + "id": "sha2 0.10.6", + "target": "sha2" + }, + { + "id": "signature 1.6.4", + "target": "signature" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + }, + { + "id": "x25519-dalek 2.0.0-pre.1", + "target": "x25519_dalek" + }, + { + "id": "x509-parser 0.13.2", + "target": "x509_parser" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-ice 0.9.1": { + "name": "webrtc-ice", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-ice/0.9.1/download", + "sha256": "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_ice", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_ice", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.162", + "target": "serde" + }, + { + "id": "serde_json 1.0.96", + "target": "serde_json" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "turn 0.6.1", + "target": "turn" + }, + { + "id": "url 2.3.1", + "target": "url" + }, + { + "id": "uuid 1.3.0", + "target": "uuid" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-mdns 0.5.2", + "target": "webrtc_mdns", + "alias": "mdns" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.9.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-mdns 0.5.2": { + "name": "webrtc-mdns", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-mdns/0.5.2/download", + "sha256": "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_mdns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_mdns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-media 0.5.0": { + "name": "webrtc-media", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-media/0.5.0/download", + "sha256": "ee2a3c157a040324e5049bcbd644ffc9079e6738fa2cfab2bcff64e5cc4c00d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_media", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_media", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "derive_builder 0.11.2", + "target": "derive_builder" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.3", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.5.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-sctp 0.7.0": { + "name": "webrtc-sctp", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-sctp/0.7.0/download", + "sha256": "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_sctp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_sctp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-srtp 0.9.1": { + "name": "webrtc-srtp", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-srtp/0.9.1/download", + "sha256": "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_srtp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_srtp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.4.3", + "target": "aead" + }, + { + "id": "aes 0.7.5", + "target": "aes" + }, + { + "id": "aes-gcm 0.9.4", + "target": "aes_gcm" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "ctr 0.8.0", + "target": "ctr" + }, + { + "id": "hmac 0.11.0", + "target": "hmac" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "sha-1 0.9.8", + "target": "sha1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.9.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-util 0.7.0": { + "name": "webrtc-util", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-util/0.7.0/download", + "sha256": "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.4.0", + "target": "bytes" + }, + { + "id": "ipnet 2.7.1", + "target": "ipnet" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "tokio 1.28.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "nix 0.24.3", + "target": "nix" + } + ], + "cfg(windows)": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.67", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "which 4.4.0": { + "name": "which", + "version": "4.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/which/4.4.0/download", + "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" + } + }, + "targets": [ + { + "Library": { + "crate_name": "which", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "which", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.8.1", + "target": "either" + }, + { + "id": "libc 0.2.144", + "target": "libc" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "once_cell 1.17.1", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "4.4.0" + }, + "license": "MIT" + }, + "widestring 0.5.1": { + "name": "widestring", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/widestring/0.5.1/download", + "sha256": "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" + } + }, + "targets": [ + { + "Library": { + "crate_name": "widestring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "widestring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "winapi 0.3.9": { + "name": "winapi", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi/0.3.9/download", + "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "basetsd", + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "impl-debug", + "impl-default", + "knownfolders", + "libloaderapi", + "memoryapi", + "minwinbase", + "minwindef", + "ntdef", + "ntsecapi", + "ntstatus", + "objbase", + "processenv", + "processthreadsapi", + "profileapi", + "shlobj", + "std", + "synchapi", + "sysinfoapi", + "timezoneapi", + "winbase", + "wincon", + "winerror", + "winnt", + "winreg", + "ws2def", + "ws2ipdef", + "ws2tcpip", + "wtypesbase" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "winapi 0.3.9", + "target": "build_script_build" + } + ], + "selects": { + "i686-pc-windows-gnu": [ + { + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "winapi_i686_pc_windows_gnu" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", + "target": "winapi_x86_64_pc_windows_gnu" + } + ] + } + }, + "edition": "2015", + "version": "0.3.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "winapi-i686-pc-windows-gnu 0.4.0": { + "name": "winapi-i686-pc-windows-gnu", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", + "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_i686_pc_windows_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_i686_pc_windows_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "winapi-util 0.1.5": { + "name": "winapi-util", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-util/0.1.5/download", + "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "Unlicense/MIT" + }, + "winapi-x86_64-pc-windows-gnu 0.4.0": { + "name": "winapi-x86_64-pc-windows-gnu", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", + "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_x86_64_pc_windows_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_x86_64_pc_windows_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "windows 0.34.0": { + "name": "windows", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows/0.34.0/download", + "sha256": "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.34.0", + "target": "windows_aarch64_msvc" + } + ], + "aarch64-uwp-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.34.0", + "target": "windows_aarch64_msvc" + } + ], + "i686-pc-windows-gnu": [ + { + "id": "windows_i686_gnu 0.34.0", + "target": "windows_i686_gnu" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "windows_i686_msvc 0.34.0", + "target": "windows_i686_msvc" + } + ], + "i686-uwp-windows-gnu": [ + { + "id": "windows_i686_gnu 0.34.0", + "target": "windows_i686_gnu" + } + ], + "i686-uwp-windows-msvc": [ + { + "id": "windows_i686_msvc 0.34.0", + "target": "windows_i686_msvc" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.34.0", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.34.0", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-uwp-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.34.0", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-uwp-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.34.0", + "target": "windows_x86_64_msvc" + } + ] + } + }, + "edition": "2018", + "version": "0.34.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows 0.46.0": { + "name": "windows", + "version": "0.46.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows/0.46.0/download", + "sha256": "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows_raw_dylib))": [ + { + "id": "windows-targets 0.42.2", + "target": "windows_targets" + } + ] + } + }, + "edition": "2018", + "version": "0.46.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.42.0": { + "name": "windows-sys", + "version": "0.42.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-sys/0.42.0/download", + "sha256": "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_Security_Cryptography", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_Kernel", + "Win32_System_Memory", + "Win32_System_SystemInformation", + "Win32_System_Threading", + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.42.2", + "target": "windows_aarch64_gnullvm" + } + ], + "aarch64-pc-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "aarch64-uwp-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "i686-pc-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "i686-uwp-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-uwp-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.42.2", + "target": "windows_x86_64_gnullvm" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-uwp-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-uwp-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ] + } + }, + "edition": "2018", + "version": "0.42.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.45.0": { + "name": "windows-sys", + "version": "0.45.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-sys/0.45.0/download", + "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_IO", + "Win32_System_LibraryLoader", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(not(windows_raw_dylib))": [ + { + "id": "windows-targets 0.42.2", + "target": "windows_targets" + } + ] + } + }, + "edition": "2018", + "version": "0.45.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.48.0": { + "name": "windows-sys", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-sys/0.48.0/download", + "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.48.0", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-targets 0.42.2": { + "name": "windows-targets", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-targets/0.42.2/download", + "sha256": "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_targets", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_targets", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.42.2", + "target": "windows_aarch64_gnullvm" + } + ], + "aarch64-pc-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "aarch64-uwp-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "i686-pc-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "i686-uwp-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-uwp-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.42.2", + "target": "windows_x86_64_gnullvm" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-uwp-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-uwp-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ] + } + }, + "edition": "2018", + "version": "0.42.2" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-targets 0.48.0": { + "name": "windows-targets", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-targets/0.48.0/download", + "sha256": "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_targets", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_targets", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_gnullvm 0.48.0", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.48.0", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.48.0", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.48.0", + "target": "windows_i686_msvc" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_gnu 0.48.0", + "target": "windows_x86_64_gnu" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_gnullvm 0.48.0", + "target": "windows_x86_64_gnullvm" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.48.0", + "target": "windows_x86_64_msvc" + } + ] + } + }, + "edition": "2018", + "version": "0.48.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.42.2": { + "name": "windows_aarch64_gnullvm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download", + "sha256": "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_gnullvm 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.48.0": { + "name": "windows_aarch64_gnullvm", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download", + "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_gnullvm 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.34.0": { + "name": "windows_aarch64_msvc", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.34.0/download", + "sha256": "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.34.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.34.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.42.2": { + "name": "windows_aarch64_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download", + "sha256": "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.48.0": { + "name": "windows_aarch64_msvc", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download", + "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.34.0": { + "name": "windows_i686_gnu", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.34.0/download", + "sha256": "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnu 0.34.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.34.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.42.2": { + "name": "windows_i686_gnu", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download", + "sha256": "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.48.0": { + "name": "windows_i686_gnu", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download", + "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnu 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.34.0": { + "name": "windows_i686_msvc", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.34.0/download", + "sha256": "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_msvc 0.34.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.34.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.42.2": { + "name": "windows_i686_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download", + "sha256": "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.48.0": { + "name": "windows_i686_msvc", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download", + "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_msvc 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.34.0": { + "name": "windows_x86_64_gnu", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.34.0/download", + "sha256": "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.34.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.34.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.42.2": { + "name": "windows_x86_64_gnu", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download", + "sha256": "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.48.0": { + "name": "windows_x86_64_gnu", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download", + "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.42.2": { + "name": "windows_x86_64_gnullvm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download", + "sha256": "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnullvm 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.48.0": { + "name": "windows_x86_64_gnullvm", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download", + "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnullvm 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.34.0": { + "name": "windows_x86_64_msvc", + "version": "0.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.34.0/download", + "sha256": "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.34.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.34.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.42.2": { + "name": "windows_x86_64_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download", + "sha256": "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.48.0": { + "name": "windows_x86_64_msvc", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download", + "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.48.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "winreg 0.10.1": { + "name": "winreg", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winreg/0.10.1/download", + "sha256": "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winreg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winreg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + }, + { + "id": "winreg 0.10.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.10.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT" + }, + "wyz 0.5.1": { + "name": "wyz", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wyz/0.5.1/download", + "sha256": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wyz", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wyz", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "tap 1.0.1", + "target": "tap" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT" + }, + "x25519-dalek 1.1.1": { + "name": "x25519-dalek", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x25519-dalek/1.1.1/download", + "sha256": "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.1" + }, + "license": "BSD-3-Clause" + }, + "x25519-dalek 2.0.0-pre.1": { + "name": "x25519-dalek", + "version": "2.0.0-pre.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x25519-dalek/2.0.0-pre.1/download", + "sha256": "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.5.7", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0-pre.1" + }, + "license": "BSD-3-Clause" + }, + "x509-parser 0.13.2": { + "name": "x509-parser", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x509-parser/0.13.2/download", + "sha256": "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x509_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x509_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "der-parser 7.0.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.4.0", + "target": "oid_registry" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "time 0.3.20", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.2" + }, + "license": "MIT/Apache-2.0" + }, + "x509-parser 0.14.0": { + "name": "x509-parser", + "version": "0.14.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x509-parser/0.14.0/download", + "sha256": "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x509_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x509_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "data-encoding 2.3.3", + "target": "data_encoding" + }, + { + "id": "der-parser 8.2.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.6.1", + "target": "oid_registry" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.40", + "target": "thiserror" + }, + { + "id": "time 0.3.20", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.0" + }, + "license": "MIT/Apache-2.0" + }, + "yamux 0.10.2": { + "name": "yamux", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yamux/0.10.2/download", + "sha256": "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yamux", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yamux", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.27", + "target": "futures" + }, + { + "id": "log 0.4.17", + "target": "log" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "yap 0.10.0": { + "name": "yap", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yap/0.10.0/download", + "sha256": "e2a7eb6d82a11e4d0b8e6bda8347169aff4ccd8235d039bba7c47482d977dcf7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.10.0" + }, + "license": "MIT" + }, + "yasna 0.5.1": { + "name": "yasna", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yasna/0.5.1/download", + "sha256": "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yasna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yasna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "time 0.3.20", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "zeroize 1.5.7": { + "name": "zeroize", + "version": "1.5.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zeroize/1.5.7/download", + "sha256": "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zeroize", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zeroize", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "zeroize_derive" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "zeroize_derive 1.3.3", + "target": "zeroize_derive" + } + ], + "selects": {} + }, + "version": "1.5.7" + }, + "license": "Apache-2.0 OR MIT" + }, + "zeroize_derive 1.3.3": { + "name": "zeroize_derive", + "version": "1.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zeroize_derive/1.3.3/download", + "sha256": "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "zeroize_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zeroize_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.56", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.26", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "zstd 0.11.2+zstd.1.5.2": { + "name": "zstd", + "version": "0.11.2+zstd.1.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd/0.11.2+zstd.1.5.2/download", + "sha256": "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "zstd-safe 5.0.2+zstd.1.5.2", + "target": "zstd_safe" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2+zstd.1.5.2" + }, + "license": "MIT" + }, + "zstd-safe 5.0.2+zstd.1.5.2": { + "name": "zstd-safe", + "version": "5.0.2+zstd.1.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd-safe/5.0.2+zstd.1.5.2/download", + "sha256": "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd_safe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd_safe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "zstd-safe 5.0.2+zstd.1.5.2", + "target": "build_script_build" + }, + { + "id": "zstd-sys 2.0.7+zstd.1.5.4", + "target": "zstd_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "5.0.2+zstd.1.5.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "zstd-sys 2.0.7+zstd.1.5.4": { + "name": "zstd-sys", + "version": "2.0.7+zstd.1.5.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd-sys/2.0.7+zstd.1.5.4/download", + "sha256": "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.144", + "target": "libc" + }, + { + "id": "zstd-sys 2.0.7+zstd.1.5.4", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.7+zstd.1.5.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.79", + "target": "cc" + }, + { + "id": "pkg-config 0.3.26", + "target": "pkg_config" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + }, + "tools": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "links": "zstd" + }, + "license": "MIT/Apache-2.0" + } + }, + "binary_crates": [], + "workspace_members": { + "try-runtime-cli 0.1.0": "cli", + "try-runtime-core 0.1.0": "core" + }, + "conditions": { + "aarch64-apple-darwin": [ + "aarch64-apple-darwin" + ], + "aarch64-linux-android": [ + "aarch64-linux-android" + ], + "aarch64-pc-windows-gnullvm": [], + "aarch64-pc-windows-msvc": [ + "aarch64-pc-windows-msvc" + ], + "aarch64-uwp-windows-msvc": [], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], + "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\"))))))))": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android" + ], + "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\")))))": [ + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "aarch64-pc-windows-msvc" + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + "aarch64-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + "i686-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "i686-pc-windows-msvc" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "x86_64-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "cfg(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))": [], + "cfg(all(unix, not(target_os = \"macos\")))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "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\")))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"s390x\", target_arch = \"riscv64\"))": [ + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu" + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-linux-android", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ + "i686-unknown-freebsd", + "x86_64-unknown-freebsd" + ], + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"android\"))": [ + "aarch64-apple-darwin", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "x86_64-apple-darwin", + "x86_64-apple-ios" + ], + "cfg(any(target_os = \"openbsd\", target_env = \"msvc\"))": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(unix, target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(unix, target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(curve25519_dalek_backend = \"fiat\")": [], + "cfg(curve25519_dalek_backend = \"simd\")": [], + "cfg(docsrs)": [], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"ios\", target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "i686-unknown-freebsd", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"linux\", target_os = \"android\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-pc-windows-msvc", + "i686-apple-darwin", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"openbsd\", target_env = \"msvc\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_arch = \"wasm32\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"emscripten\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"windows\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(windows))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(windows_raw_dylib))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(target_arch = \"aarch64\")": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu" + ], + "cfg(target_arch = \"wasm32\")": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(target_env = \"msvc\")": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(target_feature = \"atomics\")": [], + "cfg(target_os = \"android\")": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "x86_64-linux-android" + ], + "cfg(target_os = \"dragonfly\")": [], + "cfg(target_os = \"emscripten\")": [], + "cfg(target_os = \"haiku\")": [], + "cfg(target_os = \"hermit\")": [], + "cfg(target_os = \"linux\")": [ + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(target_os = \"macos\")": [ + "aarch64-apple-darwin", + "i686-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(target_os = \"redox\")": [], + "cfg(target_os = \"wasi\")": [ + "wasm32-wasi" + ], + "cfg(target_os = \"windows\")": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(tracing_unstable)": [], + "cfg(unix)": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(windows)": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "i686-pc-windows-gnu": [], + "i686-pc-windows-msvc": [ + "i686-pc-windows-msvc" + ], + "i686-uwp-windows-gnu": [], + "i686-uwp-windows-msvc": [], + "wasm32-unknown-unknown": [ + "wasm32-unknown-unknown" + ], + "x86_64-pc-windows-gnu": [], + "x86_64-pc-windows-gnullvm": [], + "x86_64-pc-windows-msvc": [ + "x86_64-pc-windows-msvc" + ], + "x86_64-uwp-windows-gnu": [], + "x86_64-uwp-windows-msvc": [] + } +} diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel new file mode 100644 index 00000000000..c905eaacba7 --- /dev/null +++ b/WORKSPACE.bazel @@ -0,0 +1,58 @@ +workspace(name = "try_runtime_cli") + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +# To find additional information on this release or newer ones visit: +# https://github.com/bazelbuild/rules_rust/releases +http_archive( + name = "rules_rust", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.25.1/rules_rust-v0.25.1.tar.gz"], +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains",) + +rules_rust_dependencies() + +rust_register_toolchains( + edition = "2021", + versions = [ + "nightly/2023-01-17", + "1.70.0" + ], +) + +http_archive( + name = "com_google_protobuf", + strip_prefix = "protobuf-4.23.3", + urls = [ + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v4.23.3.tar.gz", + ], +) +load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") +protobuf_deps() + +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_repository") +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies() + +crates_repository( + name = "crate_index", + cargo_lockfile = "//:Cargo.lock", + lockfile = "//:Cargo.Bazel.lock", + manifests = [ + "//:Cargo.toml", + "//cli:Cargo.toml", + "//core:Cargo.toml", + ], + annotations = { + "*": [crate.annotation( + build_script_env = {"PROTOC": "$(execpath @com_google_protobuf//:protoc)"}, + build_script_tools = ["@com_google_protobuf//:protoc",], + )], + } +) + +load("@crate_index//:defs.bzl", "crate_repositories") + +crate_repositories() diff --git a/cli/BUILD.bazel b/cli/BUILD.bazel new file mode 100644 index 00000000000..97417379236 --- /dev/null +++ b/cli/BUILD.bazel @@ -0,0 +1,22 @@ +load("@rules_rust//rust:defs.bzl", "rust_binary") +load("@crate_index//:defs.bzl", "all_crate_deps") + +package(default_visibility = ["//visibility:public"]) + +rust_binary( + name = "cli", + srcs = ["main.rs"], + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + deps = ["//core",] + all_crate_deps(normal = True), + proc_macro_deps = all_crate_deps(proc_macro = True), +) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f49b378f9be..e837c4da41d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "try-runtime-cli" -version.workspace = true -authors.workspace = true -edition.workspace = true -license.workspace = true -homepage.workspace = true -repository.workspace = true +version = "0.1.0" +authors = ["Parity Technologies "] +edition = "2021" +license = "Apache-2.0" +homepage = "https://substrate.io" +repository = "https://github.com/paritytech/try-runtime-cli/" description = "CLI tool for runtime testing and dry-running" [[bin]] diff --git a/core/BUILD.bazel b/core/BUILD.bazel new file mode 100644 index 00000000000..0f0f8ad587a --- /dev/null +++ b/core/BUILD.bazel @@ -0,0 +1,27 @@ +load("@rules_rust//rust:defs.bzl", "rust_library") +load("@crate_index//:defs.bzl", "all_crate_deps") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "core", + srcs = glob(["src/**/*.rs"]), + compile_data = glob( + include = ["**"], + exclude = [ + "**/* *", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + crate_name = "try_runtime_core", + version = "0.1.0", + deps = all_crate_deps(normal = True), + proc_macro_deps = all_crate_deps(proc_macro = True), + crate_features = [ + "cli", + ] +) diff --git a/core/Cargo.toml b/core/Cargo.toml index 14aefb1775e..e0160e24bc4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "try-runtime-core" -version.workspace = true -authors.workspace = true -edition.workspace = true -license.workspace = true -homepage.workspace = true -repository.workspace = true +version = "0.1.0" +authors = ["Parity Technologies "] +edition = "2021" +license = "Apache-2.0" +homepage = "https://substrate.io" +repository = "https://github.com/paritytech/try-runtime-cli/" description = "Runtime testing and dry-running" [package.metadata.docs.rs]