From d42f1ad6e6db1e201016d50f745add6c69d01845 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:33:08 -0400 Subject: [PATCH 1/4] feat: event parser --- BUILD.bazel | 1 + Cargo.Bazel.lock | 6191 ------- Cargo.lock | 202 +- Cargo.toml | 1 + WORKSPACE.bazel | 1 + cargo-bazel-lock.json | 32753 --------------------------------- src/event-parser/BUILD.bazel | 26 + src/event-parser/Cargo.toml | 40 + src/event-parser/src/main.rs | 281 + src/ledger/src/main.rs | 3 + 10 files changed, 540 insertions(+), 38959 deletions(-) delete mode 100644 Cargo.Bazel.lock delete mode 100644 cargo-bazel-lock.json create mode 100644 src/event-parser/BUILD.bazel create mode 100644 src/event-parser/Cargo.toml create mode 100644 src/event-parser/src/main.rs diff --git a/BUILD.bazel b/BUILD.bazel index 85e25555..d239ce4f 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -27,6 +27,7 @@ basic_naming( pkg_tar( name = "many-rs-tar", srcs = [ + "//src/event-parser", "//src/genesis-from-db", "//src/http-proxy", "//src/idstore-export", diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock deleted file mode 100644 index 06b0ef2d..00000000 --- a/Cargo.Bazel.lock +++ /dev/null @@ -1,6191 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "addr2line" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - -[[package]] -name = "aes" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" -dependencies = [ - "cfg-if 1.0.0", - "cipher", - "cpufeatures", -] - -[[package]] -name = "aho-corasick" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" -dependencies = [ - "memchr", -] - -[[package]] -name = "anstream" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" - -[[package]] -name = "anstyle-parse" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-query" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" -dependencies = [ - "windows-sys 0.48.0", -] - -[[package]] -name = "anstyle-wincon" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" -dependencies = [ - "anstyle", - "windows-sys 0.48.0", -] - -[[package]] -name = "anyhow" -version = "1.0.75" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" - -[[package]] -name = "arrayref" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" - -[[package]] -name = "arrayvec" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - -[[package]] -name = "ascii" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" - -[[package]] -name = "asn1" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb" -dependencies = [ - "asn1_derive", -] - -[[package]] -name = "asn1-rs" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" -dependencies = [ - "asn1-rs-derive", - "asn1-rs-impl", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror", - "time", -] - -[[package]] -name = "asn1-rs-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure", -] - -[[package]] -name = "asn1-rs-impl" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "asn1_derive" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "async-channel" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" -dependencies = [ - "concurrent-queue", - "event-listener", - "futures-core", -] - -[[package]] -name = "async-executor" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" -dependencies = [ - "async-lock", - "async-task", - "concurrent-queue", - "fastrand 1.9.0", - "futures-lite", - "slab", -] - -[[package]] -name = "async-fs" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" -dependencies = [ - "async-lock", - "autocfg", - "blocking", - "futures-lite", -] - -[[package]] -name = "async-io" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" -dependencies = [ - "async-lock", - "autocfg", - "cfg-if 1.0.0", - "concurrent-queue", - "futures-lite", - "log", - "parking", - "polling", - "rustix 0.37.23", - "slab", - "socket2 0.4.9", - "waker-fn", -] - -[[package]] -name = "async-lock" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" -dependencies = [ - "event-listener", -] - -[[package]] -name = "async-net" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" -dependencies = [ - "async-io", - "autocfg", - "blocking", - "futures-lite", -] - -[[package]] -name = "async-process" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" -dependencies = [ - "async-io", - "async-lock", - "autocfg", - "blocking", - "cfg-if 1.0.0", - "event-listener", - "futures-lite", - "rustix 0.37.23", - "signal-hook", - "windows-sys 0.48.0", -] - -[[package]] -name = "async-recursion" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "async-task" -version = "4.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" - -[[package]] -name = "async-trait" -version = "0.1.73" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "atomic-waker" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" - -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - -[[package]] -name = "authenticator-ctap2-2021" -version = "0.3.2-dev.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056" -dependencies = [ - "base64 0.13.1", - "bitflags 1.3.2", - "cfg-if 1.0.0", - "core-foundation", - "devd-rs", - "libc", - "libudev", - "log", - "memoffset", - "nom", - "openssl", - "openssl-sys", - "rand", - "runloop", - "serde", - "serde_bytes", - "serde_cbor", - "serde_json", - "sha2 0.10.7", - "winapi", -] - -[[package]] -name = "autocfg" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" - -[[package]] -name = "az" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" - -[[package]] -name = "backtrace" -version = "0.3.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" -dependencies = [ - "addr2line", - "cc", - "cfg-if 1.0.0", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", -] - -[[package]] -name = "base16ct" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - -[[package]] -name = "base32" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" - -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - -[[package]] -name = "base64" -version = "0.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" - -[[package]] -name = "base64ct" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "base64urlsafedata" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384" -dependencies = [ - "base64 0.21.4", - "serde", - "serde_json", -] - -[[package]] -name = "bindgen" -version = "0.63.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" -dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "log", - "peeking_take_while", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 1.0.109", - "which", -] - -[[package]] -name = "bindgen" -version = "0.64.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" -dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 1.0.109", -] - -[[package]] -name = "bip39-dict" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b74d395d6b577a1e3c1348545cef70a418281c83abbe50f5662ae4d4abf6d8" -dependencies = [ - "cryptoxide", -] - -[[package]] -name = "bit-set" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" -dependencies = [ - "bit-vec", -] - -[[package]] -name = "bit-vec" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitflags" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" - -[[package]] -name = "blake3" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" -dependencies = [ - "arrayref", - "arrayvec", - "cc", - "cfg-if 0.1.10", - "constant_time_eq", - "crypto-mac", - "digest 0.9.0", -] - -[[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" -dependencies = [ - "generic-array", -] - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array", -] - -[[package]] -name = "blocking" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" -dependencies = [ - "async-channel", - "async-lock", - "async-task", - "atomic-waker", - "fastrand 1.9.0", - "futures-lite", - "log", -] - -[[package]] -name = "bs58" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "bstr" -version = "1.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "bumpalo" -version = "3.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" - -[[package]] -name = "bytecount" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" - -[[package]] -name = "bytemuck" -version = "1.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" - -[[package]] -name = "byteorder" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" - -[[package]] -name = "bytes" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" -dependencies = [ - "serde", -] - -[[package]] -name = "bzip2" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" -dependencies = [ - "bzip2-sys", - "libc", -] - -[[package]] -name = "bzip2-sys" -version = "0.1.11+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - -[[package]] -name = "cbor-diag" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429" -dependencies = [ - "bs58", - "chrono", - "data-encoding", - "half 2.3.1", - "nom", - "num-bigint", - "num-rational", - "num-traits", - "separator", - "url", - "uuid 1.4.1", -] - -[[package]] -name = "cc" -version = "1.0.83" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "jobserver", - "libc", -] - -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom", -] - -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[package]] -name = "chrono" -version = "0.4.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" -dependencies = [ - "num-traits", -] - -[[package]] -name = "chunked_transfer" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" - -[[package]] -name = "ciborium" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" -dependencies = [ - "ciborium-io", - "ciborium-ll", - "serde", -] - -[[package]] -name = "ciborium-io" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" - -[[package]] -name = "ciborium-ll" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" -dependencies = [ - "ciborium-io", - "half 1.8.2", -] - -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clang-sys" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" -dependencies = [ - "glob", - "libc", - "libloading", -] - -[[package]] -name = "clap" -version = "3.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" -dependencies = [ - "atty", - "bitflags 1.3.2", - "clap_derive 3.2.25", - "clap_lex 0.2.4", - "indexmap 1.9.3", - "once_cell", - "strsim", - "termcolor", - "textwrap", -] - -[[package]] -name = "clap" -version = "4.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" -dependencies = [ - "clap_builder", - "clap_derive 4.4.2", -] - -[[package]] -name = "clap_builder" -version = "4.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" -dependencies = [ - "anstream", - "anstyle", - "clap_lex 0.5.1", - "strsim", - "terminal_size", -] - -[[package]] -name = "clap_derive" -version = "3.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" -dependencies = [ - "heck 0.4.1", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "clap_derive" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "clap_lex" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" -dependencies = [ - "os_str_bytes", -] - -[[package]] -name = "clap_lex" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" - -[[package]] -name = "colorchoice" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" - -[[package]] -name = "colored" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" -dependencies = [ - "is-terminal", - "lazy_static", - "windows-sys 0.48.0", -] - -[[package]] -name = "compact_jwt" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33" -dependencies = [ - "base64 0.13.1", - "base64urlsafedata", - "hex", - "openssl", - "serde", - "serde_json", - "tracing", - "url", - "uuid 1.4.1", -] - -[[package]] -name = "concurrent-queue" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "console" -version = "0.15.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" -dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "unicode-width", - "windows-sys 0.45.0", -] - -[[package]] -name = "const-oid" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" - -[[package]] -name = "const_format" -version = "0.2.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48" -dependencies = [ - "const_format_proc_macros", -] - -[[package]] -name = "const_format_proc_macros" -version = "0.2.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "constant_time_eq" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" - -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "core-foundation" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" - -[[package]] -name = "coset" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c765a4e852cef25c69a48e9fcd60995a7fecabf0134a0021e7181452c4a60f95" -dependencies = [ - "ciborium", - "ciborium-io", -] - -[[package]] -name = "cpufeatures" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" -dependencies = [ - "libc", -] - -[[package]] -name = "crc-any" -version = "2.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "774646b687f63643eb0f4bf13dc263cb581c8c9e57973b6ddf78bda3994d88df" -dependencies = [ - "debug-helper", -] - -[[package]] -name = "crc32fast" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "crunchy" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - -[[package]] -name = "crypto-bigint" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" -dependencies = [ - "generic-array", - "rand_core", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" -dependencies = [ - "generic-array", - "typenum", -] - -[[package]] -name = "crypto-mac" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" -dependencies = [ - "generic-array", - "subtle", -] - -[[package]] -name = "cryptoki" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570006e51d08ec89ce5bbfdcf428ad96111636d524bf2447bee6377fd0e1d889" -dependencies = [ - "cryptoki-sys", - "derivative", - "libloading", - "log", -] - -[[package]] -name = "cryptoki-sys" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc9943e09928a84ed6e76dbaea1699b7678e95b2487b0de31075af300221095" -dependencies = [ - "bindgen 0.63.0", - "libloading", - "target-lexicon", -] - -[[package]] -name = "cryptoxide" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" - -[[package]] -name = "ct-logs" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" -dependencies = [ - "sct", -] - -[[package]] -name = "cucumber" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a845da7c9fb958144700201d22e3f61f55114f9e269c13f03fe179d9da500984" -dependencies = [ - "anyhow", - "async-trait", - "atty", - "clap 4.4.4", - "console", - "cucumber-codegen 0.19.1", - "cucumber-expressions 0.2.1", - "derive_more", - "drain_filter_polyfill", - "either", - "futures", - "gherkin", - "globwalk", - "humantime", - "inventory", - "itertools 0.10.5", - "linked-hash-map", - "once_cell", - "regex", - "sealed 0.4.0", - "smart-default 0.6.0", -] - -[[package]] -name = "cucumber" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ead33440b8c33da870588443d745a0f23de153013fe847ae71073d176f75293" -dependencies = [ - "anyhow", - "async-trait", - "clap 4.4.4", - "console", - "cucumber-codegen 0.20.0", - "cucumber-expressions 0.3.0", - "derive_more", - "drain_filter_polyfill", - "either", - "futures", - "gherkin", - "globwalk", - "humantime", - "inventory", - "itertools 0.11.0", - "lazy-regex", - "linked-hash-map", - "once_cell", - "pin-project", - "regex", - "sealed 0.5.0", - "serde", - "serde_json", - "smart-default 0.7.1", -] - -[[package]] -name = "cucumber-codegen" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dfb841fe8742f57fbe94738a189022e7dc858f2560c7fba5da44dc945a139e1" -dependencies = [ - "cucumber-expressions 0.2.1", - "inflections", - "itertools 0.10.5", - "proc-macro2", - "quote", - "regex", - "syn 1.0.109", - "synthez 0.2.0", -] - -[[package]] -name = "cucumber-codegen" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a8e4a7c46b4b5c81894087a5e3a95138bdd26e2e46fcca258513e07b880a369" -dependencies = [ - "cucumber-expressions 0.3.0", - "inflections", - "itertools 0.11.0", - "proc-macro2", - "quote", - "regex", - "syn 2.0.37", - "synthez 0.3.1", -] - -[[package]] -name = "cucumber-expressions" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40d2fdf5e1bb4ae7e6b25c97bf9b9d249a02243fc0fbd91075592b5f00a3bc1" -dependencies = [ - "derive_more", - "either", - "nom", - "nom_locate", - "regex", - "regex-syntax 0.6.29", -] - -[[package]] -name = "cucumber-expressions" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" -dependencies = [ - "derive_more", - "either", - "nom", - "nom_locate", - "regex", - "regex-syntax 0.7.5", -] - -[[package]] -name = "curve25519-dalek" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" -dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "curve25519-dalek-derive", - "digest 0.10.7", - "fiat-crypto", - "platforms", - "rustc_version", - "subtle", - "zeroize", -] - -[[package]] -name = "curve25519-dalek-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "curve25519-dalek-ng" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core", - "subtle-ng", - "zeroize", -] - -[[package]] -name = "darling" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" -dependencies = [ - "darling_core", - "darling_macro", -] - -[[package]] -name = "darling_core" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 1.0.109", -] - -[[package]] -name = "darling_macro" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" -dependencies = [ - "darling_core", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "data-encoding" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" - -[[package]] -name = "debug-helper" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" - -[[package]] -name = "der" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" -dependencies = [ - "const-oid", - "pem-rfc7468", - "zeroize", -] - -[[package]] -name = "der-parser" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" -dependencies = [ - "asn1-rs", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", -] - -[[package]] -name = "deranged" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_macro" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" -dependencies = [ - "derive_builder_core", - "syn 1.0.109", -] - -[[package]] -name = "derive_more" -version = "0.99.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "rustc_version", - "syn 1.0.109", -] - -[[package]] -name = "devd-rs" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395" -dependencies = [ - "libc", - "nom", -] - -[[package]] -name = "difflib" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" - -[[package]] -name = "digest" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" -dependencies = [ - "generic-array", -] - -[[package]] -name = "digest" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" -dependencies = [ - "block-buffer 0.10.4", - "const-oid", - "crypto-common", - "subtle", -] - -[[package]] -name = "displaydoc" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "downcast" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" - -[[package]] -name = "drain_filter_polyfill" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" - -[[package]] -name = "ecdsa" -version = "0.16.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" -dependencies = [ - "der", - "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "signature 2.1.0", - "spki", -] - -[[package]] -name = "ed" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f205c65ec89e8fdd41f5a522eb5721818dc84c732634a6e48eb1a7b92e0169d" -dependencies = [ - "ed-derive", - "thiserror", -] - -[[package]] -name = "ed-derive" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9907e1f07d6b49fc8cfc92870aae890618671e932db9b7b9224d530eddde2cb" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - -[[package]] -name = "ed25519" -version = "2.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" -dependencies = [ - "pkcs8", - "signature 2.1.0", -] - -[[package]] -name = "ed25519-consensus" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" -dependencies = [ - "curve25519-dalek-ng", - "hex", - "rand_core", - "sha2 0.9.9", - "zeroize", -] - -[[package]] -name = "ed25519-dalek" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" -dependencies = [ - "curve25519-dalek", - "ed25519 2.2.2", - "rand_core", - "serde", - "sha2 0.10.7", - "zeroize", -] - -[[package]] -name = "either" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" - -[[package]] -name = "elliptic-curve" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" -dependencies = [ - "base16ct", - "crypto-bigint", - "digest 0.10.7", - "ff", - "generic-array", - "group", - "pem-rfc7468", - "pkcs8", - "rand_core", - "sec1", - "subtle", - "zeroize", -] - -[[package]] -name = "encode_unicode" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - -[[package]] -name = "encoding_rs" -version = "0.8.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "equivalent" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - -[[package]] -name = "errno" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" -dependencies = [ - "errno-dragonfly", - "libc", - "windows-sys 0.48.0", -] - -[[package]] -name = "errno-dragonfly" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "event-listener" -version = "2.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" - -[[package]] -name = "eyre" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" -dependencies = [ - "indenter", - "once_cell", -] - -[[package]] -name = "failure" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" -dependencies = [ - "backtrace", - "failure_derive", -] - -[[package]] -name = "failure_derive" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure", -] - -[[package]] -name = "fastrand" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] - -[[package]] -name = "fastrand" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" - -[[package]] -name = "ff" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" -dependencies = [ - "rand_core", - "subtle", -] - -[[package]] -name = "fiat-crypto" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" - -[[package]] -name = "fixed" -version = "1.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c69ce7e7c0f17aa18fdd9d0de39727adb9c6281f2ad12f57cbe54ae6e76e7d" -dependencies = [ - "az", - "bytemuck", - "half 2.3.1", - "typenum", -] - -[[package]] -name = "flate2" -version = "1.0.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - -[[package]] -name = "flex-error" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c606d892c9de11507fa0dcffc116434f94e105d0bbdc4e405b61519464c49d7b" -dependencies = [ - "eyre", - "paste", -] - -[[package]] -name = "float-cmp" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" -dependencies = [ - "num-traits", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - -[[package]] -name = "form_urlencoded" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "fragile" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" - -[[package]] -name = "futures" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" - -[[package]] -name = "futures-executor" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-io" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" - -[[package]] -name = "futures-lite" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" -dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", -] - -[[package]] -name = "futures-macro" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "futures-sink" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" - -[[package]] -name = "futures-task" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" - -[[package]] -name = "futures-util" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", - "zeroize", -] - -[[package]] -name = "genesis-from-db" -version = "0.3.0" -dependencies = [ - "base64 0.21.4", - "clap 3.2.25", - "const_format", - "hex", - "many-error", - "many-ledger", - "many-modules", - "many-types", - "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", - "minicbor", - "serde", - "serde_derive", - "serde_json", - "strum 0.24.1", - "strum_macros 0.24.3", - "tracing", - "tracing-subscriber", -] - -[[package]] -name = "getrandom" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "libc", - "wasi", - "wasm-bindgen", -] - -[[package]] -name = "gherkin" -version = "0.13.0" -source = "git+https://github.com/fmorency/gherkin.git?rev=b378f966281a79b501d59a1bfc2dd7519ad2ac98#b378f966281a79b501d59a1bfc2dd7519ad2ac98" -dependencies = [ - "heck 0.4.1", - "peg 0.6.3", - "quote", - "serde", - "serde_json", - "syn 1.0.109", - "textwrap", - "thiserror", - "typed-builder", -] - -[[package]] -name = "gimli" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" - -[[package]] -name = "git2" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" -dependencies = [ - "bitflags 2.4.0", - "libc", - "libgit2-sys", - "log", - "url", -] - -[[package]] -name = "glob" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" - -[[package]] -name = "globset" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" -dependencies = [ - "aho-corasick", - "bstr", - "fnv", - "log", - "regex", -] - -[[package]] -name = "globwalk" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" -dependencies = [ - "bitflags 1.3.2", - "ignore", - "walkdir", -] - -[[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" -dependencies = [ - "ff", - "rand_core", - "subtle", -] - -[[package]] -name = "h2" -version = "0.3.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http", - "indexmap 1.9.3", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "half" -version = "1.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" - -[[package]] -name = "half" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" -dependencies = [ - "cfg-if 1.0.0", - "crunchy", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hashbrown" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" - -[[package]] -name = "headers" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" -dependencies = [ - "base64 0.21.4", - "bytes", - "headers-core", - "http", - "httpdate", - "mime", - "sha1", -] - -[[package]] -name = "headers-core" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" -dependencies = [ - "http", -] - -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -dependencies = [ - "serde", -] - -[[package]] -name = "hidapi" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "798154e4b6570af74899d71155fb0072d5b17e6aa12f39c8ef22c60fb8ec99e7" -dependencies = [ - "cc", - "libc", - "pkg-config", - "winapi", -] - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest 0.10.7", -] - -[[package]] -name = "home" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" -dependencies = [ - "windows-sys 0.48.0", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - -[[package]] -name = "http" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" -dependencies = [ - "bytes", - "http", - "pin-project-lite", -] - -[[package]] -name = "http-proxy" -version = "0.3.0" -dependencies = [ - "base64 0.21.4", - "clap 3.2.25", - "hex", - "log-panics", - "many-cli-helpers", - "many-client", - "many-identity", - "many-identity-dsa", - "many-modules", - "minicbor", - "new_mime_guess", - "syslog-tracing", - "tiny_http", - "tokio", - "tracing", - "tracing-subscriber", - "vergen", -] - -[[package]] -name = "httparse" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - -[[package]] -name = "humantime" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" - -[[package]] -name = "hyper" -version = "0.14.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" -dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.4.9", - "tokio", - "tower-service", - "tracing", - "want", -] - -[[package]] -name = "hyper-proxy" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" -dependencies = [ - "bytes", - "futures", - "headers", - "http", - "hyper", - "hyper-rustls", - "rustls-native-certs", - "tokio", - "tokio-rustls", - "tower-service", - "webpki", -] - -[[package]] -name = "hyper-rustls" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" -dependencies = [ - "ct-logs", - "futures-util", - "hyper", - "log", - "rustls", - "rustls-native-certs", - "tokio", - "tokio-rustls", - "webpki", - "webpki-roots", -] - -[[package]] -name = "hyper-tls" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" -dependencies = [ - "bytes", - "hyper", - "native-tls", - "tokio", - "tokio-native-tls", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idstore-export" -version = "0.3.0" -dependencies = [ - "base64 0.21.4", - "clap 3.2.25", - "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", - "serde", - "serde_derive", - "serde_json", -] - -[[package]] -name = "ignore" -version = "0.4.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" -dependencies = [ - "globset", - "lazy_static", - "log", - "memchr", - "regex", - "same-file", - "thread_local", - "walkdir", - "winapi-util", -] - -[[package]] -name = "indenter" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", -] - -[[package]] -name = "indexmap" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" -dependencies = [ - "equivalent", - "hashbrown 0.14.0", -] - -[[package]] -name = "indicatif" -version = "0.17.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - -[[package]] -name = "inflections" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" - -[[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -dependencies = [ - "generic-array", -] - -[[package]] -name = "instant" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "inventory" -version = "0.3.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" - -[[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" -dependencies = [ - "hermit-abi 0.3.3", - "libc", - "windows-sys 0.48.0", -] - -[[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.4", - "widestring", - "windows-sys 0.48.0", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" - -[[package]] -name = "is-terminal" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" -dependencies = [ - "hermit-abi 0.3.3", - "rustix 0.38.14", - "windows-sys 0.48.0", -] - -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" - -[[package]] -name = "jobserver" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" -dependencies = [ - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "json5" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" -dependencies = [ - "pest", - "pest_derive", - "serde", -] - -[[package]] -name = "keccak" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" -dependencies = [ - "cpufeatures", -] - -[[package]] -name = "kvstore" -version = "0.3.0" -dependencies = [ - "clap 3.2.25", - "hex", - "indicatif", - "log-panics", - "many-client", - "many-error", - "many-identity", - "many-identity-dsa", - "many-modules", - "many-protocol", - "many-types", - "minicbor", - "syslog-tracing", - "tokio", - "tracing", - "tracing-subscriber", -] - -[[package]] -name = "lazy-regex" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" -dependencies = [ - "lazy-regex-proc_macros", - "once_cell", - "regex", -] - -[[package]] -name = "lazy-regex-proc_macros" -version = "3.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f" -dependencies = [ - "proc-macro2", - "quote", - "regex", - "syn 2.0.37", -] - -[[package]] -name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - -[[package]] -name = "ledger" -version = "0.3.0" -dependencies = [ - "anyhow", - "clap 3.2.25", - "crc-any", - "hex", - "humantime", - "indicatif", - "lazy_static", - "many-cli-helpers", - "many-client", - "many-identity", - "many-identity-dsa", - "many-identity-hsm", - "many-modules", - "many-protocol", - "many-types", - "mime_guess", - "minicbor", - "num-bigint", - "regex", - "rpassword 7.2.0", - "serde_json", - "tokio", - "tracing", -] - -[[package]] -name = "ledger-db" -version = "0.3.0" -dependencies = [ - "clap 3.2.25", - "hex", - "many-modules", - "many-types", - "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", - "minicbor", -] - -[[package]] -name = "libc" -version = "0.2.148" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" - -[[package]] -name = "libgit2-sys" -version = "0.16.1+1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" -dependencies = [ - "cc", - "libc", - "libz-sys", - "pkg-config", -] - -[[package]] -name = "libloading" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" -dependencies = [ - "cfg-if 1.0.0", - "winapi", -] - -[[package]] -name = "libm" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" - -[[package]] -name = "librocksdb-sys" -version = "0.8.3+7.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3" -dependencies = [ - "bindgen 0.64.0", - "bzip2-sys", - "cc", - "glob", - "libc", - "libz-sys", -] - -[[package]] -name = "libudev" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe" -dependencies = [ - "libc", - "libudev-sys", -] - -[[package]] -name = "libudev-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" -dependencies = [ - "libc", - "pkg-config", -] - -[[package]] -name = "libz-sys" -version = "1.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - -[[package]] -name = "linkme" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f948366ad5bb46b5514ba7a7a80643726eef08b06632592699676748c8bc33b" -dependencies = [ - "linkme-impl", -] - -[[package]] -name = "linkme-impl" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc28438cad73dcc90ff3466fc329a9252b1b8ba668eb0d5668ba97088cf4eef0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "linux-raw-sys" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" - -[[package]] -name = "linux-raw-sys" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" - -[[package]] -name = "lock_api" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" - -[[package]] -name = "log-panics" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f" -dependencies = [ - "backtrace", - "log", -] - -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "many" -version = "0.3.0" -dependencies = [ - "anyhow", - "async-recursion", - "base64 0.21.4", - "cbor-diag", - "clap 3.2.25", - "coset", - "hex", - "many-cli-helpers", - "many-client", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-hsm", - "many-identity-webauthn", - "many-mock", - "many-modules", - "many-protocol", - "many-server", - "many-types", - "minicbor", - "rand", - "rpassword 7.2.0", - "tokio", - "tracing", - "tracing-subscriber", - "url", -] - -[[package]] -name = "many-abci" -version = "0.3.0" -dependencies = [ - "async-trait", - "base64 0.21.4", - "ciborium", - "clap 3.2.25", - "coset", - "hex", - "itertools 0.10.5", - "json5", - "lazy_static", - "linkme", - "many-cli-helpers", - "many-client", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-migration", - "many-modules", - "many-protocol", - "many-server", - "many-server-cache", - "many-types", - "minicbor", - "num-integer", - "reqwest", - "serde_json", - "sha2 0.10.7", - "signal-hook", - "tendermint", - "tendermint-abci", - "tendermint-proto", - "tendermint-rpc", - "tokio", - "tracing", - "vergen", -] - -[[package]] -name = "many-cli-helpers" -version = "0.3.0" -dependencies = [ - "anyhow", - "clap 3.2.25", - "log-panics", - "many-error", - "minicbor", - "syslog-tracing", - "tracing", - "tracing-subscriber", -] - -[[package]] -name = "many-client" -version = "0.3.0" -dependencies = [ - "anyhow", - "async-trait", - "base32", - "base64 0.21.4", - "coset", - "crc-any", - "derive_builder", - "ecdsa", - "fixed", - "hex", - "many-client-macros", - "many-error", - "many-identity", - "many-identity-dsa", - "many-modules", - "many-protocol", - "many-types", - "minicbor", - "num-bigint", - "num-derive", - "num-traits", - "p256", - "pem", - "rand", - "regex", - "reqwest", - "serde", - "sha3", - "static_assertions", - "tiny_http", - "tokio", - "tracing", -] - -[[package]] -name = "many-client-macros" -version = "0.3.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "many-compute" -version = "0.3.0" -dependencies = [ - "async-trait", - "clap 3.2.25", - "coset", - "hex", - "json5", - "many-cli-helpers", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-modules", - "many-protocol", - "many-server", - "many-server-cache", - "many-types", - "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", - "minicbor", - "serde", - "serde_json", - "serde_yaml", - "signal-hook", - "tempfile", - "tokio", - "tracing", - "vergen", -] - -[[package]] -name = "many-error" -version = "0.3.0" -dependencies = [ - "backtrace", - "minicbor", - "num-derive", - "num-traits", - "regex", - "tracing", -] - -[[package]] -name = "many-identity" -version = "0.3.0" -dependencies = [ - "base32", - "coset", - "crc-any", - "hex", - "many-error", - "many-identity", - "minicbor", - "once_cell", - "proptest", - "serde", - "serde_test", - "sha3", - "static_assertions", - "tracing", -] - -[[package]] -name = "many-identity-dsa" -version = "0.3.0" -dependencies = [ - "base32", - "coset", - "crc-any", - "ed25519 2.2.2", - "ed25519-dalek", - "many-error", - "many-identity", - "many-identity-dsa", - "many-protocol", - "minicbor", - "once_cell", - "p256", - "proptest", - "rand", - "serde", - "serde_test", - "sha2 0.10.7", - "sha3", - "tracing", -] - -[[package]] -name = "many-identity-hsm" -version = "0.3.0" -dependencies = [ - "asn1", - "coset", - "cryptoki", - "hex", - "many-error", - "many-identity", - "many-identity-dsa", - "once_cell", - "p256", - "sha2 0.10.7", - "tracing", -] - -[[package]] -name = "many-identity-webauthn" -version = "0.3.0" -dependencies = [ - "authenticator-ctap2-2021", - "base64 0.21.4", - "base64urlsafedata", - "coset", - "hex", - "many-error", - "many-identity", - "many-identity-dsa", - "many-modules", - "many-protocol", - "many-types", - "minicbor", - "once_cell", - "rand", - "rpassword 7.2.0", - "serde", - "serde_cbor", - "serde_json", - "sha2 0.10.7", - "tracing", - "webauthn-authenticator-rs", - "webauthn-rs", - "webauthn-rs-proto", -] - -[[package]] -name = "many-kvstore" -version = "0.3.0" -dependencies = [ - "async-channel", - "async-trait", - "clap 3.2.25", - "coset", - "hex", - "json5", - "lazy_static", - "many-cli-helpers", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-modules", - "many-protocol", - "many-server", - "many-server-cache", - "many-types", - "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", - "minicbor", - "num-bigint", - "once_cell", - "serde", - "sha3", - "signal-hook", - "strum 0.24.1", - "tempfile", - "tokio", - "tracing", - "vergen", -] - -[[package]] -name = "many-ledger" -version = "0.3.0" -dependencies = [ - "async-channel", - "async-trait", - "base64 0.21.4", - "bip39-dict", - "clap 3.2.25", - "const_format", - "coset", - "cucumber 0.20.0", - "fixed", - "hex", - "itertools 0.10.5", - "json5", - "linkme", - "many-cli-helpers", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-ledger", - "many-ledger-test-macros", - "many-ledger-test-utils", - "many-migration", - "many-modules", - "many-protocol", - "many-server", - "many-server-cache", - "many-types", - "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", - "minicbor", - "num-bigint", - "num-traits", - "once_cell", - "proptest", - "rand", - "serde", - "serde_json", - "sha3", - "signal-hook", - "strum 0.24.1", - "tempfile", - "tokio", - "tracing", - "typenum", - "vergen", -] - -[[package]] -name = "many-ledger-test-macros" -version = "0.3.0" -dependencies = [ - "quote", - "syn 2.0.37", -] - -[[package]] -name = "many-ledger-test-utils" -version = "0.3.0" -dependencies = [ - "async-channel", - "coset", - "cucumber 0.20.0", - "itertools 0.10.5", - "many-error", - "many-identity", - "many-identity-dsa", - "many-ledger", - "many-migration", - "many-modules", - "many-protocol", - "many-types", - "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", - "minicbor", - "once_cell", - "proptest", - "serde_json", - "tempfile", - "tracing", -] - -[[package]] -name = "many-macros" -version = "0.3.0" -dependencies = [ - "inflections", - "proc-macro2", - "quote", - "serde", - "serde_tokenstream", - "syn 2.0.37", -] - -[[package]] -name = "many-migration" -version = "0.3.0" -dependencies = [ - "linkme", - "many-error", - "minicbor", - "serde", - "serde_json", - "strum 0.24.1", - "tracing", -] - -[[package]] -name = "many-mock" -version = "0.3.0" -dependencies = [ - "async-trait", - "cbor-diag", - "ciborium", - "coset", - "cucumber 0.20.0", - "futures", - "many-client", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-modules", - "many-protocol", - "many-server", - "regex", - "serde", - "serde_json", - "tokio", - "toml 0.7.8", -] - -[[package]] -name = "many-modules" -version = "0.3.0" -dependencies = [ - "async-channel", - "async-trait", - "cbor-diag", - "coset", - "derive_builder", - "hex", - "many-error", - "many-identity", - "many-identity-dsa", - "many-macros", - "many-protocol", - "many-types", - "minicbor", - "mockall", - "num-bigint", - "num_enum", - "once_cell", - "proptest", - "smol", - "strum 0.24.1", - "strum_macros 0.24.3", -] - -[[package]] -name = "many-protocol" -version = "0.3.0" -dependencies = [ - "async-channel", - "base64 0.21.4", - "coset", - "derive_builder", - "hex", - "many-error", - "many-identity", - "many-types", - "minicbor", - "num-bigint", - "num-derive", - "num-traits", - "once_cell", - "proptest", - "serde", - "tracing", - "url", -] - -[[package]] -name = "many-server" -version = "0.3.0" -dependencies = [ - "anyhow", - "async-trait", - "backtrace", - "base32", - "base64 0.21.4", - "coset", - "crc-any", - "derive_builder", - "fixed", - "hex", - "many-error", - "many-identity", - "many-identity-dsa", - "many-macros", - "many-modules", - "many-protocol", - "many-server", - "many-types", - "minicbor", - "num-bigint", - "num-derive", - "num-traits", - "once_cell", - "pem", - "proptest", - "regex", - "semver", - "serde", - "sha3", - "smol", - "static_assertions", - "strum 0.24.1", - "strum_macros 0.24.3", - "tiny_http", - "tracing", -] - -[[package]] -name = "many-server-cache" -version = "0.3.0" -dependencies = [ - "coset", - "many-error", - "many-protocol", - "many-server", - "rocksdb", - "sha2 0.10.7", -] - -[[package]] -name = "many-types" -version = "0.3.0" -dependencies = [ - "base64 0.21.4", - "cbor-diag", - "coset", - "derive_more", - "fixed", - "hex", - "many-error", - "many-identity", - "many-types", - "minicbor", - "num-bigint", - "num-derive", - "num-traits", - "proptest", - "serde", - "serde_test", - "strum 0.25.0", -] - -[[package]] -name = "many-web" -version = "0.3.0" -dependencies = [ - "async-trait", - "base64 0.21.4", - "clap 3.2.25", - "coset", - "cucumber 0.19.1", - "hex", - "json5", - "many-cli-helpers", - "many-error", - "many-identity", - "many-identity-dsa", - "many-identity-webauthn", - "many-modules", - "many-protocol", - "many-server", - "many-server-cache", - "many-types", - "many-web", - "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", - "minicbor", - "serde", - "serde_json", - "serde_yaml", - "sha2 0.10.7", - "signal-hook", - "strum 0.24.1", - "tempfile", - "tokio", - "tracing", - "trust-dns-resolver", - "vergen", - "walkdir", - "zip", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "memchr" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" - -[[package]] -name = "memoffset" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" -dependencies = [ - "autocfg", -] - -[[package]] -name = "merk" -version = "2.0.0-ll" -source = "git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731" -dependencies = [ - "byteorder", - "colored", - "ed", - "failure", - "hex", - "num_cpus", - "rand", - "rocksdb", - "sha2 0.10.7", - "thiserror", - "time", -] - -[[package]] -name = "merk" -version = "2.0.0" -source = "git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1" -dependencies = [ - "blake3", - "byteorder", - "colored", - "digest 0.9.0", - "ed", - "hex", - "num_cpus", - "rand", - "rocksdb", - "thiserror", -] - -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "minicbor" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7005aaf257a59ff4de471a9d5538ec868a21586534fff7f85dd97d4043a6139" -dependencies = [ - "half 1.8.2", - "minicbor-derive", -] - -[[package]] -name = "minicbor-derive" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - -[[package]] -name = "miniz_oxide" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" -dependencies = [ - "adler", -] - -[[package]] -name = "mio" -version = "0.8.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" -dependencies = [ - "libc", - "wasi", - "windows-sys 0.48.0", -] - -[[package]] -name = "mockall" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" -dependencies = [ - "cfg-if 1.0.0", - "downcast", - "fragile", - "lazy_static", - "mockall_derive", - "predicates", - "predicates-tree", -] - -[[package]] -name = "mockall_derive" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" -dependencies = [ - "cfg-if 1.0.0", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "native-tls" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" -dependencies = [ - "lazy_static", - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", -] - -[[package]] -name = "new_mime_guess" -version = "4.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - -[[package]] -name = "nom_locate" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" -dependencies = [ - "bytecount", - "memchr", - "nom", -] - -[[package]] -name = "normalize-line-endings" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" - -[[package]] -name = "nu-ansi-term" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" -dependencies = [ - "overload", - "winapi", -] - -[[package]] -name = "num-bigint" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-derive" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "num-integer" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" -dependencies = [ - "autocfg", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" -dependencies = [ - "autocfg", - "num-bigint", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" -dependencies = [ - "autocfg", - "libm", -] - -[[package]] -name = "num_cpus" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" -dependencies = [ - "hermit-abi 0.3.3", - "libc", -] - -[[package]] -name = "num_enum" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" -dependencies = [ - "num_enum_derive", -] - -[[package]] -name = "num_enum_derive" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "num_threads" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" -dependencies = [ - "libc", -] - -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - -[[package]] -name = "object" -version = "0.32.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" -dependencies = [ - "memchr", -] - -[[package]] -name = "oid-registry" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" -dependencies = [ - "asn1-rs", -] - -[[package]] -name = "once_cell" -version = "1.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" - -[[package]] -name = "opaque-debug" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" - -[[package]] -name = "openssl" -version = "0.10.57" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" -dependencies = [ - "bitflags 2.4.0", - "cfg-if 1.0.0", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", -] - -[[package]] -name = "openssl-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "openssl-probe" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" - -[[package]] -name = "openssl-sys" -version = "0.9.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "os_str_bytes" -version = "6.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" - -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - -[[package]] -name = "p256" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" -dependencies = [ - "ecdsa", - "elliptic-curve", - "primeorder", - "sha2 0.10.7", -] - -[[package]] -name = "parking" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" - -[[package]] -name = "parking_lot" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" -dependencies = [ - "lock_api", - "parking_lot_core", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "redox_syscall", - "smallvec", - "windows-targets 0.48.5", -] - -[[package]] -name = "password-hash" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" -dependencies = [ - "base64ct", - "rand_core", - "subtle", -] - -[[package]] -name = "paste" -version = "1.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" - -[[package]] -name = "pbkdf2" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" -dependencies = [ - "digest 0.10.7", - "hmac", - "password-hash", - "sha2 0.10.7", -] - -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - -[[package]] -name = "peg" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" -dependencies = [ - "peg-macros 0.6.3", - "peg-runtime 0.6.3", -] - -[[package]] -name = "peg" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a" -dependencies = [ - "peg-macros 0.7.0", - "peg-runtime 0.7.0", -] - -[[package]] -name = "peg-macros" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" -dependencies = [ - "peg-runtime 0.6.3", - "proc-macro2", - "quote", -] - -[[package]] -name = "peg-macros" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c" -dependencies = [ - "peg-runtime 0.7.0", - "proc-macro2", - "quote", -] - -[[package]] -name = "peg-runtime" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" - -[[package]] -name = "peg-runtime" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088" - -[[package]] -name = "pem" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" -dependencies = [ - "base64 0.21.4", - "serde", -] - -[[package]] -name = "pem-rfc7468" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" -dependencies = [ - "base64ct", -] - -[[package]] -name = "percent-encoding" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" - -[[package]] -name = "pest" -version = "2.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" -dependencies = [ - "memchr", - "thiserror", - "ucd-trie", -] - -[[package]] -name = "pest_derive" -version = "2.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a" -dependencies = [ - "pest", - "pest_generator", -] - -[[package]] -name = "pest_generator" -version = "2.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141" -dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "pest_meta" -version = "2.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f" -dependencies = [ - "once_cell", - "pest", - "sha2 0.10.7", -] - -[[package]] -name = "pin-project" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" -dependencies = [ - "der", - "spki", -] - -[[package]] -name = "pkg-config" -version = "0.3.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" - -[[package]] -name = "platforms" -version = "3.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" - -[[package]] -name = "polling" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" -dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if 1.0.0", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", -] - -[[package]] -name = "portable-atomic" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" - -[[package]] -name = "ppv-lite86" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" - -[[package]] -name = "predicates" -version = "2.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" -dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", -] - -[[package]] -name = "predicates-core" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" - -[[package]] -name = "predicates-tree" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" -dependencies = [ - "predicates-core", - "termtree", -] - -[[package]] -name = "primeorder" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" -dependencies = [ - "elliptic-curve", -] - -[[package]] -name = "proc-macro-crate" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" -dependencies = [ - "once_cell", - "toml_edit", -] - -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - -[[package]] -name = "proc-macro2" -version = "1.0.67" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "proptest" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" -dependencies = [ - "bit-set", - "bitflags 1.3.2", - "byteorder", - "lazy_static", - "num-traits", - "rand", - "rand_chacha", - "rand_xorshift", - "regex-syntax 0.6.29", - "rusty-fork", - "tempfile", - "unarray", -] - -[[package]] -name = "prost" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" -dependencies = [ - "bytes", - "prost-derive", -] - -[[package]] -name = "prost-derive" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" -dependencies = [ - "anyhow", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "prost-types" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" -dependencies = [ - "prost", -] - -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - -[[package]] -name = "quote" -version = "1.0.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha", - "rand_core", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom", -] - -[[package]] -name = "rand_xorshift" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" -dependencies = [ - "rand_core", -] - -[[package]] -name = "redox_syscall" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "regex" -version = "1.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata", - "regex-syntax 0.7.5", -] - -[[package]] -name = "regex-automata" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.7.5", -] - -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - -[[package]] -name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - -[[package]] -name = "reqwest" -version = "0.11.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" -dependencies = [ - "base64 0.21.4", - "bytes", - "encoding_rs", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "hyper", - "hyper-tls", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "serde", - "serde_json", - "serde_urlencoded", - "tokio", - "tokio-native-tls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "winreg", -] - -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] - -[[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac", - "subtle", -] - -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin", - "untrusted", - "web-sys", - "winapi", -] - -[[package]] -name = "rocksdb" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc" -dependencies = [ - "libc", - "librocksdb-sys", -] - -[[package]] -name = "rpassword" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "rpassword" -version = "7.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" -dependencies = [ - "libc", - "rtoolbox", - "winapi", -] - -[[package]] -name = "rtoolbox" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "runloop" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd" - -[[package]] -name = "rustc-demangle" -version = "0.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" - -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - -[[package]] -name = "rustc_version" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" -dependencies = [ - "semver", -] - -[[package]] -name = "rusticata-macros" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" -dependencies = [ - "nom", -] - -[[package]] -name = "rustix" -version = "0.37.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", -] - -[[package]] -name = "rustix" -version = "0.38.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" -dependencies = [ - "bitflags 2.4.0", - "errno", - "libc", - "linux-raw-sys 0.4.7", - "windows-sys 0.48.0", -] - -[[package]] -name = "rustls" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" -dependencies = [ - "base64 0.13.1", - "log", - "ring", - "sct", - "webpki", -] - -[[package]] -name = "rustls-native-certs" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" -dependencies = [ - "openssl-probe", - "rustls", - "schannel", - "security-framework", -] - -[[package]] -name = "rustversion" -version = "1.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" - -[[package]] -name = "rusty-fork" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - -[[package]] -name = "ryu" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "schannel" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" -dependencies = [ - "windows-sys 0.48.0", -] - -[[package]] -name = "scopeguard" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - -[[package]] -name = "sct" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "sealed" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "636b9882a0f4cc2039488df89a10eb4b7976d4b6c1917fc0518f3f0f5e2c72ca" -dependencies = [ - "heck 0.3.3", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sealed" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c" -dependencies = [ - "heck 0.3.3", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sealed" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "sec1" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" -dependencies = [ - "base16ct", - "der", - "generic-array", - "pkcs8", - "subtle", - "zeroize", -] - -[[package]] -name = "security-framework" -version = "2.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" -dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "semver" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" - -[[package]] -name = "separator" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" - -[[package]] -name = "serde" -version = "1.0.163" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_bytes" -version = "0.11.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c5113243e4a3a1c96587342d067f3e6b0f50790b6cf40d2868eb647a3eef0e" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_cbor" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" -dependencies = [ - "half 1.8.2", - "serde", -] - -[[package]] -name = "serde_cbor_2" -version = "0.12.0-dev" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46d75f449e01f1eddbe9b00f432d616fbbd899b809c837d0fbc380496a0dd55" -dependencies = [ - "half 1.8.2", - "serde", -] - -[[package]] -name = "serde_derive" -version = "1.0.163" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "serde_json" -version = "1.0.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" -dependencies = [ - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_repr" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "serde_spanned" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_test" -version = "1.0.176" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_tokenstream" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f" -dependencies = [ - "proc-macro2", - "quote", - "serde", - "syn 2.0.37", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_yaml" -version = "0.9.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" -dependencies = [ - "indexmap 2.0.0", - "itoa", - "ryu", - "serde", - "unsafe-libyaml", -] - -[[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" -dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.10.7", -] - -[[package]] -name = "sha2" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.9.0", - "opaque-debug", -] - -[[package]] -name = "sha2" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" -dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.10.7", -] - -[[package]] -name = "sha3" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" -dependencies = [ - "digest 0.10.7", - "keccak", -] - -[[package]] -name = "sharded-slab" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shlex" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" - -[[package]] -name = "signal-hook" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" -dependencies = [ - "libc", -] - -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - -[[package]] -name = "signature" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" -dependencies = [ - "digest 0.10.7", - "rand_core", -] - -[[package]] -name = "slab" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] - -[[package]] -name = "smallvec" -version = "1.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" - -[[package]] -name = "smart-default" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "smart-default" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "smawk" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" - -[[package]] -name = "smol" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" -dependencies = [ - "async-channel", - "async-executor", - "async-fs", - "async-io", - "async-lock", - "async-net", - "async-process", - "blocking", - "futures-lite", -] - -[[package]] -name = "socket2" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "socket2" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" -dependencies = [ - "libc", - "windows-sys 0.48.0", -] - -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - -[[package]] -name = "spki" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" -dependencies = [ - "base64ct", - "der", -] - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "strsim" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" - -[[package]] -name = "strum" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" -dependencies = [ - "strum_macros 0.24.3", -] - -[[package]] -name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" -dependencies = [ - "strum_macros 0.25.2", -] - -[[package]] -name = "strum_macros" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 1.0.109", -] - -[[package]] -name = "strum_macros" -version = "0.25.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.37", -] - -[[package]] -name = "subtle" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" - -[[package]] -name = "subtle-encoding" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" -dependencies = [ - "zeroize", -] - -[[package]] -name = "subtle-ng" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" - -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "synstructure" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "unicode-xid", -] - -[[package]] -name = "synthez" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033178d0acccffc5490021657006e6a8dd586ee9dc6f7c24e7608b125e568cb1" -dependencies = [ - "syn 1.0.109", - "synthez-codegen 0.2.0", - "synthez-core 0.2.0", -] - -[[package]] -name = "synthez" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" -dependencies = [ - "syn 2.0.37", - "synthez-codegen 0.3.1", - "synthez-core 0.3.1", -] - -[[package]] -name = "synthez-codegen" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69263462a40e46960f070618e20094ce69e783a41f86e54bc75545136afd597a" -dependencies = [ - "syn 1.0.109", - "synthez-core 0.2.0", -] - -[[package]] -name = "synthez-codegen" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" -dependencies = [ - "syn 2.0.37", - "synthez-core 0.3.1", -] - -[[package]] -name = "synthez-core" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb8b5a4089fe1723279f06302afda64a5dacaa11a82bcbb4d08759590d4389d9" -dependencies = [ - "proc-macro2", - "quote", - "sealed 0.3.0", - "syn 1.0.109", -] - -[[package]] -name = "synthez-core" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea" -dependencies = [ - "proc-macro2", - "quote", - "sealed 0.5.0", - "syn 2.0.37", -] - -[[package]] -name = "syslog-tracing" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f890b68f60eb7e87373b3b8f1f412d2a7d90460cd18294acbc0e90ba496193e" -dependencies = [ - "libc", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "target-lexicon" -version = "0.12.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" - -[[package]] -name = "tempfile" -version = "3.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" -dependencies = [ - "cfg-if 1.0.0", - "fastrand 2.0.0", - "redox_syscall", - "rustix 0.38.14", - "windows-sys 0.48.0", -] - -[[package]] -name = "tendermint" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda53c85447577769cdfc94c10a56f34afef2c00e4108badb57fce6b1a0c75eb" -dependencies = [ - "bytes", - "digest 0.10.7", - "ed25519 1.5.3", - "ed25519-consensus", - "flex-error", - "futures", - "num-traits", - "once_cell", - "prost", - "prost-types", - "serde", - "serde_bytes", - "serde_json", - "serde_repr", - "sha2 0.10.7", - "signature 1.6.4", - "subtle", - "subtle-encoding", - "tendermint-proto", - "time", - "zeroize", -] - -[[package]] -name = "tendermint-abci" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bfbe8f0131aa45769055496404359f4f5d3e2cf5d66c7457a5986806941de34" -dependencies = [ - "bytes", - "flex-error", - "prost", - "tendermint-proto", - "tracing", -] - -[[package]] -name = "tendermint-config" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd4eb17618539c95b48501e71ad3c7f4bf047af388aa30dcf3e000782b05abfd" -dependencies = [ - "flex-error", - "serde", - "serde_json", - "tendermint", - "toml 0.5.11", - "url", -] - -[[package]] -name = "tendermint-proto" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c943f78c929cdf14553842f705f2c30324bc35b9179caaa5c9b80620f60652e6" -dependencies = [ - "bytes", - "flex-error", - "num-derive", - "num-traits", - "prost", - "prost-types", - "serde", - "serde_bytes", - "subtle-encoding", - "time", -] - -[[package]] -name = "tendermint-rpc" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "991779ca9b697471df9d436489774d144a418c0e5da843c58ff9288105d5ddaa" -dependencies = [ - "async-trait", - "bytes", - "flex-error", - "futures", - "getrandom", - "http", - "hyper", - "hyper-proxy", - "hyper-rustls", - "peg 0.7.0", - "pin-project", - "serde", - "serde_bytes", - "serde_json", - "subtle", - "subtle-encoding", - "tendermint", - "tendermint-config", - "thiserror", - "time", - "tokio", - "tracing", - "url", - "uuid 0.8.2", - "walkdir", -] - -[[package]] -name = "termcolor" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "terminal_size" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" -dependencies = [ - "rustix 0.38.14", - "windows-sys 0.48.0", -] - -[[package]] -name = "termtree" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" - -[[package]] -name = "textwrap" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" -dependencies = [ - "smawk", - "unicode-linebreak", - "unicode-width", -] - -[[package]] -name = "thiserror" -version = "1.0.48" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.48" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "thread_local" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" -dependencies = [ - "cfg-if 1.0.0", - "once_cell", -] - -[[package]] -name = "time" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" -dependencies = [ - "deranged", - "itoa", - "libc", - "num_threads", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" - -[[package]] -name = "time-macros" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" -dependencies = [ - "time-core", -] - -[[package]] -name = "tiny_http" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" -dependencies = [ - "ascii", - "chunked_transfer", - "httpdate", - "log", -] - -[[package]] -name = "tinyvec" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - -[[package]] -name = "tokio" -version = "1.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" -dependencies = [ - "backtrace", - "bytes", - "libc", - "mio", - "num_cpus", - "parking_lot", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.5.4", - "tokio-macros", - "windows-sys 0.48.0", -] - -[[package]] -name = "tokio-macros" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "tokio-native-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" -dependencies = [ - "native-tls", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" -dependencies = [ - "rustls", - "tokio", - "webpki", -] - -[[package]] -name = "tokio-util" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "pin-project-lite", - "tokio", - "tracing", -] - -[[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" -dependencies = [ - "serde", -] - -[[package]] -name = "toml" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", -] - -[[package]] -name = "toml_datetime" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_edit" -version = "0.19.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" -dependencies = [ - "indexmap 2.0.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", -] - -[[package]] -name = "tower-service" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" - -[[package]] -name = "tracing" -version = "0.1.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" -dependencies = [ - "cfg-if 1.0.0", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "tracing-core" -version = "0.1.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" -dependencies = [ - "once_cell", - "valuable", -] - -[[package]] -name = "tracing-log" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" -dependencies = [ - "lazy_static", - "log", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" -dependencies = [ - "nu-ansi-term", - "sharded-slab", - "smallvec", - "thread_local", - "tracing-core", - "tracing-log", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc775440033cb114085f6f2437682b194fa7546466024b1037e82a48a052a69" -dependencies = [ - "async-trait", - "cfg-if 1.0.0", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff7aed33ef3e8bf2c9966fccdfed93f93d46f432282ea875cd66faabc6ef2f" -dependencies = [ - "cfg-if 1.0.0", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot", - "rand", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto", -] - -[[package]] -name = "try-lock" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" - -[[package]] -name = "typed-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "typenum" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" - -[[package]] -name = "ucd-trie" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" - -[[package]] -name = "unarray" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - -[[package]] -name = "unicase" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] - -[[package]] -name = "unicode-bidi" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" - -[[package]] -name = "unicode-ident" -version = "1.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" - -[[package]] -name = "unicode-linebreak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" - -[[package]] -name = "unicode-normalization" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-segmentation" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" - -[[package]] -name = "unicode-width" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" - -[[package]] -name = "unicode-xid" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" - -[[package]] -name = "unsafe-libyaml" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" - -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - -[[package]] -name = "url" -version = "2.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" -dependencies = [ - "form_urlencoded", - "idna", - "percent-encoding", - "serde", -] - -[[package]] -name = "utf8parse" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" - -[[package]] -name = "uuid" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" - -[[package]] -name = "uuid" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" -dependencies = [ - "getrandom", - "serde", -] - -[[package]] -name = "valuable" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "vergen" -version = "8.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" -dependencies = [ - "anyhow", - "git2", - "rustversion", - "time", -] - -[[package]] -name = "version_check" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - -[[package]] -name = "wait-timeout" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" -dependencies = [ - "libc", -] - -[[package]] -name = "waker-fn" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" - -[[package]] -name = "walkdir" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" -dependencies = [ - "same-file", - "winapi-util", -] - -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - -[[package]] -name = "wasm-bindgen" -version = "0.2.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" -dependencies = [ - "cfg-if 1.0.0", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" -dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn 2.0.37", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.87" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" - -[[package]] -name = "web" -version = "0.3.0" -dependencies = [ - "anyhow", - "cbor-diag", - "clap 3.2.25", - "crc-any", - "hex", - "humantime", - "indicatif", - "lazy_static", - "many-cli-helpers", - "many-client", - "many-error", - "many-identity", - "many-identity-dsa", - "many-modules", - "many-protocol", - "many-types", - "mime_guess", - "minicbor", - "num-bigint", - "regex", - "rpassword 7.2.0", - "serde_json", - "tokio", - "tracing", -] - -[[package]] -name = "web-sys" -version = "0.3.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webauthn-authenticator-rs" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "603b8602cae2d6c3706b6195765ff582389494d10c442d84a1de2ed5a25679ef" -dependencies = [ - "authenticator-ctap2-2021", - "base64urlsafedata", - "hidapi", - "nom", - "openssl", - "rpassword 5.0.1", - "serde", - "serde_cbor_2", - "serde_json", - "tracing", - "url", - "uuid 1.4.1", - "webauthn-rs-proto", -] - -[[package]] -name = "webauthn-rs" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db00711c712414e93b019c4596315085792215bc2ac2d5872f9e8913b0a6316" -dependencies = [ - "base64urlsafedata", - "serde", - "tracing", - "url", - "uuid 1.4.1", - "webauthn-rs-core", -] - -[[package]] -name = "webauthn-rs-core" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "294c78c83f12153a51e1cf1e6970b5da1397645dada39033a9c3173a8fc4fc2b" -dependencies = [ - "base64 0.13.1", - "base64urlsafedata", - "compact_jwt", - "der-parser", - "nom", - "openssl", - "rand", - "serde", - "serde_cbor_2", - "serde_json", - "thiserror", - "tracing", - "url", - "uuid 1.4.1", - "webauthn-rs-proto", - "x509-parser", -] - -[[package]] -name = "webauthn-rs-proto" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24e638361a63ba5c0a0be6a60229490fcdf33740ed63df5bb6bdb627b52a138" -dependencies = [ - "base64urlsafedata", - "serde", - "serde_json", - "url", -] - -[[package]] -name = "webpki" -version = "0.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "webpki-roots" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" -dependencies = [ - "webpki", -] - -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.14", -] - -[[package]] -name = "widestring" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" -dependencies = [ - "winapi", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "windows-sys" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" -dependencies = [ - "windows-targets 0.42.2", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - -[[package]] -name = "windows-targets" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - -[[package]] -name = "windows_i686_gnu" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" - -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - -[[package]] -name = "windows_i686_msvc" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" - -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - -[[package]] -name = "winnow" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" -dependencies = [ - "cfg-if 1.0.0", - "windows-sys 0.48.0", -] - -[[package]] -name = "x509-parser" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" -dependencies = [ - "asn1-rs", - "base64 0.13.1", - "data-encoding", - "der-parser", - "lazy_static", - "nom", - "oid-registry", - "rusticata-macros", - "thiserror", - "time", -] - -[[package]] -name = "zeroize" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.37", -] - -[[package]] -name = "zip" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" -dependencies = [ - "aes", - "byteorder", - "bzip2", - "constant_time_eq", - "crc32fast", - "crossbeam-utils", - "flate2", - "hmac", - "pbkdf2", - "sha1", - "time", - "zstd", -] - -[[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" -dependencies = [ - "libc", - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "2.0.8+zstd.1.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" -dependencies = [ - "cc", - "libc", - "pkg-config", -] diff --git a/Cargo.lock b/Cargo.lock index 20eb50f7..c5e524cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,6 +63,15 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + [[package]] name = "anstream" version = "0.3.2" @@ -676,12 +685,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", + "iana-time-zone", + "js-sys", "num-traits", + "wasm-bindgen", + "windows-link", ] [[package]] @@ -1043,6 +1056,27 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" +[[package]] +name = "csv" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" +dependencies = [ + "csv-core", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "csv-core" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" +dependencies = [ + "memchr", +] + [[package]] name = "ct-logs" version = "0.8.0" @@ -1568,6 +1602,37 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" +[[package]] +name = "event-parser" +version = "0.3.0" +dependencies = [ + "anyhow", + "base64 0.21.2", + "chrono", + "clap 3.2.25", + "const_format", + "csv", + "hex", + "indicatif", + "many-cli-helpers", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-hsm", + "many-modules", + "many-protocol", + "many-types", + "minicbor", + "serde", + "serde_derive", + "serde_json", + "strum 0.24.1", + "strum_macros 0.24.3", + "tracing", + "tracing-subscriber", +] + [[package]] name = "eyre" version = "0.6.8" @@ -2231,6 +2296,29 @@ dependencies = [ "tokio-native-tls", ] +[[package]] +name = "iana-time-zone" +version = "0.1.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + [[package]] name = "ident_case" version = "1.0.1" @@ -2424,10 +2512,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.63" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ + "once_cell", "wasm-bindgen", ] @@ -5728,23 +5817,24 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.86" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" dependencies = [ "cfg-if 1.0.0", + "once_cell", + "rustversion", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.86" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.18", @@ -5765,9 +5855,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.86" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -5775,9 +5865,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.86" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", @@ -5788,9 +5878,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.86" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] [[package]] name = "web" @@ -5970,6 +6063,21 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + [[package]] name = "windows-sys" version = "0.42.0" @@ -6033,6 +6141,22 @@ dependencies = [ "windows_x86_64_msvc 0.48.0", ] +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -6045,6 +6169,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -6057,6 +6187,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -6069,6 +6205,18 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -6081,6 +6229,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -6093,6 +6247,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -6105,6 +6265,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -6117,6 +6283,12 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + [[package]] name = "winnow" version = "0.4.6" diff --git a/Cargo.toml b/Cargo.toml index d6c2dfce..a0c2bacd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ resolver = "2" members = [ + "src/event-parser", "src/genesis-from-db", "src/http-proxy", "src/idstore-export", diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 08c81ce1..78ade21f 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -51,6 +51,7 @@ crates_repository( lockfile = "//:cargo-bazel-lock.json", manifests = [ "//:Cargo.toml", + "//src/event-parser:Cargo.toml", "//src/genesis-from-db:Cargo.toml", "//src/http-proxy:Cargo.toml", "//src/idstore-export:Cargo.toml", diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json deleted file mode 100644 index 9c22426b..00000000 --- a/cargo-bazel-lock.json +++ /dev/null @@ -1,32753 +0,0 @@ -{ - "checksum": "268010f3e6c366c93817b3ee83579be42fbf0762c966e091e0c3a52854ff0af3", - "crates": { - "addr2line 0.21.0": { - "name": "addr2line", - "version": "0.21.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/addr2line/0.21.0/download", - "sha256": "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" - } - }, - "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.28.0", - "target": "gimli" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.21.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "adler 1.0.2": { - "name": "adler", - "version": "1.0.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "aes 0.8.3": { - "name": "aes", - "version": "0.8.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aes/0.8.3/download", - "sha256": "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" - } - }, - "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.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "0.8.3" - }, - "license": "MIT OR Apache-2.0" - }, - "aho-corasick 1.1.1": { - "name": "aho-corasick", - "version": "1.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aho-corasick/1.1.1/download", - "sha256": "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" - } - }, - "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", - "perf-literal", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.6.3", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.1" - }, - "license": "Unlicense OR MIT" - }, - "anstream 0.5.0": { - "name": "anstream", - "version": "0.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstream/0.5.0/download", - "sha256": "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstream", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "anstream", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto", - "default", - "wincon" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstyle 1.0.3", - "target": "anstyle" - }, - { - "id": "anstyle-parse 0.2.1", - "target": "anstyle_parse" - }, - { - "id": "anstyle-query 1.0.0", - "target": "anstyle_query" - }, - { - "id": "colorchoice 1.0.0", - "target": "colorchoice" - }, - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "anstyle-wincon 2.1.0", - "target": "anstyle_wincon" - } - ] - } - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0" - }, - "anstyle 1.0.3": { - "name": "anstyle", - "version": "1.0.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle/1.0.3/download", - "sha256": "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "anstyle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.3" - }, - "license": "MIT OR Apache-2.0" - }, - "anstyle-parse 0.2.1": { - "name": "anstyle-parse", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download", - "sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_parse", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "anstyle_parse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "utf8" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0" - }, - "anstyle-query 1.0.0": { - "name": "anstyle-query", - "version": "1.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download", - "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_query", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "anstyle_query", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "1.0.0" - }, - "license": "MIT OR Apache-2.0" - }, - "anstyle-wincon 2.1.0": { - "name": "anstyle-wincon", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-wincon/2.1.0/download", - "sha256": "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_wincon", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "anstyle_wincon", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anstyle 1.0.3", - "target": "anstyle" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "2.1.0" - }, - "license": "MIT OR Apache-2.0" - }, - "anyhow 1.0.75": { - "name": "anyhow", - "version": "1.0.75", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anyhow/1.0.75/download", - "sha256": "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" - } - }, - "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.75", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.75" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "arrayref 0.3.7": { - "name": "arrayref", - "version": "0.3.7", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "array-sizes-33-128" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT/Apache-2.0" - }, - "ascii 1.1.0": { - "name": "ascii", - "version": "1.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ascii/1.1.0/download", - "sha256": "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ascii", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ascii", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.1.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "asn1 0.15.5": { - "name": "asn1", - "version": "0.15.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1/0.15.5/download", - "sha256": "ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "asn1", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "asn1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "asn1_derive 0.15.5", - "target": "asn1_derive" - } - ], - "selects": {} - }, - "version": "0.15.5" - }, - "license": "BSD-3-Clause" - }, - "asn1-rs 0.3.1": { - "name": "asn1-rs", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "datetime", - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "time 0.3.26", - "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.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.3.1" - }, - "license": "MIT/Apache-2.0" - }, - "asn1-rs-derive 0.1.0": { - "name": "asn1-rs-derive", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "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-impl 0.1.0": { - "name": "asn1-rs-impl", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.0" - }, - "license": "MIT/Apache-2.0" - }, - "asn1_derive 0.15.5": { - "name": "asn1_derive", - "version": "0.15.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1_derive/0.15.5/download", - "sha256": "861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "asn1_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "asn1_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.5" - }, - "license": "BSD-3-Clause" - }, - "async-channel 1.9.0": { - "name": "async-channel", - "version": "1.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-channel/1.9.0/download", - "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" - } - }, - "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.2.0", - "target": "concurrent_queue" - }, - { - "id": "event-listener 2.5.3", - "target": "event_listener" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.9.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "async-executor 1.5.1": { - "name": "async-executor", - "version": "1.5.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-executor/1.5.1/download", - "sha256": "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_executor", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_executor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "async-task 4.4.0", - "target": "async_task" - }, - { - "id": "concurrent-queue 2.2.0", - "target": "concurrent_queue" - }, - { - "id": "fastrand 1.9.0", - "target": "fastrand" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - }, - { - "id": "slab 0.4.9", - "target": "slab" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "async-fs 1.6.0": { - "name": "async-fs", - "version": "1.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-fs/1.6.0/download", - "sha256": "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_fs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_fs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-fs 1.6.0", - "target": "build_script_build" - }, - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "blocking 1.3.1", - "target": "blocking" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.6.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "async-io 1.13.0": { - "name": "async-io", - "version": "1.13.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-io/1.13.0/download", - "sha256": "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" - } - }, - "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.13.0", - "target": "build_script_build" - }, - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "concurrent-queue 2.2.0", - "target": "concurrent_queue" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "parking 2.1.0", - "target": "parking" - }, - { - "id": "polling 2.8.0", - "target": "polling" - }, - { - "id": "rustix 0.37.23", - "target": "rustix" - }, - { - "id": "slab 0.4.9", - "target": "slab" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "waker-fn 1.1.0", - "target": "waker_fn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.13.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "async-lock 2.8.0": { - "name": "async-lock", - "version": "2.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-lock/2.8.0/download", - "sha256": "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" - } - }, - "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.8.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "async-net 1.7.0": { - "name": "async-net", - "version": "1.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-net/1.7.0/download", - "sha256": "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_net", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_net", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-io 1.13.0", - "target": "async_io" - }, - { - "id": "async-net 1.7.0", - "target": "build_script_build" - }, - { - "id": "blocking 1.3.1", - "target": "blocking" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.7.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "async-process 1.7.0": { - "name": "async-process", - "version": "1.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-process/1.7.0/download", - "sha256": "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_process", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_process", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "async-process 1.7.0", - "target": "build_script_build" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "event-listener 2.5.3", - "target": "event_listener" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "async-io 1.13.0", - "target": "async_io" - }, - { - "id": "rustix 0.37.23", - "target": "rustix" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - } - ], - "cfg(windows)": [ - { - "id": "blocking 1.3.1", - "target": "blocking" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "1.7.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "async-recursion 1.0.5": { - "name": "async-recursion", - "version": "1.0.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-recursion/1.0.5/download", - "sha256": "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "async_recursion", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_recursion", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.5" - }, - "license": "MIT OR Apache-2.0" - }, - "async-task 4.4.0": { - "name": "async-task", - "version": "4.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-task/4.4.0/download", - "sha256": "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_task", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "async_task", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "4.4.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "async-trait 0.1.73": { - "name": "async-trait", - "version": "0.1.73", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-trait/0.1.73/download", - "sha256": "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" - } - }, - "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.73", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.73" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "atomic-waker 1.1.1": { - "name": "atomic-waker", - "version": "1.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/atomic-waker/1.1.1/download", - "sha256": "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" - } - }, - "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.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "atty 0.2.14": { - "name": "atty", - "version": "0.2.14", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.2.14" - }, - "license": "MIT" - }, - "authenticator-ctap2-2021 0.3.2-dev.1": { - "name": "authenticator-ctap2-2021", - "version": "0.3.2-dev.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/authenticator-ctap2-2021/0.3.2-dev.1/download", - "sha256": "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056" - } - }, - "targets": [ - { - "Library": { - "crate_name": "authenticator_ctap2_2021", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "authenticator_ctap2_2021", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crypto_openssl", - "openssl", - "openssl-sys" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "authenticator-ctap2-2021 0.3.2-dev.1", - "target": "build_script_build" - }, - { - "id": "base64 0.13.1", - "target": "base64" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "openssl 0.10.57", - "target": "openssl" - }, - { - "id": "openssl-sys 0.9.93", - "target": "openssl_sys" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "runloop 0.1.0", - "target": "runloop" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.10", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - } - ], - "selects": { - "cfg(target_os = \"freebsd\")": [ - { - "id": "devd-rs 0.3.6", - "target": "devd_rs" - } - ], - "cfg(target_os = \"linux\")": [ - { - "id": "libudev 0.2.0", - "target": "libudev" - } - ], - "cfg(target_os = \"macos\")": [ - { - "id": "core-foundation 0.9.3", - "target": "core_foundation" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "memoffset 0.6.5", - "target": "memoffset" - }, - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.3.2-dev.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MPL-2.0" - }, - "autocfg 1.1.0": { - "name": "autocfg", - "version": "1.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "az 1.2.1": { - "name": "az", - "version": "1.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/az/1.2.1/download", - "sha256": "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" - } - }, - "targets": [ - { - "Library": { - "crate_name": "az", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "az", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "az 1.2.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "backtrace 0.3.69": { - "name": "backtrace", - "version": "0.3.69", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/backtrace/0.3.69/download", - "sha256": "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" - } - }, - "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": "backtrace 0.3.69", - "target": "build_script_build" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "rustc-demangle 0.1.23", - "target": "rustc_demangle" - } - ], - "selects": { - "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ - { - "id": "addr2line 0.21.0", - "target": "addr2line" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "miniz_oxide 0.7.1", - "target": "miniz_oxide" - }, - { - "id": "object 0.32.1", - "target": "object" - } - ] - } - }, - "edition": "2018", - "version": "0.3.69" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "base16ct 0.2.0": { - "name": "base16ct", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "base32 0.4.0": { - "name": "base32", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base32/0.4.0/download", - "sha256": "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base32", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "base32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.0" - }, - "license": "MIT OR Apache-2.0" - }, - "base64 0.13.1": { - "name": "base64", - "version": "0.13.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.1" - }, - "license": "MIT/Apache-2.0" - }, - "base64 0.21.4": { - "name": "base64", - "version": "0.21.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base64/0.21.4/download", - "sha256": "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" - } - }, - "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": "2018", - "version": "0.21.4" - }, - "license": "MIT OR Apache-2.0" - }, - "base64ct 1.6.0": { - "name": "base64ct", - "version": "1.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "base64urlsafedata 0.1.3": { - "name": "base64urlsafedata", - "version": "0.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base64urlsafedata/0.1.3/download", - "sha256": "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base64urlsafedata", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "base64urlsafedata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" - }, - "license": "MPL-2.0" - }, - "bindgen 0.63.0": { - "name": "bindgen", - "version": "0.63.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bindgen/0.63.0/download", - "sha256": "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" - } - }, - "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": [ - "default", - "log", - "logging", - "runtime", - "which", - "which-rustfmt" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.63.0", - "target": "build_script_build" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "lazycell 1.3.0", - "target": "lazycell" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "peeking_take_while 0.1.2", - "target": "peeking_take_while" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.2.0", - "target": "shlex" - }, - { - "id": "syn 1.0.109", - "target": "syn" - }, - { - "id": "which 4.4.2", - "target": "which" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.63.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "BSD-3-Clause" - }, - "bindgen 0.64.0": { - "name": "bindgen", - "version": "0.64.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.1", - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.2.0", - "target": "shlex" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.64.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "BSD-3-Clause" - }, - "bip39-dict 0.1.1": { - "name": "bip39-dict", - "version": "0.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bip39-dict/0.1.1/download", - "sha256": "33b74d395d6b577a1e3c1348545cef70a418281c83abbe50f5662ae4d4abf6d8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bip39_dict", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bip39_dict", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "english" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cryptoxide 0.4.4", - "target": "cryptoxide" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0" - }, - "bit-set 0.5.3": { - "name": "bit-set", - "version": "0.5.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-set/0.5.3/download", - "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_set", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bit_set", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.3" - }, - "license": "MIT/Apache-2.0" - }, - "bit-vec 0.6.3": { - "name": "bit-vec", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", - "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_vec", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bit_vec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.6.3" - }, - "license": "MIT/Apache-2.0" - }, - "bitflags 1.3.2": { - "name": "bitflags", - "version": "1.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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.4.0": { - "name": "bitflags", - "version": "2.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitflags/2.4.0/download", - "sha256": "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitflags", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bitflags", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.4.0" - }, - "license": "MIT OR Apache-2.0" - }, - "blake3 0.3.8": { - "name": "blake3", - "version": "0.3.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/blake3/0.3.8/download", - "sha256": "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" - } - }, - "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": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayref 0.3.7", - "target": "arrayref" - }, - { - "id": "arrayvec 0.5.2", - "target": "arrayvec" - }, - { - "id": "blake3 0.3.8", - "target": "build_script_build" - }, - { - "id": "cfg-if 0.1.10", - "target": "cfg_if" - }, - { - "id": "constant_time_eq 0.1.5", - "target": "constant_time_eq" - }, - { - "id": "crypto-mac 0.8.0", - "target": "crypto_mac" - }, - { - "id": "digest 0.9.0", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - } - ], - "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://static.crates.io/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.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.4" - }, - "license": "MIT OR Apache-2.0" - }, - "block-buffer 0.9.0": { - "name": "block-buffer", - "version": "0.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0" - }, - "blocking 1.3.1": { - "name": "blocking", - "version": "1.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/blocking/1.3.1/download", - "sha256": "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" - } - }, - "targets": [ - { - "Library": { - "crate_name": "blocking", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "blocking", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "async-task 4.4.0", - "target": "async_task" - }, - { - "id": "atomic-waker 1.1.1", - "target": "atomic_waker" - }, - { - "id": "fastrand 1.9.0", - "target": "fastrand" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - }, - { - "id": "log 0.4.20", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "bs58 0.5.0": { - "name": "bs58", - "version": "0.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bs58/0.5.0/download", - "sha256": "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" - } - }, - "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" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT/Apache-2.0" - }, - "bstr 1.6.2": { - "name": "bstr", - "version": "1.6.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bstr/1.6.2/download", - "sha256": "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" - } - }, - "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.6.3", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.2" - }, - "license": "MIT OR Apache-2.0" - }, - "bumpalo 3.14.0": { - "name": "bumpalo", - "version": "3.14.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bumpalo/3.14.0/download", - "sha256": "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" - } - }, - "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.14.0" - }, - "license": "MIT OR Apache-2.0" - }, - "bytecount 0.6.3": { - "name": "bytecount", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytecount/0.6.3/download", - "sha256": "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytecount", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bytecount", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.6.3" - }, - "license": "Apache-2.0/MIT" - }, - "bytemuck 1.14.0": { - "name": "bytemuck", - "version": "1.14.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytemuck/1.14.0/download", - "sha256": "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytemuck", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bytemuck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.14.0" - }, - "license": "Zlib OR Apache-2.0 OR MIT" - }, - "byteorder 1.4.3": { - "name": "byteorder", - "version": "1.4.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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.5.0": { - "name": "bytes", - "version": "1.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytes/1.5.0/download", - "sha256": "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" - } - }, - "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", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.0" - }, - "license": "MIT" - }, - "bzip2 0.4.4": { - "name": "bzip2", - "version": "0.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bzip2/0.4.4/download", - "sha256": "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bzip2", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "bzip2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bzip2-sys 0.1.11+1.0.8", - "target": "bzip2_sys" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.4" - }, - "license": "MIT/Apache-2.0" - }, - "bzip2-sys 0.1.11+1.0.8": { - "name": "bzip2-sys", - "version": "0.1.11+1.0.8", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.11+1.0.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "bzip2" - }, - "license": "MIT/Apache-2.0" - }, - "cbor-diag 0.1.12": { - "name": "cbor-diag", - "version": "0.1.12", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cbor-diag/0.1.12/download", - "sha256": "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cbor_diag", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cbor_diag", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bs58 0.5.0", - "target": "bs58" - }, - { - "id": "chrono 0.4.31", - "target": "chrono" - }, - { - "id": "data-encoding 2.4.0", - "target": "data_encoding" - }, - { - "id": "half 2.3.1", - "target": "half" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-rational 0.4.1", - "target": "num_rational" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "separator 0.4.1", - "target": "separator" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 1.4.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.12" - }, - "license": "MIT OR Apache-2.0" - }, - "cc 1.0.83": { - "name": "cc", - "version": "1.0.83", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cc/1.0.83/download", - "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" - } - }, - "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": { - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "1.0.83" - }, - "license": "MIT OR Apache-2.0" - }, - "cexpr 0.6.0": { - "name": "cexpr", - "version": "0.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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-if 0.1.10": { - "name": "cfg-if", - "version": "0.1.10", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cfg-if/0.1.10/download", - "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - } - }, - "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": "0.1.10" - }, - "license": "MIT/Apache-2.0" - }, - "cfg-if 1.0.0": { - "name": "cfg-if", - "version": "1.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "chrono 0.4.31": { - "name": "chrono", - "version": "0.4.31", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chrono/0.4.31/download", - "sha256": "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chrono", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "chrono", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.16", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.31" - }, - "license": "MIT OR Apache-2.0" - }, - "chunked_transfer 1.4.1": { - "name": "chunked_transfer", - "version": "1.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chunked_transfer/1.4.1/download", - "sha256": "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chunked_transfer", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "chunked_transfer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.4.1" - }, - "license": "MIT OR Apache-2.0" - }, - "ciborium 0.2.1": { - "name": "ciborium", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium/0.2.1/download", - "sha256": "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ciborium", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.1", - "target": "ciborium_io" - }, - { - "id": "ciborium-ll 0.2.1", - "target": "ciborium_ll" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "Apache-2.0" - }, - "ciborium-io 0.2.1": { - "name": "ciborium-io", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium-io/0.2.1/download", - "sha256": "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium_io", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ciborium_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "Apache-2.0" - }, - "ciborium-ll 0.2.1": { - "name": "ciborium-ll", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium-ll/0.2.1/download", - "sha256": "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium_ll", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ciborium_ll", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.1", - "target": "ciborium_io" - }, - { - "id": "half 1.8.2", - "target": "half" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "Apache-2.0" - }, - "cipher 0.4.4": { - "name": "cipher", - "version": "0.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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.1": { - "name": "clang-sys", - "version": "1.6.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clang-sys/1.6.1/download", - "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" - } - }, - "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.1", - "target": "build_script_build" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libloading 0.7.4", - "target": "libloading" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.6.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, - "links": "clang" - }, - "license": "Apache-2.0" - }, - "clap 3.2.25": { - "name": "clap", - "version": "3.2.25", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap/3.2.25/download", - "sha256": "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "clap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "atty", - "clap_derive", - "color", - "default", - "derive", - "once_cell", - "std", - "strsim", - "suggestions", - "termcolor" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "atty 0.2.14", - "target": "atty" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "clap_lex 0.2.4", - "target": "clap_lex" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "strsim 0.10.0", - "target": "strsim" - }, - { - "id": "termcolor 1.3.0", - "target": "termcolor" - }, - { - "id": "textwrap 0.16.0", - "target": "textwrap" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "clap_derive 3.2.25", - "target": "clap_derive" - } - ], - "selects": {} - }, - "version": "3.2.25" - }, - "license": "MIT OR Apache-2.0" - }, - "clap 4.4.4": { - "name": "clap", - "version": "4.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap/4.4.4/download", - "sha256": "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" - } - }, - "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", - "suggestions", - "usage", - "wrap_help" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "clap_builder 4.4.4", - "target": "clap_builder" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "clap_derive 4.4.2", - "target": "clap_derive" - } - ], - "selects": {} - }, - "version": "4.4.4" - }, - "license": "MIT OR Apache-2.0" - }, - "clap_builder 4.4.4": { - "name": "clap_builder", - "version": "4.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_builder/4.4.4/download", - "sha256": "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap_builder", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "clap_builder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "color", - "error-context", - "help", - "std", - "suggestions", - "usage", - "wrap_help" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstream 0.5.0", - "target": "anstream" - }, - { - "id": "anstyle 1.0.3", - "target": "anstyle" - }, - { - "id": "clap_lex 0.5.1", - "target": "clap_lex" - }, - { - "id": "strsim 0.10.0", - "target": "strsim" - }, - { - "id": "terminal_size 0.3.0", - "target": "terminal_size" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.4.4" - }, - "license": "MIT OR Apache-2.0" - }, - "clap_derive 3.2.25": { - "name": "clap_derive", - "version": "3.2.25", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_derive/3.2.25/download", - "sha256": "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.2.25" - }, - "license": "MIT OR Apache-2.0" - }, - "clap_derive 4.4.2": { - "name": "clap_derive", - "version": "4.4.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_derive/4.4.2/download", - "sha256": "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" - } - }, - "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-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.4.2" - }, - "license": "MIT OR Apache-2.0" - }, - "clap_lex 0.2.4": { - "name": "clap_lex", - "version": "0.2.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_lex/0.2.4/download", - "sha256": "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" - } - }, - "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.1", - "target": "os_str_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0" - }, - "clap_lex 0.5.1": { - "name": "clap_lex", - "version": "0.5.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_lex/0.5.1/download", - "sha256": "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap_lex", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "clap_lex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0" - }, - "colorchoice 1.0.0": { - "name": "colorchoice", - "version": "1.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/colorchoice/1.0.0/download", - "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "colorchoice", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "colorchoice", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.0" - }, - "license": "MIT OR Apache-2.0" - }, - "colored 2.0.4": { - "name": "colored", - "version": "2.0.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/colored/2.0.4/download", - "sha256": "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "colored", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "colored", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "2.0.4" - }, - "license": "MPL-2.0" - }, - "compact_jwt 0.2.10": { - "name": "compact_jwt", - "version": "0.2.10", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/compact_jwt/0.2.10/download", - "sha256": "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33" - } - }, - "targets": [ - { - "Library": { - "crate_name": "compact_jwt", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "compact_jwt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "openssl" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.13.1", - "target": "base64" - }, - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "openssl 0.10.57", - "target": "openssl" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 1.4.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.10" - }, - "license": "MPL-2.0" - }, - "concurrent-queue 2.2.0": { - "name": "concurrent-queue", - "version": "2.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/concurrent-queue/2.2.0/download", - "sha256": "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" - } - }, - "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.16", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "console 0.15.7": { - "name": "console", - "version": "0.15.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/console/0.15.7/download", - "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "console", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "console", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ansi-parsing", - "default", - "unicode-width" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "unicode-width 0.1.11", - "target": "unicode_width" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "encode_unicode 0.3.6", - "target": "encode_unicode" - }, - { - "id": "windows-sys 0.45.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.15.7" - }, - "license": "MIT" - }, - "const-oid 0.9.5": { - "name": "const-oid", - "version": "0.9.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-oid/0.9.5/download", - "sha256": "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" - } - }, - "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.5" - }, - "license": "Apache-2.0 OR MIT" - }, - "const_format 0.2.31": { - "name": "const_format", - "version": "0.2.31", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const_format/0.2.31/download", - "sha256": "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48" - } - }, - "targets": [ - { - "Library": { - "crate_name": "const_format", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "const_format", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "const_format_proc_macros 0.2.31", - "target": "const_format_proc_macros" - } - ], - "selects": {} - }, - "version": "0.2.31" - }, - "license": "Zlib" - }, - "const_format_proc_macros 0.2.31": { - "name": "const_format_proc_macros", - "version": "0.2.31", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const_format_proc_macros/0.2.31/download", - "sha256": "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "const_format_proc_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "const_format_proc_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.31" - }, - "license": "Zlib" - }, - "constant_time_eq 0.1.5": { - "name": "constant_time_eq", - "version": "0.1.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/constant_time_eq/0.1.5/download", - "sha256": "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" - } - }, - "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": "2015", - "version": "0.1.5" - }, - "license": "CC0-1.0" - }, - "convert_case 0.4.0": { - "name": "convert_case", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/convert_case/0.4.0/download", - "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "convert_case", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT" - }, - "core-foundation 0.9.3": { - "name": "core-foundation", - "version": "0.9.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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.4", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.3" - }, - "license": "MIT / Apache-2.0" - }, - "core-foundation-sys 0.8.4": { - "name": "core-foundation-sys", - "version": "0.8.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/core-foundation-sys/0.8.4/download", - "sha256": "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "core_foundation_sys", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "core_foundation_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.8.4" - }, - "license": "MIT / Apache-2.0" - }, - "coset 0.3.4": { - "name": "coset", - "version": "0.3.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/coset/0.3.4/download", - "sha256": "c765a4e852cef25c69a48e9fcd60995a7fecabf0134a0021e7181452c4a60f95" - } - }, - "targets": [ - { - "Library": { - "crate_name": "coset", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "coset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ciborium 0.2.1", - "target": "ciborium" - }, - { - "id": "ciborium-io 0.2.1", - "target": "ciborium_io" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.4" - }, - "license": "Apache-2.0" - }, - "cpufeatures 0.2.9": { - "name": "cpufeatures", - "version": "0.2.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.2.9/download", - "sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" - } - }, - "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-linux-android": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.2.9" - }, - "license": "MIT OR Apache-2.0" - }, - "crc-any 2.4.3": { - "name": "crc-any", - "version": "2.4.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crc-any/2.4.3/download", - "sha256": "774646b687f63643eb0f4bf13dc263cb581c8c9e57973b6ddf78bda3994d88df" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crc_any", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "crc_any", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "debug-helper", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "debug-helper 0.3.13", - "target": "debug_helper" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.4.3" - }, - "license": "MIT" - }, - "crc32fast 1.3.2": { - "name": "crc32fast", - "version": "1.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "crossbeam-utils 0.8.16": { - "name": "crossbeam-utils", - "version": "0.8.16", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.8.16/download", - "sha256": "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" - } - }, - "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": [], - "selects": { - "arm-unknown-linux-gnueabi": [ - "default", - "std" - ], - "armv7-linux-androideabi": [ - "default", - "std" - ], - "armv7-unknown-linux-gnueabi": [ - "default", - "std" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "std" - ], - "thumbv7em-none-eabi": [ - "default", - "std" - ], - "thumbv8m.main-none-eabi": [ - "default", - "std" - ] - } - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crossbeam-utils 0.8.16", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.16" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "crunchy 0.2.2": { - "name": "crunchy", - "version": "0.2.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crunchy 0.2.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT" - }, - "crypto-bigint 0.5.3": { - "name": "crypto-bigint", - "version": "0.5.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crypto-bigint/0.5.3/download", - "sha256": "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" - } - }, - "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.7", - "target": "generic_array" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.3" - }, - "license": "Apache-2.0 OR MIT" - }, - "crypto-common 0.1.6": { - "name": "crypto-common", - "version": "0.1.6", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "target": "generic_array" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0" - }, - "crypto-mac 0.8.0": { - "name": "crypto-mac", - "version": "0.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "target": "generic_array" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.0" - }, - "license": "MIT OR Apache-2.0" - }, - "cryptoki 0.3.1": { - "name": "cryptoki", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cryptoki/0.3.1/download", - "sha256": "570006e51d08ec89ce5bbfdcf428ad96111636d524bf2447bee6377fd0e1d889" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cryptoki", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cryptoki", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "generate-bindings" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cryptoki-sys 0.1.6", - "target": "cryptoki_sys" - }, - { - "id": "libloading 0.7.4", - "target": "libloading" - }, - { - "id": "log 0.4.20", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "derivative 2.2.0", - "target": "derivative" - } - ], - "selects": {} - }, - "version": "0.3.1" - }, - "license": "Apache-2.0" - }, - "cryptoki-sys 0.1.6": { - "name": "cryptoki-sys", - "version": "0.1.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cryptoki-sys/0.1.6/download", - "sha256": "4bc9943e09928a84ed6e76dbaea1699b7678e95b2487b0de31075af300221095" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cryptoki_sys", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cryptoki_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bindgen", - "generate-bindings" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cryptoki-sys 0.1.6", - "target": "build_script_build" - }, - { - "id": "libloading 0.7.4", - "target": "libloading" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.63.0", - "target": "bindgen" - }, - { - "id": "target-lexicon 0.12.11", - "target": "target_lexicon" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0" - }, - "cryptoxide 0.4.4": { - "name": "cryptoxide", - "version": "0.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cryptoxide/0.4.4/download", - "sha256": "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cryptoxide", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cryptoxide", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "argon2", - "blake2", - "chacha", - "curve25519", - "default", - "digest", - "ed25519", - "hkdf", - "hmac", - "mac", - "pbkdf2", - "poly1305", - "ripemd160", - "salsa", - "scrypt", - "sha1", - "sha2", - "sha3", - "x25519" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.4" - }, - "license": "MIT/Apache-2.0" - }, - "ct-logs 0.8.0": { - "name": "ct-logs", - "version": "0.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ct-logs/0.8.0/download", - "sha256": "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ct_logs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ct_logs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "sct 0.6.1", - "target": "sct" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.0" - }, - "license": "Apache-2.0/ISC/MIT" - }, - "cucumber 0.19.1": { - "name": "cucumber", - "version": "0.19.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber/0.19.1/download", - "sha256": "a845da7c9fb958144700201d22e3f61f55114f9e269c13f03fe179d9da500984" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cucumber", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "macros" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "atty 0.2.14", - "target": "atty" - }, - { - "id": "clap 4.4.4", - "target": "clap" - }, - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "cucumber-expressions 0.2.1", - "target": "cucumber_expressions" - }, - { - "id": "drain_filter_polyfill 0.1.3", - "target": "drain_filter_polyfill" - }, - { - "id": "either 1.9.0", - "target": "either" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "gherkin 0.13.0", - "target": "gherkin" - }, - { - "id": "globwalk 0.8.1", - "target": "globwalk" - }, - { - "id": "humantime 2.1.0", - "target": "humantime" - }, - { - "id": "inventory 0.3.12", - "target": "inventory" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "regex 1.9.5", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "cucumber-codegen 0.19.1", - "target": "cucumber_codegen" - }, - { - "id": "derive_more 0.99.17", - "target": "derive_more" - }, - { - "id": "sealed 0.4.0", - "target": "sealed" - }, - { - "id": "smart-default 0.6.0", - "target": "smart_default" - } - ], - "selects": {} - }, - "version": "0.19.1" - }, - "license": "MIT OR Apache-2.0" - }, - "cucumber 0.20.0": { - "name": "cucumber", - "version": "0.20.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber/0.20.0/download", - "sha256": "0ead33440b8c33da870588443d745a0f23de153013fe847ae71073d176f75293" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cucumber", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "libtest", - "macros", - "timestamps" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "clap 4.4.4", - "target": "clap" - }, - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "cucumber-expressions 0.3.0", - "target": "cucumber_expressions" - }, - { - "id": "drain_filter_polyfill 0.1.3", - "target": "drain_filter_polyfill" - }, - { - "id": "either 1.9.0", - "target": "either" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "gherkin 0.13.0", - "target": "gherkin" - }, - { - "id": "globwalk 0.8.1", - "target": "globwalk" - }, - { - "id": "humantime 2.1.0", - "target": "humantime" - }, - { - "id": "inventory 0.3.12", - "target": "inventory" - }, - { - "id": "itertools 0.11.0", - "target": "itertools" - }, - { - "id": "lazy-regex 3.0.2", - "target": "lazy_regex" - }, - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "pin-project 1.1.3", - "target": "pin_project" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "cucumber-codegen 0.20.0", - "target": "cucumber_codegen" - }, - { - "id": "derive_more 0.99.17", - "target": "derive_more" - }, - { - "id": "sealed 0.5.0", - "target": "sealed" - }, - { - "id": "smart-default 0.7.1", - "target": "smart_default" - } - ], - "selects": {} - }, - "version": "0.20.0" - }, - "license": "MIT OR Apache-2.0" - }, - "cucumber-codegen 0.19.1": { - "name": "cucumber-codegen", - "version": "0.19.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber-codegen/0.19.1/download", - "sha256": "0dfb841fe8742f57fbe94738a189022e7dc858f2560c7fba5da44dc945a139e1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "cucumber_codegen", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cucumber-expressions 0.2.1", - "target": "cucumber_expressions" - }, - { - "id": "inflections 1.1.1", - "target": "inflections" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "syn 1.0.109", - "target": "syn" - }, - { - "id": "synthez 0.2.0", - "target": "synthez" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.1" - }, - "license": "MIT OR Apache-2.0" - }, - "cucumber-codegen 0.20.0": { - "name": "cucumber-codegen", - "version": "0.20.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber-codegen/0.20.0/download", - "sha256": "2a8e4a7c46b4b5c81894087a5e3a95138bdd26e2e46fcca258513e07b880a369" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "cucumber_codegen", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cucumber-expressions 0.3.0", - "target": "cucumber_expressions" - }, - { - "id": "inflections 1.1.1", - "target": "inflections" - }, - { - "id": "itertools 0.11.0", - "target": "itertools" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "syn 2.0.37", - "target": "syn" - }, - { - "id": "synthez 0.3.1", - "target": "synthez" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.0" - }, - "license": "MIT OR Apache-2.0" - }, - "cucumber-expressions 0.2.1": { - "name": "cucumber-expressions", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber-expressions/0.2.1/download", - "sha256": "d40d2fdf5e1bb4ae7e6b25c97bf9b9d249a02243fc0fbd91075592b5f00a3bc1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cucumber_expressions", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber_expressions", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "either", - "into-regex", - "regex", - "regex-syntax" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.9.0", - "target": "either" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "nom_locate 4.2.0", - "target": "nom_locate" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "regex-syntax 0.6.29", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_more 0.99.17", - "target": "derive_more" - } - ], - "selects": {} - }, - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0" - }, - "cucumber-expressions 0.3.0": { - "name": "cucumber-expressions", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cucumber-expressions/0.3.0/download", - "sha256": "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cucumber_expressions", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "cucumber_expressions", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "into-regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.9.0", - "target": "either" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "nom_locate 4.2.0", - "target": "nom_locate" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "regex-syntax 0.7.5", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_more 0.99.17", - "target": "derive_more" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0" - }, - "curve25519-dalek 4.1.1": { - "name": "curve25519-dalek", - "version": "4.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek/4.1.1/download", - "sha256": "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" - } - }, - "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", - "digest", - "precomputed-tables", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "curve25519-dalek 4.1.1", - "target": "build_script_build" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": { - "cfg(curve25519_dalek_backend = \"fiat\")": [ - { - "id": "fiat-crypto 0.2.1", - "target": "fiat_crypto" - } - ], - "cfg(target_arch = \"x86_64\")": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ - { - "id": "curve25519-dalek-derive 0.1.0", - "target": "curve25519_dalek_derive" - } - ] - } - }, - "version": "4.1.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "platforms 3.1.2", - "target": "platforms" - }, - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause" - }, - "curve25519-dalek-derive 0.1.0": { - "name": "curve25519-dalek-derive", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.0/download", - "sha256": "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "curve25519_dalek_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "curve25519_dalek_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" - }, - "license": "MIT/Apache-2.0" - }, - "curve25519-dalek-ng 4.1.1": { - "name": "curve25519-dalek-ng", - "version": "4.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-ng/4.1.1/download", - "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "curve25519_dalek_ng", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "curve25519_dalek_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "u64_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "byteorder 1.4.3", - "target": "byteorder" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle-ng 2.5.0", - "target": "subtle_ng", - "alias": "subtle" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "4.1.1" - }, - "license": "BSD-3-Clause" - }, - "darling 0.14.4": { - "name": "darling", - "version": "0.14.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "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://static.crates.io/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.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.4" - }, - "license": "MIT" - }, - "data-encoding 2.4.0": { - "name": "data-encoding", - "version": "2.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/data-encoding/2.4.0/download", - "sha256": "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" - } - }, - "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.4.0" - }, - "license": "MIT" - }, - "debug-helper 0.3.13": { - "name": "debug-helper", - "version": "0.3.13", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/debug-helper/0.3.13/download", - "sha256": "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "debug_helper", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "debug_helper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.13" - }, - "license": "MIT" - }, - "der 0.7.8": { - "name": "der", - "version": "0.7.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/der/0.7.8/download", - "sha256": "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" - } - }, - "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", - "pem", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.5", - "target": "const_oid" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.8" - }, - "license": "Apache-2.0 OR MIT" - }, - "der-parser 7.0.0": { - "name": "der-parser", - "version": "7.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "bigint", - "default", - "num-bigint", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.3.1", - "target": "asn1_rs" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "7.0.0" - }, - "license": "MIT/Apache-2.0" - }, - "deranged 0.3.8": { - "name": "deranged", - "version": "0.3.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/deranged/0.3.8/download", - "sha256": "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" - } - }, - "targets": [ - { - "Library": { - "crate_name": "deranged", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "deranged", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.8" - }, - "license": "MIT OR Apache-2.0" - }, - "derivative 2.2.0": { - "name": "derivative", - "version": "2.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.2.0" - }, - "license": "MIT/Apache-2.0" - }, - "derive_builder 0.12.0": { - "name": "derive_builder", - "version": "0.12.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder/0.12.0/download", - "sha256": "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "derive_builder", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "derive_builder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "proc_macro_deps": { - "common": [ - { - "id": "derive_builder_macro 0.12.0", - "target": "derive_builder_macro" - } - ], - "selects": {} - }, - "version": "0.12.0" - }, - "license": "MIT/Apache-2.0" - }, - "derive_builder_core 0.12.0": { - "name": "derive_builder_core", - "version": "0.12.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder_core/0.12.0/download", - "sha256": "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.12.0" - }, - "license": "MIT/Apache-2.0" - }, - "derive_builder_macro 0.12.0": { - "name": "derive_builder_macro", - "version": "0.12.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder_macro/0.12.0/download", - "sha256": "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" - } - }, - "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.12.0", - "target": "derive_builder_core" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.12.0" - }, - "license": "MIT/Apache-2.0" - }, - "derive_more 0.99.17": { - "name": "derive_more", - "version": "0.99.17", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "add", - "add_assign", - "as_mut", - "as_ref", - "constructor", - "convert_case", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "is_variant", - "iterator", - "mul", - "mul_assign", - "not", - "rustc_version", - "sum", - "try_into", - "unwrap" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "convert_case 0.4.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.99.17" - }, - "license": "MIT" - }, - "devd-rs 0.3.6": { - "name": "devd-rs", - "version": "0.3.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/devd-rs/0.3.6/download", - "sha256": "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395" - } - }, - "targets": [ - { - "Library": { - "crate_name": "devd_rs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "devd_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.6" - }, - "license": "Unlicense/MIT" - }, - "difflib 0.4.0": { - "name": "difflib", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7": { - "name": "digest", - "version": "0.10.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/digest/0.10.7/download", - "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" - } - }, - "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.5", - "target": "const_oid" - }, - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.7" - }, - "license": "MIT OR Apache-2.0" - }, - "digest 0.9.0": { - "name": "digest", - "version": "0.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0" - }, - "displaydoc 0.2.4": { - "name": "displaydoc", - "version": "0.2.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/displaydoc/0.2.4/download", - "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "displaydoc", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "displaydoc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0" - }, - "downcast 0.11.0": { - "name": "downcast", - "version": "0.11.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "drain_filter_polyfill 0.1.3": { - "name": "drain_filter_polyfill", - "version": "0.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/drain_filter_polyfill/0.1.3/download", - "sha256": "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" - } - }, - "targets": [ - { - "Library": { - "crate_name": "drain_filter_polyfill", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "drain_filter_polyfill", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0" - }, - "ecdsa 0.16.8": { - "name": "ecdsa", - "version": "0.16.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ecdsa/0.16.8/download", - "sha256": "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" - } - }, - "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", - "default", - "der", - "digest", - "hazmat", - "pem", - "pkcs8", - "rfc6979", - "signing", - "spki", - "std", - "verifying" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.8", - "target": "der" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "elliptic-curve 0.13.5", - "target": "elliptic_curve" - }, - { - "id": "rfc6979 0.4.0", - "target": "rfc6979" - }, - { - "id": "signature 2.1.0", - "target": "signature" - }, - { - "id": "spki 0.7.2", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.8" - }, - "license": "Apache-2.0 OR MIT" - }, - "ed 0.3.0": { - "name": "ed", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed/0.3.0/download", - "sha256": "0f205c65ec89e8fdd41f5a522eb5721818dc84c732634a6e48eb1a7b92e0169d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ed", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.48", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "ed-derive 0.3.0", - "target": "ed_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": "MIT" - }, - "ed-derive 0.3.0": { - "name": "ed-derive", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed-derive/0.3.0/download", - "sha256": "e9907e1f07d6b49fc8cfc92870aae890618671e932db9b7b9224d530eddde2cb" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ed_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ed_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT" - }, - "ed25519 1.5.3": { - "name": "ed25519", - "version": "1.5.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "deps": { - "common": [ - { - "id": "signature 1.6.4", - "target": "signature" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.3" - }, - "license": "Apache-2.0 OR MIT" - }, - "ed25519 2.2.2": { - "name": "ed25519", - "version": "2.2.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519/2.2.2/download", - "sha256": "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed25519", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ed25519", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "pem", - "pkcs8", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "signature 2.1.0", - "target": "signature" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "ed25519-consensus 2.1.0": { - "name": "ed25519-consensus", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519-consensus/2.1.0/download", - "sha256": "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed25519_consensus", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ed25519_consensus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "curve25519-dalek-ng 4.1.1", - "target": "curve25519_dalek_ng", - "alias": "curve25519_dalek" - }, - { - "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.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT OR Apache-2.0" - }, - "ed25519-dalek 2.0.0": { - "name": "ed25519-dalek", - "version": "2.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519-dalek/2.0.0/download", - "sha256": "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" - } - }, - "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": [ - "alloc", - "default", - "fast", - "pkcs8", - "rand_core", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek 4.1.1", - "target": "curve25519_dalek" - }, - { - "id": "ed25519 2.2.2", - "target": "ed25519" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" - }, - "license": "BSD-3-Clause" - }, - "either 1.9.0": { - "name": "either", - "version": "1.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/either/1.9.0/download", - "sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" - } - }, - "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.9.0" - }, - "license": "MIT OR Apache-2.0" - }, - "elliptic-curve 0.13.5": { - "name": "elliptic-curve", - "version": "0.13.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/elliptic-curve/0.13.5/download", - "sha256": "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" - } - }, - "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", - "pem", - "pkcs8", - "sec1", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "crypto-bigint 0.5.3", - "target": "crypto_bigint" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sec1 0.7.3", - "target": "sec1" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.5" - }, - "license": "Apache-2.0 OR MIT" - }, - "encode_unicode 0.3.6": { - "name": "encode_unicode", - "version": "0.3.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download", - "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "encode_unicode", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "encode_unicode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.6" - }, - "license": "MIT/Apache-2.0" - }, - "encoding_rs 0.8.33": { - "name": "encoding_rs", - "version": "0.8.33", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/encoding_rs/0.8.33/download", - "sha256": "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "encoding_rs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "encoding_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.33" - }, - "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause" - }, - "enum-as-inner 0.6.0": { - "name": "enum-as-inner", - "version": "0.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/enum-as-inner/0.6.0/download", - "sha256": "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" - }, - "license": "MIT/Apache-2.0" - }, - "equivalent 1.0.1": { - "name": "equivalent", - "version": "1.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/equivalent/1.0.1/download", - "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "equivalent", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "equivalent", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "errno 0.3.3": { - "name": "errno", - "version": "0.3.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/errno/0.3.3/download", - "sha256": "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "errno", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "errno", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "std" - ], - "aarch64-apple-ios": [ - "std" - ], - "aarch64-apple-ios-sim": [ - "std" - ], - "aarch64-fuchsia": [ - "std" - ], - "aarch64-linux-android": [ - "std" - ], - "armv7-linux-androideabi": [ - "std" - ], - "i686-apple-darwin": [ - "std" - ], - "i686-linux-android": [ - "std" - ], - "i686-unknown-freebsd": [ - "std" - ], - "powerpc-unknown-linux-gnu": [ - "std" - ], - "riscv32imc-unknown-none-elf": [ - "std" - ], - "riscv64gc-unknown-none-elf": [ - "std" - ], - "s390x-unknown-linux-gnu": [ - "std" - ], - "thumbv7em-none-eabi": [ - "std" - ], - "thumbv8m.main-none-eabi": [ - "std" - ], - "wasm32-unknown-unknown": [ - "std" - ], - "wasm32-wasi": [ - "std" - ], - "x86_64-apple-darwin": [ - "std" - ], - "x86_64-apple-ios": [ - "std" - ], - "x86_64-fuchsia": [ - "std" - ], - "x86_64-linux-android": [ - "std" - ], - "x86_64-unknown-freebsd": [ - "std" - ], - "x86_64-unknown-none": [ - "std" - ] - } - }, - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"dragonfly\")": [ - { - "id": "errno-dragonfly 0.1.2", - "target": "errno_dragonfly" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0" - }, - "errno-dragonfly 0.1.2": { - "name": "errno-dragonfly", - "version": "0.1.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT" - }, - "event-listener 2.5.3": { - "name": "event-listener", - "version": "2.5.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "eyre 0.6.8": { - "name": "eyre", - "version": "0.6.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/eyre/0.6.8/download", - "sha256": "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "eyre", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "eyre", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto-install", - "default", - "track-caller" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "eyre 0.6.8", - "target": "build_script_build" - }, - { - "id": "indenter 0.3.3", - "target": "indenter" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "failure 0.1.8": { - "name": "failure", - "version": "0.1.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/failure/0.1.8/download", - "sha256": "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" - } - }, - "targets": [ - { - "Library": { - "crate_name": "failure", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "failure", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "backtrace", - "default", - "derive", - "failure_derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "backtrace 0.3.69", - "target": "backtrace" - } - ], - "selects": {} - }, - "edition": "2015", - "proc_macro_deps": { - "common": [ - { - "id": "failure_derive 0.1.8", - "target": "failure_derive" - } - ], - "selects": {} - }, - "version": "0.1.8" - }, - "license": "MIT OR Apache-2.0" - }, - "failure_derive 0.1.8": { - "name": "failure_derive", - "version": "0.1.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/failure_derive/0.1.8/download", - "sha256": "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "failure_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "failure_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "failure_derive 0.1.8", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - }, - { - "id": "synstructure 0.12.6", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "fastrand 1.9.0": { - "name": "fastrand", - "version": "1.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "fastrand 2.0.0": { - "name": "fastrand", - "version": "2.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fastrand/2.0.0/download", - "sha256": "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fastrand", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "fastrand", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "ff 0.13.0": { - "name": "ff", - "version": "0.13.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "MIT/Apache-2.0" - }, - "fiat-crypto 0.2.1": { - "name": "fiat-crypto", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fiat-crypto/0.2.1/download", - "sha256": "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" - } - }, - "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.2.1" - }, - "license": "MIT OR Apache-2.0 OR BSD-1-Clause" - }, - "fixed 1.24.0": { - "name": "fixed", - "version": "1.24.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fixed/1.24.0/download", - "sha256": "02c69ce7e7c0f17aa18fdd9d0de39727adb9c6281f2ad12f57cbe54ae6e76e7d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fixed", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "fixed", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "az 1.2.1", - "target": "az", - "alias": "az_crate" - }, - { - "id": "bytemuck 1.14.0", - "target": "bytemuck" - }, - { - "id": "fixed 1.24.0", - "target": "build_script_build" - }, - { - "id": "half 2.3.1", - "target": "half" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.24.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "flate2 1.0.27": { - "name": "flate2", - "version": "1.0.27", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/flate2/1.0.27/download", - "sha256": "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" - } - }, - "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_impl", - "miniz_oxide", - "rust_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "miniz_oxide 0.7.1", - "target": "miniz_oxide" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.27" - }, - "license": "MIT OR Apache-2.0" - }, - "flex-error 0.4.4": { - "name": "flex-error", - "version": "0.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/flex-error/0.4.4/download", - "sha256": "c606d892c9de11507fa0dcffc116434f94e105d0bbdc4e405b61519464c49d7b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "flex_error", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "flex_error", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "eyre", - "eyre_tracer", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "eyre 0.6.8", - "target": "eyre" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.14", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.4" - }, - "license": "Apache-2.0" - }, - "float-cmp 0.9.0": { - "name": "float-cmp", - "version": "0.9.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.16", - "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://static.crates.io/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" - }, - "foreign-types 0.3.2": { - "name": "foreign-types", - "version": "0.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foreign-types/0.3.2/download", - "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foreign_types", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "foreign_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "foreign-types-shared 0.1.1", - "target": "foreign_types_shared" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.2" - }, - "license": "MIT/Apache-2.0" - }, - "foreign-types-shared 0.1.1": { - "name": "foreign-types-shared", - "version": "0.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download", - "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foreign_types_shared", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "foreign_types_shared", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0" - }, - "form_urlencoded 1.2.0": { - "name": "form_urlencoded", - "version": "1.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/form_urlencoded/1.2.0/download", - "sha256": "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" - } - }, - "targets": [ - { - "Library": { - "crate_name": "form_urlencoded", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "form_urlencoded", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "percent-encoding 2.3.0", - "target": "percent_encoding" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" - }, - "license": "MIT OR Apache-2.0" - }, - "fragile 2.0.0": { - "name": "fragile", - "version": "2.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "futures 0.3.28": { - "name": "futures", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures/0.3.28/download", - "sha256": "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" - } - }, - "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", - "default", - "executor", - "futures-executor", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.28", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-executor 0.3.28", - "target": "futures_executor" - }, - { - "id": "futures-io 0.3.28", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.28", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.28", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "license": "MIT OR Apache-2.0" - }, - "futures-channel 0.3.28": { - "name": "futures-channel", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-channel/0.3.28/download", - "sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" - } - }, - "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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.28", - "target": "build_script_build" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.28", - "target": "futures_sink" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "futures-core 0.3.28": { - "name": "futures-core", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-core/0.3.28/download", - "sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" - } - }, - "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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.28", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "futures-executor 0.3.28": { - "name": "futures-executor", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-executor/0.3.28/download", - "sha256": "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" - } - }, - "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": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-task 0.3.28", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "license": "MIT OR Apache-2.0" - }, - "futures-io 0.3.28": { - "name": "futures-io", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-io/0.3.28/download", - "sha256": "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" - } - }, - "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" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "license": "MIT OR Apache-2.0" - }, - "futures-lite 1.13.0": { - "name": "futures-lite", - "version": "1.13.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-lite/1.13.0/download", - "sha256": "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" - } - }, - "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.28", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.28", - "target": "futures_io" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "parking 2.1.0", - "target": "parking" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "waker-fn 1.1.0", - "target": "waker_fn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.13.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "futures-macro 0.3.28": { - "name": "futures-macro", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-macro/0.3.28/download", - "sha256": "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "license": "MIT OR Apache-2.0" - }, - "futures-sink 0.3.28": { - "name": "futures-sink", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-sink/0.3.28/download", - "sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" - } - }, - "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.28" - }, - "license": "MIT OR Apache-2.0" - }, - "futures-task 0.3.28": { - "name": "futures-task", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-task/0.3.28/download", - "sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" - } - }, - "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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-task 0.3.28", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.28" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "futures-util 0.3.28": { - "name": "futures-util", - "version": "0.3.28", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-util/0.3.28/download", - "sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" - } - }, - "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", - "channel", - "default", - "futures-channel", - "futures-io", - "futures-macro", - "futures-sink", - "io", - "memchr", - "sink", - "slab", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.28", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.28", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.28", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.28", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.28", - "target": "build_script_build" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "pin-utils 0.1.0", - "target": "pin_utils" - }, - { - "id": "slab 0.4.9", - "target": "slab" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "futures-macro 0.3.28", - "target": "futures_macro" - } - ], - "selects": {} - }, - "version": "0.3.28" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "generic-array 0.14.7": { - "name": "generic-array", - "version": "0.14.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/generic-array/0.14.7/download", - "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" - } - }, - "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.7", - "target": "build_script_build" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.14.7" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT" - }, - "genesis-from-db 0.3.0": { - "name": "genesis-from-db", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "const_format 0.2.31", - "target": "const_format" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "merk 2.0.0", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.163", - "target": "serde_derive" - }, - { - "id": "strum_macros 0.24.3", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "getrandom 0.2.10": { - "name": "getrandom", - "version": "0.2.10", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getrandom/0.2.10/download", - "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" - } - }, - "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(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ - { - "id": "js-sys 0.3.64", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.87", - "target": "wasm_bindgen" - } - ], - "cfg(target_os = \"wasi\")": [ - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.2.10" - }, - "license": "MIT OR Apache-2.0" - }, - "gherkin 0.13.0": { - "name": "gherkin", - "version": "0.13.0", - "repository": { - "Git": { - "remote": "https://github.com/fmorency/gherkin.git", - "commitish": { - "Rev": "b378f966281a79b501d59a1bfc2dd7519ad2ac98" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "gherkin", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "gherkin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parser", - "typed-builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "gherkin 0.13.0", - "target": "build_script_build" - }, - { - "id": "peg 0.6.3", - "target": "peg" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "textwrap 0.16.0", - "target": "textwrap" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "typed-builder 0.10.0", - "target": "typed_builder" - } - ], - "selects": {} - }, - "version": "0.13.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.4.1", - "target": "heck" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "gimli 0.28.0": { - "name": "gimli", - "version": "0.28.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/gimli/0.28.0/download", - "sha256": "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" - } - }, - "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.28.0" - }, - "license": "MIT OR Apache-2.0" - }, - "git2 0.18.1": { - "name": "git2", - "version": "0.18.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/git2/0.18.1/download", - "sha256": "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "git2", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "git2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.4.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libgit2-sys 0.16.1+1.7.1", - "target": "libgit2_sys" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.18.1" - }, - "license": "MIT OR Apache-2.0" - }, - "glob 0.3.1": { - "name": "glob", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.13": { - "name": "globset", - "version": "0.4.13", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/globset/0.4.13/download", - "sha256": "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" - } - }, - "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 1.1.1", - "target": "aho_corasick" - }, - { - "id": "bstr 1.6.2", - "target": "bstr" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "regex 1.9.5", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.13" - }, - "license": "Unlicense OR MIT" - }, - "globwalk 0.8.1": { - "name": "globwalk", - "version": "0.8.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/globwalk/0.8.1/download", - "sha256": "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "globwalk", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "globwalk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "ignore 0.4.20", - "target": "ignore" - }, - { - "id": "walkdir 2.4.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.1" - }, - "license": "MIT" - }, - "group 0.13.0": { - "name": "group", - "version": "0.13.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "MIT/Apache-2.0" - }, - "h2 0.3.21": { - "name": "h2", - "version": "0.3.21", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/h2/0.3.21/download", - "sha256": "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" - } - }, - "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.5.0", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.28", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - }, - { - "id": "slab 0.4.9", - "target": "slab" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.9", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.21" - }, - "license": "MIT" - }, - "half 1.8.2": { - "name": "half", - "version": "1.8.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/half/1.8.2/download", - "sha256": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "half", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.8.2" - }, - "license": "MIT OR Apache-2.0" - }, - "half 2.3.1": { - "name": "half", - "version": "2.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/half/2.3.1/download", - "sha256": "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" - } - }, - "targets": [ - { - "Library": { - "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "half", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": { - "cfg(target_arch = \"spirv\")": [ - { - "id": "crunchy 0.2.2", - "target": "crunchy" - } - ] - } - }, - "edition": "2021", - "version": "2.3.1" - }, - "license": "MIT OR Apache-2.0" - }, - "hashbrown 0.12.3": { - "name": "hashbrown", - "version": "0.12.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "raw" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.3" - }, - "license": "MIT OR Apache-2.0" - }, - "hashbrown 0.14.0": { - "name": "hashbrown", - "version": "0.14.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.14.0/download", - "sha256": "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "raw" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.0" - }, - "license": "MIT OR Apache-2.0" - }, - "headers 0.3.9": { - "name": "headers", - "version": "0.3.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/headers/0.3.9/download", - "sha256": "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" - } - }, - "targets": [ - { - "Library": { - "crate_name": "headers", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "headers", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "headers-core 0.2.0", - "target": "headers_core" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.9" - }, - "license": "MIT" - }, - "headers-core 0.2.0": { - "name": "headers-core", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/headers-core/0.2.0/download", - "sha256": "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" - } - }, - "targets": [ - { - "Library": { - "crate_name": "headers_core", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "headers_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "http 0.2.9", - "target": "http" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.0" - }, - "license": "MIT" - }, - "heck 0.3.3": { - "name": "heck", - "version": "0.3.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/heck/0.3.3/download", - "sha256": "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "heck", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "heck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-segmentation 1.10.1", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0" - }, - "heck 0.4.1": { - "name": "heck", - "version": "0.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.19" - }, - "license": "MIT/Apache-2.0" - }, - "hermit-abi 0.3.3": { - "name": "hermit-abi", - "version": "0.3.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.3.3/download", - "sha256": "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" - } - }, - "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.3" - }, - "license": "MIT OR Apache-2.0" - }, - "hex 0.4.3": { - "name": "hex", - "version": "0.4.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0" - }, - "hidapi 1.5.0": { - "name": "hidapi", - "version": "1.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hidapi/1.5.0/download", - "sha256": "798154e4b6570af74899d71155fb0072d5b17e6aa12f39c8ef22c60fb8ec99e7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hidapi", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "hidapi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "illumos-static-libusb", - "linux-static-libusb" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hidapi 1.5.0", - "target": "build_script_build" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "1.5.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "hidapi" - }, - "license": "MIT" - }, - "hmac 0.12.1": { - "name": "hmac", - "version": "0.12.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" - }, - "license": "MIT OR Apache-2.0" - }, - "home 0.5.5": { - "name": "home", - "version": "0.5.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/home/0.5.5/download", - "sha256": "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "home", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "home", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.5.5" - }, - "license": "MIT OR Apache-2.0" - }, - "hostname 0.3.1": { - "name": "hostname", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "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://static.crates.io/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.5.0", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "itoa 1.0.9", - "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://static.crates.io/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.5.0", - "target": "bytes" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.5" - }, - "license": "MIT" - }, - "http-proxy 0.3.0": { - "name": "http-proxy", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "http-proxy 0.3.0", - "target": "build_script_build" - }, - { - "id": "log-panics 2.1.0", - "target": "log_panics" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "new_mime_guess 4.0.1", - "target": "new_mime_guess" - }, - { - "id": "syslog-tracing 0.2.0", - "target": "syslog_tracing" - }, - { - "id": "tiny_http 0.12.0", - "target": "tiny_http" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "httparse 1.8.0": { - "name": "httparse", - "version": "1.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "httpdate 1.0.3": { - "name": "httpdate", - "version": "1.0.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/httpdate/1.0.3/download", - "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "httpdate", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "httpdate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.3" - }, - "license": "MIT OR Apache-2.0" - }, - "humantime 2.1.0": { - "name": "humantime", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.27": { - "name": "hyper", - "version": "0.14.27", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper/0.14.27/download", - "sha256": "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" - } - }, - "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", - "socket2", - "tcp" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "futures-channel 0.3.28", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - }, - { - "id": "h2 0.3.21", - "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.3", - "target": "httpdate" - }, - { - "id": "itoa 1.0.9", - "target": "itoa" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tower-service 0.3.2", - "target": "tower_service" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "want 0.3.1", - "target": "want" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.27" - }, - "license": "MIT" - }, - "hyper-proxy 0.9.1": { - "name": "hyper-proxy", - "version": "0.9.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-proxy/0.9.1/download", - "sha256": "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_proxy", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "hyper_proxy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "hyper-rustls", - "rustls", - "rustls-base", - "rustls-native-certs", - "tokio-rustls", - "webpki" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "headers 0.3.9", - "target": "headers" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "hyper 0.14.27", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.22.1", - "target": "hyper_rustls" - }, - { - "id": "rustls-native-certs 0.5.0", - "target": "rustls_native_certs" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.22.0", - "target": "tokio_rustls" - }, - { - "id": "tower-service 0.3.2", - "target": "tower_service" - }, - { - "id": "webpki 0.21.4", - "target": "webpki" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.1" - }, - "license": "MIT" - }, - "hyper-rustls 0.22.1": { - "name": "hyper-rustls", - "version": "0.22.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-rustls/0.22.1/download", - "sha256": "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" - } - }, - "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": [ - "ct-logs", - "default", - "native-tokio", - "rustls-native-certs", - "tokio-runtime", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ct-logs 0.8.0", - "target": "ct_logs" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - }, - { - "id": "hyper 0.14.27", - "target": "hyper" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "rustls 0.19.1", - "target": "rustls" - }, - { - "id": "rustls-native-certs 0.5.0", - "target": "rustls_native_certs" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.22.0", - "target": "tokio_rustls" - }, - { - "id": "webpki 0.21.4", - "target": "webpki" - }, - { - "id": "webpki-roots 0.21.1", - "target": "webpki_roots" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.1" - }, - "license": "Apache-2.0/ISC/MIT" - }, - "hyper-tls 0.5.0": { - "name": "hyper-tls", - "version": "0.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-tls/0.5.0/download", - "sha256": "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_tls", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "hyper_tls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "hyper 0.14.27", - "target": "hyper" - }, - { - "id": "native-tls 0.2.11", - "target": "native_tls" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tokio-native-tls 0.3.1", - "target": "tokio_native_tls" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT/Apache-2.0" - }, - "ident_case 1.0.1": { - "name": "ident_case", - "version": "1.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.4.0": { - "name": "idna", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/idna/0.4.0/download", - "sha256": "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "idna", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "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.4.0" - }, - "license": "MIT OR Apache-2.0" - }, - "idstore-export 0.3.0": { - "name": "idstore-export", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "merk 2.0.0", - "target": "merk" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.163", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "ignore 0.4.20": { - "name": "ignore", - "version": "0.4.20", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ignore/0.4.20/download", - "sha256": "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ignore", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ignore", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "globset 0.4.13", - "target": "globset" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "same-file 1.0.6", - "target": "same_file" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "walkdir 2.4.0", - "target": "walkdir" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.6", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "0.4.20" - }, - "license": "Unlicense OR MIT" - }, - "indenter 0.3.3": { - "name": "indenter", - "version": "0.3.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indenter/0.3.3/download", - "sha256": "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indenter", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "indenter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0" - }, - "indexmap 1.9.3": { - "name": "indexmap", - "version": "1.9.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indexmap/1.9.3/download", - "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" - } - }, - "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": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.12.3", - "target": "hashbrown" - }, - { - "id": "indexmap 1.9.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.3" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "indexmap 2.0.0": { - "name": "indexmap", - "version": "2.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indexmap/2.0.0/download", - "sha256": "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indexmap", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "indexmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "hashbrown 0.14.0", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "indicatif 0.17.6": { - "name": "indicatif", - "version": "0.17.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indicatif/0.17.6/download", - "sha256": "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indicatif", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "indicatif", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unicode-width" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "number_prefix 0.4.0", - "target": "number_prefix" - }, - { - "id": "portable-atomic 1.4.3", - "target": "portable_atomic" - }, - { - "id": "unicode-width 0.1.11", - "target": "unicode_width" - } - ], - "selects": { - "cfg(target_arch = \"wasm32\")": [ - { - "id": "instant 0.1.12", - "target": "instant" - } - ] - } - }, - "edition": "2018", - "version": "0.17.6" - }, - "license": "MIT" - }, - "inflections 1.1.1": { - "name": "inflections", - "version": "1.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inflections/1.1.1/download", - "sha256": "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inflections", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "inflections", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.1" - }, - "license": "MIT" - }, - "inout 0.1.3": { - "name": "inout", - "version": "0.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7", - "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://static.crates.io/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" - }, - "inventory 0.3.12": { - "name": "inventory", - "version": "0.3.12", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inventory/0.3.12/download", - "sha256": "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inventory", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "inventory", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.12" - }, - "license": "MIT OR Apache-2.0" - }, - "io-lifetimes 1.0.11": { - "name": "io-lifetimes", - "version": "1.0.11", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/io-lifetimes/1.0.11/download", - "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" - } - }, - "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", - "hermit-abi", - "libc", - "windows-sys" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "io-lifetimes 1.0.11", - "target": "build_script_build" - } - ], - "selects": { - "cfg(not(windows))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.3", - "target": "hermit_abi" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "1.0.11" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" - }, - "ipconfig 0.3.2": { - "name": "ipconfig", - "version": "0.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ipconfig/0.3.2/download", - "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" - } - }, - "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.2", - "target": "build_script_build" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "socket2 0.5.4", - "target": "socket2" - }, - { - "id": "widestring 1.0.2", - "target": "widestring" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - }, - { - "id": "winreg 0.50.0", - "target": "winreg" - } - ] - } - }, - "edition": "2018", - "version": "0.3.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "ipnet 2.8.0": { - "name": "ipnet", - "version": "2.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ipnet/2.8.0/download", - "sha256": "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" - } - }, - "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", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.8.0" - }, - "license": "MIT OR Apache-2.0" - }, - "is-terminal 0.4.9": { - "name": "is-terminal", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/is-terminal/0.4.9/download", - "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" - } - }, - "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": [], - "selects": { - "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ - { - "id": "rustix 0.38.14", - "target": "rustix" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.3", - "target": "hermit_abi" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.4.9" - }, - "license": "MIT" - }, - "itertools 0.10.5": { - "name": "itertools", - "version": "0.10.5", - "repository": { - "Http": { - "url": "https://static.crates.io/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.9.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.5" - }, - "license": "MIT/Apache-2.0" - }, - "itertools 0.11.0": { - "name": "itertools", - "version": "0.11.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.11.0/download", - "sha256": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" - } - }, - "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.9.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0" - }, - "itoa 1.0.9": { - "name": "itoa", - "version": "1.0.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itoa/1.0.9/download", - "sha256": "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" - } - }, - "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.9" - }, - "license": "MIT OR Apache-2.0" - }, - "jobserver 0.1.26": { - "name": "jobserver", - "version": "0.1.26", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.1.26" - }, - "license": "MIT/Apache-2.0" - }, - "js-sys 0.3.64": { - "name": "js-sys", - "version": "0.3.64", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/js-sys/0.3.64/download", - "sha256": "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" - } - }, - "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.87", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.64" - }, - "license": "MIT/Apache-2.0" - }, - "json5 0.4.1": { - "name": "json5", - "version": "0.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/json5/0.4.1/download", - "sha256": "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "json5", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "json5", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pest 2.7.3", - "target": "pest" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "pest_derive 2.7.3", - "target": "pest_derive" - } - ], - "selects": {} - }, - "version": "0.4.1" - }, - "license": "ISC" - }, - "keccak 0.1.4": { - "name": "keccak", - "version": "0.1.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/keccak/0.1.4/download", - "sha256": "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" - } - }, - "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.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.1.4" - }, - "license": "Apache-2.0 OR MIT" - }, - "kvstore 0.3.0": { - "name": "kvstore", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "indicatif 0.17.6", - "target": "indicatif" - }, - { - "id": "log-panics 2.1.0", - "target": "log_panics" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "syslog-tracing 0.2.0", - "target": "syslog_tracing" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "lazy-regex 3.0.2": { - "name": "lazy-regex", - "version": "3.0.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lazy-regex/3.0.2/download", - "sha256": "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lazy_regex", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "lazy_regex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "regex 1.9.5", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "lazy-regex-proc_macros 3.0.1", - "target": "lazy_regex_proc_macros" - } - ], - "selects": {} - }, - "version": "3.0.2" - }, - "license": "MIT" - }, - "lazy-regex-proc_macros 3.0.1": { - "name": "lazy-regex-proc_macros", - "version": "3.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lazy-regex-proc_macros/3.0.1/download", - "sha256": "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "lazy_regex_proc_macros", - "crate_root": "mod.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "lazy_regex_proc_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.1" - }, - "license": "MIT" - }, - "lazy_static 1.4.0": { - "name": "lazy_static", - "version": "1.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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" - }, - "ledger 0.3.0": { - "name": "ledger", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "humantime 2.1.0", - "target": "humantime" - }, - { - "id": "indicatif 0.17.6", - "target": "indicatif" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "mime_guess 2.0.4", - "target": "mime_guess" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "rpassword 7.2.0", - "target": "rpassword" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "ledger-db 0.3.0": { - "name": "ledger-db", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "merk 2.0.0", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "libc 0.2.148": { - "name": "libc", - "version": "0.2.148", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libc/0.2.148/download", - "sha256": "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" - } - }, - "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", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "extra_traits" - ], - "aarch64-apple-ios": [ - "extra_traits" - ], - "aarch64-apple-ios-sim": [ - "extra_traits" - ], - "aarch64-fuchsia": [ - "extra_traits" - ], - "aarch64-linux-android": [ - "extra_traits" - ], - "armv7-linux-androideabi": [ - "extra_traits" - ], - "i686-apple-darwin": [ - "extra_traits" - ], - "i686-linux-android": [ - "extra_traits" - ], - "i686-unknown-freebsd": [ - "extra_traits" - ], - "powerpc-unknown-linux-gnu": [ - "extra_traits" - ], - "riscv32imc-unknown-none-elf": [ - "extra_traits" - ], - "riscv64gc-unknown-none-elf": [ - "extra_traits" - ], - "s390x-unknown-linux-gnu": [ - "extra_traits" - ], - "thumbv7em-none-eabi": [ - "extra_traits" - ], - "thumbv8m.main-none-eabi": [ - "extra_traits" - ], - "wasm32-unknown-unknown": [ - "extra_traits" - ], - "wasm32-wasi": [ - "extra_traits" - ], - "x86_64-apple-darwin": [ - "extra_traits" - ], - "x86_64-apple-ios": [ - "extra_traits" - ], - "x86_64-fuchsia": [ - "extra_traits" - ], - "x86_64-linux-android": [ - "extra_traits" - ], - "x86_64-unknown-freebsd": [ - "extra_traits" - ], - "x86_64-unknown-none": [ - "extra_traits" - ] - } - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.148" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "libgit2-sys 0.16.1+1.7.1": { - "name": "libgit2-sys", - "version": "0.16.1+1.7.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libgit2-sys/0.16.1+1.7.1/download", - "sha256": "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libgit2_sys", - "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "libgit2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libgit2-sys 0.16.1+1.7.1", - "target": "build_script_build" - }, - { - "id": "libz-sys 1.1.12", - "target": "libz_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.1+1.7.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "git2" - }, - "license": "MIT OR Apache-2.0" - }, - "libloading 0.7.4": { - "name": "libloading", - "version": "0.7.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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.2.7": { - "name": "libm", - "version": "0.2.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libm/0.2.7/download", - "sha256": "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" - } - }, - "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.7", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.7" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "librocksdb-sys 0.8.3+7.4.4": { - "name": "librocksdb-sys", - "version": "0.8.3+7.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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", - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "librocksdb-sys 0.8.3+7.4.4", - "target": "build_script_build" - } - ], - "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.83", - "target": "cc" - }, - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "CXXFLAGS": "-Wno-error=coverage-invalid-line-number" - }, - "selects": {} - }, - "links": "rocksdb" - }, - "license": "MIT/Apache-2.0/BSD-3-Clause" - }, - "libudev 0.2.0": { - "name": "libudev", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libudev/0.2.0/download", - "sha256": "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libudev", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "libudev", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libudev-sys 0.1.4", - "target": "libudev_sys" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.0" - }, - "license": "MIT" - }, - "libudev-sys 0.1.4": { - "name": "libudev-sys", - "version": "0.1.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libudev-sys/0.1.4/download", - "sha256": "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324", - "patch_args": [ - "-p1" - ], - "patches": [ - "@//third_party/cargo/patches:libudev-sys-0.1.4.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "libudev_sys", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "libudev_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libudev-sys 0.1.4", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.4" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "libudev" - }, - "license": "MIT" - }, - "libz-sys 1.1.12": { - "name": "libz-sys", - "version": "1.1.12", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libz-sys/1.1.12/download", - "sha256": "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" - } - }, - "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": [ - "**" - ], - "crate_features": { - "common": [ - "libc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "libz-sys 1.1.12", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.12" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, - "links": "z" - }, - "license": "MIT OR Apache-2.0" - }, - "linked-hash-map 0.5.6": { - "name": "linked-hash-map", - "version": "0.5.6", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "linkme 0.3.15": { - "name": "linkme", - "version": "0.3.15", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linkme/0.3.15/download", - "sha256": "9f948366ad5bb46b5514ba7a7a80643726eef08b06632592699676748c8bc33b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "linkme", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "linkme", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "used_linker" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "linkme-impl 0.3.15", - "target": "linkme_impl" - } - ], - "selects": {} - }, - "version": "0.3.15" - }, - "license": "MIT OR Apache-2.0" - }, - "linkme-impl 0.3.15": { - "name": "linkme-impl", - "version": "0.3.15", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linkme-impl/0.3.15/download", - "sha256": "bc28438cad73dcc90ff3466fc329a9252b1b8ba668eb0d5668ba97088cf4eef0" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "linkme_impl", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "linkme_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "used_linker" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.15" - }, - "license": "MIT OR Apache-2.0" - }, - "linux-raw-sys 0.3.8": { - "name": "linux-raw-sys", - "version": "0.3.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.3.8/download", - "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" - } - }, - "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": [ - "general", - "ioctl", - "no_std" - ], - "selects": { - "aarch64-unknown-linux-gnu": [ - "errno" - ], - "arm-unknown-linux-gnueabi": [ - "errno" - ], - "armv7-unknown-linux-gnueabi": [ - "errno" - ], - "i686-unknown-linux-gnu": [ - "errno" - ], - "x86_64-unknown-linux-gnu": [ - "errno" - ] - } - }, - "edition": "2018", - "version": "0.3.8" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" - }, - "linux-raw-sys 0.4.7": { - "name": "linux-raw-sys", - "version": "0.4.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.4.7/download", - "sha256": "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" - } - }, - "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": [ - "elf", - "errno", - "general", - "ioctl", - "no_std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.7" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" - }, - "lock_api 0.4.10": { - "name": "lock_api", - "version": "0.4.10", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lock_api/0.4.10/download", - "sha256": "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" - } - }, - "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": [ - "**" - ], - "crate_features": { - "common": [ - "atomic_usize", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lock_api 0.4.10", - "target": "build_script_build" - }, - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.10" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "log 0.4.20": { - "name": "log", - "version": "0.4.20", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/log/0.4.20/download", - "sha256": "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "log", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "log", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.20" - }, - "license": "MIT OR Apache-2.0" - }, - "log-panics 2.1.0": { - "name": "log-panics", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/log-panics/2.1.0/download", - "sha256": "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "log_panics", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "log_panics", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "backtrace", - "with-backtrace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "backtrace 0.3.69", - "target": "backtrace" - }, - { - "id": "log 0.4.20", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.1.0" - }, - "license": "MIT/Apache-2.0" - }, - "lru-cache 0.1.2": { - "name": "lru-cache", - "version": "0.1.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "many 0.3.0": { - "name": "many", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "cbor-diag 0.1.12", - "target": "cbor_diag" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rpassword 7.2.0", - "target": "rpassword" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-recursion 1.0.5", - "target": "async_recursion" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-abci 0.3.0": { - "name": "many-abci", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_abci", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_abci", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "ciborium 0.2.1", - "target": "ciborium" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "linkme 0.3.15", - "target": "linkme" - }, - { - "id": "many-abci 0.3.0", - "target": "build_script_build" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-integer 0.1.45", - "target": "num_integer" - }, - { - "id": "reqwest 0.11.20", - "target": "reqwest" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "tendermint 0.29.1", - "target": "tendermint" - }, - { - "id": "tendermint-abci 0.29.1", - "target": "tendermint_abci" - }, - { - "id": "tendermint-proto 0.29.1", - "target": "tendermint_proto" - }, - { - "id": "tendermint-rpc 0.29.1", - "target": "tendermint_rpc" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "many-cli-helpers 0.3.0": { - "name": "many-cli-helpers", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_cli_helpers", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_cli_helpers", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "log-panics 2.1.0", - "target": "log_panics" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "syslog-tracing 0.2.0", - "target": "syslog_tracing" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-client 0.3.0": { - "name": "many-client", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_client", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_client", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "derive_builder 0.12.0", - "target": "derive_builder" - }, - { - "id": "ecdsa 0.16.8", - "target": "ecdsa" - }, - { - "id": "fixed 1.24.0", - "target": "fixed" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "reqwest 0.11.20", - "target": "reqwest" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "tiny_http 0.12.0", - "target": "tiny_http" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "num-derive 0.3.3", - "target": "num_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-client-macros 0.3.0": { - "name": "many-client-macros", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "ProcMacro": { - "crate_name": "many_client_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_client_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-compute 0.3.0": { - "name": "many-compute", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_compute", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_compute", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "many-compute 0.3.0", - "target": "build_script_build" - }, - { - "id": "merk 2.0.0-ll", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "serde_yaml 0.9.25", - "target": "serde_yaml" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "many-error 0.3.0": { - "name": "many-error", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_error", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_error", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "minicbor" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "regex 1.9.5", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "num-derive 0.3.3", - "target": "num_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-identity 0.3.0": { - "name": "many-identity", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_identity", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_identity", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "coset", - "default", - "minicbor", - "raw", - "serde", - "testing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "serde_test 1.0.176", - "target": "serde_test" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-identity-dsa 0.3.0": { - "name": "many-identity-dsa", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_identity_dsa", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_identity_dsa", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "coset", - "default", - "ecdsa", - "ed25519", - "minicbor", - "serde", - "testing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "ed25519 2.2.2", - "target": "ed25519" - }, - { - "id": "ed25519-dalek 2.0.0", - "target": "ed25519_dalek" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "serde_test 1.0.176", - "target": "serde_test" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-identity-hsm 0.3.0": { - "name": "many-identity-hsm", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_identity_hsm", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_identity_hsm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "asn1 0.15.5", - "target": "asn1" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "cryptoki 0.3.1", - "target": "cryptoki" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-identity-webauthn 0.3.0": { - "name": "many-identity-webauthn", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_identity_webauthn", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_identity_webauthn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "identity" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "authenticator-ctap2-2021 0.3.2-dev.1", - "target": "authenticator_ctap2_2021" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rpassword 7.2.0", - "target": "rpassword" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "webauthn-authenticator-rs 0.4.9", - "target": "webauthn_authenticator_rs" - }, - { - "id": "webauthn-rs 0.4.8", - "target": "webauthn_rs" - }, - { - "id": "webauthn-rs-proto 0.4.9", - "target": "webauthn_rs_proto" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-kvstore 0.3.0": { - "name": "many-kvstore", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_kvstore", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_kvstore", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "many-kvstore 0.3.0", - "target": "build_script_build" - }, - { - "id": "merk 2.0.0-ll", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "many-ledger 0.3.0": { - "name": "many-ledger", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_ledger", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_ledger", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "balance_testing", - "migration_testing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "bip39-dict 0.1.1", - "target": "bip39_dict" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "const_format 0.2.31", - "target": "const_format" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "fixed 1.24.0", - "target": "fixed" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "linkme 0.3.15", - "target": "linkme" - }, - { - "id": "many-ledger 0.3.0", - "target": "build_script_build" - }, - { - "id": "merk 2.0.0", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "cucumber 0.20.0", - "target": "cucumber" - }, - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "many-ledger-test-macros 0.3.0": { - "name": "many-ledger-test-macros", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "ProcMacro": { - "crate_name": "many_ledger_test_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_ledger_test_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "Apache-2.0" - }, - "many-ledger-test-utils 0.3.0": { - "name": "many-ledger-test-utils", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_ledger_test_utils", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_ledger_test_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "cucumber 0.20.0", - "target": "cucumber" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "merk 2.0.0", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "Apache-2.0" - }, - "many-macros 0.3.0": { - "name": "many-macros", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "ProcMacro": { - "crate_name": "many_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "inflections 1.1.1", - "target": "inflections" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_tokenstream 0.2.0", - "target": "serde_tokenstream" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-migration 0.3.0": { - "name": "many-migration", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_migration", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_migration", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "linkme 0.3.15", - "target": "linkme" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-mock 0.3.0": { - "name": "many-mock", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_mock", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_mock", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cbor-diag 0.1.12", - "target": "cbor_diag" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "toml 0.7.8", - "target": "toml" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "ciborium 0.2.1", - "target": "ciborium" - }, - { - "id": "cucumber 0.20.0", - "target": "cucumber" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-modules 0.3.0": { - "name": "many-modules", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_modules", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_modules", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cucumber" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "derive_builder 0.12.0", - "target": "derive_builder" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num_enum 0.6.1", - "target": "num_enum" - }, - { - "id": "strum 0.24.1", - "target": "strum" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "cbor-diag 0.1.12", - "target": "cbor_diag" - }, - { - "id": "mockall 0.11.4", - "target": "mockall" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "smol 1.3.0", - "target": "smol" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "strum_macros 0.24.3", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-protocol 0.3.0": { - "name": "many-protocol", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_protocol", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_protocol", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "derive_builder 0.12.0", - "target": "derive_builder" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "proptest 1.2.0", - "target": "proptest" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "num-derive 0.3.3", - "target": "num_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-server 0.3.0": { - "name": "many-server", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_server", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_server", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "testing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "derive_builder 0.12.0", - "target": "derive_builder" - }, - { - "id": "fixed 1.24.0", - "target": "fixed" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tiny_http 0.12.0", - "target": "tiny_http" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "semver 1.0.18", - "target": "semver" - }, - { - "id": "smol 1.3.0", - "target": "smol" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "num-derive 0.3.3", - "target": "num_derive" - }, - { - "id": "strum_macros 0.24.3", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-server-cache 0.3.0": { - "name": "many-server-cache", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_server_cache", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_server_cache", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "rocksdb 0.19.0", - "target": "rocksdb" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "many-types 0.3.0": { - "name": "many-types", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_types", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cucumber", - "proptest" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "fixed 1.24.0", - "target": "fixed" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "proptest 1.2.0", - "target": "proptest" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "strum 0.25.0", - "target": "strum" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "cbor-diag 0.1.12", - "target": "cbor_diag" - }, - { - "id": "serde_test 1.0.176", - "target": "serde_test" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_more 0.99.17", - "target": "derive_more" - }, - { - "id": "num-derive 0.3.3", - "target": "num_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": null - }, - "many-web 0.3.0": { - "name": "many-web", - "version": "0.3.0", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "many_web", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "many_web", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "coset 0.3.4", - "target": "coset" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "many-web 0.3.0", - "target": "build_script_build" - }, - { - "id": "merk 2.0.0-ll", - "target": "merk" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "serde_yaml 0.9.25", - "target": "serde_yaml" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "strum 0.24.1", - "target": "strum" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "trust-dns-resolver 0.23.0", - "target": "trust_dns_resolver" - }, - { - "id": "walkdir 2.4.0", - "target": "walkdir" - }, - { - "id": "zip 0.6.6", - "target": "zip" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "cucumber 0.19.1", - "target": "cucumber" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "vergen 8.2.5", - "target": "vergen" - } - ], - "selects": {} - } - }, - "license": null - }, - "match_cfg 0.1.0": { - "name": "match_cfg", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "memchr 2.6.3": { - "name": "memchr", - "version": "2.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memchr/2.6.3/download", - "sha256": "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memchr", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "memchr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std", - "use_std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.6.3" - }, - "license": "Unlicense OR MIT" - }, - "memoffset 0.6.5": { - "name": "memoffset", - "version": "0.6.5", - "repository": { - "Http": { - "url": "https://static.crates.io/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": {} - } - }, - "license": "MIT" - }, - "merk 2.0.0": { - "name": "merk", - "version": "2.0.0", - "repository": { - "Git": { - "remote": "https://github.com/liftedinit/merk.git", - "commitish": { - "Rev": "857bf81963d9282ab03438da5013e1f816bd9da1" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "merk", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "merk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "blake3", - "byteorder", - "colored", - "default", - "ed", - "full", - "hex", - "num_cpus", - "rand", - "rocksdb", - "verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "blake3 0.3.8", - "target": "blake3" - }, - { - "id": "byteorder 1.4.3", - "target": "byteorder" - }, - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "ed 0.3.0", - "target": "ed" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rocksdb 0.19.0", - "target": "rocksdb" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" - }, - "license": "MIT" - }, - "merk 2.0.0-ll": { - "name": "merk", - "version": "2.0.0-ll", - "repository": { - "Git": { - "remote": "https://github.com/liftedinit/merk.git", - "commitish": { - "Rev": "532eb097ec50f3553c5294971c152b4e7c7d4731" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "merk", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "merk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "byteorder", - "colored", - "default", - "ed", - "failure", - "full", - "hex", - "num_cpus", - "rand", - "rocksdb", - "time", - "verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "byteorder 1.4.3", - "target": "byteorder" - }, - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "ed 0.3.0", - "target": "ed" - }, - { - "id": "failure 0.1.8", - "target": "failure" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rocksdb 0.19.0", - "target": "rocksdb" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "time 0.3.26", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0-ll" - }, - "license": "MIT" - }, - "mime 0.3.17": { - "name": "mime", - "version": "0.3.17", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mime/0.3.17/download", - "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mime", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "mime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.17" - }, - "license": "MIT OR Apache-2.0" - }, - "mime_guess 2.0.4": { - "name": "mime_guess", - "version": "2.0.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mime_guess/2.0.4/download", - "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mime_guess", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "mime_guess", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rev-mappings" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "mime_guess 2.0.4", - "target": "build_script_build" - }, - { - "id": "unicase 2.7.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.0.4" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.7.0", - "target": "unicase" - } - ], - "selects": {} - } - }, - "license": "MIT" - }, - "minicbor 0.19.1": { - "name": "minicbor", - "version": "0.19.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minicbor/0.19.1/download", - "sha256": "d7005aaf257a59ff4de471a9d5538ec868a21586534fff7f85dd97d4043a6139" - } - }, - "targets": [ - { - "Library": { - "crate_name": "minicbor", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "minicbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive", - "half", - "minicbor-derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "half 1.8.2", - "target": "half" - }, - { - "id": "minicbor 0.19.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "minicbor-derive 0.13.0", - "target": "minicbor_derive" - } - ], - "selects": {} - }, - "version": "0.19.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "BlueOak-1.0.0" - }, - "minicbor-derive 0.13.0": { - "name": "minicbor-derive", - "version": "0.13.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minicbor-derive/0.13.0/download", - "sha256": "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "minicbor_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "minicbor_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "BlueOak-1.0.0" - }, - "minimal-lexical 0.2.1": { - "name": "minimal-lexical", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7.1": { - "name": "miniz_oxide", - "version": "0.7.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download", - "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" - } - }, - "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.7.1" - }, - "license": "MIT OR Zlib OR Apache-2.0" - }, - "mio 0.8.8": { - "name": "mio", - "version": "0.8.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mio/0.8.8/download", - "sha256": "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mio", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "mio", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "net", - "os-ext", - "os-poll" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.8.8" - }, - "license": "MIT" - }, - "mockall 0.11.4": { - "name": "mockall", - "version": "0.11.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mockall/0.11.4/download", - "sha256": "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" - } - }, - "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.4", - "target": "mockall_derive" - } - ], - "selects": {} - }, - "version": "0.11.4" - }, - "license": "MIT/Apache-2.0" - }, - "mockall_derive 0.11.4": { - "name": "mockall_derive", - "version": "0.11.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mockall_derive/0.11.4/download", - "sha256": "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.4" - }, - "license": "MIT/Apache-2.0" - }, - "native-tls 0.2.11": { - "name": "native-tls", - "version": "0.2.11", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/native-tls/0.2.11/download", - "sha256": "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "native_tls", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "native_tls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "native-tls 0.2.11", - "target": "build_script_build" - } - ], - "selects": { - "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "security-framework 2.9.2", - "target": "security_framework" - }, - { - "id": "security-framework-sys 2.9.1", - "target": "security_framework_sys" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - } - ], - "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))": [ - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "openssl 0.10.57", - "target": "openssl" - }, - { - "id": "openssl-probe 0.1.5", - "target": "openssl_probe" - }, - { - "id": "openssl-sys 0.9.93", - "target": "openssl_sys" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "schannel 0.1.22", - "target": "schannel" - } - ] - } - }, - "edition": "2015", - "version": "0.2.11" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "new_mime_guess 4.0.1": { - "name": "new_mime_guess", - "version": "4.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/new_mime_guess/4.0.1/download", - "sha256": "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "new_mime_guess", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "new_mime_guess", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rev-mappings" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "new_mime_guess 4.0.1", - "target": "build_script_build" - }, - { - "id": "unicase 2.7.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.0.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.7.0", - "target": "unicase" - } - ], - "selects": {} - } - }, - "license": "MIT" - }, - "nom 7.1.3": { - "name": "nom", - "version": "7.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "minimal-lexical 0.2.1", - "target": "minimal_lexical" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.1.3" - }, - "license": "MIT" - }, - "nom_locate 4.2.0": { - "name": "nom_locate", - "version": "4.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nom_locate/4.2.0/download", - "sha256": "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nom_locate", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "nom_locate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytecount 0.6.3", - "target": "bytecount" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.2.0" - }, - "license": "MIT" - }, - "normalize-line-endings 0.3.0": { - "name": "normalize-line-endings", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "nu-ansi-term 0.46.0": { - "name": "nu-ansi-term", - "version": "0.46.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nu-ansi-term/0.46.0/download", - "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nu_ansi_term", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "nu_ansi_term", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "overload 0.1.1", - "target": "overload" - } - ], - "selects": { - "cfg(target_os = \"windows\")": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.46.0" - }, - "license": "MIT" - }, - "num-bigint 0.4.4": { - "name": "num-bigint", - "version": "0.4.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.4.4/download", - "sha256": "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" - } - }, - "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": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.4", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.45", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.4" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "num-derive 0.3.3": { - "name": "num-derive", - "version": "0.3.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-derive/0.3.3/download", - "sha256": "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "num_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "num_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0" - }, - "num-integer 0.1.45": { - "name": "num-integer", - "version": "0.1.45", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "default", - "i128", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.45", - "target": "build_script_build" - }, - { - "id": "num-traits 0.2.16", - "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": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "num-rational 0.4.1": { - "name": "num-rational", - "version": "0.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.4", - "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.16", - "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": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "num-traits 0.2.16": { - "name": "num-traits", - "version": "0.2.16", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-traits/0.2.16/download", - "sha256": "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" - } - }, - "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", - "libm", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.7", - "target": "libm" - }, - { - "id": "num-traits 0.2.16", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.16" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "num_cpus 1.16.0": { - "name": "num_cpus", - "version": "1.16.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", - "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" - } - }, - "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(not(windows))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.3", - "target": "hermit_abi" - } - ] - } - }, - "edition": "2015", - "version": "1.16.0" - }, - "license": "MIT OR Apache-2.0" - }, - "num_enum 0.6.1": { - "name": "num_enum", - "version": "0.6.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_enum/0.6.1/download", - "sha256": "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_enum", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "num_enum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "num_enum_derive 0.6.1", - "target": "num_enum_derive" - } - ], - "selects": {} - }, - "version": "0.6.1" - }, - "license": "BSD-3-Clause OR MIT OR Apache-2.0" - }, - "num_enum_derive 0.6.1": { - "name": "num_enum_derive", - "version": "0.6.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_enum_derive/0.6.1/download", - "sha256": "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "num_enum_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "num_enum_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "proc-macro-crate", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro-crate 1.3.1", - "target": "proc_macro_crate" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.1" - }, - "license": "BSD-3-Clause OR MIT OR Apache-2.0" - }, - "num_threads 0.1.6": { - "name": "num_threads", - "version": "0.1.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_threads/0.1.6/download", - "sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_threads", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "num_threads", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ] - } - }, - "edition": "2015", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0" - }, - "number_prefix 0.4.0": { - "name": "number_prefix", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/number_prefix/0.4.0/download", - "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "number_prefix", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "number_prefix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" - }, - "license": "MIT" - }, - "object 0.32.1": { - "name": "object", - "version": "0.32.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/object/0.32.1/download", - "sha256": "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" - } - }, - "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.6.3", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.32.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "oid-registry 0.4.0": { - "name": "oid-registry", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "crypto", - "default", - "kdf", - "nist_algs", - "pkcs1", - "pkcs12", - "pkcs7", - "pkcs9", - "registry", - "x509", - "x962" - ], - "selects": {} - }, - "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": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "once_cell 1.18.0": { - "name": "once_cell", - "version": "1.18.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/once_cell/1.18.0/download", - "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" - } - }, - "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" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.18.0" - }, - "license": "MIT OR Apache-2.0" - }, - "opaque-debug 0.3.0": { - "name": "opaque-debug", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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 0.10.57": { - "name": "openssl", - "version": "0.10.57", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl/0.10.57/download", - "sha256": "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "openssl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.4.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "foreign-types 0.3.2", - "target": "foreign_types" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "openssl 0.10.57", - "target": "build_script_build" - }, - { - "id": "openssl-sys 0.9.93", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "openssl-macros 0.1.1", - "target": "openssl_macros" - } - ], - "selects": {} - }, - "version": "0.10.57" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "openssl-sys 0.9.93", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0" - }, - "openssl-macros 0.1.1": { - "name": "openssl-macros", - "version": "0.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download", - "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "openssl_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "openssl_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0" - }, - "openssl-probe 0.1.5": { - "name": "openssl-probe", - "version": "0.1.5", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "openssl-sys 0.9.93": { - "name": "openssl-sys", - "version": "0.9.93", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-sys/0.9.93/download", - "sha256": "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl_sys", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "build/main.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "openssl_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "openssl-sys 0.9.93", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.93" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, - "links": "openssl" - }, - "license": "MIT" - }, - "os_str_bytes 6.5.1": { - "name": "os_str_bytes", - "version": "6.5.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/os_str_bytes/6.5.1/download", - "sha256": "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" - } - }, - "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.1" - }, - "license": "MIT OR Apache-2.0" - }, - "overload 0.1.1": { - "name": "overload", - "version": "0.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/overload/0.1.1/download", - "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - } - }, - "targets": [ - { - "Library": { - "crate_name": "overload", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "overload", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.1" - }, - "license": "MIT" - }, - "p256 0.13.2": { - "name": "p256", - "version": "0.13.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/p256/0.13.2/download", - "sha256": "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "p256", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "p256", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdsa", - "ecdsa-core", - "pem", - "pkcs8", - "sha2", - "sha256", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ecdsa 0.16.8", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.5", - "target": "elliptic_curve" - }, - { - "id": "primeorder 0.13.2", - "target": "primeorder" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "parking 2.1.0": { - "name": "parking", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking/2.1.0/download", - "sha256": "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" - } - }, - "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.1.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "parking_lot 0.12.1": { - "name": "parking_lot", - "version": "0.12.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.10", - "target": "lock_api" - }, - { - "id": "parking_lot_core 0.9.8", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" - }, - "license": "MIT OR Apache-2.0" - }, - "parking_lot_core 0.9.8": { - "name": "parking_lot_core", - "version": "0.9.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking_lot_core/0.9.8/download", - "sha256": "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" - } - }, - "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.8", - "target": "build_script_build" - }, - { - "id": "smallvec 1.11.1", - "target": "smallvec" - } - ], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_syscall 0.3.5", - "target": "syscall" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-targets 0.48.5", - "target": "windows_targets" - } - ] - } - }, - "edition": "2018", - "version": "0.9.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "password-hash 0.4.2": { - "name": "password-hash", - "version": "0.4.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/password-hash/0.4.2/download", - "sha256": "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" - } - }, - "targets": [ - { - "Library": { - "crate_name": "password_hash", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "password_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rand_core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT OR Apache-2.0" - }, - "paste 1.0.14": { - "name": "paste", - "version": "1.0.14", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/paste/1.0.14/download", - "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" - } - }, - "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.14", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.14" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "pbkdf2 0.11.0": { - "name": "pbkdf2", - "version": "0.11.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hmac", - "password-hash", - "sha2", - "simple" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "password-hash 0.4.2", - "target": "password_hash" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.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://static.crates.io/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" - }, - "peg 0.6.3": { - "name": "peg", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg/0.6.3/download", - "sha256": "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" - } - }, - "targets": [ - { - "Library": { - "crate_name": "peg", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "peg-runtime 0.6.3", - "target": "peg_runtime" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "peg-macros 0.6.3", - "target": "peg_macros" - } - ], - "selects": {} - }, - "version": "0.6.3" - }, - "license": "MIT" - }, - "peg 0.7.0": { - "name": "peg", - "version": "0.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg/0.7.0/download", - "sha256": "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "peg", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "peg-runtime 0.7.0", - "target": "peg_runtime" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "peg-macros 0.7.0", - "target": "peg_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" - }, - "license": "MIT" - }, - "peg-macros 0.6.3": { - "name": "peg-macros", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg-macros/0.6.3/download", - "sha256": "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "peg_macros", - "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "peg-runtime 0.6.3", - "target": "peg_runtime" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.3" - }, - "license": "MIT" - }, - "peg-macros 0.7.0": { - "name": "peg-macros", - "version": "0.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg-macros/0.7.0/download", - "sha256": "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "peg_macros", - "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "peg-runtime 0.7.0", - "target": "peg_runtime" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT" - }, - "peg-runtime 0.6.3": { - "name": "peg-runtime", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg-runtime/0.6.3/download", - "sha256": "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "peg_runtime", - "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg_runtime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.6.3" - }, - "license": "MIT" - }, - "peg-runtime 0.7.0": { - "name": "peg-runtime", - "version": "0.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peg-runtime/0.7.0/download", - "sha256": "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088" - } - }, - "targets": [ - { - "Library": { - "crate_name": "peg_runtime", - "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "peg_runtime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT" - }, - "pem-rfc7468 0.7.0": { - "name": "pem-rfc7468", - "version": "0.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pem-rfc7468/0.7.0/download", - "sha256": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pem_rfc7468", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pem_rfc7468", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "percent-encoding 2.3.0": { - "name": "percent-encoding", - "version": "2.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/percent-encoding/2.3.0/download", - "sha256": "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" - } - }, - "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", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.3.0" - }, - "license": "MIT OR Apache-2.0" - }, - "pest 2.7.3": { - "name": "pest", - "version": "2.7.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest/2.7.3/download", - "sha256": "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "memchr", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "ucd-trie 0.1.6", - "target": "ucd_trie" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.3" - }, - "license": "MIT OR Apache-2.0" - }, - "pest_derive 2.7.3": { - "name": "pest_derive", - "version": "2.7.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_derive/2.7.3/download", - "sha256": "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "pest_derive", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pest_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.3", - "target": "pest" - }, - { - "id": "pest_generator 2.7.3", - "target": "pest_generator" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.3" - }, - "license": "MIT OR Apache-2.0" - }, - "pest_generator 2.7.3": { - "name": "pest_generator", - "version": "2.7.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_generator/2.7.3/download", - "sha256": "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest_generator", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pest_generator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.3", - "target": "pest" - }, - { - "id": "pest_meta 2.7.3", - "target": "pest_meta" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.3" - }, - "license": "MIT OR Apache-2.0" - }, - "pest_meta 2.7.3": { - "name": "pest_meta", - "version": "2.7.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_meta/2.7.3/download", - "sha256": "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest_meta", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pest_meta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "pest 2.7.3", - "target": "pest" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.3" - }, - "license": "MIT OR Apache-2.0" - }, - "pin-project 1.1.3": { - "name": "pin-project", - "version": "1.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project/1.1.3/download", - "sha256": "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pin_project", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "pin_project", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "pin-project-internal 1.1.3", - "target": "pin_project_internal" - } - ], - "selects": {} - }, - "version": "1.1.3" - }, - "license": "Apache-2.0 OR MIT" - }, - "pin-project-internal 1.1.3": { - "name": "pin-project-internal", - "version": "1.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project-internal/1.1.3/download", - "sha256": "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.3" - }, - "license": "Apache-2.0 OR MIT" - }, - "pin-project-lite 0.2.13": { - "name": "pin-project-lite", - "version": "0.2.13", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project-lite/0.2.13/download", - "sha256": "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" - } - }, - "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.13" - }, - "license": "Apache-2.0 OR MIT" - }, - "pin-utils 0.1.0": { - "name": "pin-utils", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.8", - "target": "der" - }, - { - "id": "spki 0.7.2", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "pkg-config 0.3.27": { - "name": "pkg-config", - "version": "0.3.27", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pkg-config/0.3.27/download", - "sha256": "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" - } - }, - "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.27" - }, - "license": "MIT OR Apache-2.0" - }, - "platforms 3.1.2": { - "name": "platforms", - "version": "3.1.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/platforms/3.1.2/download", - "sha256": "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "platforms", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "platforms", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "polling 2.8.0": { - "name": "polling", - "version": "2.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/polling/2.8.0/download", - "sha256": "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" - } - }, - "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.20", - "target": "log" - }, - { - "id": "polling 2.8.0", - "target": "build_script_build" - } - ], - "selects": { - "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "concurrent-queue 2.2.0", - "target": "concurrent_queue" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "2.8.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT" - }, - "portable-atomic 1.4.3": { - "name": "portable-atomic", - "version": "1.4.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/portable-atomic/1.4.3/download", - "sha256": "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "portable_atomic", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "portable_atomic", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "fallback" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "portable-atomic 1.4.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.4.3" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT" - }, - "ppv-lite86 0.2.17": { - "name": "ppv-lite86", - "version": "0.2.17", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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.9.5", - "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://static.crates.io/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://static.crates.io/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" - }, - "primeorder 0.13.2": { - "name": "primeorder", - "version": "0.13.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/primeorder/0.13.2/download", - "sha256": "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "primeorder", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "primeorder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "elliptic-curve 0.13.5", - "target": "elliptic_curve" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "proc-macro-crate 1.3.1": { - "name": "proc-macro-crate", - "version": "1.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", - "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" - } - }, - "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": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "toml_edit 0.19.15", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.1" - }, - "license": "MIT OR Apache-2.0" - }, - "proc-macro-error 1.0.4": { - "name": "proc-macro-error", - "version": "1.0.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "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": {} - } - }, - "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://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "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": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "proc-macro2 1.0.67": { - "name": "proc-macro2", - "version": "1.0.67", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro2/1.0.67/download", - "sha256": "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" - } - }, - "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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.67" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "proptest 1.2.0": { - "name": "proptest", - "version": "1.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proptest/1.2.0/download", - "sha256": "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proptest", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "proptest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bit-set", - "break-dead-code", - "default", - "fork", - "lazy_static", - "regex-syntax", - "rusty-fork", - "std", - "tempfile", - "timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-set 0.5.3", - "target": "bit_set" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "byteorder 1.4.3", - "target": "byteorder" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_xorshift 0.3.0", - "target": "rand_xorshift" - }, - { - "id": "regex-syntax 0.6.29", - "target": "regex_syntax" - }, - { - "id": "rusty-fork 0.3.0", - "target": "rusty_fork" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - }, - { - "id": "unarray 0.1.4", - "target": "unarray" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" - }, - "license": "MIT/Apache-2.0" - }, - "prost 0.11.9": { - "name": "prost", - "version": "0.11.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost/0.11.9/download", - "sha256": "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prost", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "prost", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prost-derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "prost-derive 0.11.9", - "target": "prost_derive" - } - ], - "selects": {} - }, - "version": "0.11.9" - }, - "license": "Apache-2.0" - }, - "prost-derive 0.11.9": { - "name": "prost-derive", - "version": "0.11.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost-derive/0.11.9/download", - "sha256": "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" - } - }, - "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.75", - "target": "anyhow" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.9" - }, - "license": "Apache-2.0" - }, - "prost-types 0.11.9": { - "name": "prost-types", - "version": "0.11.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost-types/0.11.9/download", - "sha256": "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" - } - }, - "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.9", - "target": "prost" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.9" - }, - "license": "Apache-2.0" - }, - "quick-error 1.2.3": { - "name": "quick-error", - "version": "1.2.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "quote 1.0.33": { - "name": "quote", - "version": "1.0.33", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quote/1.0.33/download", - "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quote", - "crate_root": "src/lib.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.67", - "target": "proc_macro2" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.33" - }, - "license": "MIT OR Apache-2.0" - }, - "rand 0.8.5": { - "name": "rand", - "version": "0.8.5", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.8.5" - }, - "license": "MIT OR Apache-2.0" - }, - "rand_chacha 0.3.1": { - "name": "rand_chacha", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.6.4": { - "name": "rand_core", - "version": "0.6.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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.10", - "target": "getrandom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.4" - }, - "license": "MIT OR Apache-2.0" - }, - "rand_xorshift 0.3.0": { - "name": "rand_xorshift", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", - "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_xorshift", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "rand_xorshift", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0" - }, - "redox_syscall 0.3.5": { - "name": "redox_syscall", - "version": "0.3.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/redox_syscall/0.3.5/download", - "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" - } - }, - "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.3.5" - }, - "license": "MIT" - }, - "regex 1.9.5": { - "name": "regex", - "version": "1.9.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex/1.9.5/download", - "sha256": "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "regex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "perf", - "perf-backtrack", - "perf-cache", - "perf-dfa", - "perf-inline", - "perf-literal", - "perf-onepass", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.1", - "target": "aho_corasick" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "regex-automata 0.3.8", - "target": "regex_automata" - }, - { - "id": "regex-syntax 0.7.5", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.5" - }, - "license": "MIT OR Apache-2.0" - }, - "regex-automata 0.3.8": { - "name": "regex-automata", - "version": "0.3.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.3.8/download", - "sha256": "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" - } - }, - "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": [ - "alloc", - "dfa-onepass", - "hybrid", - "meta", - "nfa-backtrack", - "nfa-pikevm", - "nfa-thompson", - "perf-inline", - "perf-literal", - "perf-literal-multisubstring", - "perf-literal-substring", - "std", - "syntax", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment", - "unicode-word-boundary" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.1", - "target": "aho_corasick" - }, - { - "id": "memchr 2.6.3", - "target": "memchr" - }, - { - "id": "regex-syntax 0.7.5", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.8" - }, - "license": "MIT OR Apache-2.0" - }, - "regex-syntax 0.6.29": { - "name": "regex-syntax", - "version": "0.6.29", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download", - "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - } - }, - "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.29" - }, - "license": "MIT OR Apache-2.0" - }, - "regex-syntax 0.7.5": { - "name": "regex-syntax", - "version": "0.7.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.7.5/download", - "sha256": "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - } - }, - "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", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.5" - }, - "license": "MIT OR Apache-2.0" - }, - "reqwest 0.11.20": { - "name": "reqwest", - "version": "0.11.20", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/reqwest/0.11.20/download", - "sha256": "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "reqwest", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "reqwest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__tls", - "blocking", - "default", - "default-tls", - "hyper-tls", - "native-tls-crate", - "tokio-native-tls" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.21.4", - "target": "base64" - }, - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "tower-service 0.3.2", - "target": "tower_service" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": { - "cfg(not(target_arch = \"wasm32\"))": [ - { - "id": "encoding_rs 0.8.33", - "target": "encoding_rs" - }, - { - "id": "h2 0.3.21", - "target": "h2" - }, - { - "id": "http-body 0.4.5", - "target": "http_body" - }, - { - "id": "hyper 0.14.27", - "target": "hyper" - }, - { - "id": "hyper-tls 0.5.0", - "target": "hyper_tls" - }, - { - "id": "ipnet 2.8.0", - "target": "ipnet" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "native-tls 0.2.11", - "target": "native_tls", - "alias": "native_tls_crate" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "percent-encoding 2.3.0", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tokio-native-tls 0.3.1", - "target": "tokio_native_tls" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "js-sys 0.3.64", - "target": "js_sys" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "wasm-bindgen 0.2.87", - "target": "wasm_bindgen" - }, - { - "id": "wasm-bindgen-futures 0.4.37", - "target": "wasm_bindgen_futures" - }, - { - "id": "web-sys 0.3.64", - "target": "web_sys" - } - ], - "cfg(windows)": [ - { - "id": "winreg 0.50.0", - "target": "winreg" - } - ] - } - }, - "edition": "2018", - "version": "0.11.20" - }, - "license": "MIT OR Apache-2.0" - }, - "resolv-conf 0.7.0": { - "name": "resolv-conf", - "version": "0.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.4.0": { - "name": "rfc6979", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.5.0", - "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://static.crates.io/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" - ], - "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.64", - "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.148", - "target": "libc" - }, - { - "id": "once_cell 1.18.0", - "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.18.0", - "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.83", - "target": "cc" - } - ], - "selects": {} - }, - "links": "ring-asm" - }, - "license": null - }, - "rocksdb 0.19.0": { - "name": "rocksdb", - "version": "0.19.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "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 5.0.1": { - "name": "rpassword", - "version": "5.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rpassword/5.0.1/download", - "sha256": "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rpassword", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "rpassword", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "5.0.1" - }, - "license": "Apache-2.0" - }, - "rpassword 7.2.0": { - "name": "rpassword", - "version": "7.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "7.2.0" - }, - "license": "Apache-2.0" - }, - "rtoolbox 0.0.1": { - "name": "rtoolbox", - "version": "0.0.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.0.1" - }, - "license": "Apache-2.0" - }, - "runloop 0.1.0": { - "name": "runloop", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/runloop/0.1.0/download", - "sha256": "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "runloop", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "runloop", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.0" - }, - "license": "MPL-2.0" - }, - "rustc-demangle 0.1.23": { - "name": "rustc-demangle", - "version": "0.1.23", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-demangle/0.1.23/download", - "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" - } - }, - "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.23" - }, - "license": "MIT/Apache-2.0" - }, - "rustc-hash 1.1.0": { - "name": "rustc-hash", - "version": "1.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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_version 0.4.0": { - "name": "rustc_version", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.18", - "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://static.crates.io/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.37.23": { - "name": "rustix", - "version": "0.37.23", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.37.23/download", - "sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" - } - }, - "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": [ - "fs", - "io-lifetimes", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "io-lifetimes 1.0.11", - "target": "io_lifetimes" - }, - { - "id": "rustix 0.37.23", - "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.8", - "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": "linux-raw-sys 0.3.8", - "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.3", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "errno 0.3.3", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.37.23" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" - }, - "rustix 0.38.14": { - "name": "rustix", - "version": "0.38.14", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.38.14/download", - "sha256": "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" - } - }, - "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": [ - "alloc", - "fs", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "default", - "termios", - "use-libc-auxv" - ], - "aarch64-apple-ios": [ - "default", - "termios", - "use-libc-auxv" - ], - "aarch64-apple-ios-sim": [ - "default", - "termios", - "use-libc-auxv" - ], - "aarch64-fuchsia": [ - "default", - "termios", - "use-libc-auxv" - ], - "aarch64-linux-android": [ - "default", - "termios", - "use-libc-auxv" - ], - "aarch64-unknown-linux-gnu": [ - "default", - "termios", - "use-libc-auxv" - ], - "arm-unknown-linux-gnueabi": [ - "default", - "termios", - "use-libc-auxv" - ], - "armv7-linux-androideabi": [ - "default", - "termios", - "use-libc-auxv" - ], - "armv7-unknown-linux-gnueabi": [ - "default", - "termios", - "use-libc-auxv" - ], - "i686-apple-darwin": [ - "default", - "termios", - "use-libc-auxv" - ], - "i686-linux-android": [ - "default", - "termios", - "use-libc-auxv" - ], - "i686-unknown-freebsd": [ - "default", - "termios", - "use-libc-auxv" - ], - "i686-unknown-linux-gnu": [ - "default", - "termios", - "use-libc-auxv" - ], - "powerpc-unknown-linux-gnu": [ - "default", - "termios", - "use-libc-auxv" - ], - "riscv32imc-unknown-none-elf": [ - "default", - "termios", - "use-libc-auxv" - ], - "riscv64gc-unknown-none-elf": [ - "default", - "termios", - "use-libc-auxv" - ], - "s390x-unknown-linux-gnu": [ - "default", - "termios", - "use-libc-auxv" - ], - "thumbv7em-none-eabi": [ - "default", - "termios", - "use-libc-auxv" - ], - "thumbv8m.main-none-eabi": [ - "default", - "termios", - "use-libc-auxv" - ], - "wasm32-unknown-unknown": [ - "default", - "termios", - "use-libc-auxv" - ], - "wasm32-wasi": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-apple-darwin": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-apple-ios": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-fuchsia": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-linux-android": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-unknown-freebsd": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-unknown-linux-gnu": [ - "default", - "termios", - "use-libc-auxv" - ], - "x86_64-unknown-none": [ - "default", - "termios", - "use-libc-auxv" - ] - } - }, - "deps": { - "common": [ - { - "id": "bitflags 2.4.0", - "target": "bitflags" - }, - { - "id": "rustix 0.38.14", - "target": "build_script_build" - } - ], - "selects": { - "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - { - "id": "linux-raw-sys 0.4.7", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ - { - "id": "errno 0.3.3", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "linux-raw-sys 0.4.7", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - { - "id": "errno 0.3.3", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "errno 0.3.3", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.38.14" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "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://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "log", - "logging" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.13.1", - "target": "base64" - }, - { - "id": "log 0.4.20", - "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-native-certs 0.5.0": { - "name": "rustls-native-certs", - "version": "0.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-native-certs/0.5.0/download", - "sha256": "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" - } - }, - "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": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rustls" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls 0.19.1", - "target": "rustls" - } - ], - "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.9.2", - "target": "security_framework" - } - ], - "cfg(windows)": [ - { - "id": "schannel 0.1.22", - "target": "schannel" - } - ] - } - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "Apache-2.0/ISC/MIT" - }, - "rustversion 1.0.14": { - "name": "rustversion", - "version": "1.0.14", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustversion/1.0.14/download", - "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" - } - }, - "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.14", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.14" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "rusty-fork 0.3.0": { - "name": "rusty-fork", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rusty-fork/0.3.0/download", - "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rusty_fork", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "rusty_fork", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "timeout", - "wait-timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "quick-error 1.2.3", - "target": "quick_error" - }, - { - "id": "tempfile 3.8.0", - "target": "tempfile" - }, - { - "id": "wait-timeout 0.2.0", - "target": "wait_timeout" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0" - }, - "ryu 1.0.15": { - "name": "ryu", - "version": "1.0.15", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ryu/1.0.15/download", - "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" - } - }, - "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.15" - }, - "license": "Apache-2.0 OR BSL-1.0" - }, - "same-file 1.0.6": { - "name": "same-file", - "version": "1.0.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/same-file/1.0.6/download", - "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" - } - }, - "targets": [ - { - "Library": { - "crate_name": "same_file", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "same_file", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.6", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "1.0.6" - }, - "license": "Unlicense/MIT" - }, - "schannel 0.1.22": { - "name": "schannel", - "version": "0.1.22", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schannel/0.1.22/download", - "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" - } - }, - "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.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" - }, - "license": "MIT" - }, - "scopeguard 1.2.0": { - "name": "scopeguard", - "version": "1.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", - "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - } - }, - "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.2.0" - }, - "license": "MIT OR Apache-2.0" - }, - "sct 0.6.1": { - "name": "sct", - "version": "0.6.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "sealed 0.3.0": { - "name": "sealed", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sealed/0.3.0/download", - "sha256": "636b9882a0f4cc2039488df89a10eb4b7976d4b6c1917fc0518f3f0f5e2c72ca" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "sealed", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "sealed", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.3.3", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0" - }, - "sealed 0.4.0": { - "name": "sealed", - "version": "0.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sealed/0.4.0/download", - "sha256": "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "sealed", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "sealed", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.3.3", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT OR Apache-2.0" - }, - "sealed 0.5.0": { - "name": "sealed", - "version": "0.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sealed/0.5.0/download", - "sha256": "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "sealed", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "sealed", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.4.1", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0" - }, - "sec1 0.7.3": { - "name": "sec1", - "version": "0.7.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sec1/0.7.3/download", - "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" - } - }, - "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", - "pem", - "pkcs8", - "point", - "std", - "subtle", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "der 0.7.8", - "target": "der" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "Apache-2.0 OR MIT" - }, - "security-framework 2.9.2": { - "name": "security-framework", - "version": "2.9.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/security-framework/2.9.2/download", - "sha256": "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" - } - }, - "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.4", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "security-framework-sys 2.9.1", - "target": "security_framework_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.9.2" - }, - "license": "MIT OR Apache-2.0" - }, - "security-framework-sys 2.9.1": { - "name": "security-framework-sys", - "version": "2.9.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/security-framework-sys/2.9.1/download", - "sha256": "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" - } - }, - "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", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.4", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.148", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.9.1" - }, - "license": "MIT OR Apache-2.0" - }, - "semver 1.0.18": { - "name": "semver", - "version": "1.0.18", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/semver/1.0.18/download", - "sha256": "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" - } - }, - "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.18", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.18" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "separator 0.4.1": { - "name": "separator", - "version": "0.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/separator/0.4.1/download", - "sha256": "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "separator", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "separator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.1" - }, - "license": "MIT" - }, - "serde 1.0.163": { - "name": "serde", - "version": "1.0.163", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde/1.0.163/download", - "sha256": "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" - } - }, - "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.163", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.163", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "1.0.163" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "serde_bytes 0.11.10": { - "name": "serde_bytes", - "version": "0.11.10", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_bytes/0.11.10/download", - "sha256": "f3c5113243e4a3a1c96587342d067f3e6b0f50790b6cf40d2868eb647a3eef0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_bytes", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_bytes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.10" - }, - "license": "MIT OR Apache-2.0" - }, - "serde_cbor 0.11.2": { - "name": "serde_cbor", - "version": "0.11.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_cbor/0.11.2/download", - "sha256": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_cbor", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_cbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "half 1.8.2", - "target": "half" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" - }, - "license": "MIT/Apache-2.0" - }, - "serde_cbor_2 0.12.0-dev": { - "name": "serde_cbor_2", - "version": "0.12.0-dev", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_cbor_2/0.12.0-dev/download", - "sha256": "b46d75f449e01f1eddbe9b00f432d616fbbd899b809c837d0fbc380496a0dd55" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_cbor_2", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_cbor_2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "half 1.8.2", - "target": "half" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.0-dev" - }, - "license": "MIT/Apache-2.0" - }, - "serde_derive 1.0.163": { - "name": "serde_derive", - "version": "1.0.163", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.163/download", - "sha256": "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "serde_derive", - "crate_root": "src/lib.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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.0.163" - }, - "license": "MIT OR Apache-2.0" - }, - "serde_json 1.0.99": { - "name": "serde_json", - "version": "1.0.99", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_json/1.0.99/download", - "sha256": "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" - } - }, - "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", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itoa 1.0.9", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.99" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "serde_repr 0.1.16": { - "name": "serde_repr", - "version": "0.1.16", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_repr/0.1.16/download", - "sha256": "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "serde_repr", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_repr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.16" - }, - "license": "MIT OR Apache-2.0" - }, - "serde_spanned 0.6.3": { - "name": "serde_spanned", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_spanned/0.6.3/download", - "sha256": "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_spanned", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_spanned", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.3" - }, - "license": "MIT OR Apache-2.0" - }, - "serde_test 1.0.176": { - "name": "serde_test", - "version": "1.0.176", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_test/1.0.176/download", - "sha256": "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_test", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_test", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.176" - }, - "license": "MIT OR Apache-2.0" - }, - "serde_tokenstream 0.2.0": { - "name": "serde_tokenstream", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_tokenstream/0.2.0/download", - "sha256": "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_tokenstream", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_tokenstream", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Apache-2.0" - }, - "serde_urlencoded 0.7.1": { - "name": "serde_urlencoded", - "version": "0.7.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", - "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_urlencoded", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_urlencoded", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.0", - "target": "form_urlencoded" - }, - { - "id": "itoa 1.0.9", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" - }, - "license": "MIT/Apache-2.0" - }, - "serde_yaml 0.9.25": { - "name": "serde_yaml", - "version": "0.9.25", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_yaml/0.9.25/download", - "sha256": "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_yaml", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "serde_yaml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "indexmap 2.0.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.9", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "unsafe-libyaml 0.2.9", - "target": "unsafe_libyaml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.25" - }, - "license": "MIT OR Apache-2.0" - }, - "sha1 0.10.6": { - "name": "sha1", - "version": "0.10.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.6/download", - "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha1", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "sha1", - "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.7", - "target": "digest" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.10.6" - }, - "license": "MIT OR Apache-2.0" - }, - "sha2 0.10.7": { - "name": "sha2", - "version": "0.10.7", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.7/download", - "sha256": "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" - } - }, - "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.7", - "target": "digest" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.10.7" - }, - "license": "MIT OR Apache-2.0" - }, - "sha2 0.9.9": { - "name": "sha2", - "version": "0.9.9", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "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.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.9.9" - }, - "license": "MIT OR Apache-2.0" - }, - "sha3 0.10.8": { - "name": "sha3", - "version": "0.10.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha3/0.10.8/download", - "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha3", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "sha3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "keccak 0.1.4", - "target": "keccak" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.8" - }, - "license": "MIT OR Apache-2.0" - }, - "sharded-slab 0.1.4": { - "name": "sharded-slab", - "version": "0.1.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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.2.0": { - "name": "shlex", - "version": "1.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/shlex/1.2.0/download", - "sha256": "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" - } - }, - "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.2.0" - }, - "license": "MIT OR Apache-2.0" - }, - "signal-hook 0.3.17": { - "name": "signal-hook", - "version": "0.3.17", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/signal-hook/0.3.17/download", - "sha256": "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" - } - }, - "targets": [ - { - "Library": { - "crate_name": "signal_hook", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "signal_hook", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "channel", - "default", - "iterator" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "signal-hook 0.3.17", - "target": "build_script_build" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.17" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0/MIT" - }, - "signal-hook-registry 1.4.1": { - "name": "signal-hook-registry", - "version": "1.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "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://static.crates.io/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": [ - "**" - ], - "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://static.crates.io/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.7", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "slab 0.4.9": { - "name": "slab", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slab/0.4.9/download", - "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" - } - }, - "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.9", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.9" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.1.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT" - }, - "smallvec 1.11.1": { - "name": "smallvec", - "version": "1.11.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smallvec/1.11.1/download", - "sha256": "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smallvec", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "smallvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.11.1" - }, - "license": "MIT OR Apache-2.0" - }, - "smart-default 0.6.0": { - "name": "smart-default", - "version": "0.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smart-default/0.6.0/download", - "sha256": "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "smart_default", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "smart_default", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.6.0" - }, - "license": "MIT" - }, - "smart-default 0.7.1": { - "name": "smart-default", - "version": "0.7.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smart-default/0.7.1/download", - "sha256": "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "smart_default", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "smart_default", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.1" - }, - "license": "MIT" - }, - "smawk 0.3.2": { - "name": "smawk", - "version": "0.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smawk/0.3.2/download", - "sha256": "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smawk", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "smawk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.2" - }, - "license": "MIT" - }, - "smol 1.3.0": { - "name": "smol", - "version": "1.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smol/1.3.0/download", - "sha256": "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smol", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "smol", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "async-executor 1.5.1", - "target": "async_executor" - }, - { - "id": "async-fs 1.6.0", - "target": "async_fs" - }, - { - "id": "async-io 1.13.0", - "target": "async_io" - }, - { - "id": "async-lock 2.8.0", - "target": "async_lock" - }, - { - "id": "async-net 1.7.0", - "target": "async_net" - }, - { - "id": "async-process 1.7.0", - "target": "async_process" - }, - { - "id": "blocking 1.3.1", - "target": "blocking" - }, - { - "id": "futures-lite 1.13.0", - "target": "futures_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "socket2 0.4.9": { - "name": "socket2", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/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.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.4.9" - }, - "license": "MIT OR Apache-2.0" - }, - "socket2 0.5.4": { - "name": "socket2", - "version": "0.5.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socket2/0.5.4/download", - "sha256": "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" - } - }, - "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.148", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.5.4" - }, - "license": "MIT OR Apache-2.0" - }, - "spin 0.5.2": { - "name": "spin", - "version": "0.5.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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.7.2": { - "name": "spki", - "version": "0.7.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.8", - "target": "der" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "static_assertions 1.1.0": { - "name": "static_assertions", - "version": "1.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "strsim 0.10.0": { - "name": "strsim", - "version": "0.10.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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": [ - "default", - "derive", - "std", - "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 0.25.0": { - "name": "strum", - "version": "0.25.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum/0.25.0/download", - "sha256": "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "strum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.25.2", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.25.0" - }, - "license": "MIT" - }, - "strum_macros 0.24.3": { - "name": "strum_macros", - "version": "0.24.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.24.3" - }, - "license": "MIT" - }, - "strum_macros 0.25.2": { - "name": "strum_macros", - "version": "0.25.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.25.2/download", - "sha256": "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.25.2" - }, - "license": "MIT" - }, - "subtle 2.5.0": { - "name": "subtle", - "version": "2.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/subtle/2.5.0/download", - "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "subtle", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "subtle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "i128" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.5.0" - }, - "license": "BSD-3-Clause" - }, - "subtle-encoding 0.5.1": { - "name": "subtle-encoding", - "version": "0.5.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/subtle-encoding/0.5.1/download", - "sha256": "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" - } - }, - "targets": [ - { - "Library": { - "crate_name": "subtle_encoding", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "subtle_encoding", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "base64", - "bech32-preview", - "hex", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "subtle-ng 2.5.0": { - "name": "subtle-ng", - "version": "2.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/subtle-ng/2.5.0/download", - "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" - } - }, - "targets": [ - { - "Library": { - "crate_name": "subtle_ng", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "subtle_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "2.5.0" - }, - "license": "BSD-3-Clause" - }, - "syn 1.0.109": { - "name": "syn", - "version": "1.0.109", - "repository": { - "Http": { - "url": "https://static.crates.io/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", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - "visit-mut" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.109" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "syn 2.0.37": { - "name": "syn", - "version": "2.0.37", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syn/2.0.37/download", - "sha256": "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" - } - }, - "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", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - "visit-mut" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.37" - }, - "license": "MIT OR Apache-2.0" - }, - "synstructure 0.12.6": { - "name": "synstructure", - "version": "0.12.6", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "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" - }, - "synthez 0.2.0": { - "name": "synthez", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez/0.2.0/download", - "sha256": "033178d0acccffc5490021657006e6a8dd586ee9dc6f7c24e7608b125e568cb1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "synthez", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "syn 1.0.109", - "target": "syn" - }, - { - "id": "synthez-core 0.2.0", - "target": "synthez_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "synthez-codegen 0.2.0", - "target": "synthez_codegen" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": "BlueOak-1.0.0" - }, - "synthez 0.3.1": { - "name": "synthez", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez/0.3.1/download", - "sha256": "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "synthez", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "syn 2.0.37", - "target": "syn" - }, - { - "id": "synthez-core 0.3.1", - "target": "synthez_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "synthez-codegen 0.3.1", - "target": "synthez_codegen" - } - ], - "selects": {} - }, - "version": "0.3.1" - }, - "license": "BlueOak-1.0.0" - }, - "synthez-codegen 0.2.0": { - "name": "synthez-codegen", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez-codegen/0.2.0/download", - "sha256": "69263462a40e46960f070618e20094ce69e783a41f86e54bc75545136afd597a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "synthez_codegen", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "syn 1.0.109", - "target": "syn" - }, - { - "id": "synthez-core 0.2.0", - "target": "synthez_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "BlueOak-1.0.0" - }, - "synthez-codegen 0.3.1": { - "name": "synthez-codegen", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez-codegen/0.3.1/download", - "sha256": "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "synthez_codegen", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "syn 2.0.37", - "target": "syn" - }, - { - "id": "synthez-core 0.3.1", - "target": "synthez_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.1" - }, - "license": "BlueOak-1.0.0" - }, - "synthez-core 0.2.0": { - "name": "synthez-core", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez-core/0.2.0/download", - "sha256": "bb8b5a4089fe1723279f06302afda64a5dacaa11a82bcbb4d08759590d4389d9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "synthez_core", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "sealed 0.3.0", - "target": "sealed" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": "BlueOak-1.0.0" - }, - "synthez-core 0.3.1": { - "name": "synthez-core", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synthez-core/0.3.1/download", - "sha256": "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "synthez_core", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "synthez_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "sealed 0.5.0", - "target": "sealed" - } - ], - "selects": {} - }, - "version": "0.3.1" - }, - "license": "BlueOak-1.0.0" - }, - "syslog-tracing 0.2.0": { - "name": "syslog-tracing", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syslog-tracing/0.2.0/download", - "sha256": "2f890b68f60eb7e87373b3b8f1f412d2a7d90460cd18294acbc0e90ba496193e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syslog_tracing", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "syslog_tracing", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "tracing-core 0.1.31", - "target": "tracing_core" - }, - { - "id": "tracing-subscriber 0.3.17", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT" - }, - "target-lexicon 0.12.11": { - "name": "target-lexicon", - "version": "0.12.11", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/target-lexicon/0.12.11/download", - "sha256": "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" - } - }, - "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": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "target-lexicon 0.12.11", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.11" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception" - }, - "tempfile 3.8.0": { - "name": "tempfile", - "version": "3.8.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tempfile/3.8.0/download", - "sha256": "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" - } - }, - "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 2.0.0", - "target": "fastrand" - } - ], - "selects": { - "cfg(any(unix, target_os = \"wasi\"))": [ - { - "id": "rustix 0.38.14", - "target": "rustix" - } - ], - "cfg(target_os = \"redox\")": [ - { - "id": "redox_syscall 0.3.5", - "target": "syscall" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "3.8.0" - }, - "license": "MIT OR Apache-2.0" - }, - "tendermint 0.29.1": { - "name": "tendermint", - "version": "0.29.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendermint/0.29.1/download", - "sha256": "cda53c85447577769cdfc94c10a56f34afef2c00e4108badb57fce6b1a0c75eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendermint", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tendermint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clock", - "default", - "ed25519-consensus", - "rust-crypto", - "sha2", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ed25519 1.5.3", - "target": "ed25519" - }, - { - "id": "ed25519-consensus 2.1.0", - "target": "ed25519_consensus" - }, - { - "id": "flex-error 0.4.4", - "target": "flex_error" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "prost 0.11.9", - "target": "prost" - }, - { - "id": "prost-types 0.11.9", - "target": "prost_types" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.10", - "target": "serde_bytes" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "sha2 0.10.7", - "target": "sha2" - }, - { - "id": "signature 1.6.4", - "target": "signature" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "subtle-encoding 0.5.1", - "target": "subtle_encoding" - }, - { - "id": "tendermint-proto 0.29.1", - "target": "tendermint_proto" - }, - { - "id": "time 0.3.26", - "target": "time" - }, - { - "id": "zeroize 1.6.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_repr 0.1.16", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.29.1" - }, - "license": "Apache-2.0" - }, - "tendermint-abci 0.29.1": { - "name": "tendermint-abci", - "version": "0.29.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendermint-abci/0.29.1/download", - "sha256": "7bfbe8f0131aa45769055496404359f4f5d3e2cf5d66c7457a5986806941de34" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendermint_abci", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tendermint_abci", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "flex-error 0.4.4", - "target": "flex_error" - }, - { - "id": "prost 0.11.9", - "target": "prost" - }, - { - "id": "tendermint-proto 0.29.1", - "target": "tendermint_proto" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.1" - }, - "license": "Apache-2.0" - }, - "tendermint-config 0.29.1": { - "name": "tendermint-config", - "version": "0.29.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendermint-config/0.29.1/download", - "sha256": "dd4eb17618539c95b48501e71ad3c7f4bf047af388aa30dcf3e000782b05abfd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendermint_config", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tendermint_config", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "flex-error 0.4.4", - "target": "flex_error" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tendermint 0.29.1", - "target": "tendermint" - }, - { - "id": "toml 0.5.11", - "target": "toml" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.1" - }, - "license": "Apache-2.0" - }, - "tendermint-proto 0.29.1": { - "name": "tendermint-proto", - "version": "0.29.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendermint-proto/0.29.1/download", - "sha256": "c943f78c929cdf14553842f705f2c30324bc35b9179caaa5c9b80620f60652e6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendermint_proto", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tendermint_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "flex-error 0.4.4", - "target": "flex_error" - }, - { - "id": "num-traits 0.2.16", - "target": "num_traits" - }, - { - "id": "prost 0.11.9", - "target": "prost" - }, - { - "id": "prost-types 0.11.9", - "target": "prost_types" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.10", - "target": "serde_bytes" - }, - { - "id": "subtle-encoding 0.5.1", - "target": "subtle_encoding" - }, - { - "id": "time 0.3.26", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "num-derive 0.3.3", - "target": "num_derive" - } - ], - "selects": {} - }, - "version": "0.29.1" - }, - "license": "Apache-2.0" - }, - "tendermint-rpc 0.29.1": { - "name": "tendermint-rpc", - "version": "0.29.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendermint-rpc/0.29.1/download", - "sha256": "991779ca9b697471df9d436489774d144a418c0e5da843c58ff9288105d5ddaa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendermint_rpc", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tendermint_rpc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "async-trait", - "default", - "futures", - "http", - "http-client", - "hyper", - "hyper-proxy", - "hyper-rustls", - "tokio", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "flex-error 0.4.4", - "target": "flex_error" - }, - { - "id": "futures 0.3.28", - "target": "futures" - }, - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "hyper 0.14.27", - "target": "hyper" - }, - { - "id": "hyper-proxy 0.9.1", - "target": "hyper_proxy" - }, - { - "id": "hyper-rustls 0.22.1", - "target": "hyper_rustls" - }, - { - "id": "peg 0.7.0", - "target": "peg" - }, - { - "id": "pin-project 1.1.3", - "target": "pin_project" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.10", - "target": "serde_bytes" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "subtle-encoding 0.5.1", - "target": "subtle_encoding" - }, - { - "id": "tendermint 0.29.1", - "target": "tendermint" - }, - { - "id": "tendermint-config 0.29.1", - "target": "tendermint_config" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "time 0.3.26", - "target": "time" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 0.8.2", - "target": "uuid" - }, - { - "id": "walkdir 2.4.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.29.1" - }, - "license": "Apache-2.0" - }, - "termcolor 1.3.0": { - "name": "termcolor", - "version": "1.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/termcolor/1.3.0/download", - "sha256": "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" - } - }, - "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.6", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "1.3.0" - }, - "license": "Unlicense OR MIT" - }, - "terminal_size 0.3.0": { - "name": "terminal_size", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/terminal_size/0.3.0/download", - "sha256": "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "terminal_size", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "terminal_size", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(not(windows))": [ - { - "id": "rustix 0.38.14", - "target": "rustix" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0" - }, - "termtree 0.4.1": { - "name": "termtree", - "version": "0.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "textwrap 0.16.0": { - "name": "textwrap", - "version": "0.16.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/textwrap/0.16.0/download", - "sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "textwrap", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "textwrap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "smawk", - "unicode-linebreak", - "unicode-width" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "smawk 0.3.2", - "target": "smawk" - }, - { - "id": "unicode-linebreak 0.1.5", - "target": "unicode_linebreak" - }, - { - "id": "unicode-width 0.1.11", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.0" - }, - "license": "MIT" - }, - "thiserror 1.0.48": { - "name": "thiserror", - "version": "1.0.48", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror/1.0.48/download", - "sha256": "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" - } - }, - "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.48", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "thiserror-impl 1.0.48", - "target": "thiserror_impl" - } - ], - "selects": {} - }, - "version": "1.0.48" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "thiserror-impl 1.0.48": { - "name": "thiserror-impl", - "version": "1.0.48", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/1.0.48/download", - "sha256": "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.48" - }, - "license": "MIT OR Apache-2.0" - }, - "thread_local 1.1.7": { - "name": "thread_local", - "version": "1.1.7", - "repository": { - "Http": { - "url": "https://static.crates.io/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.18.0", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.7" - }, - "license": "MIT OR Apache-2.0" - }, - "time 0.3.26": { - "name": "time", - "version": "0.3.26", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time/0.3.26/download", - "sha256": "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" - } - }, - "targets": [ - { - "Library": { - "crate_name": "time", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "time", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "formatting", - "local-offset", - "macros", - "parsing", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "deranged 0.3.8", - "target": "deranged" - }, - { - "id": "itoa 1.0.9", - "target": "itoa" - }, - { - "id": "time-core 0.1.1", - "target": "time_core" - } - ], - "selects": { - "cfg(target_family = \"unix\")": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "num_threads 0.1.6", - "target": "num_threads" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "time-macros 0.2.12", - "target": "time_macros" - } - ], - "selects": {} - }, - "version": "0.3.26" - }, - "license": "MIT OR Apache-2.0" - }, - "time-core 0.1.1": { - "name": "time-core", - "version": "0.1.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time-core/0.1.1/download", - "sha256": "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" - } - }, - "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.1" - }, - "license": "MIT OR Apache-2.0" - }, - "time-macros 0.2.12": { - "name": "time-macros", - "version": "0.2.12", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time-macros/0.2.12/download", - "sha256": "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "time_macros", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "time_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "formatting", - "parsing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "time-core 0.1.1", - "target": "time_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.12" - }, - "license": "MIT OR Apache-2.0" - }, - "tiny_http 0.12.0": { - "name": "tiny_http", - "version": "0.12.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tiny_http/0.12.0/download", - "sha256": "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tiny_http", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tiny_http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ascii 1.1.0", - "target": "ascii" - }, - { - "id": "chunked_transfer 1.4.1", - "target": "chunked_transfer" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "log 0.4.20", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.0" - }, - "license": "MIT OR Apache-2.0" - }, - "tinyvec 1.6.0": { - "name": "tinyvec", - "version": "1.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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.32.0": { - "name": "tokio", - "version": "1.32.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio/1.32.0/download", - "sha256": "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio", - "crate_root": "src/lib.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" - ], - "selects": { - "aarch64-pc-windows-msvc": [ - "windows-sys" - ], - "i686-pc-windows-msvc": [ - "windows-sys" - ], - "x86_64-pc-windows-msvc": [ - "windows-sys" - ] - } - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "mio 0.8.8", - "target": "mio" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "parking_lot 0.12.1", - "target": "parking_lot" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - } - ], - "selects": { - "cfg(not(target_family = \"wasm\"))": [ - { - "id": "socket2 0.5.4", - "target": "socket2" - } - ], - "cfg(tokio_taskdump)": [ - { - "id": "backtrace 0.3.69", - "target": "backtrace" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "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.32.0" - }, - "license": "MIT" - }, - "tokio-macros 2.1.0": { - "name": "tokio-macros", - "version": "2.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT" - }, - "tokio-native-tls 0.3.1": { - "name": "tokio-native-tls", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-native-tls/0.3.1/download", - "sha256": "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_native_tls", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tokio_native_tls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "native-tls 0.2.11", - "target": "native_tls" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "MIT" - }, - "tokio-rustls 0.22.0": { - "name": "tokio-rustls", - "version": "0.22.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-rustls/0.22.0/download", - "sha256": "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_rustls", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "tokio_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustls 0.19.1", - "target": "rustls" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "webpki 0.21.4", - "target": "webpki" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.0" - }, - "license": "MIT/Apache-2.0" - }, - "tokio-util 0.7.9": { - "name": "tokio-util", - "version": "0.7.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-util/0.7.9/download", - "sha256": "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" - } - }, - "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", - "default", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "futures-core 0.3.28", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.28", - "target": "futures_sink" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.9" - }, - "license": "MIT" - }, - "toml 0.5.11": { - "name": "toml", - "version": "0.5.11", - "repository": { - "Http": { - "url": "https://static.crates.io/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.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.11" - }, - "license": "MIT/Apache-2.0" - }, - "toml 0.7.8": { - "name": "toml", - "version": "0.7.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml/0.7.8/download", - "sha256": "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" - } - }, - "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", - "display", - "parse" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.3", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.3", - "target": "toml_datetime" - }, - { - "id": "toml_edit 0.19.15", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.8" - }, - "license": "MIT OR Apache-2.0" - }, - "toml_datetime 0.6.3": { - "name": "toml_datetime", - "version": "0.6.3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_datetime/0.6.3/download", - "sha256": "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_datetime", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "toml_datetime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.3" - }, - "license": "MIT OR Apache-2.0" - }, - "toml_edit 0.19.15": { - "name": "toml_edit", - "version": "0.19.15", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.19.15/download", - "sha256": "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "toml_edit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.0.0", - "target": "indexmap" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.3", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.3", - "target": "toml_datetime" - }, - { - "id": "winnow 0.5.15", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.15" - }, - "license": "MIT OR Apache-2.0" - }, - "tower-service 0.3.2": { - "name": "tower-service", - "version": "0.3.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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://static.crates.io/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", - "std", - "tracing-attributes" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - }, - { - "id": "tracing-core 0.1.31", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tracing-attributes 0.1.26", - "target": "tracing_attributes" - } - ], - "selects": {} - }, - "version": "0.1.37" - }, - "license": "MIT" - }, - "tracing-attributes 0.1.26": { - "name": "tracing-attributes", - "version": "0.1.26", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-attributes/0.1.26/download", - "sha256": "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.26" - }, - "license": "MIT" - }, - "tracing-core 0.1.31": { - "name": "tracing-core", - "version": "0.1.31", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-core/0.1.31/download", - "sha256": "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" - } - }, - "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" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.18.0", - "target": "once_cell" - } - ], - "selects": { - "cfg(tracing_unstable)": [ - { - "id": "valuable 0.1.0", - "target": "valuable" - } - ] - } - }, - "edition": "2018", - "version": "0.1.31" - }, - "license": "MIT" - }, - "tracing-log 0.1.3": { - "name": "tracing-log", - "version": "0.1.3", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "log-tracer", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "tracing-core 0.1.31", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" - }, - "license": "MIT" - }, - "tracing-subscriber 0.3.17": { - "name": "tracing-subscriber", - "version": "0.3.17", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-subscriber/0.3.17/download", - "sha256": "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" - } - }, - "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": [ - "alloc", - "ansi", - "default", - "fmt", - "nu-ansi-term", - "registry", - "sharded-slab", - "smallvec", - "std", - "thread_local", - "tracing-log" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nu-ansi-term 0.46.0", - "target": "nu_ansi_term" - }, - { - "id": "sharded-slab 0.1.4", - "target": "sharded_slab" - }, - { - "id": "smallvec 1.11.1", - "target": "smallvec" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "tracing-core 0.1.31", - "target": "tracing_core" - }, - { - "id": "tracing-log 0.1.3", - "target": "tracing_log" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.17" - }, - "license": "MIT" - }, - "trust-dns-proto 0.23.0": { - "name": "trust-dns-proto", - "version": "0.23.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/trust-dns-proto/0.23.0/download", - "sha256": "0dc775440033cb114085f6f2437682b194fa7546466024b1037e82a48a052a69" - } - }, - "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": [ - "tokio", - "tokio-runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "data-encoding 2.4.0", - "target": "data_encoding" - }, - { - "id": "futures-channel 0.3.28", - "target": "futures_channel" - }, - { - "id": "futures-io 0.3.28", - "target": "futures_io" - }, - { - "id": "futures-util 0.3.28", - "target": "futures_util" - }, - { - "id": "idna 0.4.0", - "target": "idna" - }, - { - "id": "ipnet 2.8.0", - "target": "ipnet" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "smallvec 1.11.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.73", - "target": "async_trait" - }, - { - "id": "enum-as-inner 0.6.0", - "target": "enum_as_inner" - } - ], - "selects": {} - }, - "version": "0.23.0" - }, - "license": "MIT OR Apache-2.0" - }, - "trust-dns-resolver 0.23.0": { - "name": "trust-dns-resolver", - "version": "0.23.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/trust-dns-resolver/0.23.0/download", - "sha256": "2dff7aed33ef3e8bf2c9966fccdfed93f93d46f432282ea875cd66faabc6ef2f" - } - }, - "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": [ - "default", - "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.28", - "target": "futures_util" - }, - { - "id": "lru-cache 0.1.2", - "target": "lru_cache" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "parking_lot 0.12.1", - "target": "parking_lot" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "resolv-conf 0.7.0", - "target": "resolv_conf" - }, - { - "id": "smallvec 1.11.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "trust-dns-proto 0.23.0", - "target": "trust_dns_proto" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "ipconfig 0.3.2", - "target": "ipconfig" - } - ] - } - }, - "edition": "2021", - "version": "0.23.0" - }, - "license": "MIT OR Apache-2.0" - }, - "try-lock 0.2.4": { - "name": "try-lock", - "version": "0.2.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "typed-builder 0.10.0": { - "name": "typed-builder", - "version": "0.10.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/typed-builder/0.10.0/download", - "sha256": "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "typed_builder", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "typed_builder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.0" - }, - "license": "MIT/Apache-2.0" - }, - "typenum 1.17.0": { - "name": "typenum", - "version": "1.17.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/typenum/1.17.0/download", - "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" - } - }, - "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.17.0", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.17.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "ucd-trie 0.1.6": { - "name": "ucd-trie", - "version": "0.1.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download", - "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ucd_trie", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "ucd_trie", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0" - }, - "unarray 0.1.4": { - "name": "unarray", - "version": "0.1.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unarray/0.1.4/download", - "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unarray", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unarray", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.4" - }, - "license": "MIT OR Apache-2.0" - }, - "unicase 2.7.0": { - "name": "unicase", - "version": "2.7.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicase/2.7.0/download", - "sha256": "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicase", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unicase", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.7.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0" - }, - "unicode-bidi 0.3.13": { - "name": "unicode-bidi", - "version": "0.3.13", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "hardcoded-data", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.13" - }, - "license": "MIT OR Apache-2.0" - }, - "unicode-ident 1.0.12": { - "name": "unicode-ident", - "version": "1.0.12", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", - "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" - } - }, - "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.12" - }, - "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" - }, - "unicode-linebreak 0.1.5": { - "name": "unicode-linebreak", - "version": "0.1.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-linebreak/0.1.5/download", - "sha256": "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_linebreak", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unicode_linebreak", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.5" - }, - "license": "Apache-2.0" - }, - "unicode-normalization 0.1.22": { - "name": "unicode-normalization", - "version": "0.1.22", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" - }, - "license": "MIT/Apache-2.0" - }, - "unicode-segmentation 1.10.1": { - "name": "unicode-segmentation", - "version": "1.10.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-segmentation/1.10.1/download", - "sha256": "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_segmentation", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unicode_segmentation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.10.1" - }, - "license": "MIT/Apache-2.0" - }, - "unicode-width 0.1.11": { - "name": "unicode-width", - "version": "0.1.11", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-width/0.1.11/download", - "sha256": "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_width", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unicode_width", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.11" - }, - "license": "MIT/Apache-2.0" - }, - "unicode-xid 0.2.4": { - "name": "unicode-xid", - "version": "0.2.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "unsafe-libyaml 0.2.9": { - "name": "unsafe-libyaml", - "version": "0.2.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unsafe-libyaml/0.2.9/download", - "sha256": "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unsafe_libyaml", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "unsafe_libyaml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.9" - }, - "license": "MIT" - }, - "untrusted 0.7.1": { - "name": "untrusted", - "version": "0.7.1", - "repository": { - "Http": { - "url": "https://static.crates.io/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.4.1": { - "name": "url", - "version": "2.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/url/2.4.1/download", - "sha256": "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" - } - }, - "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", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.0", - "target": "form_urlencoded" - }, - { - "id": "idna 0.4.0", - "target": "idna" - }, - { - "id": "percent-encoding 2.3.0", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.4.1" - }, - "license": "MIT OR Apache-2.0" - }, - "utf8parse 0.2.1": { - "name": "utf8parse", - "version": "0.2.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", - "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf8parse", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "utf8parse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "uuid 0.8.2": { - "name": "uuid", - "version": "0.8.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/uuid/0.8.2/download", - "sha256": "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "uuid", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "uuid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.8.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "uuid 1.4.1": { - "name": "uuid", - "version": "1.4.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/uuid/1.4.1/download", - "sha256": "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "uuid", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "uuid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "getrandom", - "rng", - "serde", - "std", - "v4" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "serde 1.0.163", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.4.1" - }, - "license": "Apache-2.0 OR MIT" - }, - "valuable 0.1.0": { - "name": "valuable", - "version": "0.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT" - }, - "vcpkg 0.2.15": { - "name": "vcpkg", - "version": "0.2.15", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "vergen 8.2.5": { - "name": "vergen", - "version": "8.2.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vergen/8.2.5/download", - "sha256": "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vergen", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "vergen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "git", - "git2", - "git2-rs", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "git2 0.18.1", - "target": "git2", - "alias": "git2_rs" - }, - { - "id": "time 0.3.26", - "target": "time" - }, - { - "id": "vergen 8.2.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "8.2.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0" - }, - "version_check 0.9.4": { - "name": "version_check", - "version": "0.9.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "wait-timeout 0.2.0": { - "name": "wait-timeout", - "version": "0.2.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download", - "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wait_timeout", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "wait_timeout", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.148", - "target": "libc" - } - ] - } - }, - "edition": "2015", - "version": "0.2.0" - }, - "license": "MIT/Apache-2.0" - }, - "waker-fn 1.1.0": { - "name": "waker-fn", - "version": "1.1.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "walkdir 2.4.0": { - "name": "walkdir", - "version": "2.4.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/walkdir/2.4.0/download", - "sha256": "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "walkdir", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "walkdir", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "same-file 1.0.6", - "target": "same_file" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.6", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "2.4.0" - }, - "license": "Unlicense/MIT" - }, - "want 0.3.1": { - "name": "want", - "version": "0.3.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/want/0.3.1/download", - "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "want", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "want", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "try-lock 0.2.4", - "target": "try_lock" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "MIT" - }, - "wasi 0.11.0+wasi-snapshot-preview1": { - "name": "wasi", - "version": "0.11.0+wasi-snapshot-preview1", - "repository": { - "Http": { - "url": "https://static.crates.io/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" - }, - "wasm-bindgen 0.2.87": { - "name": "wasm-bindgen", - "version": "0.2.87", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen/0.2.87/download", - "sha256": "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" - } - }, - "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.87", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "wasm-bindgen-macro 0.2.87", - "target": "wasm_bindgen_macro" - } - ], - "selects": {} - }, - "version": "0.2.87" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "wasm-bindgen-backend 0.2.87": { - "name": "wasm-bindgen-backend", - "version": "0.2.87", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.87/download", - "sha256": "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" - } - }, - "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.14.0", - "target": "bumpalo" - }, - { - "id": "log 0.4.20", - "target": "log" - }, - { - "id": "once_cell 1.18.0", - "target": "once_cell" - }, - { - "id": "proc-macro2 1.0.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - }, - { - "id": "wasm-bindgen-shared 0.2.87", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.87" - }, - "license": "MIT/Apache-2.0" - }, - "wasm-bindgen-futures 0.4.37": { - "name": "wasm-bindgen-futures", - "version": "0.4.37", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.37/download", - "sha256": "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" - } - }, - "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.64", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.87", - "target": "wasm_bindgen" - } - ], - "selects": { - "cfg(target_feature = \"atomics\")": [ - { - "id": "web-sys 0.3.64", - "target": "web_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.4.37" - }, - "license": "MIT/Apache-2.0" - }, - "wasm-bindgen-macro 0.2.87": { - "name": "wasm-bindgen-macro", - "version": "0.2.87", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.87/download", - "sha256": "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" - } - }, - "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.33", - "target": "quote" - }, - { - "id": "wasm-bindgen-macro-support 0.2.87", - "target": "wasm_bindgen_macro_support" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.87" - }, - "license": "MIT/Apache-2.0" - }, - "wasm-bindgen-macro-support 0.2.87": { - "name": "wasm-bindgen-macro-support", - "version": "0.2.87", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.87/download", - "sha256": "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - }, - { - "id": "wasm-bindgen-backend 0.2.87", - "target": "wasm_bindgen_backend" - }, - { - "id": "wasm-bindgen-shared 0.2.87", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.87" - }, - "license": "MIT/Apache-2.0" - }, - "wasm-bindgen-shared 0.2.87": { - "name": "wasm-bindgen-shared", - "version": "0.2.87", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.87/download", - "sha256": "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" - } - }, - "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.87", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.87" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "links": "wasm_bindgen" - }, - "license": "MIT/Apache-2.0" - }, - "web 0.3.0": { - "name": "web", - "version": "0.3.0", - "repository": null, - "targets": [], - "library_target_name": null, - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.75", - "target": "anyhow" - }, - { - "id": "cbor-diag 0.1.12", - "target": "cbor_diag" - }, - { - "id": "clap 3.2.25", - "target": "clap" - }, - { - "id": "crc-any 2.4.3", - "target": "crc_any" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "humantime 2.1.0", - "target": "humantime" - }, - { - "id": "indicatif 0.17.6", - "target": "indicatif" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "mime_guess 2.0.4", - "target": "mime_guess" - }, - { - "id": "minicbor 0.19.1", - "target": "minicbor" - }, - { - "id": "num-bigint 0.4.4", - "target": "num_bigint" - }, - { - "id": "regex 1.9.5", - "target": "regex" - }, - { - "id": "rpassword 7.2.0", - "target": "rpassword" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tokio 1.32.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": null - }, - "web-sys 0.3.64": { - "name": "web-sys", - "version": "0.3.64", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/web-sys/0.3.64/download", - "sha256": "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" - } - }, - "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": [ - "AbortController", - "AbortSignal", - "Blob", - "BlobPropertyBag", - "EventTarget", - "File", - "FormData", - "Headers", - "ReadableStream", - "Request", - "RequestCredentials", - "RequestInit", - "RequestMode", - "Response", - "ServiceWorkerGlobalScope", - "Window", - "WorkerGlobalScope" - ], - "selects": { - "wasm32-unknown-unknown": [ - "Crypto" - ] - } - }, - "deps": { - "common": [ - { - "id": "js-sys 0.3.64", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.87", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.64" - }, - "license": "MIT/Apache-2.0" - }, - "webauthn-authenticator-rs 0.4.9": { - "name": "webauthn-authenticator-rs", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webauthn-authenticator-rs/0.4.9/download", - "sha256": "603b8602cae2d6c3706b6195765ff582389494d10c442d84a1de2ed5a25679ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webauthn_authenticator_rs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "webauthn_authenticator_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "authenticator", - "default", - "hidapi", - "u2fhid", - "usb" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "authenticator-ctap2-2021 0.3.2-dev.1", - "target": "authenticator_ctap2_2021", - "alias": "authenticator" - }, - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "hidapi 1.5.0", - "target": "hidapi" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "openssl 0.10.57", - "target": "openssl" - }, - { - "id": "rpassword 5.0.1", - "target": "rpassword" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_cbor_2 0.12.0-dev", - "target": "serde_cbor_2", - "alias": "serde_cbor" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 1.4.1", - "target": "uuid" - }, - { - "id": "webauthn-rs-proto 0.4.9", - "target": "webauthn_rs_proto" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.9" - }, - "license": "MPL-2.0" - }, - "webauthn-rs 0.4.8": { - "name": "webauthn-rs", - "version": "0.4.8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webauthn-rs/0.4.8/download", - "sha256": "2db00711c712414e93b019c4596315085792215bc2ac2d5872f9e8913b0a6316" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webauthn_rs", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "webauthn_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 1.4.1", - "target": "uuid" - }, - { - "id": "webauthn-rs-core 0.4.9", - "target": "webauthn_rs_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.8" - }, - "license": "MPL-2.0" - }, - "webauthn-rs-core 0.4.9": { - "name": "webauthn-rs-core", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webauthn-rs-core/0.4.9/download", - "sha256": "294c78c83f12153a51e1cf1e6970b5da1397645dada39033a9c3173a8fc4fc2b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webauthn_rs_core", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "webauthn_rs_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.13.1", - "target": "base64" - }, - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "compact_jwt 0.2.10", - "target": "compact_jwt" - }, - { - "id": "der-parser 7.0.0", - "target": "der_parser" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "openssl 0.10.57", - "target": "openssl" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_cbor_2 0.12.0-dev", - "target": "serde_cbor_2", - "alias": "serde_cbor" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "tracing 0.1.37", - "target": "tracing" - }, - { - "id": "url 2.4.1", - "target": "url" - }, - { - "id": "uuid 1.4.1", - "target": "uuid" - }, - { - "id": "webauthn-rs-proto 0.4.9", - "target": "webauthn_rs_proto" - }, - { - "id": "x509-parser 0.13.2", - "target": "x509_parser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.9" - }, - "license": "MPL-2.0" - }, - "webauthn-rs-proto 0.4.9": { - "name": "webauthn-rs-proto", - "version": "0.4.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webauthn-rs-proto/0.4.9/download", - "sha256": "d24e638361a63ba5c0a0be6a60229490fcdf33740ed63df5bb6bdb627b52a138" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webauthn_rs_proto", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "webauthn_rs_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64urlsafedata 0.1.3", - "target": "base64urlsafedata" - }, - { - "id": "serde 1.0.163", - "target": "serde" - }, - { - "id": "serde_json 1.0.99", - "target": "serde_json" - }, - { - "id": "url 2.4.1", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.9" - }, - "license": "MPL-2.0" - }, - "webpki 0.21.4": { - "name": "webpki", - "version": "0.21.4", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std", - "trust_anchor_util" - ], - "selects": {} - }, - "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-roots 0.21.1": { - "name": "webpki-roots", - "version": "0.21.1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webpki-roots/0.21.1/download", - "sha256": "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" - } - }, - "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.21.4", - "target": "webpki" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.21.1" - }, - "license": "MPL-2.0" - }, - "which 4.4.2": { - "name": "which", - "version": "4.4.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/which/4.4.2/download", - "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" - } - }, - "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.9.0", - "target": "either" - }, - { - "id": "rustix 0.38.14", - "target": "rustix" - } - ], - "selects": { - "cfg(any(windows, unix, target_os = \"redox\"))": [ - { - "id": "home 0.5.5", - "target": "home" - } - ], - "cfg(windows)": [ - { - "id": "once_cell 1.18.0", - "target": "once_cell" - } - ] - } - }, - "edition": "2021", - "version": "4.4.2" - }, - "license": "MIT" - }, - "widestring 1.0.2": { - "name": "widestring", - "version": "1.0.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/widestring/1.0.2/download", - "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" - } - }, - "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": "2021", - "version": "1.0.2" - }, - "license": "MIT OR Apache-2.0" - }, - "winapi 0.3.9": { - "name": "winapi", - "version": "0.3.9", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "consoleapi", - "errhandlingapi", - "fileapi", - "handleapi", - "hidclass", - "hidpi", - "hidusage", - "libloaderapi", - "minwinbase", - "minwindef", - "ntsecapi", - "processenv", - "setupapi", - "std", - "sysinfoapi", - "winbase", - "wincon", - "winerror", - "winnt", - "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": [ - "**" - ] - }, - "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://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "winapi-util 0.1.6": { - "name": "winapi-util", - "version": "0.1.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winapi-util/0.1.6/download", - "sha256": "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" - } - }, - "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": "2021", - "version": "0.1.6" - }, - "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://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "windows-sys 0.45.0": { - "name": "windows-sys", - "version": "0.45.0", - "repository": { - "Http": { - "url": "https://static.crates.io/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_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Console", - "Win32_UI", - "Win32_UI_Input", - "Win32_UI_Input_KeyboardAndMouse", - "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://static.crates.io/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_Authentication", - "Win32_Security_Authentication_Identity", - "Win32_Security_Credentials", - "Win32_Security_Cryptography", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Console", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_Memory", - "Win32_System_Pipes", - "Win32_System_Registry", - "Win32_System_SystemServices", - "Win32_System_Threading", - "Win32_System_Time", - "Win32_System_WindowsProgramming", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "windows-targets 0.48.5", - "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://static.crates.io/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.5": { - "name": "windows-targets", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.48.5/download", - "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" - } - }, - "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.48.5", - "target": "windows_aarch64_gnullvm" - } - ], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_aarch64_msvc 0.48.5", - "target": "windows_aarch64_msvc" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_gnu 0.48.5", - "target": "windows_i686_gnu" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_msvc 0.48.5", - "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.5", - "target": "windows_x86_64_gnu" - } - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_msvc 0.48.5", - "target": "windows_x86_64_msvc" - } - ], - "x86_64-pc-windows-gnullvm": [ - { - "id": "windows_x86_64_gnullvm 0.48.5", - "target": "windows_x86_64_gnullvm" - } - ] - } - }, - "edition": "2018", - "version": "0.48.5" - }, - "license": "MIT OR Apache-2.0" - }, - "windows_aarch64_gnullvm 0.42.2": { - "name": "windows_aarch64_gnullvm", - "version": "0.42.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_aarch64_gnullvm 0.48.5": { - "name": "windows_aarch64_gnullvm", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download", - "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_aarch64_msvc 0.42.2": { - "name": "windows_aarch64_msvc", - "version": "0.42.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_aarch64_msvc 0.48.5": { - "name": "windows_aarch64_msvc", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", - "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_i686_gnu 0.42.2": { - "name": "windows_i686_gnu", - "version": "0.42.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_i686_gnu 0.48.5": { - "name": "windows_i686_gnu", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", - "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_i686_msvc 0.42.2": { - "name": "windows_i686_msvc", - "version": "0.42.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_i686_msvc 0.48.5": { - "name": "windows_i686_msvc", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", - "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "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://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_x86_64_gnu 0.48.5": { - "name": "windows_x86_64_gnu", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", - "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "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://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_x86_64_gnullvm 0.48.5": { - "name": "windows_x86_64_gnullvm", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", - "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "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://static.crates.io/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": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "windows_x86_64_msvc 0.48.5": { - "name": "windows_x86_64_msvc", - "version": "0.48.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", - "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - } - }, - "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.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0" - }, - "winnow 0.5.15": { - "name": "winnow", - "version": "0.5.15", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winnow/0.5.15/download", - "sha256": "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "winnow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.15" - }, - "license": "MIT" - }, - "winreg 0.50.0": { - "name": "winreg", - "version": "0.50.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winreg/0.50.0/download", - "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winreg", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "winreg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.50.0" - }, - "license": "MIT" - }, - "x509-parser 0.13.2": { - "name": "x509-parser", - "version": "0.13.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.3.1", - "target": "asn1_rs" - }, - { - "id": "base64 0.13.1", - "target": "base64" - }, - { - "id": "data-encoding 2.4.0", - "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": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.48", - "target": "thiserror" - }, - { - "id": "time 0.3.26", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.2" - }, - "license": "MIT/Apache-2.0" - }, - "zeroize 1.6.0": { - "name": "zeroize", - "version": "1.6.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zeroize/1.6.0/download", - "sha256": "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" - } - }, - "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", - "zeroize_derive" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zeroize_derive 1.4.2", - "target": "zeroize_derive" - } - ], - "selects": {} - }, - "version": "1.6.0" - }, - "license": "Apache-2.0 OR MIT" - }, - "zeroize_derive 1.4.2": { - "name": "zeroize_derive", - "version": "1.4.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", - "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" - } - }, - "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.67", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.33", - "target": "quote" - }, - { - "id": "syn 2.0.37", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.4.2" - }, - "license": "Apache-2.0 OR MIT" - }, - "zip 0.6.6": { - "name": "zip", - "version": "0.6.6", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zip/0.6.6/download", - "sha256": "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zip", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "zip", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aes", - "aes-crypto", - "bzip2", - "constant_time_eq", - "default", - "deflate", - "flate2", - "hmac", - "pbkdf2", - "sha1", - "time", - "zstd" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aes 0.8.3", - "target": "aes" - }, - { - "id": "byteorder 1.4.3", - "target": "byteorder" - }, - { - "id": "bzip2 0.4.4", - "target": "bzip2" - }, - { - "id": "constant_time_eq 0.1.5", - "target": "constant_time_eq" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "flate2 1.0.27", - "target": "flate2" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "pbkdf2 0.11.0", - "target": "pbkdf2" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "time 0.3.26", - "target": "time" - }, - { - "id": "zstd 0.11.2+zstd.1.5.2", - "target": "zstd" - } - ], - "selects": { - "cfg(any(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))": [ - { - "id": "crossbeam-utils 0.8.16", - "target": "crossbeam_utils" - } - ] - } - }, - "edition": "2021", - "version": "0.6.6" - }, - "license": "MIT" - }, - "zstd 0.11.2+zstd.1.5.2": { - "name": "zstd", - "version": "0.11.2+zstd.1.5.2", - "repository": { - "Http": { - "url": "https://static.crates.io/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": [ - "**" - ], - "crate_features": { - "common": [ - "arrays", - "default", - "legacy", - "zdict_builder" - ], - "selects": {} - }, - "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://static.crates.io/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": [ - "arrays", - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "zstd-safe 5.0.2+zstd.1.5.2", - "target": "build_script_build" - }, - { - "id": "zstd-sys 2.0.8+zstd.1.5.5", - "target": "zstd_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "5.0.2+zstd.1.5.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0" - }, - "zstd-sys 2.0.8+zstd.1.5.5": { - "name": "zstd-sys", - "version": "2.0.8+zstd.1.5.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd-sys/2.0.8+zstd.1.5.5/download", - "sha256": "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" - } - }, - "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": [ - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.148", - "target": "libc" - }, - { - "id": "zstd-sys 2.0.8+zstd.1.5.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.8+zstd.1.5.5" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - }, - { - "id": "pkg-config 0.3.27", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "zstd" - }, - "license": "MIT/Apache-2.0" - } - }, - "binary_crates": [], - "workspace_members": { - "genesis-from-db 0.3.0": "src/genesis-from-db", - "http-proxy 0.3.0": "src/http-proxy", - "idstore-export 0.3.0": "src/idstore-export", - "kvstore 0.3.0": "src/kvstore", - "ledger 0.3.0": "src/ledger", - "ledger-db 0.3.0": "src/ledger-db", - "many 0.3.0": "src/many", - "many-abci 0.3.0": "src/many-abci", - "many-cli-helpers 0.3.0": "src/many-cli-helpers", - "many-client 0.3.0": "src/many-client", - "many-client-macros 0.3.0": "src/many-client-macros", - "many-compute 0.3.0": "src/many-compute", - "many-error 0.3.0": "src/many-error", - "many-identity 0.3.0": "src/many-identity", - "many-identity-dsa 0.3.0": "src/many-identity-dsa", - "many-identity-hsm 0.3.0": "src/many-identity-hsm", - "many-identity-webauthn 0.3.0": "src/many-identity-webauthn", - "many-kvstore 0.3.0": "src/many-kvstore", - "many-ledger 0.3.0": "src/many-ledger", - "many-ledger-test-macros 0.3.0": "src/many-ledger/test-macros", - "many-ledger-test-utils 0.3.0": "src/many-ledger/test-utils", - "many-macros 0.3.0": "src/many-macros", - "many-migration 0.3.0": "src/many-migration", - "many-mock 0.3.0": "src/many-mock", - "many-modules 0.3.0": "src/many-modules", - "many-protocol 0.3.0": "src/many-protocol", - "many-server 0.3.0": "src/many-server", - "many-server-cache 0.3.0": "src/many-server-cache", - "many-types 0.3.0": "src/many-types", - "many-web 0.3.0": "src/many-web", - "web 0.3.0": "src/web" - }, - "conditions": { - "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 = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ - "wasm32-unknown-unknown" - ], - "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(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - "aarch64-linux-android", - "armv7-linux-androideabi", - "i686-linux-android", - "powerpc-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-linux-android" - ], - "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ - "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(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(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ - "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(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - "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 = \"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 = \"aarch64\", target_vendor = \"apple\"))": [ - "aarch64-apple-darwin", - "aarch64-apple-ios", - "aarch64-apple-ios-sim" - ], - "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ - "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 = \"msvc\", not(windows_raw_dylib)))": [ - "x86_64-pc-windows-msvc" - ], - "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(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))": [ - "arm-unknown-linux-gnueabi", - "armv7-linux-androideabi", - "armv7-unknown-linux-gnueabi", - "powerpc-unknown-linux-gnu", - "thumbv7em-none-eabi", - "thumbv8m.main-none-eabi" - ], - "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 = \"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_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 = \"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 = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ - "aarch64-apple-darwin", - "aarch64-apple-ios", - "aarch64-apple-ios-sim", - "i686-apple-darwin", - "i686-unknown-freebsd", - "x86_64-apple-darwin", - "x86_64-apple-ios", - "x86_64-unknown-freebsd" - ], - "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(any(windows, unix, 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", - "s390x-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" - ], - "cfg(curve25519_dalek_backend = \"fiat\")": [], - "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ - "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(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))": [ - "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", - "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-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_family = \"wasm\"))": [ - "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(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 = \"spirv\")": [], - "cfg(target_arch = \"wasm32\")": [ - "wasm32-unknown-unknown", - "wasm32-wasi" - ], - "cfg(target_arch = \"x86_64\")": [ - "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_family = \"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(target_feature = \"atomics\")": [], - "cfg(target_os = \"dragonfly\")": [], - "cfg(target_os = \"freebsd\")": [ - "i686-unknown-freebsd", - "x86_64-unknown-freebsd" - ], - "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(tokio_taskdump)": [], - "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": [], - "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/src/event-parser/BUILD.bazel b/src/event-parser/BUILD.bazel new file mode 100644 index 00000000..ec939ba4 --- /dev/null +++ b/src/event-parser/BUILD.bazel @@ -0,0 +1,26 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_binary") + +package(default_visibility = [ + "//:__pkg__", +]) + +rust_binary( + name = "event-parser", + srcs = glob(include = ["src/**/*.rs"]), + aliases = aliases(), + proc_macro_deps = all_crate_deps( + proc_macro = True, + ), + deps = all_crate_deps( + normal = True, + ) + [ + "//src/many-cli-helpers", + "//src/many-client", + "//src/many-identity", + "//src/many-error", + "//src/many-modules", + "//src/many-protocol", + "//src/many-types", + ], +) diff --git a/src/event-parser/Cargo.toml b/src/event-parser/Cargo.toml new file mode 100644 index 00000000..df511d0c --- /dev/null +++ b/src/event-parser/Cargo.toml @@ -0,0 +1,40 @@ +[package] +name = "event-parser" +version = "0.3.0" # managed by release.sh +edition = "2021" +description = "Parse MANY events" +license-file = "../../LICENSE" +homepage = "https://liftedinit.org/" +repository = "https://github.com/liftedinit/many-rs.git" +authors = ["The Lifted Initiative "] + +[[bin]] +name = "event-parser" +doc = false + +[dependencies] +anyhow = "1.0.71" +base64 = "0.21.2" +chrono = "0.4.41" +clap = { version = "3.2.25", features = ["derive"] } +const_format = "0.2.31" +csv = "1.3.1" +hex = "0.4.3" +indicatif = "0.17.3" +many-cli-helpers = { path = "../many-cli-helpers", version = "0.3.0" } # managed by release.sh +many-client = { path = "../many-client", version = "0.3.0" } # managed by release.sh +many-error = { path = "../many-error", version = "0.3.0" } # managed by release.sh +many-identity = { path = "../many-identity", features = ["serde"], version = "0.3.0" } # managed by release.sh +many-identity-dsa = { path = "../many-identity-dsa", features = ["ed25519", "ecdsa"], version = "0.3.0" } # managed by release.sh +many-identity-hsm = { path = "../many-identity-hsm", version = "0.3.0" } # managed by release.sh +many-protocol = { path = "../many-protocol", version = "0.3.0" } # managed by release.sh +many-modules = { path = "../many-modules", version = "0.3.0" } # managed by release.sh +many-types = { path = "../many-types", version = "0.3.0" } # managed by release.sh +minicbor = "0.19.1" +serde = "=1.0.163" +serde_derive = "1.0.163" +serde_json = "1.0.96" +strum = "0.24.1" +strum_macros = "0.24.3" +tracing = "0.1.37" +tracing-subscriber = "0.3.17" diff --git a/src/event-parser/src/main.rs b/src/event-parser/src/main.rs new file mode 100644 index 00000000..5cb7b0cf --- /dev/null +++ b/src/event-parser/src/main.rs @@ -0,0 +1,281 @@ +use std::collections::{BTreeMap, Bound}; +use std::fs; +use std::fs::File; +use std::str::FromStr; +use anyhow::anyhow; +use chrono::{DateTime, Utc}; +use clap::{Parser}; +use csv::Writer; +use indicatif::ProgressBar; +use minicbor::{Decode, Encode}; +use many_cli_helpers::error::ClientServerError; +use many_cli_helpers::error::ClientServerError::Client; +use many_client::client::blocking::ManyClient; +use many_identity::{Address, AnonymousIdentity, Identity}; +use many_modules::events::{EventFilter, EventId}; +use many_types::{CborRange, Memo, VecOrSingle}; +use many_types::ledger::TokenAmount; + +#[derive(Encode, Decode)] +struct CachedEvents { + #[n(0)] + events: Vec, +} + +#[derive(Parser)] +struct Opts { + #[clap(flatten)] + common_flags: many_cli_helpers::CommonCliFlags, + + /// Many server URL to connect to. + #[clap(default_value = "http://localhost:8000")] + servers: Vec, + +} + + +fn load_or_fetch_events( + id: usize, + client: ManyClient +) -> Result, ClientServerError> { + let cache_file = format!("{}_events_cache.cbor", id); + if let Ok(data) = fs::read(&cache_file) { + println!("Loading events from cache: {}", &cache_file); + if let Ok(cached) = minicbor::decode::(&data) { + return Ok(cached.events); + } + } + + println!("Fetching events from server..."); + let events = _extract_events(client)?; + let cached = CachedEvents { events }; + if let Ok(cbor) = minicbor::to_vec(&cached) { + let _ = fs::write(cache_file, cbor); + } + Ok(cached.events) +} + +fn _extract_events( + client: ManyClient, + // identity: Option, +) -> Result, ClientServerError> { + let mut filter = EventFilter::default(); + let event_count_result: many_modules::events::ListReturns = minicbor::decode(&client.call_("events.list", many_modules::events::ListArgs { + count: Some(1), + order: None, + filter: None, + })?)?; + let total_event_count = event_count_result.nb_events; + let pb = ProgressBar::new(total_event_count); + + let mut all_events = vec![]; + let mut last_id: Option = None; + loop { + if let Some(last_id) = &last_id { + filter.id_range = Some(CborRange { + start: Bound::Excluded(last_id.clone()), + end: Bound::Unbounded, + }); + } + let list: many_modules::events::ListReturns = minicbor::decode(&client.call_("events.list", many_modules::events::ListArgs { + count: Some(100), // Adjust count as needed + order: None, + filter: Some(filter.clone()), + })?)?; + + if list.events.is_empty() { + break; + } + + pb.inc(list.events.len() as u64); + + last_id = list.events.last().map(|e| e.id.clone()); + all_events.extend(list.events); + } + + pb.finish_with_message(format!("Retrieved {} events", all_events.len())); + + Ok(all_events) +} + +fn parse_balances( + all_events: &Vec, + mfx: Address +) -> Result<(), ClientServerError> { + let mut balances: BTreeMap = BTreeMap::from([("mqdjnydq6funtibfdehemay6lwirrgeroazmqqhhac2jaq5yaaaaayf".into(), TokenAmount::from(100_000_000__000_000_000u128))]); + let mut to_add: BTreeMap = BTreeMap::new(); + let mut to_sub: BTreeMap = BTreeMap::new(); + + for event in all_events { + match &event.content { + many_modules::events::EventInfo::TokenMint { symbol, distribution, .. } => { + if symbol != &mfx { + continue; + } + for (account, amount) in distribution { + *to_add.entry(account.to_string()).or_insert(TokenAmount::from(0u8)) += amount; + } + }, + many_modules::events::EventInfo::TokenBurn { symbol, distribution, .. } => { + if symbol != &mfx { + continue; + } + for (account, amount) in distribution { + *to_sub.entry(account.to_string()).or_insert(TokenAmount::from(0u8)) += amount; + } + }, + many_modules::events::EventInfo::Send { from, to, symbol, amount, .. } => { + if symbol != &mfx { + continue; + } + *to_sub.entry(from.to_string()).or_insert(TokenAmount::from(0u8)) += amount.clone(); + *to_add.entry(to.to_string()).or_insert(TokenAmount::from(0u8)) += amount; + }, + _ => {} + } + } + + for (address, amount) in to_add { + *balances.entry(address).or_insert(TokenAmount::from(0u8)) += amount; + } + + for (address, amount) in to_sub { + *balances.entry(address).or_insert(TokenAmount::from(0u8)) -= amount; + } + + let mut wtr = Writer::from_writer(File::create("balances.csv").map_err(|e| Client(anyhow!("Can't create CSV writer")))?); + wtr.write_record(&["address", "amount"]).map_err(|e| Client(anyhow!("Can't write CSV header")))?; + for (address, amount) in &balances { + wtr.write_record(&[address, &amount.to_string()]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + } + wtr.flush().map_err(|e| Client(anyhow!("Can't flush CSV record")))?; + + Ok(()) +} + +fn parse_transactions( + all_events: Vec, + mfx: Address, +) -> Result<(), ClientServerError> { + let mut wtr = Writer::from_writer(File::create("transactions.csv").map_err(|e| Client(anyhow!("Can't create CSV writer")))?); + wtr.write_record(&["date", "from", "to", "amount", "type", "memo"]).map_err(|e| Client(anyhow!("Can't write CSV header")))?; + + for event in all_events { + let t = event.time.as_system_time()?; + let dt: DateTime = t.into(); + let iso_dt = dt.to_rfc3339(); + + let k = event.kind().to_string(); + + match event.content { + many_modules::events::EventInfo::TokenMint { symbol, distribution, memo } => { + if symbol != mfx { + continue; + } + + let m = memo.unwrap_or(Memo::try_from("")?); + let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); + let memo_str = if a.is_empty() { + "".to_string() + } + else { + format!("\"{}\"", a.join(" ")) + }; + + for (account, amount) in distribution { + wtr.write_record(&[ + iso_dt.clone(), + "".to_string(), + account.to_string(), + amount.to_string(), + k.clone(), + memo_str.clone(), + ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + } + }, + many_modules::events::EventInfo::TokenBurn { symbol, distribution, memo } => { + if symbol != mfx { + continue; + } + + let m = memo.unwrap_or(Memo::try_from("")?); + let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); + let memo_str = if a.is_empty() { + "".to_string() + } + else { + format!("\"{}\"", a.join(" ")) + }; + + for (account, amount) in distribution { + wtr.write_record(&[ + iso_dt.clone(), + account.to_string(), + "".to_string(), + amount.to_string(), + k.clone(), + memo_str.clone(), + ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + } + } + many_modules::events::EventInfo::Send { from, to, symbol, memo, amount } => { + if symbol != mfx { + continue; + } + + let m = memo.unwrap_or(Memo::try_from("")?); + let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); + let memo_str = if a.is_empty() { + "".to_string() + } + else { + format!("\"{}\"", a.join(" ")) + }; + + wtr.write_record(&[ + iso_dt, + from.to_string(), + to.to_string(), + amount.to_string(), + k.clone(), + memo_str, + ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + } + _ => {} + } + } + + Ok(()) +} + +fn main() -> Result<(), anyhow::Error> { + let Opts { + common_flags, + servers, + } = Opts::parse(); + + common_flags.init_logging().unwrap(); + + let mfx = many_identity::Address::from_str("mqbh742x4s356ddaryrxaowt4wxtlocekzpufodvowrirfrqaaaaa3l").expect("Can't parse MFX address"); + let clients = servers + .iter() + .map(|server| { + ManyClient::new(server, Address::anonymous(), AnonymousIdentity) + .map_err(|e| Client(anyhow!("Failed to create client: {}", e))) + }) + .collect::, _>>().map_err(|e| anyhow!("Failed to create clients: {}", e.to_string()))?; + + let mut all_events = vec![]; + for (i, (s, c)) in servers.into_iter().zip(clients.into_iter()).enumerate() { + println!("Processing server: {}", s); + let events = load_or_fetch_events(i, c).map_err(|e| anyhow!("Failed to fetch events: {}", e))?; + all_events.extend(events); + } + + println!("Total events loaded: {}", all_events.len()); + + parse_balances(&all_events, mfx).map_err(|e| anyhow!("Failed to parse events: {}", e))?; + parse_transactions(all_events, mfx).map_err(|e| anyhow!("Failed to parse transactions: {}", e))?; + + Ok(()) +} \ No newline at end of file diff --git a/src/ledger/src/main.rs b/src/ledger/src/main.rs index 65e13857..872cb108 100644 --- a/src/ledger/src/main.rs +++ b/src/ledger/src/main.rs @@ -105,6 +105,8 @@ enum SubCommand { /// Perform a token operation Token(tokens::CommandOpt), + + // Events(events::EventsOpt), } #[derive(Parser)] @@ -381,6 +383,7 @@ fn main() { } SubCommand::Multisig(opts) => multisig::multisig(client, opts), SubCommand::Token(opts) => tokens::tokens(client, opts), + // SubCommand::Events(opts) => events::events(client, opts), }; if let Err(err) = result { From 6889949c101effbc0bc968eb37603b7641161afc Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:49:18 -0400 Subject: [PATCH 2/4] chore: more work --- src/event-parser/src/main.rs | 150 ++++++++++++++++++++++++++++------- 1 file changed, 122 insertions(+), 28 deletions(-) diff --git a/src/event-parser/src/main.rs b/src/event-parser/src/main.rs index 5cb7b0cf..57b1f554 100644 --- a/src/event-parser/src/main.rs +++ b/src/event-parser/src/main.rs @@ -13,7 +13,8 @@ use many_cli_helpers::error::ClientServerError::Client; use many_client::client::blocking::ManyClient; use many_identity::{Address, AnonymousIdentity, Identity}; use many_modules::events::{EventFilter, EventId}; -use many_types::{CborRange, Memo, VecOrSingle}; +use many_modules::ledger::{SendArgs, TokenBurnArgs, TokenMintArgs}; +use many_types::{CborRange, Memo}; use many_types::ledger::TokenAmount; #[derive(Encode, Decode)] @@ -143,43 +144,76 @@ fn parse_balances( *balances.entry(address).or_insert(TokenAmount::from(0u8)) -= amount; } - let mut wtr = Writer::from_writer(File::create("balances.csv").map_err(|e| Client(anyhow!("Can't create CSV writer")))?); - wtr.write_record(&["address", "amount"]).map_err(|e| Client(anyhow!("Can't write CSV header")))?; + let mut wtr = Writer::from_writer(File::create("balances.csv").map_err(|_e| Client(anyhow!("Can't create CSV writer")))?); + wtr.write_record(&["address", "amount"]).map_err(|_e| Client(anyhow!("Can't write CSV header")))?; for (address, amount) in &balances { - wtr.write_record(&[address, &amount.to_string()]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + wtr.write_record(&[address, &amount.to_string()]).map_err(|_e| Client(anyhow!("Can't write CSV record")))?; } - wtr.flush().map_err(|e| Client(anyhow!("Can't flush CSV record")))?; + wtr.flush().map_err(|_e| Client(anyhow!("Can't flush CSV record")))?; Ok(()) } fn parse_transactions( - all_events: Vec, + all_events: BTreeMap, mfx: Address, ) -> Result<(), ClientServerError> { - let mut wtr = Writer::from_writer(File::create("transactions.csv").map_err(|e| Client(anyhow!("Can't create CSV writer")))?); - wtr.write_record(&["date", "from", "to", "amount", "type", "memo"]).map_err(|e| Client(anyhow!("Can't write CSV header")))?; + let mut wtr = Writer::from_writer(File::create("transactions.csv").map_err(|_e| Client(anyhow!("Can't create CSV writer")))?); + wtr.write_record(&["date", "from", "to", "amount", "type", "memo"]).map_err(|_e| Client(anyhow!("Can't write CSV header")))?; - for event in all_events { + // Collect all events that are of type AccountMultisigSubmit for memo extraction + let submit_events = all_events + .iter() + .filter(|(_, event)| matches!(event.content, many_modules::events::EventInfo::AccountMultisigSubmit { .. })) + .collect::>(); + + for (_id, event) in &all_events { let t = event.time.as_system_time()?; let dt: DateTime = t.into(); let iso_dt = dt.to_rfc3339(); - let k = event.kind().to_string(); - - match event.content { + match &event.content { many_modules::events::EventInfo::TokenMint { symbol, distribution, memo } => { - if symbol != mfx { + if symbol != &mfx { continue; } - let m = memo.unwrap_or(Memo::try_from("")?); + // Do we have a direct memo? + let m = if let Some(m) = memo { + m.clone() + // If not, check if we have a matching Submit transaction + } else { + let submit_found = submit_events.iter().find(|(_, e)| match &e.content { + many_modules::events::EventInfo::AccountMultisigSubmit { transaction, .. } => { + matches!(transaction.as_ref(), many_modules::events::AccountMultisigTransaction::TokenMint(TokenMintArgs { symbol: t_symbol, distribution: t_distribution, memo: t_memo }) if t_symbol == symbol && t_distribution == distribution && t_memo == memo) + } + _ => false, + }); + + if let Some((_, submit_event)) = submit_found { + if let many_modules::events::EventInfo::AccountMultisigSubmit { memo, memo_, .. } = &submit_event.content { + if let Some(memo) = memo { + memo.clone() + } else if let Some(memo_) = memo_ { + Memo::from(memo_.clone()) + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + }; + + let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); let memo_str = if a.is_empty() { "".to_string() } else { - format!("\"{}\"", a.join(" ")) + format!("{}", a.join(", ")) }; for (account, amount) in distribution { @@ -188,23 +222,51 @@ fn parse_transactions( "".to_string(), account.to_string(), amount.to_string(), - k.clone(), + "tokens.mint".to_string(), memo_str.clone(), - ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + ]).map_err(|_e| Client(anyhow!("Can't write CSV record")))?; } }, many_modules::events::EventInfo::TokenBurn { symbol, distribution, memo } => { - if symbol != mfx { + if symbol != &mfx { continue; } - let m = memo.unwrap_or(Memo::try_from("")?); + // Do we have a direct memo? + let m = if let Some(m) = memo { + m.clone() + // If not, check if we have a matching Submit transaction + } else { + let submit_found = submit_events.iter().find(|(_, e)| match &e.content { + many_modules::events::EventInfo::AccountMultisigSubmit { transaction, .. } => { + matches!(transaction.as_ref(), many_modules::events::AccountMultisigTransaction::TokenBurn(TokenBurnArgs { symbol: t_symbol, distribution: t_distribution, memo: t_memo, .. }) if t_symbol == symbol && t_distribution == distribution && t_memo == memo) + } + _ => false, + }); + + if let Some((_, submit_event)) = submit_found { + if let many_modules::events::EventInfo::AccountMultisigSubmit { memo, memo_, .. } = &submit_event.content { + if let Some(memo) = memo { + memo.clone() + } else if let Some(memo_) = memo_ { + Memo::from(memo_.clone()) + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + }; + let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); let memo_str = if a.is_empty() { "".to_string() } else { - format!("\"{}\"", a.join(" ")) + format!("{}", a.join(", ")) }; for (account, amount) in distribution { @@ -213,23 +275,50 @@ fn parse_transactions( account.to_string(), "".to_string(), amount.to_string(), - k.clone(), + "tokens.burn".to_string(), memo_str.clone(), - ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + ]).map_err(|_e| Client(anyhow!("Can't write CSV record")))?; } } many_modules::events::EventInfo::Send { from, to, symbol, memo, amount } => { - if symbol != mfx { + if symbol != &mfx { continue; } - let m = memo.unwrap_or(Memo::try_from("")?); + // Do we have a direct memo? + let m = if let Some(m) = memo { + m.clone() + // If not, check if we have a matching Submit transaction + } else { + let submit_found = submit_events.iter().find(|(_, e)| match &e.content { + many_modules::events::EventInfo::AccountMultisigSubmit { transaction, .. } => { + matches!(transaction.as_ref(), many_modules::events::AccountMultisigTransaction::Send(SendArgs {from: t_from, to: t_to, amount: t_amount, symbol: t_symbol, memo: t_memo }) if t_symbol == symbol && t_from == from && t_to == to && t_amount == amount && t_memo == memo) + } + _ => false, + }); + + if let Some((_, submit_event)) = submit_found { + if let many_modules::events::EventInfo::AccountMultisigSubmit { memo, memo_, .. } = &submit_event.content { + if let Some(memo) = memo { + memo.clone() + } else if let Some(memo_) = memo_ { + Memo::from(memo_.clone()) + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + } else { + Memo::try_from("")? + } + }; let a: Vec = m.iter_str().map(|s| s.to_string()).collect(); let memo_str = if a.is_empty() { "".to_string() } else { - format!("\"{}\"", a.join(" ")) + format!("{}", a.join(", ")) }; wtr.write_record(&[ @@ -237,9 +326,9 @@ fn parse_transactions( from.to_string(), to.to_string(), amount.to_string(), - k.clone(), + "ledger.send".to_string(), memo_str, - ]).map_err(|e| Client(anyhow!("Can't write CSV record")))?; + ]).map_err(|_e| Client(anyhow!("Can't write CSV record")))?; } _ => {} } @@ -274,8 +363,13 @@ fn main() -> Result<(), anyhow::Error> { println!("Total events loaded: {}", all_events.len()); + let event_map: BTreeMap<_, _> = all_events + .iter() + .map(|event| (event.id.clone(), event)) + .collect(); + parse_balances(&all_events, mfx).map_err(|e| anyhow!("Failed to parse events: {}", e))?; - parse_transactions(all_events, mfx).map_err(|e| anyhow!("Failed to parse transactions: {}", e))?; + parse_transactions(event_map, mfx).map_err(|e| anyhow!("Failed to parse transactions: {}", e))?; Ok(()) } \ No newline at end of file From de30a165d91dfbcfa3ee564ad4f61da474894127 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:53:23 -0400 Subject: [PATCH 3/4] chore: restore locks --- Cargo.Bazel.lock | 6370 ++++++++ cargo-bazel-lock.json | 33784 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40154 insertions(+) create mode 100644 Cargo.Bazel.lock create mode 100644 cargo-bazel-lock.json diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock new file mode 100644 index 00000000..a9c35d26 --- /dev/null +++ b/Cargo.Bazel.lock @@ -0,0 +1,6370 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "addr2line" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + +[[package]] +name = "aes" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" +dependencies = [ + "cfg-if 1.0.0", + "cipher", + "cpufeatures", +] + +[[package]] +name = "aho-corasick" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" +dependencies = [ + "memchr", +] + +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anstream" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" + +[[package]] +name = "anstyle-parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] +name = "anstyle-wincon" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +dependencies = [ + "anstyle", + "windows-sys 0.48.0", +] + +[[package]] +name = "anyhow" +version = "1.0.75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" + +[[package]] +name = "arrayref" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" + +[[package]] +name = "arrayvec" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + +[[package]] +name = "ascii" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" + +[[package]] +name = "asn1" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb" +dependencies = [ + "asn1_derive", +] + +[[package]] +name = "asn1-rs" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" +dependencies = [ + "asn1-rs-derive", + "asn1-rs-impl", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", +] + +[[package]] +name = "asn1-rs-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure", +] + +[[package]] +name = "asn1-rs-impl" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "asn1_derive" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "async-channel" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" +dependencies = [ + "concurrent-queue", + "event-listener", + "futures-core", +] + +[[package]] +name = "async-executor" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" +dependencies = [ + "async-lock", + "async-task", + "concurrent-queue", + "fastrand 1.9.0", + "futures-lite", + "slab", +] + +[[package]] +name = "async-fs" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" +dependencies = [ + "async-lock", + "autocfg", + "blocking", + "futures-lite", +] + +[[package]] +name = "async-io" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" +dependencies = [ + "async-lock", + "autocfg", + "cfg-if 1.0.0", + "concurrent-queue", + "futures-lite", + "log", + "parking", + "polling", + "rustix 0.37.23", + "slab", + "socket2 0.4.9", + "waker-fn", +] + +[[package]] +name = "async-lock" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" +dependencies = [ + "event-listener", +] + +[[package]] +name = "async-net" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" +dependencies = [ + "async-io", + "autocfg", + "blocking", + "futures-lite", +] + +[[package]] +name = "async-process" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" +dependencies = [ + "async-io", + "async-lock", + "autocfg", + "blocking", + "cfg-if 1.0.0", + "event-listener", + "futures-lite", + "rustix 0.37.23", + "signal-hook", + "windows-sys 0.48.0", +] + +[[package]] +name = "async-recursion" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "async-task" +version = "4.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" + +[[package]] +name = "async-trait" +version = "0.1.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "atomic-waker" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" + +[[package]] +name = "atty" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" +dependencies = [ + "hermit-abi 0.1.19", + "libc", + "winapi", +] + +[[package]] +name = "authenticator-ctap2-2021" +version = "0.3.2-dev.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056" +dependencies = [ + "base64 0.13.1", + "bitflags 1.3.2", + "cfg-if 1.0.0", + "core-foundation", + "devd-rs", + "libc", + "libudev", + "log", + "memoffset", + "nom", + "openssl", + "openssl-sys", + "rand", + "runloop", + "serde", + "serde_bytes", + "serde_cbor", + "serde_json", + "sha2 0.10.7", + "winapi", +] + +[[package]] +name = "autocfg" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + +[[package]] +name = "az" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" + +[[package]] +name = "backtrace" +version = "0.3.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +dependencies = [ + "addr2line", + "cc", + "cfg-if 1.0.0", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", +] + +[[package]] +name = "base16ct" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + +[[package]] +name = "base32" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" + +[[package]] +name = "base64" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" + +[[package]] +name = "base64ct" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + +[[package]] +name = "base64urlsafedata" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384" +dependencies = [ + "base64 0.21.4", + "serde", + "serde_json", +] + +[[package]] +name = "bindgen" +version = "0.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" +dependencies = [ + "bitflags 1.3.2", + "cexpr", + "clang-sys", + "lazy_static", + "lazycell", + "log", + "peeking_take_while", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 1.0.109", + "which", +] + +[[package]] +name = "bindgen" +version = "0.64.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" +dependencies = [ + "bitflags 1.3.2", + "cexpr", + "clang-sys", + "lazy_static", + "lazycell", + "peeking_take_while", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 1.0.109", +] + +[[package]] +name = "bip39-dict" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33b74d395d6b577a1e3c1348545cef70a418281c83abbe50f5662ae4d4abf6d8" +dependencies = [ + "cryptoxide", +] + +[[package]] +name = "bit-set" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" + +[[package]] +name = "blake3" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" +dependencies = [ + "arrayref", + "arrayvec", + "cc", + "cfg-if 0.1.10", + "constant_time_eq", + "crypto-mac", + "digest 0.9.0", +] + +[[package]] +name = "block-buffer" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" +dependencies = [ + "generic-array", +] + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array", +] + +[[package]] +name = "blocking" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" +dependencies = [ + "async-channel", + "async-lock", + "async-task", + "atomic-waker", + "fastrand 1.9.0", + "futures-lite", + "log", +] + +[[package]] +name = "bs58" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "bstr" +version = "1.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "bumpalo" +version = "3.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" + +[[package]] +name = "bytecount" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" + +[[package]] +name = "bytemuck" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" + +[[package]] +name = "byteorder" +version = "1.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" + +[[package]] +name = "bytes" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +dependencies = [ + "serde", +] + +[[package]] +name = "bzip2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" +dependencies = [ + "bzip2-sys", + "libc", +] + +[[package]] +name = "bzip2-sys" +version = "0.1.11+1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +dependencies = [ + "cc", + "libc", + "pkg-config", +] + +[[package]] +name = "cbor-diag" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429" +dependencies = [ + "bs58", + "chrono", + "data-encoding", + "half 2.3.1", + "nom", + "num-bigint", + "num-rational", + "num-traits", + "separator", + "url", + "uuid 1.4.1", +] + +[[package]] +name = "cc" +version = "1.0.83" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +dependencies = [ + "jobserver", + "libc", +] + +[[package]] +name = "cexpr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" +dependencies = [ + "nom", +] + +[[package]] +name = "cfg-if" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "chrono" +version = "0.4.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +dependencies = [ + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-link", +] + +[[package]] +name = "chunked_transfer" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" + +[[package]] +name = "ciborium" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" +dependencies = [ + "ciborium-io", + "ciborium-ll", + "serde", +] + +[[package]] +name = "ciborium-io" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" + +[[package]] +name = "ciborium-ll" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" +dependencies = [ + "ciborium-io", + "half 1.8.2", +] + +[[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +dependencies = [ + "crypto-common", + "inout", +] + +[[package]] +name = "clang-sys" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" +dependencies = [ + "glob", + "libc", + "libloading", +] + +[[package]] +name = "clap" +version = "3.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" +dependencies = [ + "atty", + "bitflags 1.3.2", + "clap_derive 3.2.25", + "clap_lex 0.2.4", + "indexmap 1.9.3", + "once_cell", + "strsim", + "termcolor", + "textwrap", +] + +[[package]] +name = "clap" +version = "4.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" +dependencies = [ + "clap_builder", + "clap_derive 4.4.2", +] + +[[package]] +name = "clap_builder" +version = "4.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" +dependencies = [ + "anstream", + "anstyle", + "clap_lex 0.5.1", + "strsim", + "terminal_size", +] + +[[package]] +name = "clap_derive" +version = "3.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" +dependencies = [ + "heck 0.4.1", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "clap_derive" +version = "4.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "clap_lex" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +dependencies = [ + "os_str_bytes", +] + +[[package]] +name = "clap_lex" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" + +[[package]] +name = "colorchoice" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + +[[package]] +name = "colored" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" +dependencies = [ + "is-terminal", + "lazy_static", + "windows-sys 0.48.0", +] + +[[package]] +name = "compact_jwt" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33" +dependencies = [ + "base64 0.13.1", + "base64urlsafedata", + "hex", + "openssl", + "serde", + "serde_json", + "tracing", + "url", + "uuid 1.4.1", +] + +[[package]] +name = "concurrent-queue" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "console" +version = "0.15.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.45.0", +] + +[[package]] +name = "const-oid" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" + +[[package]] +name = "const_format" +version = "0.2.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + +[[package]] +name = "constant_time_eq" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" + +[[package]] +name = "convert_case" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + +[[package]] +name = "core-foundation" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + +[[package]] +name = "coset" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c765a4e852cef25c69a48e9fcd60995a7fecabf0134a0021e7181452c4a60f95" +dependencies = [ + "ciborium", + "ciborium-io", +] + +[[package]] +name = "cpufeatures" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +dependencies = [ + "libc", +] + +[[package]] +name = "crc-any" +version = "2.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "774646b687f63643eb0f4bf13dc263cb581c8c9e57973b6ddf78bda3994d88df" +dependencies = [ + "debug-helper", +] + +[[package]] +name = "crc32fast" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + +[[package]] +name = "crypto-bigint" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" +dependencies = [ + "generic-array", + "rand_core", + "subtle", + "zeroize", +] + +[[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +dependencies = [ + "generic-array", + "typenum", +] + +[[package]] +name = "crypto-mac" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" +dependencies = [ + "generic-array", + "subtle", +] + +[[package]] +name = "cryptoki" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "570006e51d08ec89ce5bbfdcf428ad96111636d524bf2447bee6377fd0e1d889" +dependencies = [ + "cryptoki-sys", + "derivative", + "libloading", + "log", +] + +[[package]] +name = "cryptoki-sys" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bc9943e09928a84ed6e76dbaea1699b7678e95b2487b0de31075af300221095" +dependencies = [ + "bindgen 0.63.0", + "libloading", + "target-lexicon", +] + +[[package]] +name = "cryptoxide" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" + +[[package]] +name = "csv" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" +dependencies = [ + "csv-core", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "csv-core" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" +dependencies = [ + "memchr", +] + +[[package]] +name = "ct-logs" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" +dependencies = [ + "sct", +] + +[[package]] +name = "cucumber" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a845da7c9fb958144700201d22e3f61f55114f9e269c13f03fe179d9da500984" +dependencies = [ + "anyhow", + "async-trait", + "atty", + "clap 4.4.4", + "console", + "cucumber-codegen 0.19.1", + "cucumber-expressions 0.2.1", + "derive_more", + "drain_filter_polyfill", + "either", + "futures", + "gherkin", + "globwalk", + "humantime", + "inventory", + "itertools 0.10.5", + "linked-hash-map", + "once_cell", + "regex", + "sealed 0.4.0", + "smart-default 0.6.0", +] + +[[package]] +name = "cucumber" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ead33440b8c33da870588443d745a0f23de153013fe847ae71073d176f75293" +dependencies = [ + "anyhow", + "async-trait", + "clap 4.4.4", + "console", + "cucumber-codegen 0.20.0", + "cucumber-expressions 0.3.0", + "derive_more", + "drain_filter_polyfill", + "either", + "futures", + "gherkin", + "globwalk", + "humantime", + "inventory", + "itertools 0.11.0", + "lazy-regex", + "linked-hash-map", + "once_cell", + "pin-project", + "regex", + "sealed 0.5.0", + "serde", + "serde_json", + "smart-default 0.7.1", +] + +[[package]] +name = "cucumber-codegen" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dfb841fe8742f57fbe94738a189022e7dc858f2560c7fba5da44dc945a139e1" +dependencies = [ + "cucumber-expressions 0.2.1", + "inflections", + "itertools 0.10.5", + "proc-macro2", + "quote", + "regex", + "syn 1.0.109", + "synthez 0.2.0", +] + +[[package]] +name = "cucumber-codegen" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a8e4a7c46b4b5c81894087a5e3a95138bdd26e2e46fcca258513e07b880a369" +dependencies = [ + "cucumber-expressions 0.3.0", + "inflections", + "itertools 0.11.0", + "proc-macro2", + "quote", + "regex", + "syn 2.0.37", + "synthez 0.3.1", +] + +[[package]] +name = "cucumber-expressions" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d40d2fdf5e1bb4ae7e6b25c97bf9b9d249a02243fc0fbd91075592b5f00a3bc1" +dependencies = [ + "derive_more", + "either", + "nom", + "nom_locate", + "regex", + "regex-syntax 0.6.29", +] + +[[package]] +name = "cucumber-expressions" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" +dependencies = [ + "derive_more", + "either", + "nom", + "nom_locate", + "regex", + "regex-syntax 0.7.5", +] + +[[package]] +name = "curve25519-dalek" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "platforms", + "rustc_version", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "curve25519-dalek-ng" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core", + "subtle-ng", + "zeroize", +] + +[[package]] +name = "darling" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 1.0.109", +] + +[[package]] +name = "darling_macro" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" +dependencies = [ + "darling_core", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "data-encoding" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" + +[[package]] +name = "debug-helper" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" + +[[package]] +name = "der" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +dependencies = [ + "const-oid", + "pem-rfc7468", + "zeroize", +] + +[[package]] +name = "der-parser" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" +dependencies = [ + "asn1-rs", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + +[[package]] +name = "deranged" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" + +[[package]] +name = "derivative" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "derive_builder" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "derive_builder_macro" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" +dependencies = [ + "derive_builder_core", + "syn 1.0.109", +] + +[[package]] +name = "derive_more" +version = "0.99.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "rustc_version", + "syn 1.0.109", +] + +[[package]] +name = "devd-rs" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395" +dependencies = [ + "libc", + "nom", +] + +[[package]] +name = "difflib" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + +[[package]] +name = "digest" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" +dependencies = [ + "generic-array", +] + +[[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer 0.10.4", + "const-oid", + "crypto-common", + "subtle", +] + +[[package]] +name = "displaydoc" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "downcast" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + +[[package]] +name = "drain_filter_polyfill" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" + +[[package]] +name = "ecdsa" +version = "0.16.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" +dependencies = [ + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "signature 2.1.0", + "spki", +] + +[[package]] +name = "ed" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f205c65ec89e8fdd41f5a522eb5721818dc84c732634a6e48eb1a7b92e0169d" +dependencies = [ + "ed-derive", + "thiserror", +] + +[[package]] +name = "ed-derive" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9907e1f07d6b49fc8cfc92870aae890618671e932db9b7b9224d530eddde2cb" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + +[[package]] +name = "ed25519" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" +dependencies = [ + "pkcs8", + "signature 2.1.0", +] + +[[package]] +name = "ed25519-consensus" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" +dependencies = [ + "curve25519-dalek-ng", + "hex", + "rand_core", + "sha2 0.9.9", + "zeroize", +] + +[[package]] +name = "ed25519-dalek" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" +dependencies = [ + "curve25519-dalek", + "ed25519 2.2.2", + "rand_core", + "serde", + "sha2 0.10.7", + "zeroize", +] + +[[package]] +name = "either" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" + +[[package]] +name = "elliptic-curve" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" +dependencies = [ + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff", + "generic-array", + "group", + "pem-rfc7468", + "pkcs8", + "rand_core", + "sec1", + "subtle", + "zeroize", +] + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + +[[package]] +name = "encoding_rs" +version = "0.8.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" +dependencies = [ + "errno-dragonfly", + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "errno-dragonfly" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "event-listener" +version = "2.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + +[[package]] +name = "event-parser" +version = "0.3.0" +dependencies = [ + "anyhow", + "base64 0.21.4", + "chrono", + "clap 3.2.25", + "const_format", + "csv", + "hex", + "indicatif", + "many-cli-helpers", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-hsm", + "many-modules", + "many-protocol", + "many-types", + "minicbor", + "serde", + "serde_derive", + "serde_json", + "strum 0.24.1", + "strum_macros 0.24.3", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "eyre" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +dependencies = [ + "indenter", + "once_cell", +] + +[[package]] +name = "failure" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" +dependencies = [ + "backtrace", + "failure_derive", +] + +[[package]] +name = "failure_derive" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure", +] + +[[package]] +name = "fastrand" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" +dependencies = [ + "instant", +] + +[[package]] +name = "fastrand" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" + +[[package]] +name = "ff" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +dependencies = [ + "rand_core", + "subtle", +] + +[[package]] +name = "fiat-crypto" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" + +[[package]] +name = "fixed" +version = "1.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02c69ce7e7c0f17aa18fdd9d0de39727adb9c6281f2ad12f57cbe54ae6e76e7d" +dependencies = [ + "az", + "bytemuck", + "half 2.3.1", + "typenum", +] + +[[package]] +name = "flate2" +version = "1.0.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "flex-error" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c606d892c9de11507fa0dcffc116434f94e105d0bbdc4e405b61519464c49d7b" +dependencies = [ + "eyre", + "paste", +] + +[[package]] +name = "float-cmp" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" +dependencies = [ + "num-traits", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "fragile" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + +[[package]] +name = "futures" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" + +[[package]] +name = "futures-executor" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" + +[[package]] +name = "futures-lite" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" +dependencies = [ + "fastrand 1.9.0", + "futures-core", + "futures-io", + "memchr", + "parking", + "pin-project-lite", + "waker-fn", +] + +[[package]] +name = "futures-macro" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "futures-sink" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" + +[[package]] +name = "futures-task" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" + +[[package]] +name = "futures-util" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", + "zeroize", +] + +[[package]] +name = "genesis-from-db" +version = "0.3.0" +dependencies = [ + "base64 0.21.4", + "clap 3.2.25", + "const_format", + "hex", + "many-error", + "many-ledger", + "many-modules", + "many-types", + "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", + "minicbor", + "serde", + "serde_derive", + "serde_json", + "strum 0.24.1", + "strum_macros 0.24.3", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "getrandom" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +dependencies = [ + "cfg-if 1.0.0", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "gherkin" +version = "0.13.0" +source = "git+https://github.com/fmorency/gherkin.git?rev=b378f966281a79b501d59a1bfc2dd7519ad2ac98#b378f966281a79b501d59a1bfc2dd7519ad2ac98" +dependencies = [ + "heck 0.4.1", + "peg 0.6.3", + "quote", + "serde", + "serde_json", + "syn 1.0.109", + "textwrap", + "thiserror", + "typed-builder", +] + +[[package]] +name = "gimli" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" + +[[package]] +name = "git2" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" +dependencies = [ + "bitflags 2.4.0", + "libc", + "libgit2-sys", + "log", + "url", +] + +[[package]] +name = "glob" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + +[[package]] +name = "globset" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" +dependencies = [ + "aho-corasick", + "bstr", + "fnv", + "log", + "regex", +] + +[[package]] +name = "globwalk" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" +dependencies = [ + "bitflags 1.3.2", + "ignore", + "walkdir", +] + +[[package]] +name = "group" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" +dependencies = [ + "ff", + "rand_core", + "subtle", +] + +[[package]] +name = "h2" +version = "0.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap 1.9.3", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "half" +version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" + +[[package]] +name = "half" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" +dependencies = [ + "cfg-if 1.0.0", + "crunchy", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + +[[package]] +name = "headers" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" +dependencies = [ + "base64 0.21.4", + "bytes", + "headers-core", + "http", + "httpdate", + "mime", + "sha1", +] + +[[package]] +name = "headers-core" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" +dependencies = [ + "http", +] + +[[package]] +name = "heck" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" +dependencies = [ + "unicode-segmentation", +] + +[[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + +[[package]] +name = "hermit-abi" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +dependencies = [ + "libc", +] + +[[package]] +name = "hermit-abi" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +dependencies = [ + "serde", +] + +[[package]] +name = "hidapi" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "798154e4b6570af74899d71155fb0072d5b17e6aa12f39c8ef22c60fb8ec99e7" +dependencies = [ + "cc", + "libc", + "pkg-config", + "winapi", +] + +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.7", +] + +[[package]] +name = "home" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] +name = "hostname" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +dependencies = [ + "libc", + "match_cfg", + "winapi", +] + +[[package]] +name = "http" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +dependencies = [ + "bytes", + "http", + "pin-project-lite", +] + +[[package]] +name = "http-proxy" +version = "0.3.0" +dependencies = [ + "base64 0.21.4", + "clap 3.2.25", + "hex", + "log-panics", + "many-cli-helpers", + "many-client", + "many-identity", + "many-identity-dsa", + "many-modules", + "minicbor", + "new_mime_guess", + "syslog-tracing", + "tiny_http", + "tokio", + "tracing", + "tracing-subscriber", + "vergen", +] + +[[package]] +name = "httparse" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" + +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "humantime" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + +[[package]] +name = "hyper" +version = "0.14.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2 0.4.9", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper-proxy" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" +dependencies = [ + "bytes", + "futures", + "headers", + "http", + "hyper", + "hyper-rustls", + "rustls-native-certs", + "tokio", + "tokio-rustls", + "tower-service", + "webpki", +] + +[[package]] +name = "hyper-rustls" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" +dependencies = [ + "ct-logs", + "futures-util", + "hyper", + "log", + "rustls", + "rustls-native-certs", + "tokio", + "tokio-rustls", + "webpki", + "webpki-roots", +] + +[[package]] +name = "hyper-tls" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +dependencies = [ + "bytes", + "hyper", + "native-tls", + "tokio", + "tokio-native-tls", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idstore-export" +version = "0.3.0" +dependencies = [ + "base64 0.21.4", + "clap 3.2.25", + "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", + "serde", + "serde_derive", + "serde_json", +] + +[[package]] +name = "ignore" +version = "0.4.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" +dependencies = [ + "globset", + "lazy_static", + "log", + "memchr", + "regex", + "same-file", + "thread_local", + "walkdir", + "winapi-util", +] + +[[package]] +name = "indenter" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +dependencies = [ + "equivalent", + "hashbrown 0.14.0", +] + +[[package]] +name = "indicatif" +version = "0.17.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" +dependencies = [ + "console", + "instant", + "number_prefix", + "portable-atomic", + "unicode-width", +] + +[[package]] +name = "inflections" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" + +[[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +dependencies = [ + "generic-array", +] + +[[package]] +name = "instant" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "inventory" +version = "0.3.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" + +[[package]] +name = "io-lifetimes" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" +dependencies = [ + "hermit-abi 0.3.3", + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "ipconfig" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" +dependencies = [ + "socket2 0.5.4", + "widestring", + "windows-sys 0.48.0", + "winreg", +] + +[[package]] +name = "ipnet" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" + +[[package]] +name = "is-terminal" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +dependencies = [ + "hermit-abi 0.3.3", + "rustix 0.38.14", + "windows-sys 0.48.0", +] + +[[package]] +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" + +[[package]] +name = "jobserver" +version = "0.1.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +dependencies = [ + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.77" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "json5" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" +dependencies = [ + "pest", + "pest_derive", + "serde", +] + +[[package]] +name = "keccak" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" +dependencies = [ + "cpufeatures", +] + +[[package]] +name = "kvstore" +version = "0.3.0" +dependencies = [ + "clap 3.2.25", + "hex", + "indicatif", + "log-panics", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-modules", + "many-protocol", + "many-types", + "minicbor", + "syslog-tracing", + "tokio", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "lazy-regex" +version = "3.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" +dependencies = [ + "lazy-regex-proc_macros", + "once_cell", + "regex", +] + +[[package]] +name = "lazy-regex-proc_macros" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f" +dependencies = [ + "proc-macro2", + "quote", + "regex", + "syn 2.0.37", +] + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "lazycell" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + +[[package]] +name = "ledger" +version = "0.3.0" +dependencies = [ + "anyhow", + "clap 3.2.25", + "crc-any", + "hex", + "humantime", + "indicatif", + "lazy_static", + "many-cli-helpers", + "many-client", + "many-identity", + "many-identity-dsa", + "many-identity-hsm", + "many-modules", + "many-protocol", + "many-types", + "mime_guess", + "minicbor", + "num-bigint", + "regex", + "rpassword 7.2.0", + "serde_json", + "tokio", + "tracing", +] + +[[package]] +name = "ledger-db" +version = "0.3.0" +dependencies = [ + "clap 3.2.25", + "hex", + "many-modules", + "many-types", + "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", + "minicbor", +] + +[[package]] +name = "libc" +version = "0.2.148" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" + +[[package]] +name = "libgit2-sys" +version = "0.16.1+1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" +dependencies = [ + "cc", + "libc", + "libz-sys", + "pkg-config", +] + +[[package]] +name = "libloading" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +dependencies = [ + "cfg-if 1.0.0", + "winapi", +] + +[[package]] +name = "libm" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" + +[[package]] +name = "librocksdb-sys" +version = "0.8.3+7.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3" +dependencies = [ + "bindgen 0.64.0", + "bzip2-sys", + "cc", + "glob", + "libc", + "libz-sys", +] + +[[package]] +name = "libudev" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe" +dependencies = [ + "libc", + "libudev-sys", +] + +[[package]] +name = "libudev-sys" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" +dependencies = [ + "libc", + "pkg-config", +] + +[[package]] +name = "libz-sys" +version = "1.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + +[[package]] +name = "linkme" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f948366ad5bb46b5514ba7a7a80643726eef08b06632592699676748c8bc33b" +dependencies = [ + "linkme-impl", +] + +[[package]] +name = "linkme-impl" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc28438cad73dcc90ff3466fc329a9252b1b8ba668eb0d5668ba97088cf4eef0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "linux-raw-sys" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" + +[[package]] +name = "linux-raw-sys" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" + +[[package]] +name = "lock_api" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" + +[[package]] +name = "log-panics" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f" +dependencies = [ + "backtrace", + "log", +] + +[[package]] +name = "lru-cache" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "many" +version = "0.3.0" +dependencies = [ + "anyhow", + "async-recursion", + "base64 0.21.4", + "cbor-diag", + "clap 3.2.25", + "coset", + "hex", + "many-cli-helpers", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-hsm", + "many-identity-webauthn", + "many-mock", + "many-modules", + "many-protocol", + "many-server", + "many-types", + "minicbor", + "rand", + "rpassword 7.2.0", + "tokio", + "tracing", + "tracing-subscriber", + "url", +] + +[[package]] +name = "many-abci" +version = "0.3.0" +dependencies = [ + "async-trait", + "base64 0.21.4", + "ciborium", + "clap 3.2.25", + "coset", + "hex", + "itertools 0.10.5", + "json5", + "lazy_static", + "linkme", + "many-cli-helpers", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-migration", + "many-modules", + "many-protocol", + "many-server", + "many-server-cache", + "many-types", + "minicbor", + "num-integer", + "reqwest", + "serde_json", + "sha2 0.10.7", + "signal-hook", + "tendermint", + "tendermint-abci", + "tendermint-proto", + "tendermint-rpc", + "tokio", + "tracing", + "vergen", +] + +[[package]] +name = "many-cli-helpers" +version = "0.3.0" +dependencies = [ + "anyhow", + "clap 3.2.25", + "log-panics", + "many-error", + "minicbor", + "syslog-tracing", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "many-client" +version = "0.3.0" +dependencies = [ + "anyhow", + "async-trait", + "base32", + "base64 0.21.4", + "coset", + "crc-any", + "derive_builder", + "ecdsa", + "fixed", + "hex", + "many-client-macros", + "many-error", + "many-identity", + "many-identity-dsa", + "many-modules", + "many-protocol", + "many-types", + "minicbor", + "num-bigint", + "num-derive", + "num-traits", + "p256", + "pem", + "rand", + "regex", + "reqwest", + "serde", + "sha3", + "static_assertions", + "tiny_http", + "tokio", + "tracing", +] + +[[package]] +name = "many-client-macros" +version = "0.3.0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "many-compute" +version = "0.3.0" +dependencies = [ + "async-trait", + "clap 3.2.25", + "coset", + "hex", + "json5", + "many-cli-helpers", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-modules", + "many-protocol", + "many-server", + "many-server-cache", + "many-types", + "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", + "minicbor", + "serde", + "serde_json", + "serde_yaml", + "signal-hook", + "tempfile", + "tokio", + "tracing", + "vergen", +] + +[[package]] +name = "many-error" +version = "0.3.0" +dependencies = [ + "backtrace", + "minicbor", + "num-derive", + "num-traits", + "regex", + "tracing", +] + +[[package]] +name = "many-identity" +version = "0.3.0" +dependencies = [ + "base32", + "coset", + "crc-any", + "hex", + "many-error", + "many-identity", + "minicbor", + "once_cell", + "proptest", + "serde", + "serde_test", + "sha3", + "static_assertions", + "tracing", +] + +[[package]] +name = "many-identity-dsa" +version = "0.3.0" +dependencies = [ + "base32", + "coset", + "crc-any", + "ed25519 2.2.2", + "ed25519-dalek", + "many-error", + "many-identity", + "many-identity-dsa", + "many-protocol", + "minicbor", + "once_cell", + "p256", + "proptest", + "rand", + "serde", + "serde_test", + "sha2 0.10.7", + "sha3", + "tracing", +] + +[[package]] +name = "many-identity-hsm" +version = "0.3.0" +dependencies = [ + "asn1", + "coset", + "cryptoki", + "hex", + "many-error", + "many-identity", + "many-identity-dsa", + "once_cell", + "p256", + "sha2 0.10.7", + "tracing", +] + +[[package]] +name = "many-identity-webauthn" +version = "0.3.0" +dependencies = [ + "authenticator-ctap2-2021", + "base64 0.21.4", + "base64urlsafedata", + "coset", + "hex", + "many-error", + "many-identity", + "many-identity-dsa", + "many-modules", + "many-protocol", + "many-types", + "minicbor", + "once_cell", + "rand", + "rpassword 7.2.0", + "serde", + "serde_cbor", + "serde_json", + "sha2 0.10.7", + "tracing", + "webauthn-authenticator-rs", + "webauthn-rs", + "webauthn-rs-proto", +] + +[[package]] +name = "many-kvstore" +version = "0.3.0" +dependencies = [ + "async-channel", + "async-trait", + "clap 3.2.25", + "coset", + "hex", + "json5", + "lazy_static", + "many-cli-helpers", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-modules", + "many-protocol", + "many-server", + "many-server-cache", + "many-types", + "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", + "minicbor", + "num-bigint", + "once_cell", + "serde", + "sha3", + "signal-hook", + "strum 0.24.1", + "tempfile", + "tokio", + "tracing", + "vergen", +] + +[[package]] +name = "many-ledger" +version = "0.3.0" +dependencies = [ + "async-channel", + "async-trait", + "base64 0.21.4", + "bip39-dict", + "clap 3.2.25", + "const_format", + "coset", + "cucumber 0.20.0", + "fixed", + "hex", + "itertools 0.10.5", + "json5", + "linkme", + "many-cli-helpers", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-ledger", + "many-ledger-test-macros", + "many-ledger-test-utils", + "many-migration", + "many-modules", + "many-protocol", + "many-server", + "many-server-cache", + "many-types", + "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", + "minicbor", + "num-bigint", + "num-traits", + "once_cell", + "proptest", + "rand", + "serde", + "serde_json", + "sha3", + "signal-hook", + "strum 0.24.1", + "tempfile", + "tokio", + "tracing", + "typenum", + "vergen", +] + +[[package]] +name = "many-ledger-test-macros" +version = "0.3.0" +dependencies = [ + "quote", + "syn 2.0.37", +] + +[[package]] +name = "many-ledger-test-utils" +version = "0.3.0" +dependencies = [ + "async-channel", + "coset", + "cucumber 0.20.0", + "itertools 0.10.5", + "many-error", + "many-identity", + "many-identity-dsa", + "many-ledger", + "many-migration", + "many-modules", + "many-protocol", + "many-types", + "merk 2.0.0 (git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1)", + "minicbor", + "once_cell", + "proptest", + "serde_json", + "tempfile", + "tracing", +] + +[[package]] +name = "many-macros" +version = "0.3.0" +dependencies = [ + "inflections", + "proc-macro2", + "quote", + "serde", + "serde_tokenstream", + "syn 2.0.37", +] + +[[package]] +name = "many-migration" +version = "0.3.0" +dependencies = [ + "linkme", + "many-error", + "minicbor", + "serde", + "serde_json", + "strum 0.24.1", + "tracing", +] + +[[package]] +name = "many-mock" +version = "0.3.0" +dependencies = [ + "async-trait", + "cbor-diag", + "ciborium", + "coset", + "cucumber 0.20.0", + "futures", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-modules", + "many-protocol", + "many-server", + "regex", + "serde", + "serde_json", + "tokio", + "toml 0.7.8", +] + +[[package]] +name = "many-modules" +version = "0.3.0" +dependencies = [ + "async-channel", + "async-trait", + "cbor-diag", + "coset", + "derive_builder", + "hex", + "many-error", + "many-identity", + "many-identity-dsa", + "many-macros", + "many-protocol", + "many-types", + "minicbor", + "mockall", + "num-bigint", + "num_enum", + "once_cell", + "proptest", + "smol", + "strum 0.24.1", + "strum_macros 0.24.3", +] + +[[package]] +name = "many-protocol" +version = "0.3.0" +dependencies = [ + "async-channel", + "base64 0.21.4", + "coset", + "derive_builder", + "hex", + "many-error", + "many-identity", + "many-types", + "minicbor", + "num-bigint", + "num-derive", + "num-traits", + "once_cell", + "proptest", + "serde", + "tracing", + "url", +] + +[[package]] +name = "many-server" +version = "0.3.0" +dependencies = [ + "anyhow", + "async-trait", + "backtrace", + "base32", + "base64 0.21.4", + "coset", + "crc-any", + "derive_builder", + "fixed", + "hex", + "many-error", + "many-identity", + "many-identity-dsa", + "many-macros", + "many-modules", + "many-protocol", + "many-server", + "many-types", + "minicbor", + "num-bigint", + "num-derive", + "num-traits", + "once_cell", + "pem", + "proptest", + "regex", + "semver", + "serde", + "sha3", + "smol", + "static_assertions", + "strum 0.24.1", + "strum_macros 0.24.3", + "tiny_http", + "tracing", +] + +[[package]] +name = "many-server-cache" +version = "0.3.0" +dependencies = [ + "coset", + "many-error", + "many-protocol", + "many-server", + "rocksdb", + "sha2 0.10.7", +] + +[[package]] +name = "many-types" +version = "0.3.0" +dependencies = [ + "base64 0.21.4", + "cbor-diag", + "coset", + "derive_more", + "fixed", + "hex", + "many-error", + "many-identity", + "many-types", + "minicbor", + "num-bigint", + "num-derive", + "num-traits", + "proptest", + "serde", + "serde_test", + "strum 0.25.0", +] + +[[package]] +name = "many-web" +version = "0.3.0" +dependencies = [ + "async-trait", + "base64 0.21.4", + "clap 3.2.25", + "coset", + "cucumber 0.19.1", + "hex", + "json5", + "many-cli-helpers", + "many-error", + "many-identity", + "many-identity-dsa", + "many-identity-webauthn", + "many-modules", + "many-protocol", + "many-server", + "many-server-cache", + "many-types", + "many-web", + "merk 2.0.0-ll (git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731)", + "minicbor", + "serde", + "serde_json", + "serde_yaml", + "sha2 0.10.7", + "signal-hook", + "strum 0.24.1", + "tempfile", + "tokio", + "tracing", + "trust-dns-resolver", + "vergen", + "walkdir", + "zip", +] + +[[package]] +name = "match_cfg" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + +[[package]] +name = "memchr" +version = "2.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" + +[[package]] +name = "memoffset" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" +dependencies = [ + "autocfg", +] + +[[package]] +name = "merk" +version = "2.0.0-ll" +source = "git+https://github.com/liftedinit/merk.git?rev=532eb097ec50f3553c5294971c152b4e7c7d4731#532eb097ec50f3553c5294971c152b4e7c7d4731" +dependencies = [ + "byteorder", + "colored", + "ed", + "failure", + "hex", + "num_cpus", + "rand", + "rocksdb", + "sha2 0.10.7", + "thiserror", + "time", +] + +[[package]] +name = "merk" +version = "2.0.0" +source = "git+https://github.com/liftedinit/merk.git?rev=857bf81963d9282ab03438da5013e1f816bd9da1#857bf81963d9282ab03438da5013e1f816bd9da1" +dependencies = [ + "blake3", + "byteorder", + "colored", + "digest 0.9.0", + "ed", + "hex", + "num_cpus", + "rand", + "rocksdb", + "thiserror", +] + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "mime_guess" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" +dependencies = [ + "mime", + "unicase", +] + +[[package]] +name = "minicbor" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7005aaf257a59ff4de471a9d5538ec868a21586534fff7f85dd97d4043a6139" +dependencies = [ + "half 1.8.2", + "minicbor-derive", +] + +[[package]] +name = "minicbor-derive" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniz_oxide" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +dependencies = [ + "adler", +] + +[[package]] +name = "mio" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.48.0", +] + +[[package]] +name = "mockall" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" +dependencies = [ + "cfg-if 1.0.0", + "downcast", + "fragile", + "lazy_static", + "mockall_derive", + "predicates", + "predicates-tree", +] + +[[package]] +name = "mockall_derive" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" +dependencies = [ + "cfg-if 1.0.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "native-tls" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +dependencies = [ + "lazy_static", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "new_mime_guess" +version = "4.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" +dependencies = [ + "mime", + "unicase", +] + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "nom_locate" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" +dependencies = [ + "bytecount", + "memchr", + "nom", +] + +[[package]] +name = "normalize-line-endings" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num-bigint" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-derive" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "num-integer" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +dependencies = [ + "autocfg", + "num-traits", +] + +[[package]] +name = "num-rational" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +dependencies = [ + "autocfg", + "num-bigint", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +dependencies = [ + "autocfg", + "libm", +] + +[[package]] +name = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +dependencies = [ + "hermit-abi 0.3.3", + "libc", +] + +[[package]] +name = "num_enum" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" +dependencies = [ + "num_enum_derive", +] + +[[package]] +name = "num_enum_derive" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "num_threads" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" +dependencies = [ + "libc", +] + +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + +[[package]] +name = "object" +version = "0.32.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +dependencies = [ + "memchr", +] + +[[package]] +name = "oid-registry" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" +dependencies = [ + "asn1-rs", +] + +[[package]] +name = "once_cell" +version = "1.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" + +[[package]] +name = "opaque-debug" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" + +[[package]] +name = "openssl" +version = "0.10.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +dependencies = [ + "bitflags 2.4.0", + "cfg-if 1.0.0", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "openssl-sys" +version = "0.9.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "os_str_bytes" +version = "6.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "p256" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" +dependencies = [ + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.7", +] + +[[package]] +name = "parking" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" + +[[package]] +name = "parking_lot" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "redox_syscall", + "smallvec", + "windows-targets 0.48.5", +] + +[[package]] +name = "password-hash" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" +dependencies = [ + "base64ct", + "rand_core", + "subtle", +] + +[[package]] +name = "paste" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" + +[[package]] +name = "pbkdf2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" +dependencies = [ + "digest 0.10.7", + "hmac", + "password-hash", + "sha2 0.10.7", +] + +[[package]] +name = "peeking_take_while" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + +[[package]] +name = "peg" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" +dependencies = [ + "peg-macros 0.6.3", + "peg-runtime 0.6.3", +] + +[[package]] +name = "peg" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a" +dependencies = [ + "peg-macros 0.7.0", + "peg-runtime 0.7.0", +] + +[[package]] +name = "peg-macros" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" +dependencies = [ + "peg-runtime 0.6.3", + "proc-macro2", + "quote", +] + +[[package]] +name = "peg-macros" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c" +dependencies = [ + "peg-runtime 0.7.0", + "proc-macro2", + "quote", +] + +[[package]] +name = "peg-runtime" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" + +[[package]] +name = "peg-runtime" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088" + +[[package]] +name = "pem" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" +dependencies = [ + "base64 0.21.4", + "serde", +] + +[[package]] +name = "pem-rfc7468" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" +dependencies = [ + "base64ct", +] + +[[package]] +name = "percent-encoding" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" + +[[package]] +name = "pest" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" +dependencies = [ + "memchr", + "thiserror", + "ucd-trie", +] + +[[package]] +name = "pest_derive" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a" +dependencies = [ + "pest", + "pest_generator", +] + +[[package]] +name = "pest_generator" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141" +dependencies = [ + "pest", + "pest_meta", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "pest_meta" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f" +dependencies = [ + "once_cell", + "pest", + "sha2 0.10.7", +] + +[[package]] +name = "pin-project" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" + +[[package]] +name = "platforms" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" + +[[package]] +name = "polling" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" +dependencies = [ + "autocfg", + "bitflags 1.3.2", + "cfg-if 1.0.0", + "concurrent-queue", + "libc", + "log", + "pin-project-lite", + "windows-sys 0.48.0", +] + +[[package]] +name = "portable-atomic" +version = "1.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" + +[[package]] +name = "ppv-lite86" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + +[[package]] +name = "predicates" +version = "2.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" +dependencies = [ + "difflib", + "float-cmp", + "itertools 0.10.5", + "normalize-line-endings", + "predicates-core", + "regex", +] + +[[package]] +name = "predicates-core" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" + +[[package]] +name = "predicates-tree" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +dependencies = [ + "predicates-core", + "termtree", +] + +[[package]] +name = "primeorder" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" +dependencies = [ + "elliptic-curve", +] + +[[package]] +name = "proc-macro-crate" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +dependencies = [ + "once_cell", + "toml_edit", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro2" +version = "1.0.67" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "proptest" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" +dependencies = [ + "bit-set", + "bitflags 1.3.2", + "byteorder", + "lazy_static", + "num-traits", + "rand", + "rand_chacha", + "rand_xorshift", + "regex-syntax 0.6.29", + "rusty-fork", + "tempfile", + "unarray", +] + +[[package]] +name = "prost" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" +dependencies = [ + "bytes", + "prost-derive", +] + +[[package]] +name = "prost-derive" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" +dependencies = [ + "anyhow", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "prost-types" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" +dependencies = [ + "prost", +] + +[[package]] +name = "quick-error" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + +[[package]] +name = "quote" +version = "1.0.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core", +] + +[[package]] +name = "redox_syscall" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "regex" +version = "1.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax 0.7.5", +] + +[[package]] +name = "regex-automata" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.7.5", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" + +[[package]] +name = "reqwest" +version = "0.11.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" +dependencies = [ + "base64 0.21.4", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "hyper", + "hyper-tls", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "serde", + "serde_json", + "serde_urlencoded", + "tokio", + "tokio-native-tls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg", +] + +[[package]] +name = "resolv-conf" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" +dependencies = [ + "hostname", + "quick-error", +] + +[[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" +dependencies = [ + "hmac", + "subtle", +] + +[[package]] +name = "ring" +version = "0.16.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" +dependencies = [ + "cc", + "libc", + "once_cell", + "spin", + "untrusted", + "web-sys", + "winapi", +] + +[[package]] +name = "rocksdb" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc" +dependencies = [ + "libc", + "librocksdb-sys", +] + +[[package]] +name = "rpassword" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "rpassword" +version = "7.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" +dependencies = [ + "libc", + "rtoolbox", + "winapi", +] + +[[package]] +name = "rtoolbox" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "runloop" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd" + +[[package]] +name = "rustc-demangle" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc_version" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +dependencies = [ + "semver", +] + +[[package]] +name = "rusticata-macros" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" +dependencies = [ + "nom", +] + +[[package]] +name = "rustix" +version = "0.37.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +dependencies = [ + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", +] + +[[package]] +name = "rustix" +version = "0.38.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" +dependencies = [ + "bitflags 2.4.0", + "errno", + "libc", + "linux-raw-sys 0.4.7", + "windows-sys 0.48.0", +] + +[[package]] +name = "rustls" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" +dependencies = [ + "base64 0.13.1", + "log", + "ring", + "sct", + "webpki", +] + +[[package]] +name = "rustls-native-certs" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" +dependencies = [ + "openssl-probe", + "rustls", + "schannel", + "security-framework", +] + +[[package]] +name = "rustversion" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" + +[[package]] +name = "rusty-fork" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" +dependencies = [ + "fnv", + "quick-error", + "tempfile", + "wait-timeout", +] + +[[package]] +name = "ryu" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "schannel" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "sct" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" +dependencies = [ + "ring", + "untrusted", +] + +[[package]] +name = "sealed" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "636b9882a0f4cc2039488df89a10eb4b7976d4b6c1917fc0518f3f0f5e2c72ca" +dependencies = [ + "heck 0.3.3", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sealed" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c" +dependencies = [ + "heck 0.3.3", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sealed" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "sec1" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" +dependencies = [ + "base16ct", + "der", + "generic-array", + "pkcs8", + "subtle", + "zeroize", +] + +[[package]] +name = "security-framework" +version = "2.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "semver" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" + +[[package]] +name = "separator" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" + +[[package]] +name = "serde" +version = "1.0.163" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_bytes" +version = "0.11.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3c5113243e4a3a1c96587342d067f3e6b0f50790b6cf40d2868eb647a3eef0e" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_cbor" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" +dependencies = [ + "half 1.8.2", + "serde", +] + +[[package]] +name = "serde_cbor_2" +version = "0.12.0-dev" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b46d75f449e01f1eddbe9b00f432d616fbbd899b809c837d0fbc380496a0dd55" +dependencies = [ + "half 1.8.2", + "serde", +] + +[[package]] +name = "serde_derive" +version = "1.0.163" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "serde_json" +version = "1.0.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +dependencies = [ + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_repr" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "serde_spanned" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_test" +version = "1.0.176" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_tokenstream" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f" +dependencies = [ + "proc-macro2", + "quote", + "serde", + "syn 2.0.37", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_yaml" +version = "0.9.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" +dependencies = [ + "indexmap 2.0.0", + "itoa", + "ryu", + "serde", + "unsafe-libyaml", +] + +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.10.7", +] + +[[package]] +name = "sha2" +version = "0.9.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" +dependencies = [ + "block-buffer 0.9.0", + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.9.0", + "opaque-debug", +] + +[[package]] +name = "sha2" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.10.7", +] + +[[package]] +name = "sha3" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" +dependencies = [ + "digest 0.10.7", + "keccak", +] + +[[package]] +name = "sharded-slab" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shlex" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" + +[[package]] +name = "signal-hook" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +dependencies = [ + "libc", + "signal-hook-registry", +] + +[[package]] +name = "signal-hook-registry" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +dependencies = [ + "libc", +] + +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + +[[package]] +name = "signature" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" +dependencies = [ + "digest 0.10.7", + "rand_core", +] + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "smallvec" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" + +[[package]] +name = "smart-default" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "smart-default" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "smawk" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" + +[[package]] +name = "smol" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" +dependencies = [ + "async-channel", + "async-executor", + "async-fs", + "async-io", + "async-lock", + "async-net", + "async-process", + "blocking", + "futures-lite", +] + +[[package]] +name = "socket2" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "socket2" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" +dependencies = [ + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "spin" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + +[[package]] +name = "spki" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +dependencies = [ + "base64ct", + "der", +] + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strsim" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + +[[package]] +name = "strum" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" +dependencies = [ + "strum_macros 0.24.3", +] + +[[package]] +name = "strum" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +dependencies = [ + "strum_macros 0.25.2", +] + +[[package]] +name = "strum_macros" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "rustversion", + "syn 1.0.109", +] + +[[package]] +name = "strum_macros" +version = "0.25.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.37", +] + +[[package]] +name = "subtle" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + +[[package]] +name = "subtle-encoding" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" +dependencies = [ + "zeroize", +] + +[[package]] +name = "subtle-ng" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "synstructure" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "unicode-xid", +] + +[[package]] +name = "synthez" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033178d0acccffc5490021657006e6a8dd586ee9dc6f7c24e7608b125e568cb1" +dependencies = [ + "syn 1.0.109", + "synthez-codegen 0.2.0", + "synthez-core 0.2.0", +] + +[[package]] +name = "synthez" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" +dependencies = [ + "syn 2.0.37", + "synthez-codegen 0.3.1", + "synthez-core 0.3.1", +] + +[[package]] +name = "synthez-codegen" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69263462a40e46960f070618e20094ce69e783a41f86e54bc75545136afd597a" +dependencies = [ + "syn 1.0.109", + "synthez-core 0.2.0", +] + +[[package]] +name = "synthez-codegen" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" +dependencies = [ + "syn 2.0.37", + "synthez-core 0.3.1", +] + +[[package]] +name = "synthez-core" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb8b5a4089fe1723279f06302afda64a5dacaa11a82bcbb4d08759590d4389d9" +dependencies = [ + "proc-macro2", + "quote", + "sealed 0.3.0", + "syn 1.0.109", +] + +[[package]] +name = "synthez-core" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea" +dependencies = [ + "proc-macro2", + "quote", + "sealed 0.5.0", + "syn 2.0.37", +] + +[[package]] +name = "syslog-tracing" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f890b68f60eb7e87373b3b8f1f412d2a7d90460cd18294acbc0e90ba496193e" +dependencies = [ + "libc", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "target-lexicon" +version = "0.12.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" + +[[package]] +name = "tempfile" +version = "3.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" +dependencies = [ + "cfg-if 1.0.0", + "fastrand 2.0.0", + "redox_syscall", + "rustix 0.38.14", + "windows-sys 0.48.0", +] + +[[package]] +name = "tendermint" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda53c85447577769cdfc94c10a56f34afef2c00e4108badb57fce6b1a0c75eb" +dependencies = [ + "bytes", + "digest 0.10.7", + "ed25519 1.5.3", + "ed25519-consensus", + "flex-error", + "futures", + "num-traits", + "once_cell", + "prost", + "prost-types", + "serde", + "serde_bytes", + "serde_json", + "serde_repr", + "sha2 0.10.7", + "signature 1.6.4", + "subtle", + "subtle-encoding", + "tendermint-proto", + "time", + "zeroize", +] + +[[package]] +name = "tendermint-abci" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bfbe8f0131aa45769055496404359f4f5d3e2cf5d66c7457a5986806941de34" +dependencies = [ + "bytes", + "flex-error", + "prost", + "tendermint-proto", + "tracing", +] + +[[package]] +name = "tendermint-config" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd4eb17618539c95b48501e71ad3c7f4bf047af388aa30dcf3e000782b05abfd" +dependencies = [ + "flex-error", + "serde", + "serde_json", + "tendermint", + "toml 0.5.11", + "url", +] + +[[package]] +name = "tendermint-proto" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c943f78c929cdf14553842f705f2c30324bc35b9179caaa5c9b80620f60652e6" +dependencies = [ + "bytes", + "flex-error", + "num-derive", + "num-traits", + "prost", + "prost-types", + "serde", + "serde_bytes", + "subtle-encoding", + "time", +] + +[[package]] +name = "tendermint-rpc" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "991779ca9b697471df9d436489774d144a418c0e5da843c58ff9288105d5ddaa" +dependencies = [ + "async-trait", + "bytes", + "flex-error", + "futures", + "getrandom", + "http", + "hyper", + "hyper-proxy", + "hyper-rustls", + "peg 0.7.0", + "pin-project", + "serde", + "serde_bytes", + "serde_json", + "subtle", + "subtle-encoding", + "tendermint", + "tendermint-config", + "thiserror", + "time", + "tokio", + "tracing", + "url", + "uuid 0.8.2", + "walkdir", +] + +[[package]] +name = "termcolor" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "terminal_size" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +dependencies = [ + "rustix 0.38.14", + "windows-sys 0.48.0", +] + +[[package]] +name = "termtree" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + +[[package]] +name = "textwrap" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +dependencies = [ + "smawk", + "unicode-linebreak", + "unicode-width", +] + +[[package]] +name = "thiserror" +version = "1.0.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "thread_local" +version = "1.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +dependencies = [ + "cfg-if 1.0.0", + "once_cell", +] + +[[package]] +name = "time" +version = "0.3.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" +dependencies = [ + "deranged", + "itoa", + "libc", + "num_threads", + "serde", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" + +[[package]] +name = "time-macros" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" +dependencies = [ + "time-core", +] + +[[package]] +name = "tiny_http" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" +dependencies = [ + "ascii", + "chunked_transfer", + "httpdate", + "log", +] + +[[package]] +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +dependencies = [ + "backtrace", + "bytes", + "libc", + "mio", + "num_cpus", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.5.4", + "tokio-macros", + "windows-sys 0.48.0", +] + +[[package]] +name = "tokio-macros" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" +dependencies = [ + "rustls", + "tokio", + "webpki", +] + +[[package]] +name = "tokio-util" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", + "tracing", +] + +[[package]] +name = "toml" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" +dependencies = [ + "serde", +] + +[[package]] +name = "toml" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + +[[package]] +name = "toml_datetime" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap 2.0.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + +[[package]] +name = "tower-service" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + +[[package]] +name = "tracing" +version = "0.1.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +dependencies = [ + "cfg-if 1.0.0", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "tracing-core" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-log" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" +dependencies = [ + "lazy_static", + "log", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" +dependencies = [ + "nu-ansi-term", + "sharded-slab", + "smallvec", + "thread_local", + "tracing-core", + "tracing-log", +] + +[[package]] +name = "trust-dns-proto" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc775440033cb114085f6f2437682b194fa7546466024b1037e82a48a052a69" +dependencies = [ + "async-trait", + "cfg-if 1.0.0", + "data-encoding", + "enum-as-inner", + "futures-channel", + "futures-io", + "futures-util", + "idna", + "ipnet", + "once_cell", + "rand", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "trust-dns-resolver" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff7aed33ef3e8bf2c9966fccdfed93f93d46f432282ea875cd66faabc6ef2f" +dependencies = [ + "cfg-if 1.0.0", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot", + "rand", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto", +] + +[[package]] +name = "try-lock" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" + +[[package]] +name = "typed-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "typenum" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + +[[package]] +name = "ucd-trie" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + +[[package]] +name = "unicase" +version = "2.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" +dependencies = [ + "version_check", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" + +[[package]] +name = "unicode-ident" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + +[[package]] +name = "unicode-linebreak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" + +[[package]] +name = "unicode-normalization" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" + +[[package]] +name = "unicode-width" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" + +[[package]] +name = "unicode-xid" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" + +[[package]] +name = "unsafe-libyaml" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" + +[[package]] +name = "untrusted" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" + +[[package]] +name = "url" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", + "serde", +] + +[[package]] +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + +[[package]] +name = "uuid" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" + +[[package]] +name = "uuid" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +dependencies = [ + "getrandom", + "serde", +] + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "vergen" +version = "8.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" +dependencies = [ + "anyhow", + "git2", + "rustversion", + "time", +] + +[[package]] +name = "version_check" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + +[[package]] +name = "wait-timeout" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +dependencies = [ + "libc", +] + +[[package]] +name = "waker-fn" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" + +[[package]] +name = "walkdir" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + +[[package]] +name = "wasm-bindgen" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +dependencies = [ + "cfg-if 1.0.0", + "once_cell", + "rustversion", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +dependencies = [ + "bumpalo", + "log", + "proc-macro2", + "quote", + "syn 2.0.37", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +dependencies = [ + "cfg-if 1.0.0", + "js-sys", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "web" +version = "0.3.0" +dependencies = [ + "anyhow", + "cbor-diag", + "clap 3.2.25", + "crc-any", + "hex", + "humantime", + "indicatif", + "lazy_static", + "many-cli-helpers", + "many-client", + "many-error", + "many-identity", + "many-identity-dsa", + "many-modules", + "many-protocol", + "many-types", + "mime_guess", + "minicbor", + "num-bigint", + "regex", + "rpassword 7.2.0", + "serde_json", + "tokio", + "tracing", +] + +[[package]] +name = "web-sys" +version = "0.3.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webauthn-authenticator-rs" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "603b8602cae2d6c3706b6195765ff582389494d10c442d84a1de2ed5a25679ef" +dependencies = [ + "authenticator-ctap2-2021", + "base64urlsafedata", + "hidapi", + "nom", + "openssl", + "rpassword 5.0.1", + "serde", + "serde_cbor_2", + "serde_json", + "tracing", + "url", + "uuid 1.4.1", + "webauthn-rs-proto", +] + +[[package]] +name = "webauthn-rs" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2db00711c712414e93b019c4596315085792215bc2ac2d5872f9e8913b0a6316" +dependencies = [ + "base64urlsafedata", + "serde", + "tracing", + "url", + "uuid 1.4.1", + "webauthn-rs-core", +] + +[[package]] +name = "webauthn-rs-core" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "294c78c83f12153a51e1cf1e6970b5da1397645dada39033a9c3173a8fc4fc2b" +dependencies = [ + "base64 0.13.1", + "base64urlsafedata", + "compact_jwt", + "der-parser", + "nom", + "openssl", + "rand", + "serde", + "serde_cbor_2", + "serde_json", + "thiserror", + "tracing", + "url", + "uuid 1.4.1", + "webauthn-rs-proto", + "x509-parser", +] + +[[package]] +name = "webauthn-rs-proto" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d24e638361a63ba5c0a0be6a60229490fcdf33740ed63df5bb6bdb627b52a138" +dependencies = [ + "base64urlsafedata", + "serde", + "serde_json", + "url", +] + +[[package]] +name = "webpki" +version = "0.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" +dependencies = [ + "ring", + "untrusted", +] + +[[package]] +name = "webpki-roots" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" +dependencies = [ + "webpki", +] + +[[package]] +name = "which" +version = "4.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +dependencies = [ + "either", + "home", + "once_cell", + "rustix 0.38.14", +] + +[[package]] +name = "widestring" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +dependencies = [ + "winapi", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winnow" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +dependencies = [ + "cfg-if 1.0.0", + "windows-sys 0.48.0", +] + +[[package]] +name = "x509-parser" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" +dependencies = [ + "asn1-rs", + "base64 0.13.1", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + +[[package]] +name = "zeroize" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "zip" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" +dependencies = [ + "aes", + "byteorder", + "bzip2", + "constant_time_eq", + "crc32fast", + "crossbeam-utils", + "flate2", + "hmac", + "pbkdf2", + "sha1", + "time", + "zstd", +] + +[[package]] +name = "zstd" +version = "0.11.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" +dependencies = [ + "zstd-safe", +] + +[[package]] +name = "zstd-safe" +version = "5.0.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" +dependencies = [ + "libc", + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.8+zstd.1.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" +dependencies = [ + "cc", + "libc", + "pkg-config", +] diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json new file mode 100644 index 00000000..1d4a24b5 --- /dev/null +++ b/cargo-bazel-lock.json @@ -0,0 +1,33784 @@ +{ + "checksum": "397d0ef584a38fc5cd2ef9d5d06d6aec1e1511ad2dd6175b814a5e172bdfaa09", + "crates": { + "addr2line 0.21.0": { + "name": "addr2line", + "version": "0.21.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/addr2line/0.21.0/download", + "sha256": "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" + } + }, + "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.28.0", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "adler 1.0.2": { + "name": "adler", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "aes 0.8.3": { + "name": "aes", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aes/0.8.3/download", + "sha256": "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" + } + }, + "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.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.8.3" + }, + "license": "MIT OR Apache-2.0" + }, + "aho-corasick 1.1.1": { + "name": "aho-corasick", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aho-corasick/1.1.1/download", + "sha256": "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" + } + }, + "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", + "perf-literal", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.3", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.1" + }, + "license": "Unlicense OR MIT" + }, + "android-tzdata 0.1.1": { + "name": "android-tzdata", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/android-tzdata/0.1.1/download", + "sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_tzdata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "android_tzdata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0" + }, + "android_system_properties 0.1.5": { + "name": "android_system_properties", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "anstream 0.5.0": { + "name": "anstream", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anstream/0.5.0/download", + "sha256": "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "auto", + "default", + "wincon" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anstyle 1.0.3", + "target": "anstyle" + }, + { + "id": "anstyle-parse 0.2.1", + "target": "anstyle_parse" + }, + { + "id": "anstyle-query 1.0.0", + "target": "anstyle_query" + }, + { + "id": "colorchoice 1.0.0", + "target": "colorchoice" + }, + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "anstyle-wincon 2.1.0", + "target": "anstyle_wincon" + } + ] + } + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle 1.0.3": { + "name": "anstyle", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anstyle/1.0.3/download", + "sha256": "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.3" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-parse 0.2.1": { + "name": "anstyle-parse", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download", + "sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "utf8" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-query 1.0.0": { + "name": "anstyle-query", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download", + "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_query", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_query", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-wincon 2.1.0": { + "name": "anstyle-wincon", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anstyle-wincon/2.1.0/download", + "sha256": "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_wincon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_wincon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anstyle 1.0.3", + "target": "anstyle" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "2.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "anyhow 1.0.75": { + "name": "anyhow", + "version": "1.0.75", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/anyhow/1.0.75/download", + "sha256": "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" + } + }, + "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.75", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.75" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "arrayref 0.3.7": { + "name": "arrayref", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "array-sizes-33-128" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "ascii 1.1.0": { + "name": "ascii", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ascii/1.1.0/download", + "sha256": "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ascii", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ascii", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "asn1 0.15.5": { + "name": "asn1", + "version": "0.15.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/asn1/0.15.5/download", + "sha256": "ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "asn1_derive 0.15.5", + "target": "asn1_derive" + } + ], + "selects": {} + }, + "version": "0.15.5" + }, + "license": "BSD-3-Clause" + }, + "asn1-rs 0.3.1": { + "name": "asn1-rs", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "datetime", + "default", + "std", + "time" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "time 0.3.26", + "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.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-derive 0.1.0": { + "name": "asn1-rs-derive", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "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-impl 0.1.0": { + "name": "asn1-rs-impl", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1_derive 0.15.5": { + "name": "asn1_derive", + "version": "0.15.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/asn1_derive/0.15.5/download", + "sha256": "861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.15.5" + }, + "license": "BSD-3-Clause" + }, + "async-channel 1.9.0": { + "name": "async-channel", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-channel/1.9.0/download", + "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" + } + }, + "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.2.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-executor 1.5.1": { + "name": "async-executor", + "version": "1.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-executor/1.5.1/download", + "sha256": "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-task 4.4.0", + "target": "async_task" + }, + { + "id": "concurrent-queue 2.2.0", + "target": "concurrent_queue" + }, + { + "id": "fastrand 1.9.0", + "target": "fastrand" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "slab 0.4.9", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.5.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-fs 1.6.0": { + "name": "async-fs", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-fs/1.6.0/download", + "sha256": "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_fs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_fs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-fs 1.6.0", + "target": "build_script_build" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "blocking 1.3.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-io 1.13.0": { + "name": "async-io", + "version": "1.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-io/1.13.0/download", + "sha256": "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" + } + }, + "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.13.0", + "target": "build_script_build" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "concurrent-queue 2.2.0", + "target": "concurrent_queue" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking 2.1.0", + "target": "parking" + }, + { + "id": "polling 2.8.0", + "target": "polling" + }, + { + "id": "rustix 0.37.23", + "target": "rustix" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "waker-fn 1.1.0", + "target": "waker_fn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.13.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-lock 2.8.0": { + "name": "async-lock", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-lock/2.8.0/download", + "sha256": "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" + } + }, + "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.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-net 1.7.0": { + "name": "async-net", + "version": "1.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-net/1.7.0/download", + "sha256": "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_net", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_net", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "async-net 1.7.0", + "target": "build_script_build" + }, + { + "id": "blocking 1.3.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-process 1.7.0": { + "name": "async-process", + "version": "1.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-process/1.7.0/download", + "sha256": "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_process", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_process", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-process 1.7.0", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "rustix 0.37.23", + "target": "rustix" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + } + ], + "cfg(windows)": [ + { + "id": "blocking 1.3.1", + "target": "blocking" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-recursion 1.0.5": { + "name": "async-recursion", + "version": "1.0.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-recursion/1.0.5/download", + "sha256": "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "async_recursion", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_recursion", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.5" + }, + "license": "MIT OR Apache-2.0" + }, + "async-task 4.4.0": { + "name": "async-task", + "version": "4.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-task/4.4.0/download", + "sha256": "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_task", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_task", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "4.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-trait 0.1.73": { + "name": "async-trait", + "version": "0.1.73", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/async-trait/0.1.73/download", + "sha256": "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" + } + }, + "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.73", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.73" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "atomic-waker 1.1.1": { + "name": "atomic-waker", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/atomic-waker/1.1.1/download", + "sha256": "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" + } + }, + "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.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "atty 0.2.14": { + "name": "atty", + "version": "0.2.14", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.2.14" + }, + "license": "MIT" + }, + "authenticator-ctap2-2021 0.3.2-dev.1": { + "name": "authenticator-ctap2-2021", + "version": "0.3.2-dev.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/authenticator-ctap2-2021/0.3.2-dev.1/download", + "sha256": "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056" + } + }, + "targets": [ + { + "Library": { + "crate_name": "authenticator_ctap2_2021", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "authenticator_ctap2_2021", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "crypto_openssl", + "openssl", + "openssl-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "authenticator-ctap2-2021 0.3.2-dev.1", + "target": "build_script_build" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "openssl 0.10.57", + "target": "openssl" + }, + { + "id": "openssl-sys 0.9.93", + "target": "openssl_sys" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "runloop 0.1.0", + "target": "runloop" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.10", + "target": "serde_bytes" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + } + ], + "selects": { + "cfg(target_os = \"freebsd\")": [ + { + "id": "devd-rs 0.3.6", + "target": "devd_rs" + } + ], + "cfg(target_os = \"linux\")": [ + { + "id": "libudev 0.2.0", + "target": "libudev" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "memoffset 0.6.5", + "target": "memoffset" + }, + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.3.2-dev.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MPL-2.0" + }, + "autocfg 1.1.0": { + "name": "autocfg", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "az 1.2.1": { + "name": "az", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/az/1.2.1/download", + "sha256": "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" + } + }, + "targets": [ + { + "Library": { + "crate_name": "az", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "az", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "az 1.2.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "backtrace 0.3.69": { + "name": "backtrace", + "version": "0.3.69", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/backtrace/0.3.69/download", + "sha256": "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" + } + }, + "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": "backtrace 0.3.69", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "rustc-demangle 0.1.23", + "target": "rustc_demangle" + } + ], + "selects": { + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + { + "id": "addr2line 0.21.0", + "target": "addr2line" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "miniz_oxide 0.7.1", + "target": "miniz_oxide" + }, + { + "id": "object 0.32.1", + "target": "object" + } + ] + } + }, + "edition": "2018", + "version": "0.3.69" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "base16ct 0.2.0": { + "name": "base16ct", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "base32 0.4.0": { + "name": "base32", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/base32/0.4.0/download", + "sha256": "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base32", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base32", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "base64 0.13.1": { + "name": "base64", + "version": "0.13.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.1" + }, + "license": "MIT/Apache-2.0" + }, + "base64 0.21.4": { + "name": "base64", + "version": "0.21.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/base64/0.21.4/download", + "sha256": "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" + } + }, + "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": "2018", + "version": "0.21.4" + }, + "license": "MIT OR Apache-2.0" + }, + "base64ct 1.6.0": { + "name": "base64ct", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "base64urlsafedata 0.1.3": { + "name": "base64urlsafedata", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/base64urlsafedata/0.1.3/download", + "sha256": "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64urlsafedata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64urlsafedata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.3" + }, + "license": "MPL-2.0" + }, + "bindgen 0.63.0": { + "name": "bindgen", + "version": "0.63.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bindgen/0.63.0/download", + "sha256": "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" + } + }, + "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": [ + "default", + "log", + "logging", + "runtime", + "which", + "which-rustfmt" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bindgen 0.63.0", + "target": "build_script_build" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "peeking_take_while 0.1.2", + "target": "peeking_take_while" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.2.0", + "target": "shlex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.63.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "BSD-3-Clause" + }, + "bindgen 0.64.0": { + "name": "bindgen", + "version": "0.64.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.1", + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.2.0", + "target": "shlex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.64.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "BSD-3-Clause" + }, + "bip39-dict 0.1.1": { + "name": "bip39-dict", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bip39-dict/0.1.1/download", + "sha256": "33b74d395d6b577a1e3c1348545cef70a418281c83abbe50f5662ae4d4abf6d8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bip39_dict", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bip39_dict", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "english" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cryptoxide 0.4.4", + "target": "cryptoxide" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "bit-set 0.5.3": { + "name": "bit-set", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bit-set/0.5.3/download", + "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bit_set", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bit_set", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bit-vec 0.6.3", + "target": "bit_vec" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.5.3" + }, + "license": "MIT/Apache-2.0" + }, + "bit-vec 0.6.3": { + "name": "bit-vec", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", + "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bit_vec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bit_vec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.6.3" + }, + "license": "MIT/Apache-2.0" + }, + "bitflags 1.3.2": { + "name": "bitflags", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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.4.0": { + "name": "bitflags", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bitflags/2.4.0/download", + "sha256": "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitflags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitflags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "blake3 0.3.8": { + "name": "blake3", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/blake3/0.3.8/download", + "sha256": "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" + } + }, + "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": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.5.2", + "target": "arrayvec" + }, + { + "id": "blake3 0.3.8", + "target": "build_script_build" + }, + { + "id": "cfg-if 0.1.10", + "target": "cfg_if" + }, + { + "id": "constant_time_eq 0.1.5", + "target": "constant_time_eq" + }, + { + "id": "crypto-mac 0.8.0", + "target": "crypto_mac" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "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://static.crates.io/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.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.4" + }, + "license": "MIT OR Apache-2.0" + }, + "block-buffer 0.9.0": { + "name": "block-buffer", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "blocking 1.3.1": { + "name": "blocking", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/blocking/1.3.1/download", + "sha256": "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blocking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blocking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-task 4.4.0", + "target": "async_task" + }, + { + "id": "atomic-waker 1.1.1", + "target": "atomic_waker" + }, + { + "id": "fastrand 1.9.0", + "target": "fastrand" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "bs58 0.5.0": { + "name": "bs58", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bs58/0.5.0/download", + "sha256": "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" + } + }, + "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" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT/Apache-2.0" + }, + "bstr 1.6.2": { + "name": "bstr", + "version": "1.6.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bstr/1.6.2/download", + "sha256": "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" + } + }, + "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.6.3", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.6.2" + }, + "license": "MIT OR Apache-2.0" + }, + "bumpalo 3.14.0": { + "name": "bumpalo", + "version": "3.14.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bumpalo/3.14.0/download", + "sha256": "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" + } + }, + "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.14.0" + }, + "license": "MIT OR Apache-2.0" + }, + "bytecount 0.6.3": { + "name": "bytecount", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bytecount/0.6.3/download", + "sha256": "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytecount", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bytecount", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.6.3" + }, + "license": "Apache-2.0/MIT" + }, + "bytemuck 1.14.0": { + "name": "bytemuck", + "version": "1.14.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bytemuck/1.14.0/download", + "sha256": "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytemuck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bytemuck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.14.0" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "byteorder 1.4.3": { + "name": "byteorder", + "version": "1.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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.5.0": { + "name": "bytes", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bytes/1.5.0/download", + "sha256": "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" + } + }, + "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", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.5.0" + }, + "license": "MIT" + }, + "bzip2 0.4.4": { + "name": "bzip2", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/bzip2/0.4.4/download", + "sha256": "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bzip2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bzip2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bzip2-sys 0.1.11+1.0.8", + "target": "bzip2_sys" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "bzip2-sys 0.1.11+1.0.8": { + "name": "bzip2-sys", + "version": "0.1.11+1.0.8", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.11+1.0.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "bzip2" + }, + "license": "MIT/Apache-2.0" + }, + "cbor-diag 0.1.12": { + "name": "cbor-diag", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cbor-diag/0.1.12/download", + "sha256": "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cbor_diag", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cbor_diag", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "chrono 0.4.41", + "target": "chrono" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "half 2.3.1", + "target": "half" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "separator 0.4.1", + "target": "separator" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 1.4.1", + "target": "uuid" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.12" + }, + "license": "MIT OR Apache-2.0" + }, + "cc 1.0.83": { + "name": "cc", + "version": "1.0.83", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" + } + }, + "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": { + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "1.0.83" + }, + "license": "MIT OR Apache-2.0" + }, + "cexpr 0.6.0": { + "name": "cexpr", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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-if 0.1.10": { + "name": "cfg-if", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cfg-if/0.1.10/download", + "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" + } + }, + "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": "0.1.10" + }, + "license": "MIT/Apache-2.0" + }, + "cfg-if 1.0.0": { + "name": "cfg-if", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "chrono 0.4.41": { + "name": "chrono", + "version": "0.4.41", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/chrono/0.4.41/download", + "sha256": "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chrono", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chrono", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "android-tzdata", + "clock", + "default", + "iana-time-zone", + "js-sys", + "now", + "oldtime", + "std", + "wasm-bindgen", + "wasmbind", + "winapi", + "windows-link" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.16", + "target": "num_traits" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + { + "id": "js-sys 0.3.77", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android-tzdata 0.1.1", + "target": "android_tzdata" + } + ], + "cfg(unix)": [ + { + "id": "iana-time-zone 0.1.61", + "target": "iana_time_zone" + } + ], + "cfg(windows)": [ + { + "id": "windows-link 0.1.3", + "target": "windows_link" + } + ] + } + }, + "edition": "2021", + "version": "0.4.41" + }, + "license": "MIT OR Apache-2.0" + }, + "chunked_transfer 1.4.1": { + "name": "chunked_transfer", + "version": "1.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/chunked_transfer/1.4.1/download", + "sha256": "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chunked_transfer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chunked_transfer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "ciborium 0.2.1": { + "name": "ciborium", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ciborium/0.2.1/download", + "sha256": "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ciborium", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ciborium", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ciborium-io 0.2.1", + "target": "ciborium_io" + }, + { + "id": "ciborium-ll 0.2.1", + "target": "ciborium_ll" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "ciborium-io 0.2.1": { + "name": "ciborium-io", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ciborium-io/0.2.1/download", + "sha256": "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ciborium_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ciborium_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "ciborium-ll 0.2.1": { + "name": "ciborium-ll", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ciborium-ll/0.2.1/download", + "sha256": "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ciborium_ll", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ciborium_ll", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ciborium-io 0.2.1", + "target": "ciborium_io" + }, + { + "id": "half 1.8.2", + "target": "half" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "cipher 0.4.4": { + "name": "cipher", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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.1": { + "name": "clang-sys", + "version": "1.6.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clang-sys/1.6.1/download", + "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" + } + }, + "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.1", + "target": "build_script_build" + }, + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "links": "clang" + }, + "license": "Apache-2.0" + }, + "clap 3.2.25": { + "name": "clap", + "version": "3.2.25", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap/3.2.25/download", + "sha256": "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "atty", + "clap_derive", + "color", + "default", + "derive", + "once_cell", + "std", + "strsim", + "suggestions", + "termcolor" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "atty 0.2.14", + "target": "atty" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "clap_lex 0.2.4", + "target": "clap_lex" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "termcolor 1.3.0", + "target": "termcolor" + }, + { + "id": "textwrap 0.16.0", + "target": "textwrap" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "clap_derive 3.2.25", + "target": "clap_derive" + } + ], + "selects": {} + }, + "version": "3.2.25" + }, + "license": "MIT OR Apache-2.0" + }, + "clap 4.4.4": { + "name": "clap", + "version": "4.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap/4.4.4/download", + "sha256": "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" + } + }, + "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", + "suggestions", + "usage", + "wrap_help" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clap_builder 4.4.4", + "target": "clap_builder" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "clap_derive 4.4.2", + "target": "clap_derive" + } + ], + "selects": {} + }, + "version": "4.4.4" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_builder 4.4.4": { + "name": "clap_builder", + "version": "4.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap_builder/4.4.4/download", + "sha256": "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "color", + "error-context", + "help", + "std", + "suggestions", + "usage", + "wrap_help" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anstream 0.5.0", + "target": "anstream" + }, + { + "id": "anstyle 1.0.3", + "target": "anstyle" + }, + { + "id": "clap_lex 0.5.1", + "target": "clap_lex" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "terminal_size 0.3.0", + "target": "terminal_size" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.4.4" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_derive 3.2.25": { + "name": "clap_derive", + "version": "3.2.25", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap_derive/3.2.25/download", + "sha256": "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.2.25" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_derive 4.4.2": { + "name": "clap_derive", + "version": "4.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap_derive/4.4.2/download", + "sha256": "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" + } + }, + "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-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.4.2" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_lex 0.2.4": { + "name": "clap_lex", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap_lex/0.2.4/download", + "sha256": "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" + } + }, + "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.1", + "target": "os_str_bytes" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_lex 0.5.1": { + "name": "clap_lex", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/clap_lex/0.5.1/download", + "sha256": "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap_lex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_lex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "colorchoice 1.0.0": { + "name": "colorchoice", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/colorchoice/1.0.0/download", + "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "colorchoice", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "colorchoice", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "colored 2.0.4": { + "name": "colored", + "version": "2.0.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/colored/2.0.4/download", + "sha256": "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "colored", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "colored", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "is-terminal 0.4.9", + "target": "is_terminal" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "2.0.4" + }, + "license": "MPL-2.0" + }, + "compact_jwt 0.2.10": { + "name": "compact_jwt", + "version": "0.2.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/compact_jwt/0.2.10/download", + "sha256": "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "compact_jwt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "compact_jwt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "openssl" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "openssl 0.10.57", + "target": "openssl" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 1.4.1", + "target": "uuid" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.10" + }, + "license": "MPL-2.0" + }, + "concurrent-queue 2.2.0": { + "name": "concurrent-queue", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/concurrent-queue/2.2.0/download", + "sha256": "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" + } + }, + "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.16", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "console 0.15.7": { + "name": "console", + "version": "0.15.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/console/0.15.7/download", + "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "console", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "console", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ansi-parsing", + "default", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "encode_unicode 0.3.6", + "target": "encode_unicode" + }, + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.15.7" + }, + "license": "MIT" + }, + "const-oid 0.9.5": { + "name": "const-oid", + "version": "0.9.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/const-oid/0.9.5/download", + "sha256": "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" + } + }, + "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.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "const_format 0.2.31": { + "name": "const_format", + "version": "0.2.31", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/const_format/0.2.31/download", + "sha256": "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_format", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_format", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "const_format_proc_macros 0.2.31", + "target": "const_format_proc_macros" + } + ], + "selects": {} + }, + "version": "0.2.31" + }, + "license": "Zlib" + }, + "const_format_proc_macros 0.2.31": { + "name": "const_format_proc_macros", + "version": "0.2.31", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/const_format_proc_macros/0.2.31/download", + "sha256": "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "const_format_proc_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_format_proc_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.31" + }, + "license": "Zlib" + }, + "constant_time_eq 0.1.5": { + "name": "constant_time_eq", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/constant_time_eq/0.1.5/download", + "sha256": "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" + } + }, + "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": "2015", + "version": "0.1.5" + }, + "license": "CC0-1.0" + }, + "convert_case 0.4.0": { + "name": "convert_case", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/convert_case/0.4.0/download", + "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "convert_case", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "convert_case", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT" + }, + "core-foundation 0.9.3": { + "name": "core-foundation", + "version": "0.9.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.3" + }, + "license": "MIT / Apache-2.0" + }, + "core-foundation-sys 0.8.4": { + "name": "core-foundation-sys", + "version": "0.8.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/core-foundation-sys/0.8.4/download", + "sha256": "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core_foundation_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core_foundation_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.8.4" + }, + "license": "MIT / Apache-2.0" + }, + "coset 0.3.4": { + "name": "coset", + "version": "0.3.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/coset/0.3.4/download", + "sha256": "c765a4e852cef25c69a48e9fcd60995a7fecabf0134a0021e7181452c4a60f95" + } + }, + "targets": [ + { + "Library": { + "crate_name": "coset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "coset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ciborium 0.2.1", + "target": "ciborium" + }, + { + "id": "ciborium-io 0.2.1", + "target": "ciborium_io" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.4" + }, + "license": "Apache-2.0" + }, + "cpufeatures 0.2.9": { + "name": "cpufeatures", + "version": "0.2.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cpufeatures/0.2.9/download", + "sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" + } + }, + "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-linux-android": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.9" + }, + "license": "MIT OR Apache-2.0" + }, + "crc-any 2.4.3": { + "name": "crc-any", + "version": "2.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crc-any/2.4.3/download", + "sha256": "774646b687f63643eb0f4bf13dc263cb581c8c9e57973b6ddf78bda3994d88df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc_any", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc_any", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "debug-helper", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "debug-helper 0.3.13", + "target": "debug_helper" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.4.3" + }, + "license": "MIT" + }, + "crc32fast 1.3.2": { + "name": "crc32fast", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-utils 0.8.16": { + "name": "crossbeam-utils", + "version": "0.8.16", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crossbeam-utils/0.8.16/download", + "sha256": "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" + } + }, + "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": [], + "selects": { + "arm-unknown-linux-gnueabi": [ + "default", + "std" + ], + "armv7-linux-androideabi": [ + "default", + "std" + ], + "armv7-unknown-linux-gnueabi": [ + "default", + "std" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "std" + ], + "thumbv7em-none-eabi": [ + "default", + "std" + ], + "thumbv8m.main-none-eabi": [ + "default", + "std" + ] + } + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crunchy 0.2.2": { + "name": "crunchy", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "crypto-bigint 0.5.3": { + "name": "crypto-bigint", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crypto-bigint/0.5.3/download", + "sha256": "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" + } + }, + "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.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-common 0.1.6": { + "name": "crypto-common", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "target": "generic_array" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.8.0": { + "name": "crypto-mac", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "target": "generic_array" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "cryptoki 0.3.1": { + "name": "cryptoki", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cryptoki/0.3.1/download", + "sha256": "570006e51d08ec89ce5bbfdcf428ad96111636d524bf2447bee6377fd0e1d889" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cryptoki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cryptoki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "generate-bindings" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cryptoki-sys 0.1.6", + "target": "cryptoki_sys" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "Apache-2.0" + }, + "cryptoki-sys 0.1.6": { + "name": "cryptoki-sys", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cryptoki-sys/0.1.6/download", + "sha256": "4bc9943e09928a84ed6e76dbaea1699b7678e95b2487b0de31075af300221095" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cryptoki_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cryptoki_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bindgen", + "generate-bindings" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cryptoki-sys 0.1.6", + "target": "build_script_build" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bindgen 0.63.0", + "target": "bindgen" + }, + { + "id": "target-lexicon 0.12.11", + "target": "target_lexicon" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "cryptoxide 0.4.4": { + "name": "cryptoxide", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cryptoxide/0.4.4/download", + "sha256": "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cryptoxide", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cryptoxide", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "argon2", + "blake2", + "chacha", + "curve25519", + "default", + "digest", + "ed25519", + "hkdf", + "hmac", + "mac", + "pbkdf2", + "poly1305", + "ripemd160", + "salsa", + "scrypt", + "sha1", + "sha2", + "sha3", + "x25519" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "csv 1.3.1": { + "name": "csv", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/csv/1.3.1/download", + "sha256": "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "csv", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "csv", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "csv-core 0.1.12", + "target": "csv_core" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "Unlicense/MIT" + }, + "csv-core 0.1.12": { + "name": "csv-core", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/csv-core/0.1.12/download", + "sha256": "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "csv_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "csv_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.3", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.12" + }, + "license": "Unlicense/MIT" + }, + "ct-logs 0.8.0": { + "name": "ct-logs", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ct-logs/0.8.0/download", + "sha256": "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ct_logs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ct_logs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "sct 0.6.1", + "target": "sct" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "cucumber 0.19.1": { + "name": "cucumber", + "version": "0.19.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber/0.19.1/download", + "sha256": "a845da7c9fb958144700201d22e3f61f55114f9e269c13f03fe179d9da500984" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cucumber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "macros" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "atty 0.2.14", + "target": "atty" + }, + { + "id": "clap 4.4.4", + "target": "clap" + }, + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "cucumber-expressions 0.2.1", + "target": "cucumber_expressions" + }, + { + "id": "drain_filter_polyfill 0.1.3", + "target": "drain_filter_polyfill" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "gherkin 0.13.0", + "target": "gherkin" + }, + { + "id": "globwalk 0.8.1", + "target": "globwalk" + }, + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "inventory 0.3.12", + "target": "inventory" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "regex 1.9.5", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "cucumber-codegen 0.19.1", + "target": "cucumber_codegen" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "sealed 0.4.0", + "target": "sealed" + }, + { + "id": "smart-default 0.6.0", + "target": "smart_default" + } + ], + "selects": {} + }, + "version": "0.19.1" + }, + "license": "MIT OR Apache-2.0" + }, + "cucumber 0.20.0": { + "name": "cucumber", + "version": "0.20.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber/0.20.0/download", + "sha256": "0ead33440b8c33da870588443d745a0f23de153013fe847ae71073d176f75293" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cucumber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "libtest", + "macros", + "timestamps" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "clap 4.4.4", + "target": "clap" + }, + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "cucumber-expressions 0.3.0", + "target": "cucumber_expressions" + }, + { + "id": "drain_filter_polyfill 0.1.3", + "target": "drain_filter_polyfill" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "gherkin 0.13.0", + "target": "gherkin" + }, + { + "id": "globwalk 0.8.1", + "target": "globwalk" + }, + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "inventory 0.3.12", + "target": "inventory" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "lazy-regex 3.0.2", + "target": "lazy_regex" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "cucumber-codegen 0.20.0", + "target": "cucumber_codegen" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "sealed 0.5.0", + "target": "sealed" + }, + { + "id": "smart-default 0.7.1", + "target": "smart_default" + } + ], + "selects": {} + }, + "version": "0.20.0" + }, + "license": "MIT OR Apache-2.0" + }, + "cucumber-codegen 0.19.1": { + "name": "cucumber-codegen", + "version": "0.19.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber-codegen/0.19.1/download", + "sha256": "0dfb841fe8742f57fbe94738a189022e7dc858f2560c7fba5da44dc945a139e1" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cucumber_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cucumber-expressions 0.2.1", + "target": "cucumber_expressions" + }, + { + "id": "inflections 1.1.1", + "target": "inflections" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synthez 0.2.0", + "target": "synthez" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.19.1" + }, + "license": "MIT OR Apache-2.0" + }, + "cucumber-codegen 0.20.0": { + "name": "cucumber-codegen", + "version": "0.20.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber-codegen/0.20.0/download", + "sha256": "2a8e4a7c46b4b5c81894087a5e3a95138bdd26e2e46fcca258513e07b880a369" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cucumber_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cucumber-expressions 0.3.0", + "target": "cucumber_expressions" + }, + { + "id": "inflections 1.1.1", + "target": "inflections" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "syn 2.0.37", + "target": "syn" + }, + { + "id": "synthez 0.3.1", + "target": "synthez" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.0" + }, + "license": "MIT OR Apache-2.0" + }, + "cucumber-expressions 0.2.1": { + "name": "cucumber-expressions", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber-expressions/0.2.1/download", + "sha256": "d40d2fdf5e1bb4ae7e6b25c97bf9b9d249a02243fc0fbd91075592b5f00a3bc1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cucumber_expressions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber_expressions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "either", + "into-regex", + "regex", + "regex-syntax" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "nom_locate 4.2.0", + "target": "nom_locate" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "regex-syntax 0.6.29", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "cucumber-expressions 0.3.0": { + "name": "cucumber-expressions", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cucumber-expressions/0.3.0/download", + "sha256": "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cucumber_expressions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cucumber_expressions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "into-regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "nom_locate 4.2.0", + "target": "nom_locate" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "regex-syntax 0.7.5", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "curve25519-dalek 4.1.1": { + "name": "curve25519-dalek", + "version": "4.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/curve25519-dalek/4.1.1/download", + "sha256": "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" + } + }, + "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", + "digest", + "precomputed-tables", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "curve25519-dalek 4.1.1", + "target": "build_script_build" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": { + "cfg(curve25519_dalek_backend = \"fiat\")": [ + { + "id": "fiat-crypto 0.2.1", + "target": "fiat_crypto" + } + ], + "cfg(target_arch = \"x86_64\")": [ + { + "id": "cpufeatures 0.2.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [], + "selects": { + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + { + "id": "curve25519-dalek-derive 0.1.0", + "target": "curve25519_dalek_derive" + } + ] + } + }, + "version": "4.1.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "platforms 3.1.2", + "target": "platforms" + }, + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek-derive 0.1.0": { + "name": "curve25519-dalek-derive", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.0/download", + "sha256": "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "curve25519_dalek_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "curve25519-dalek-ng 4.1.1": { + "name": "curve25519-dalek-ng", + "version": "4.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/curve25519-dalek-ng/4.1.1/download", + "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek_ng", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek_ng", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle-ng 2.5.0", + "target": "subtle_ng", + "alias": "subtle" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "4.1.1" + }, + "license": "BSD-3-Clause" + }, + "darling 0.14.4": { + "name": "darling", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "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://static.crates.io/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.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.4" + }, + "license": "MIT" + }, + "data-encoding 2.4.0": { + "name": "data-encoding", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/data-encoding/2.4.0/download", + "sha256": "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" + } + }, + "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.4.0" + }, + "license": "MIT" + }, + "debug-helper 0.3.13": { + "name": "debug-helper", + "version": "0.3.13", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/debug-helper/0.3.13/download", + "sha256": "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "debug_helper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "debug_helper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.13" + }, + "license": "MIT" + }, + "der 0.7.8": { + "name": "der", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/der/0.7.8/download", + "sha256": "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" + } + }, + "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", + "pem", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.5", + "target": "const_oid" + }, + { + "id": "pem-rfc7468 0.7.0", + "target": "pem_rfc7468" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "der-parser 7.0.0": { + "name": "der-parser", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "bigint", + "default", + "num-bigint", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "7.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "deranged 0.3.8": { + "name": "deranged", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/deranged/0.3.8/download", + "sha256": "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" + } + }, + "targets": [ + { + "Library": { + "crate_name": "deranged", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "deranged", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.8" + }, + "license": "MIT OR Apache-2.0" + }, + "derivative 2.2.0": { + "name": "derivative", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder 0.12.0": { + "name": "derive_builder", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/derive_builder/0.12.0/download", + "sha256": "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "derive_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "derive_builder_macro 0.12.0", + "target": "derive_builder_macro" + } + ], + "selects": {} + }, + "version": "0.12.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_core 0.12.0": { + "name": "derive_builder_core", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/derive_builder_core/0.12.0/download", + "sha256": "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.12.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_macro 0.12.0": { + "name": "derive_builder_macro", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/derive_builder_macro/0.12.0/download", + "sha256": "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" + } + }, + "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.12.0", + "target": "derive_builder_core" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.12.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive_more 0.99.17": { + "name": "derive_more", + "version": "0.99.17", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "add", + "add_assign", + "as_mut", + "as_ref", + "constructor", + "convert_case", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "is_variant", + "iterator", + "mul", + "mul_assign", + "not", + "rustc_version", + "sum", + "try_into", + "unwrap" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "convert_case 0.4.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.99.17" + }, + "license": "MIT" + }, + "devd-rs 0.3.6": { + "name": "devd-rs", + "version": "0.3.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/devd-rs/0.3.6/download", + "sha256": "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395" + } + }, + "targets": [ + { + "Library": { + "crate_name": "devd_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "devd_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.6" + }, + "license": "Unlicense/MIT" + }, + "difflib 0.4.0": { + "name": "difflib", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7": { + "name": "digest", + "version": "0.10.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/digest/0.10.7/download", + "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" + } + }, + "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.5", + "target": "const_oid" + }, + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.7" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.9.0": { + "name": "digest", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "displaydoc 0.2.4": { + "name": "displaydoc", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/displaydoc/0.2.4/download", + "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "displaydoc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "displaydoc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0" + }, + "downcast 0.11.0": { + "name": "downcast", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "drain_filter_polyfill 0.1.3": { + "name": "drain_filter_polyfill", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/drain_filter_polyfill/0.1.3/download", + "sha256": "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" + } + }, + "targets": [ + { + "Library": { + "crate_name": "drain_filter_polyfill", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "drain_filter_polyfill", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT OR Apache-2.0" + }, + "ecdsa 0.16.8": { + "name": "ecdsa", + "version": "0.16.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ecdsa/0.16.8/download", + "sha256": "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" + } + }, + "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", + "default", + "der", + "digest", + "hazmat", + "pem", + "pkcs8", + "rfc6979", + "signing", + "spki", + "std", + "verifying" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "elliptic-curve 0.13.5", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.4.0", + "target": "rfc6979" + }, + { + "id": "signature 2.1.0", + "target": "signature" + }, + { + "id": "spki 0.7.2", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed 0.3.0": { + "name": "ed", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ed/0.3.0/download", + "sha256": "0f205c65ec89e8fdd41f5a522eb5721818dc84c732634a6e48eb1a7b92e0169d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.48", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "ed-derive 0.3.0", + "target": "ed_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": "MIT" + }, + "ed-derive 0.3.0": { + "name": "ed-derive", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ed-derive/0.3.0/download", + "sha256": "e9907e1f07d6b49fc8cfc92870aae890618671e932db9b7b9224d530eddde2cb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ed_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT" + }, + "ed25519 1.5.3": { + "name": "ed25519", + "version": "1.5.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "signature 1.6.4", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519 2.2.2": { + "name": "ed25519", + "version": "2.2.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ed25519/2.2.2/download", + "sha256": "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "pem", + "pkcs8", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "signature 2.1.0", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519-consensus 2.1.0": { + "name": "ed25519-consensus", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ed25519-consensus/2.1.0/download", + "sha256": "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_consensus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_consensus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "curve25519-dalek-ng 4.1.1", + "target": "curve25519_dalek_ng", + "alias": "curve25519_dalek" + }, + { + "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.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ed25519-dalek 2.0.0": { + "name": "ed25519-dalek", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ed25519-dalek/2.0.0/download", + "sha256": "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" + } + }, + "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": [ + "alloc", + "default", + "fast", + "pkcs8", + "rand_core", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "ed25519 2.2.2", + "target": "ed25519" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.0" + }, + "license": "BSD-3-Clause" + }, + "either 1.9.0": { + "name": "either", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/either/1.9.0/download", + "sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" + } + }, + "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.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "elliptic-curve 0.13.5": { + "name": "elliptic-curve", + "version": "0.13.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/elliptic-curve/0.13.5/download", + "sha256": "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" + } + }, + "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", + "pem", + "pkcs8", + "sec1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.5.3", + "target": "crypto_bigint" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "pem-rfc7468 0.7.0", + "target": "pem_rfc7468" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.7.3", + "target": "sec1" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "encode_unicode 0.3.6": { + "name": "encode_unicode", + "version": "0.3.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download", + "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "encode_unicode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "encode_unicode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.6" + }, + "license": "MIT/Apache-2.0" + }, + "encoding_rs 0.8.33": { + "name": "encoding_rs", + "version": "0.8.33", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/encoding_rs/0.8.33/download", + "sha256": "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "encoding_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "encoding_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.33" + }, + "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause" + }, + "enum-as-inner 0.6.0": { + "name": "enum-as-inner", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/enum-as-inner/0.6.0/download", + "sha256": "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "equivalent 1.0.1": { + "name": "equivalent", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/equivalent/1.0.1/download", + "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "equivalent", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "equivalent", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "errno 0.3.3": { + "name": "errno", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/errno/0.3.3/download", + "sha256": "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [], + "selects": { + "aarch64-apple-darwin": [ + "std" + ], + "aarch64-apple-ios": [ + "std" + ], + "aarch64-apple-ios-sim": [ + "std" + ], + "aarch64-fuchsia": [ + "std" + ], + "aarch64-linux-android": [ + "std" + ], + "armv7-linux-androideabi": [ + "std" + ], + "i686-apple-darwin": [ + "std" + ], + "i686-linux-android": [ + "std" + ], + "i686-unknown-freebsd": [ + "std" + ], + "powerpc-unknown-linux-gnu": [ + "std" + ], + "riscv32imc-unknown-none-elf": [ + "std" + ], + "riscv64gc-unknown-none-elf": [ + "std" + ], + "s390x-unknown-linux-gnu": [ + "std" + ], + "thumbv7em-none-eabi": [ + "std" + ], + "thumbv8m.main-none-eabi": [ + "std" + ], + "wasm32-unknown-unknown": [ + "std" + ], + "wasm32-wasi": [ + "std" + ], + "x86_64-apple-darwin": [ + "std" + ], + "x86_64-apple-ios": [ + "std" + ], + "x86_64-fuchsia": [ + "std" + ], + "x86_64-linux-android": [ + "std" + ], + "x86_64-unknown-freebsd": [ + "std" + ], + "x86_64-unknown-none": [ + "std" + ] + } + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"dragonfly\")": [ + { + "id": "errno-dragonfly 0.1.2", + "target": "errno_dragonfly" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "errno-dragonfly 0.1.2": { + "name": "errno-dragonfly", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "event-listener 2.5.3": { + "name": "event-listener", + "version": "2.5.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "event-parser 0.3.0": { + "name": "event-parser", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "chrono 0.4.41", + "target": "chrono" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "const_format 0.2.31", + "target": "const_format" + }, + { + "id": "csv 1.3.1", + "target": "csv" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "indicatif 0.17.6", + "target": "indicatif" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.163", + "target": "serde_derive" + }, + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "eyre 0.6.8": { + "name": "eyre", + "version": "0.6.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/eyre/0.6.8/download", + "sha256": "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "eyre", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "eyre", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "auto-install", + "default", + "track-caller" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "eyre 0.6.8", + "target": "build_script_build" + }, + { + "id": "indenter 0.3.3", + "target": "indenter" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "failure 0.1.8": { + "name": "failure", + "version": "0.1.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/failure/0.1.8/download", + "sha256": "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" + } + }, + "targets": [ + { + "Library": { + "crate_name": "failure", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "failure", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "backtrace", + "default", + "derive", + "failure_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + } + ], + "selects": {} + }, + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "failure_derive 0.1.8", + "target": "failure_derive" + } + ], + "selects": {} + }, + "version": "0.1.8" + }, + "license": "MIT OR Apache-2.0" + }, + "failure_derive 0.1.8": { + "name": "failure_derive", + "version": "0.1.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/failure_derive/0.1.8/download", + "sha256": "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "failure_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "failure_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "failure_derive 0.1.8", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "fastrand 1.9.0": { + "name": "fastrand", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "fastrand 2.0.0": { + "name": "fastrand", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fastrand/2.0.0/download", + "sha256": "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fastrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fastrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ff 0.13.0": { + "name": "ff", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "fiat-crypto 0.2.1": { + "name": "fiat-crypto", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fiat-crypto/0.2.1/download", + "sha256": "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" + } + }, + "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.2.1" + }, + "license": "MIT OR Apache-2.0 OR BSD-1-Clause" + }, + "fixed 1.24.0": { + "name": "fixed", + "version": "1.24.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fixed/1.24.0/download", + "sha256": "02c69ce7e7c0f17aa18fdd9d0de39727adb9c6281f2ad12f57cbe54ae6e76e7d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fixed", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fixed", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "az 1.2.1", + "target": "az", + "alias": "az_crate" + }, + { + "id": "bytemuck 1.14.0", + "target": "bytemuck" + }, + { + "id": "fixed 1.24.0", + "target": "build_script_build" + }, + { + "id": "half 2.3.1", + "target": "half" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.24.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "flate2 1.0.27": { + "name": "flate2", + "version": "1.0.27", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/flate2/1.0.27/download", + "sha256": "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" + } + }, + "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_impl", + "miniz_oxide", + "rust_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "miniz_oxide 0.7.1", + "target": "miniz_oxide" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.27" + }, + "license": "MIT OR Apache-2.0" + }, + "flex-error 0.4.4": { + "name": "flex-error", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/flex-error/0.4.4/download", + "sha256": "c606d892c9de11507fa0dcffc116434f94e105d0bbdc4e405b61519464c49d7b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "flex_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "flex_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "eyre", + "eyre_tracer", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "eyre 0.6.8", + "target": "eyre" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.4.4" + }, + "license": "Apache-2.0" + }, + "float-cmp 0.9.0": { + "name": "float-cmp", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.16", + "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://static.crates.io/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" + }, + "foreign-types 0.3.2": { + "name": "foreign-types", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/foreign-types/0.3.2/download", + "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "foreign_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "foreign_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "foreign-types-shared 0.1.1", + "target": "foreign_types_shared" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.2" + }, + "license": "MIT/Apache-2.0" + }, + "foreign-types-shared 0.1.1": { + "name": "foreign-types-shared", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download", + "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "foreign_types_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "foreign_types_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "form_urlencoded 1.2.0": { + "name": "form_urlencoded", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/form_urlencoded/1.2.0/download", + "sha256": "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" + } + }, + "targets": [ + { + "Library": { + "crate_name": "form_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "form_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "percent-encoding 2.3.0", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "fragile 2.0.0": { + "name": "fragile", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "futures 0.3.28": { + "name": "futures", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures/0.3.28/download", + "sha256": "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" + } + }, + "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", + "default", + "executor", + "futures-executor", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.28", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-executor 0.3.28", + "target": "futures_executor" + }, + { + "id": "futures-io 0.3.28", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.28", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.28", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-channel 0.3.28": { + "name": "futures-channel", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-channel/0.3.28/download", + "sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" + } + }, + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.28", + "target": "build_script_build" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.28", + "target": "futures_sink" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-core 0.3.28": { + "name": "futures-core", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-core/0.3.28/download", + "sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" + } + }, + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.28", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-executor 0.3.28": { + "name": "futures-executor", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-executor/0.3.28/download", + "sha256": "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" + } + }, + "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": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-task 0.3.28", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-io 0.3.28": { + "name": "futures-io", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-io/0.3.28/download", + "sha256": "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" + } + }, + "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" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-lite 1.13.0": { + "name": "futures-lite", + "version": "1.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-lite/1.13.0/download", + "sha256": "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" + } + }, + "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.28", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.28", + "target": "futures_io" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "parking 2.1.0", + "target": "parking" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "waker-fn 1.1.0", + "target": "waker_fn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.13.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "futures-macro 0.3.28": { + "name": "futures-macro", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-macro/0.3.28/download", + "sha256": "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-sink 0.3.28": { + "name": "futures-sink", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-sink/0.3.28/download", + "sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" + } + }, + "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.28" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-task 0.3.28": { + "name": "futures-task", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-task/0.3.28/download", + "sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" + } + }, + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-task 0.3.28", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.28" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-util 0.3.28": { + "name": "futures-util", + "version": "0.3.28", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-util/0.3.28/download", + "sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" + } + }, + "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", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.28", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.28", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.28", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.28", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.28", + "target": "build_script_build" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "slab 0.4.9", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "futures-macro 0.3.28", + "target": "futures_macro" + } + ], + "selects": {} + }, + "version": "0.3.28" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "generic-array 0.14.7": { + "name": "generic-array", + "version": "0.14.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/generic-array/0.14.7/download", + "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" + } + }, + "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.7", + "target": "build_script_build" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.14.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "genesis-from-db 0.3.0": { + "name": "genesis-from-db", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "const_format 0.2.31", + "target": "const_format" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "merk 2.0.0", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.163", + "target": "serde_derive" + }, + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "getrandom 0.2.10": { + "name": "getrandom", + "version": "0.2.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/getrandom/0.2.10/download", + "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" + } + }, + "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(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.77", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.10" + }, + "license": "MIT OR Apache-2.0" + }, + "gherkin 0.13.0": { + "name": "gherkin", + "version": "0.13.0", + "repository": { + "Git": { + "remote": "https://github.com/fmorency/gherkin.git", + "commitish": { + "Rev": "b378f966281a79b501d59a1bfc2dd7519ad2ac98" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "gherkin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gherkin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "parser", + "typed-builder" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "gherkin 0.13.0", + "target": "build_script_build" + }, + { + "id": "peg 0.6.3", + "target": "peg" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "textwrap 0.16.0", + "target": "textwrap" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "typed-builder 0.10.0", + "target": "typed_builder" + } + ], + "selects": {} + }, + "version": "0.13.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "gimli 0.28.0": { + "name": "gimli", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/gimli/0.28.0/download", + "sha256": "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" + } + }, + "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.28.0" + }, + "license": "MIT OR Apache-2.0" + }, + "git2 0.18.1": { + "name": "git2", + "version": "0.18.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/git2/0.18.1/download", + "sha256": "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "git2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "git2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.4.0", + "target": "bitflags" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libgit2-sys 0.16.1+1.7.1", + "target": "libgit2_sys" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.18.1" + }, + "license": "MIT OR Apache-2.0" + }, + "glob 0.3.1": { + "name": "glob", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.13": { + "name": "globset", + "version": "0.4.13", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/globset/0.4.13/download", + "sha256": "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" + } + }, + "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 1.1.1", + "target": "aho_corasick" + }, + { + "id": "bstr 1.6.2", + "target": "bstr" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "regex 1.9.5", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.13" + }, + "license": "Unlicense OR MIT" + }, + "globwalk 0.8.1": { + "name": "globwalk", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/globwalk/0.8.1/download", + "sha256": "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "globwalk", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "globwalk", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "ignore 0.4.20", + "target": "ignore" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.1" + }, + "license": "MIT" + }, + "group 0.13.0": { + "name": "group", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "h2 0.3.21": { + "name": "h2", + "version": "0.3.21", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/h2/0.3.21/download", + "sha256": "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" + } + }, + "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.5.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.28", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.9", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.21" + }, + "license": "MIT" + }, + "half 1.8.2": { + "name": "half", + "version": "1.8.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/half/1.8.2/download", + "sha256": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "half", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "half", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "half 2.3.1": { + "name": "half", + "version": "2.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/half/2.3.1/download", + "sha256": "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" + } + }, + "targets": [ + { + "Library": { + "crate_name": "half", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "half", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(target_arch = \"spirv\")": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + } + ] + } + }, + "edition": "2021", + "version": "2.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.12.3": { + "name": "hashbrown", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "raw" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.14.0": { + "name": "hashbrown", + "version": "0.14.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hashbrown/0.14.0/download", + "sha256": "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "raw" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.14.0" + }, + "license": "MIT OR Apache-2.0" + }, + "headers 0.3.9": { + "name": "headers", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/headers/0.3.9/download", + "sha256": "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" + } + }, + "targets": [ + { + "Library": { + "crate_name": "headers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "headers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "headers-core 0.2.0", + "target": "headers_core" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.9" + }, + "license": "MIT" + }, + "headers-core 0.2.0": { + "name": "headers-core", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/headers-core/0.2.0/download", + "sha256": "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" + } + }, + "targets": [ + { + "Library": { + "crate_name": "headers_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "headers_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "http 0.2.9", + "target": "http" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT" + }, + "heck 0.3.3": { + "name": "heck", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/heck/0.3.3/download", + "sha256": "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "heck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "heck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "unicode-segmentation 1.10.1", + "target": "unicode_segmentation" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "heck 0.4.1": { + "name": "heck", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.19" + }, + "license": "MIT/Apache-2.0" + }, + "hermit-abi 0.3.3": { + "name": "hermit-abi", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hermit-abi/0.3.3/download", + "sha256": "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" + } + }, + "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.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hex 0.4.3": { + "name": "hex", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hidapi 1.5.0": { + "name": "hidapi", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hidapi/1.5.0/download", + "sha256": "798154e4b6570af74899d71155fb0072d5b17e6aa12f39c8ef22c60fb8ec99e7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hidapi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hidapi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "illumos-static-libusb", + "linux-static-libusb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hidapi 1.5.0", + "target": "build_script_build" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "1.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "hidapi" + }, + "license": "MIT" + }, + "hmac 0.12.1": { + "name": "hmac", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "home 0.5.5": { + "name": "home", + "version": "0.5.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/home/0.5.5/download", + "sha256": "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "home", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "home", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.5.5" + }, + "license": "MIT OR Apache-2.0" + }, + "hostname 0.3.1": { + "name": "hostname", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "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://static.crates.io/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.5.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.9", + "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://static.crates.io/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.5.0", + "target": "bytes" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.5" + }, + "license": "MIT" + }, + "http-proxy 0.3.0": { + "name": "http-proxy", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "http-proxy 0.3.0", + "target": "build_script_build" + }, + { + "id": "log-panics 2.1.0", + "target": "log_panics" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "new_mime_guess 4.0.1", + "target": "new_mime_guess" + }, + { + "id": "syslog-tracing 0.2.0", + "target": "syslog_tracing" + }, + { + "id": "tiny_http 0.12.0", + "target": "tiny_http" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "httparse 1.8.0": { + "name": "httparse", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "httpdate 1.0.3": { + "name": "httpdate", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/httpdate/1.0.3/download", + "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httpdate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httpdate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.3" + }, + "license": "MIT OR Apache-2.0" + }, + "humantime 2.1.0": { + "name": "humantime", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.27": { + "name": "hyper", + "version": "0.14.27", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper/0.14.27/download", + "sha256": "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" + } + }, + "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", + "socket2", + "tcp" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.28", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + }, + { + "id": "h2 0.3.21", + "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.3", + "target": "httpdate" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "want 0.3.1", + "target": "want" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.27" + }, + "license": "MIT" + }, + "hyper-proxy 0.9.1": { + "name": "hyper-proxy", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-proxy/0.9.1/download", + "sha256": "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_proxy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_proxy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "hyper-rustls", + "rustls", + "rustls-base", + "rustls-native-certs", + "tokio-rustls", + "webpki" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "headers 0.3.9", + "target": "headers" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.22.1", + "target": "hyper_rustls" + }, + { + "id": "rustls-native-certs 0.5.0", + "target": "rustls_native_certs" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.22.0", + "target": "tokio_rustls" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "MIT" + }, + "hyper-rustls 0.22.1": { + "name": "hyper-rustls", + "version": "0.22.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-rustls/0.22.1/download", + "sha256": "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" + } + }, + "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": [ + "ct-logs", + "default", + "native-tokio", + "rustls-native-certs", + "tokio-runtime", + "webpki-roots" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ct-logs 0.8.0", + "target": "ct_logs" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "rustls-native-certs 0.5.0", + "target": "rustls_native_certs" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.22.0", + "target": "tokio_rustls" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + }, + { + "id": "webpki-roots 0.21.1", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.1" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "hyper-tls 0.5.0": { + "name": "hyper-tls", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-tls/0.5.0/download", + "sha256": "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "native-tls 0.2.11", + "target": "native_tls" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tokio-native-tls 0.3.1", + "target": "tokio_native_tls" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.0" + }, + "license": "MIT/Apache-2.0" + }, + "iana-time-zone 0.1.61": { + "name": "iana-time-zone", + "version": "0.1.61", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/iana-time-zone/0.1.61/download", + "sha256": "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" + } + }, + "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(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.77", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + } + ], + "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.2", + "target": "iana_time_zone_haiku" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-core 0.52.0", + "target": "windows_core" + } + ] + } + }, + "edition": "2018", + "version": "0.1.61" + }, + "license": "MIT OR Apache-2.0" + }, + "iana-time-zone-haiku 0.1.2": { + "name": "iana-time-zone-haiku", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", + "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" + } + }, + "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": "iana-time-zone-haiku 0.1.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ident_case 1.0.1": { + "name": "ident_case", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.4.0": { + "name": "idna", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/idna/0.4.0/download", + "sha256": "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "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.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "idstore-export 0.3.0": { + "name": "idstore-export", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "merk 2.0.0", + "target": "merk" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.163", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "ignore 0.4.20": { + "name": "ignore", + "version": "0.4.20", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ignore/0.4.20/download", + "sha256": "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ignore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ignore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "globset 0.4.13", + "target": "globset" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "same-file 1.0.6", + "target": "same_file" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "0.4.20" + }, + "license": "Unlicense OR MIT" + }, + "indenter 0.3.3": { + "name": "indenter", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indenter/0.3.3/download", + "sha256": "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indenter", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indenter", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "indexmap 1.9.3": { + "name": "indexmap", + "version": "1.9.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indexmap/1.9.3/download", + "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" + } + }, + "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": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.3", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.9.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "indexmap 2.0.0": { + "name": "indexmap", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indexmap/2.0.0/download", + "sha256": "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "hashbrown 0.14.0", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "indicatif 0.17.6": { + "name": "indicatif", + "version": "0.17.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indicatif/0.17.6/download", + "sha256": "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indicatif", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indicatif", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "number_prefix 0.4.0", + "target": "number_prefix" + }, + { + "id": "portable-atomic 1.4.3", + "target": "portable_atomic" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": { + "cfg(target_arch = \"wasm32\")": [ + { + "id": "instant 0.1.12", + "target": "instant" + } + ] + } + }, + "edition": "2018", + "version": "0.17.6" + }, + "license": "MIT" + }, + "inflections 1.1.1": { + "name": "inflections", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/inflections/1.1.1/download", + "sha256": "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inflections", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inflections", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.1" + }, + "license": "MIT" + }, + "inout 0.1.3": { + "name": "inout", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7", + "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://static.crates.io/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" + }, + "inventory 0.3.12": { + "name": "inventory", + "version": "0.3.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/inventory/0.3.12/download", + "sha256": "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inventory", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inventory", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.12" + }, + "license": "MIT OR Apache-2.0" + }, + "io-lifetimes 1.0.11": { + "name": "io-lifetimes", + "version": "1.0.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/io-lifetimes/1.0.11/download", + "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" + } + }, + "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", + "hermit-abi", + "libc", + "windows-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "io-lifetimes 1.0.11", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.0.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "ipconfig 0.3.2": { + "name": "ipconfig", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ipconfig/0.3.2/download", + "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" + } + }, + "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.2", + "target": "build_script_build" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "socket2 0.5.4", + "target": "socket2" + }, + { + "id": "widestring 1.0.2", + "target": "widestring" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + }, + { + "id": "winreg 0.50.0", + "target": "winreg" + } + ] + } + }, + "edition": "2018", + "version": "0.3.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "ipnet 2.8.0": { + "name": "ipnet", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ipnet/2.8.0/download", + "sha256": "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" + } + }, + "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", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "is-terminal 0.4.9": { + "name": "is-terminal", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/is-terminal/0.4.9/download", + "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" + } + }, + "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": [], + "selects": { + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + { + "id": "rustix 0.38.14", + "target": "rustix" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.9" + }, + "license": "MIT" + }, + "itertools 0.10.5": { + "name": "itertools", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://static.crates.io/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.9.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT/Apache-2.0" + }, + "itertools 0.11.0": { + "name": "itertools", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/itertools/0.11.0/download", + "sha256": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" + } + }, + "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.9.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "itoa 1.0.9": { + "name": "itoa", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/itoa/1.0.9/download", + "sha256": "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" + } + }, + "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.9" + }, + "license": "MIT OR Apache-2.0" + }, + "jobserver 0.1.26": { + "name": "jobserver", + "version": "0.1.26", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.1.26" + }, + "license": "MIT/Apache-2.0" + }, + "js-sys 0.3.77": { + "name": "js-sys", + "version": "0.3.77", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/js-sys/0.3.77/download", + "sha256": "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "js_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "js_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.77" + }, + "license": "MIT OR Apache-2.0" + }, + "json5 0.4.1": { + "name": "json5", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/json5/0.4.1/download", + "sha256": "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "json5", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "json5", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pest 2.7.3", + "target": "pest" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "pest_derive 2.7.3", + "target": "pest_derive" + } + ], + "selects": {} + }, + "version": "0.4.1" + }, + "license": "ISC" + }, + "keccak 0.1.4": { + "name": "keccak", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/keccak/0.1.4/download", + "sha256": "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" + } + }, + "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.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "kvstore 0.3.0": { + "name": "kvstore", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "indicatif 0.17.6", + "target": "indicatif" + }, + { + "id": "log-panics 2.1.0", + "target": "log_panics" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "syslog-tracing 0.2.0", + "target": "syslog_tracing" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "lazy-regex 3.0.2": { + "name": "lazy-regex", + "version": "3.0.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lazy-regex/3.0.2/download", + "sha256": "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazy_regex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazy_regex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "regex 1.9.5", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "lazy-regex-proc_macros 3.0.1", + "target": "lazy_regex_proc_macros" + } + ], + "selects": {} + }, + "version": "3.0.2" + }, + "license": "MIT" + }, + "lazy-regex-proc_macros 3.0.1": { + "name": "lazy-regex-proc_macros", + "version": "3.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lazy-regex-proc_macros/3.0.1/download", + "sha256": "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "lazy_regex_proc_macros", + "crate_root": "mod.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazy_regex_proc_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.0.1" + }, + "license": "MIT" + }, + "lazy_static 1.4.0": { + "name": "lazy_static", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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" + }, + "ledger 0.3.0": { + "name": "ledger", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "indicatif 0.17.6", + "target": "indicatif" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "mime_guess 2.0.4", + "target": "mime_guess" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "rpassword 7.2.0", + "target": "rpassword" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "ledger-db 0.3.0": { + "name": "ledger-db", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "merk 2.0.0", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "libc 0.2.148": { + "name": "libc", + "version": "0.2.148", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libc/0.2.148/download", + "sha256": "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" + } + }, + "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", + "std" + ], + "selects": { + "aarch64-apple-darwin": [ + "extra_traits" + ], + "aarch64-apple-ios": [ + "extra_traits" + ], + "aarch64-apple-ios-sim": [ + "extra_traits" + ], + "aarch64-fuchsia": [ + "extra_traits" + ], + "aarch64-linux-android": [ + "extra_traits" + ], + "armv7-linux-androideabi": [ + "extra_traits" + ], + "i686-apple-darwin": [ + "extra_traits" + ], + "i686-linux-android": [ + "extra_traits" + ], + "i686-unknown-freebsd": [ + "extra_traits" + ], + "powerpc-unknown-linux-gnu": [ + "extra_traits" + ], + "riscv32imc-unknown-none-elf": [ + "extra_traits" + ], + "riscv64gc-unknown-none-elf": [ + "extra_traits" + ], + "s390x-unknown-linux-gnu": [ + "extra_traits" + ], + "thumbv7em-none-eabi": [ + "extra_traits" + ], + "thumbv8m.main-none-eabi": [ + "extra_traits" + ], + "wasm32-unknown-unknown": [ + "extra_traits" + ], + "wasm32-wasi": [ + "extra_traits" + ], + "x86_64-apple-darwin": [ + "extra_traits" + ], + "x86_64-apple-ios": [ + "extra_traits" + ], + "x86_64-fuchsia": [ + "extra_traits" + ], + "x86_64-linux-android": [ + "extra_traits" + ], + "x86_64-unknown-freebsd": [ + "extra_traits" + ], + "x86_64-unknown-none": [ + "extra_traits" + ] + } + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.148" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "libgit2-sys 0.16.1+1.7.1": { + "name": "libgit2-sys", + "version": "0.16.1+1.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libgit2-sys/0.16.1+1.7.1/download", + "sha256": "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libgit2_sys", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libgit2_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libgit2-sys 0.16.1+1.7.1", + "target": "build_script_build" + }, + { + "id": "libz-sys 1.1.12", + "target": "libz_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.16.1+1.7.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "git2" + }, + "license": "MIT OR Apache-2.0" + }, + "libloading 0.7.4": { + "name": "libloading", + "version": "0.7.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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.2.7": { + "name": "libm", + "version": "0.2.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libm/0.2.7/download", + "sha256": "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" + } + }, + "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.7", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "librocksdb-sys 0.8.3+7.4.4": { + "name": "librocksdb-sys", + "version": "0.8.3+7.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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", + "static" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.8.3+7.4.4", + "target": "build_script_build" + } + ], + "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.83", + "target": "cc" + }, + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "CXXFLAGS": "-Wno-error=coverage-invalid-line-number" + }, + "selects": {} + }, + "links": "rocksdb" + }, + "license": "MIT/Apache-2.0/BSD-3-Clause" + }, + "libudev 0.2.0": { + "name": "libudev", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libudev/0.2.0/download", + "sha256": "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libudev", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libudev", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libudev-sys 0.1.4", + "target": "libudev_sys" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT" + }, + "libudev-sys 0.1.4": { + "name": "libudev-sys", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libudev-sys/0.1.4/download", + "sha256": "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324", + "patch_args": [ + "-p1" + ], + "patches": [ + "@//third_party/cargo/patches:libudev-sys-0.1.4.patch" + ] + } + }, + "targets": [ + { + "Library": { + "crate_name": "libudev_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libudev_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libudev-sys 0.1.4", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "libudev" + }, + "license": "MIT" + }, + "libz-sys 1.1.12": { + "name": "libz-sys", + "version": "1.1.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libz-sys/1.1.12/download", + "sha256": "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" + } + }, + "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": [ + "**" + ], + "crate_features": { + "common": [ + "libc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "libz-sys 1.1.12", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ], + "selects": {} + }, + "links": "z" + }, + "license": "MIT OR Apache-2.0" + }, + "linked-hash-map 0.5.6": { + "name": "linked-hash-map", + "version": "0.5.6", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "linkme 0.3.15": { + "name": "linkme", + "version": "0.3.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/linkme/0.3.15/download", + "sha256": "9f948366ad5bb46b5514ba7a7a80643726eef08b06632592699676748c8bc33b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linkme", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linkme", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "used_linker" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "linkme-impl 0.3.15", + "target": "linkme_impl" + } + ], + "selects": {} + }, + "version": "0.3.15" + }, + "license": "MIT OR Apache-2.0" + }, + "linkme-impl 0.3.15": { + "name": "linkme-impl", + "version": "0.3.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/linkme-impl/0.3.15/download", + "sha256": "bc28438cad73dcc90ff3466fc329a9252b1b8ba668eb0d5668ba97088cf4eef0" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "linkme_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linkme_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "used_linker" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.15" + }, + "license": "MIT OR Apache-2.0" + }, + "linux-raw-sys 0.3.8": { + "name": "linux-raw-sys", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/linux-raw-sys/0.3.8/download", + "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" + } + }, + "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": [ + "general", + "ioctl", + "no_std" + ], + "selects": { + "aarch64-unknown-linux-gnu": [ + "errno" + ], + "arm-unknown-linux-gnueabi": [ + "errno" + ], + "armv7-unknown-linux-gnueabi": [ + "errno" + ], + "i686-unknown-linux-gnu": [ + "errno" + ], + "x86_64-unknown-linux-gnu": [ + "errno" + ] + } + }, + "edition": "2018", + "version": "0.3.8" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "linux-raw-sys 0.4.7": { + "name": "linux-raw-sys", + "version": "0.4.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/linux-raw-sys/0.4.7/download", + "sha256": "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" + } + }, + "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": [ + "elf", + "errno", + "general", + "ioctl", + "no_std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.7" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "lock_api 0.4.10": { + "name": "lock_api", + "version": "0.4.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lock_api/0.4.10/download", + "sha256": "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" + } + }, + "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": [ + "**" + ], + "crate_features": { + "common": [ + "atomic_usize", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.10", + "target": "build_script_build" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.10" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "log 0.4.20": { + "name": "log", + "version": "0.4.20", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/log/0.4.20/download", + "sha256": "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.20" + }, + "license": "MIT OR Apache-2.0" + }, + "log-panics 2.1.0": { + "name": "log-panics", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/log-panics/2.1.0/download", + "sha256": "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "log_panics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "log_panics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "backtrace", + "with-backtrace" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "lru-cache 0.1.2": { + "name": "lru-cache", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "many 0.3.0": { + "name": "many", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "cbor-diag 0.1.12", + "target": "cbor_diag" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rpassword 7.2.0", + "target": "rpassword" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-recursion 1.0.5", + "target": "async_recursion" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-abci 0.3.0": { + "name": "many-abci", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_abci", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_abci", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "ciborium 0.2.1", + "target": "ciborium" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "linkme 0.3.15", + "target": "linkme" + }, + { + "id": "many-abci 0.3.0", + "target": "build_script_build" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "reqwest 0.11.20", + "target": "reqwest" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "tendermint 0.29.1", + "target": "tendermint" + }, + { + "id": "tendermint-abci 0.29.1", + "target": "tendermint_abci" + }, + { + "id": "tendermint-proto 0.29.1", + "target": "tendermint_proto" + }, + { + "id": "tendermint-rpc 0.29.1", + "target": "tendermint_rpc" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "many-cli-helpers 0.3.0": { + "name": "many-cli-helpers", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_cli_helpers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_cli_helpers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "log-panics 2.1.0", + "target": "log_panics" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "syslog-tracing 0.2.0", + "target": "syslog_tracing" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-client 0.3.0": { + "name": "many-client", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "base32 0.4.0", + "target": "base32" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "derive_builder 0.12.0", + "target": "derive_builder" + }, + { + "id": "ecdsa 0.16.8", + "target": "ecdsa" + }, + { + "id": "fixed 1.24.0", + "target": "fixed" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "p256 0.13.2", + "target": "p256" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "reqwest 0.11.20", + "target": "reqwest" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "tiny_http 0.12.0", + "target": "tiny_http" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "num-derive 0.3.3", + "target": "num_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-client-macros 0.3.0": { + "name": "many-client-macros", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "ProcMacro": { + "crate_name": "many_client_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_client_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-compute 0.3.0": { + "name": "many-compute", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_compute", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_compute", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "many-compute 0.3.0", + "target": "build_script_build" + }, + { + "id": "merk 2.0.0-ll", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "serde_yaml 0.9.25", + "target": "serde_yaml" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "many-error 0.3.0": { + "name": "many-error", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "minicbor" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "regex 1.9.5", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "num-derive 0.3.3", + "target": "num_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-identity 0.3.0": { + "name": "many-identity", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_identity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_identity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "coset", + "default", + "minicbor", + "raw", + "serde", + "testing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base32 0.4.0", + "target": "base32" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "serde_test 1.0.176", + "target": "serde_test" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-identity-dsa 0.3.0": { + "name": "many-identity-dsa", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_identity_dsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_identity_dsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "coset", + "default", + "ecdsa", + "ed25519", + "minicbor", + "serde", + "testing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base32 0.4.0", + "target": "base32" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "ed25519 2.2.2", + "target": "ed25519" + }, + { + "id": "ed25519-dalek 2.0.0", + "target": "ed25519_dalek" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "p256 0.13.2", + "target": "p256" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "serde_test 1.0.176", + "target": "serde_test" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-identity-hsm 0.3.0": { + "name": "many-identity-hsm", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_identity_hsm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_identity_hsm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1 0.15.5", + "target": "asn1" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "cryptoki 0.3.1", + "target": "cryptoki" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "p256 0.13.2", + "target": "p256" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-identity-webauthn 0.3.0": { + "name": "many-identity-webauthn", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_identity_webauthn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_identity_webauthn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "identity" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "authenticator-ctap2-2021 0.3.2-dev.1", + "target": "authenticator_ctap2_2021" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rpassword 7.2.0", + "target": "rpassword" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "webauthn-authenticator-rs 0.4.9", + "target": "webauthn_authenticator_rs" + }, + { + "id": "webauthn-rs 0.4.8", + "target": "webauthn_rs" + }, + { + "id": "webauthn-rs-proto 0.4.9", + "target": "webauthn_rs_proto" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "hex 0.4.3", + "target": "hex" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-kvstore 0.3.0": { + "name": "many-kvstore", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_kvstore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_kvstore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "many-kvstore 0.3.0", + "target": "build_script_build" + }, + { + "id": "merk 2.0.0-ll", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "many-ledger 0.3.0": { + "name": "many-ledger", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_ledger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_ledger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "balance_testing", + "migration_testing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "bip39-dict 0.1.1", + "target": "bip39_dict" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "const_format 0.2.31", + "target": "const_format" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "fixed 1.24.0", + "target": "fixed" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "linkme 0.3.15", + "target": "linkme" + }, + { + "id": "many-ledger 0.3.0", + "target": "build_script_build" + }, + { + "id": "merk 2.0.0", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "cucumber 0.20.0", + "target": "cucumber" + }, + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "many-ledger-test-macros 0.3.0": { + "name": "many-ledger-test-macros", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "ProcMacro": { + "crate_name": "many_ledger_test_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_ledger_test_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "many-ledger-test-utils 0.3.0": { + "name": "many-ledger-test-utils", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_ledger_test_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_ledger_test_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "cucumber 0.20.0", + "target": "cucumber" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "merk 2.0.0", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "many-macros 0.3.0": { + "name": "many-macros", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "ProcMacro": { + "crate_name": "many_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "inflections 1.1.1", + "target": "inflections" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_tokenstream 0.2.0", + "target": "serde_tokenstream" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-migration 0.3.0": { + "name": "many-migration", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_migration", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_migration", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "linkme 0.3.15", + "target": "linkme" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-mock 0.3.0": { + "name": "many-mock", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_mock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_mock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cbor-diag 0.1.12", + "target": "cbor_diag" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "toml 0.7.8", + "target": "toml" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "ciborium 0.2.1", + "target": "ciborium" + }, + { + "id": "cucumber 0.20.0", + "target": "cucumber" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-modules 0.3.0": { + "name": "many-modules", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_modules", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_modules", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cucumber" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "derive_builder 0.12.0", + "target": "derive_builder" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num_enum 0.6.1", + "target": "num_enum" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "cbor-diag 0.1.12", + "target": "cbor_diag" + }, + { + "id": "mockall 0.11.4", + "target": "mockall" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "smol 1.3.0", + "target": "smol" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-protocol 0.3.0": { + "name": "many-protocol", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_protocol", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_protocol", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "derive_builder 0.12.0", + "target": "derive_builder" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proptest 1.2.0", + "target": "proptest" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "num-derive 0.3.3", + "target": "num_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-server 0.3.0": { + "name": "many-server", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "testing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "base32 0.4.0", + "target": "base32" + }, + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "derive_builder 0.12.0", + "target": "derive_builder" + }, + { + "id": "fixed 1.24.0", + "target": "fixed" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tiny_http 0.12.0", + "target": "tiny_http" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "semver 1.0.18", + "target": "semver" + }, + { + "id": "smol 1.3.0", + "target": "smol" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "num-derive 0.3.3", + "target": "num_derive" + }, + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-server-cache 0.3.0": { + "name": "many-server-cache", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_server_cache", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_server_cache", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "rocksdb 0.19.0", + "target": "rocksdb" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "many-types 0.3.0": { + "name": "many-types", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cucumber", + "proptest" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "fixed 1.24.0", + "target": "fixed" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "proptest 1.2.0", + "target": "proptest" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "strum 0.25.0", + "target": "strum" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "cbor-diag 0.1.12", + "target": "cbor_diag" + }, + { + "id": "serde_test 1.0.176", + "target": "serde_test" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "num-derive 0.3.3", + "target": "num_derive" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": null + }, + "many-web 0.3.0": { + "name": "many-web", + "version": "0.3.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "many_web", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "many_web", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "coset 0.3.4", + "target": "coset" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "many-web 0.3.0", + "target": "build_script_build" + }, + { + "id": "merk 2.0.0-ll", + "target": "merk" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "serde_yaml 0.9.25", + "target": "serde_yaml" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "trust-dns-resolver 0.23.0", + "target": "trust_dns_resolver" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + }, + { + "id": "zip 0.6.6", + "target": "zip" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "cucumber 0.19.1", + "target": "cucumber" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "vergen 8.2.5", + "target": "vergen" + } + ], + "selects": {} + } + }, + "license": null + }, + "match_cfg 0.1.0": { + "name": "match_cfg", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "memchr 2.6.3": { + "name": "memchr", + "version": "2.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/memchr/2.6.3/download", + "sha256": "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memchr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memchr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "use_std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.6.3" + }, + "license": "Unlicense OR MIT" + }, + "memoffset 0.6.5": { + "name": "memoffset", + "version": "0.6.5", + "repository": { + "Http": { + "url": "https://static.crates.io/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": {} + } + }, + "license": "MIT" + }, + "merk 2.0.0": { + "name": "merk", + "version": "2.0.0", + "repository": { + "Git": { + "remote": "https://github.com/liftedinit/merk.git", + "commitish": { + "Rev": "857bf81963d9282ab03438da5013e1f816bd9da1" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "merk", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "merk", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "blake3", + "byteorder", + "colored", + "default", + "ed", + "full", + "hex", + "num_cpus", + "rand", + "rocksdb", + "verify" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake3 0.3.8", + "target": "blake3" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "colored 2.0.4", + "target": "colored" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "ed 0.3.0", + "target": "ed" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rocksdb 0.19.0", + "target": "rocksdb" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT" + }, + "merk 2.0.0-ll": { + "name": "merk", + "version": "2.0.0-ll", + "repository": { + "Git": { + "remote": "https://github.com/liftedinit/merk.git", + "commitish": { + "Rev": "532eb097ec50f3553c5294971c152b4e7c7d4731" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "merk", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "merk", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "byteorder", + "colored", + "default", + "ed", + "failure", + "full", + "hex", + "num_cpus", + "rand", + "rocksdb", + "time", + "verify" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "colored 2.0.4", + "target": "colored" + }, + { + "id": "ed 0.3.0", + "target": "ed" + }, + { + "id": "failure 0.1.8", + "target": "failure" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rocksdb 0.19.0", + "target": "rocksdb" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "time 0.3.26", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0-ll" + }, + "license": "MIT" + }, + "mime 0.3.17": { + "name": "mime", + "version": "0.3.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mime/0.3.17/download", + "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.17" + }, + "license": "MIT OR Apache-2.0" + }, + "mime_guess 2.0.4": { + "name": "mime_guess", + "version": "2.0.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mime_guess/2.0.4/download", + "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mime_guess", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mime_guess", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rev-mappings" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "mime_guess 2.0.4", + "target": "build_script_build" + }, + { + "id": "unicase 2.7.0", + "target": "unicase" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "unicase 2.7.0", + "target": "unicase" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "minicbor 0.19.1": { + "name": "minicbor", + "version": "0.19.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/minicbor/0.19.1/download", + "sha256": "d7005aaf257a59ff4de471a9d5538ec868a21586534fff7f85dd97d4043a6139" + } + }, + "targets": [ + { + "Library": { + "crate_name": "minicbor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "minicbor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "derive", + "half", + "minicbor-derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "half 1.8.2", + "target": "half" + }, + { + "id": "minicbor 0.19.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "minicbor-derive 0.13.0", + "target": "minicbor_derive" + } + ], + "selects": {} + }, + "version": "0.19.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "BlueOak-1.0.0" + }, + "minicbor-derive 0.13.0": { + "name": "minicbor-derive", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/minicbor-derive/0.13.0/download", + "sha256": "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "minicbor_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "minicbor_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "BlueOak-1.0.0" + }, + "minimal-lexical 0.2.1": { + "name": "minimal-lexical", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7.1": { + "name": "miniz_oxide", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download", + "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" + } + }, + "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.7.1" + }, + "license": "MIT OR Zlib OR Apache-2.0" + }, + "mio 0.8.8": { + "name": "mio", + "version": "0.8.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mio/0.8.8/download", + "sha256": "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "net", + "os-ext", + "os-poll" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.8.8" + }, + "license": "MIT" + }, + "mockall 0.11.4": { + "name": "mockall", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mockall/0.11.4/download", + "sha256": "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" + } + }, + "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.4", + "target": "mockall_derive" + } + ], + "selects": {} + }, + "version": "0.11.4" + }, + "license": "MIT/Apache-2.0" + }, + "mockall_derive 0.11.4": { + "name": "mockall_derive", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mockall_derive/0.11.4/download", + "sha256": "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.4" + }, + "license": "MIT/Apache-2.0" + }, + "native-tls 0.2.11": { + "name": "native-tls", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/native-tls/0.2.11/download", + "sha256": "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "native_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "native_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "native-tls 0.2.11", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "security-framework 2.9.2", + "target": "security_framework" + }, + { + "id": "security-framework-sys 2.9.1", + "target": "security_framework_sys" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + } + ], + "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "openssl 0.10.57", + "target": "openssl" + }, + { + "id": "openssl-probe 0.1.5", + "target": "openssl_probe" + }, + { + "id": "openssl-sys 0.9.93", + "target": "openssl_sys" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "schannel 0.1.22", + "target": "schannel" + } + ] + } + }, + "edition": "2015", + "version": "0.2.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "new_mime_guess 4.0.1": { + "name": "new_mime_guess", + "version": "4.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/new_mime_guess/4.0.1/download", + "sha256": "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "new_mime_guess", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "new_mime_guess", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rev-mappings" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "new_mime_guess 4.0.1", + "target": "build_script_build" + }, + { + "id": "unicase 2.7.0", + "target": "unicase" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "4.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "unicase 2.7.0", + "target": "unicase" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "nom 7.1.3": { + "name": "nom", + "version": "7.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "minimal-lexical 0.2.1", + "target": "minimal_lexical" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "7.1.3" + }, + "license": "MIT" + }, + "nom_locate 4.2.0": { + "name": "nom_locate", + "version": "4.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nom_locate/4.2.0/download", + "sha256": "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nom_locate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nom_locate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytecount 0.6.3", + "target": "bytecount" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "4.2.0" + }, + "license": "MIT" + }, + "normalize-line-endings 0.3.0": { + "name": "normalize-line-endings", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "nu-ansi-term 0.46.0": { + "name": "nu-ansi-term", + "version": "0.46.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nu-ansi-term/0.46.0/download", + "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nu_ansi_term", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nu_ansi_term", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "overload 0.1.1", + "target": "overload" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.46.0" + }, + "license": "MIT" + }, + "num-bigint 0.4.4": { + "name": "num-bigint", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-bigint/0.4.4/download", + "sha256": "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" + } + }, + "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": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.4", + "target": "build_script_build" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-derive 0.3.3": { + "name": "num-derive", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-derive/0.3.3/download", + "sha256": "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "num_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "num-integer 0.1.45": { + "name": "num-integer", + "version": "0.1.45", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.45", + "target": "build_script_build" + }, + { + "id": "num-traits 0.2.16", + "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": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-rational 0.4.1": { + "name": "num-rational", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.4", + "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.16", + "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": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-traits 0.2.16": { + "name": "num-traits", + "version": "0.2.16", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-traits/0.2.16/download", + "sha256": "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" + } + }, + "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", + "libm", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libm 0.2.7", + "target": "libm" + }, + { + "id": "num-traits 0.2.16", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num_cpus 1.16.0": { + "name": "num_cpus", + "version": "1.16.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", + "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" + } + }, + "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(not(windows))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ] + } + }, + "edition": "2015", + "version": "1.16.0" + }, + "license": "MIT OR Apache-2.0" + }, + "num_enum 0.6.1": { + "name": "num_enum", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_enum/0.6.1/download", + "sha256": "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_enum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_enum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "num_enum_derive 0.6.1", + "target": "num_enum_derive" + } + ], + "selects": {} + }, + "version": "0.6.1" + }, + "license": "BSD-3-Clause OR MIT OR Apache-2.0" + }, + "num_enum_derive 0.6.1": { + "name": "num_enum_derive", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_enum_derive/0.6.1/download", + "sha256": "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "num_enum_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_enum_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "proc-macro-crate", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.1" + }, + "license": "BSD-3-Clause OR MIT OR Apache-2.0" + }, + "num_threads 0.1.6": { + "name": "num_threads", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_threads/0.1.6/download", + "sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_threads", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_threads", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "number_prefix 0.4.0": { + "name": "number_prefix", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/number_prefix/0.4.0/download", + "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "number_prefix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "number_prefix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT" + }, + "object 0.32.1": { + "name": "object", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/object/0.32.1/download", + "sha256": "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" + } + }, + "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.6.3", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "oid-registry 0.4.0": { + "name": "oid-registry", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "crypto", + "default", + "kdf", + "nist_algs", + "pkcs1", + "pkcs12", + "pkcs7", + "pkcs9", + "registry", + "x509", + "x962" + ], + "selects": {} + }, + "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": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "once_cell 1.18.0": { + "name": "once_cell", + "version": "1.18.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/once_cell/1.18.0/download", + "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" + } + }, + "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" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.18.0" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.3.0": { + "name": "opaque-debug", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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 0.10.57": { + "name": "openssl", + "version": "0.10.57", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl/0.10.57/download", + "sha256": "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.4.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "foreign-types 0.3.2", + "target": "foreign_types" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "openssl 0.10.57", + "target": "build_script_build" + }, + { + "id": "openssl-sys 0.9.93", + "target": "openssl_sys", + "alias": "ffi" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "openssl-macros 0.1.1", + "target": "openssl_macros" + } + ], + "selects": {} + }, + "version": "0.10.57" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "openssl-sys 0.9.93", + "target": "openssl_sys", + "alias": "ffi" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "openssl-macros 0.1.1": { + "name": "openssl-macros", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download", + "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "openssl_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "openssl-probe 0.1.5": { + "name": "openssl-probe", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "openssl-sys 0.9.93": { + "name": "openssl-sys", + "version": "0.9.93", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl-sys/0.9.93/download", + "sha256": "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "openssl-sys 0.9.93", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.93" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ], + "selects": {} + }, + "links": "openssl" + }, + "license": "MIT" + }, + "os_str_bytes 6.5.1": { + "name": "os_str_bytes", + "version": "6.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/os_str_bytes/6.5.1/download", + "sha256": "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" + } + }, + "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.1" + }, + "license": "MIT OR Apache-2.0" + }, + "overload 0.1.1": { + "name": "overload", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/overload/0.1.1/download", + "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "overload", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "overload", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "p256 0.13.2": { + "name": "p256", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/p256/0.13.2/download", + "sha256": "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdsa", + "ecdsa-core", + "pem", + "pkcs8", + "sha2", + "sha256", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ecdsa 0.16.8", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.13.5", + "target": "elliptic_curve" + }, + { + "id": "primeorder 0.13.2", + "target": "primeorder" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "parking 2.1.0": { + "name": "parking", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parking/2.1.0/download", + "sha256": "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" + } + }, + "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.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "parking_lot 0.12.1": { + "name": "parking_lot", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.10", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.9.8", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "parking_lot_core 0.9.8": { + "name": "parking_lot_core", + "version": "0.9.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parking_lot_core/0.9.8/download", + "sha256": "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" + } + }, + "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.8", + "target": "build_script_build" + }, + { + "id": "smallvec 1.11.1", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.3.5", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ] + } + }, + "edition": "2018", + "version": "0.9.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "password-hash 0.4.2": { + "name": "password-hash", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/password-hash/0.4.2/download", + "sha256": "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" + } + }, + "targets": [ + { + "Library": { + "crate_name": "password_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "password_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "rand_core" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT OR Apache-2.0" + }, + "paste 1.0.14": { + "name": "paste", + "version": "1.0.14", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/paste/1.0.14/download", + "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" + } + }, + "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.14", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "pbkdf2 0.11.0": { + "name": "pbkdf2", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hmac", + "password-hash", + "sha2", + "simple" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "password-hash 0.4.2", + "target": "password_hash" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.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://static.crates.io/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" + }, + "peg 0.6.3": { + "name": "peg", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg/0.6.3/download", + "sha256": "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "peg-runtime 0.6.3", + "target": "peg_runtime" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "peg-macros 0.6.3", + "target": "peg_macros" + } + ], + "selects": {} + }, + "version": "0.6.3" + }, + "license": "MIT" + }, + "peg 0.7.0": { + "name": "peg", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg/0.7.0/download", + "sha256": "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "peg-runtime 0.7.0", + "target": "peg_runtime" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "peg-macros 0.7.0", + "target": "peg_macros" + } + ], + "selects": {} + }, + "version": "0.7.0" + }, + "license": "MIT" + }, + "peg-macros 0.6.3": { + "name": "peg-macros", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg-macros/0.6.3/download", + "sha256": "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "peg_macros", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "peg-runtime 0.6.3", + "target": "peg_runtime" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.3" + }, + "license": "MIT" + }, + "peg-macros 0.7.0": { + "name": "peg-macros", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg-macros/0.7.0/download", + "sha256": "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "peg_macros", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "peg-runtime 0.7.0", + "target": "peg_runtime" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT" + }, + "peg-runtime 0.6.3": { + "name": "peg-runtime", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg-runtime/0.6.3/download", + "sha256": "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peg_runtime", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.6.3" + }, + "license": "MIT" + }, + "peg-runtime 0.7.0": { + "name": "peg-runtime", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/peg-runtime/0.7.0/download", + "sha256": "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peg_runtime", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peg_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT" + }, + "pem-rfc7468 0.7.0": { + "name": "pem-rfc7468", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pem-rfc7468/0.7.0/download", + "sha256": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem_rfc7468", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pem_rfc7468", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "percent-encoding 2.3.0": { + "name": "percent-encoding", + "version": "2.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/percent-encoding/2.3.0/download", + "sha256": "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" + } + }, + "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", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pest 2.7.3": { + "name": "pest", + "version": "2.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pest/2.7.3/download", + "sha256": "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "memchr", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "ucd-trie 0.1.6", + "target": "ucd_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_derive 2.7.3": { + "name": "pest_derive", + "version": "2.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pest_derive/2.7.3/download", + "sha256": "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "pest_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pest 2.7.3", + "target": "pest" + }, + { + "id": "pest_generator 2.7.3", + "target": "pest_generator" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_generator 2.7.3": { + "name": "pest_generator", + "version": "2.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pest_generator/2.7.3/download", + "sha256": "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest_generator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_generator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pest 2.7.3", + "target": "pest" + }, + { + "id": "pest_meta 2.7.3", + "target": "pest_meta" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_meta 2.7.3": { + "name": "pest_meta", + "version": "2.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pest_meta/2.7.3/download", + "sha256": "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest_meta", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_meta", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "pest 2.7.3", + "target": "pest" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "pin-project 1.1.3": { + "name": "pin-project", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project/1.1.3/download", + "sha256": "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "pin-project-internal 1.1.3", + "target": "pin_project_internal" + } + ], + "selects": {} + }, + "version": "1.1.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-internal 1.1.3": { + "name": "pin-project-internal", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project-internal/1.1.3/download", + "sha256": "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.2.13": { + "name": "pin-project-lite", + "version": "0.2.13", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project-lite/0.2.13/download", + "sha256": "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" + } + }, + "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.13" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-utils 0.1.0": { + "name": "pin-utils", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "pem", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "spki 0.7.2", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkg-config 0.3.27": { + "name": "pkg-config", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pkg-config/0.3.27/download", + "sha256": "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" + } + }, + "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.27" + }, + "license": "MIT OR Apache-2.0" + }, + "platforms 3.1.2": { + "name": "platforms", + "version": "3.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/platforms/3.1.2/download", + "sha256": "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "platforms", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "platforms", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "polling 2.8.0": { + "name": "polling", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/polling/2.8.0/download", + "sha256": "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" + } + }, + "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.20", + "target": "log" + }, + { + "id": "polling 2.8.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "concurrent-queue 2.2.0", + "target": "concurrent_queue" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "2.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "portable-atomic 1.4.3": { + "name": "portable-atomic", + "version": "1.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/portable-atomic/1.4.3/download", + "sha256": "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "portable_atomic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "portable_atomic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "portable-atomic 1.4.3", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.4.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 OR MIT" + }, + "ppv-lite86 0.2.17": { + "name": "ppv-lite86", + "version": "0.2.17", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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.9.5", + "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://static.crates.io/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://static.crates.io/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" + }, + "primeorder 0.13.2": { + "name": "primeorder", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/primeorder/0.13.2/download", + "sha256": "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "primeorder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "primeorder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "elliptic-curve 0.13.5", + "target": "elliptic_curve" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "proc-macro-crate 1.3.1": { + "name": "proc-macro-crate", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", + "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + } + }, + "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": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-error 1.0.4": { + "name": "proc-macro-error", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "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": {} + } + }, + "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://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "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": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro2 1.0.67": { + "name": "proc-macro2", + "version": "1.0.67", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro2/1.0.67/download", + "sha256": "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" + } + }, + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.67" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "proptest 1.2.0": { + "name": "proptest", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proptest/1.2.0/download", + "sha256": "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proptest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proptest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bit-set", + "break-dead-code", + "default", + "fork", + "lazy_static", + "regex-syntax", + "rusty-fork", + "std", + "tempfile", + "timeout" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bit-set 0.5.3", + "target": "bit_set" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_xorshift 0.3.0", + "target": "rand_xorshift" + }, + { + "id": "regex-syntax 0.6.29", + "target": "regex_syntax" + }, + { + "id": "rusty-fork 0.3.0", + "target": "rusty_fork" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + }, + { + "id": "unarray 0.1.4", + "target": "unarray" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "prost 0.11.9": { + "name": "prost", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/prost/0.11.9/download", + "sha256": "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "prost-derive" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "prost-derive 0.11.9", + "target": "prost_derive" + } + ], + "selects": {} + }, + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "prost-derive 0.11.9": { + "name": "prost-derive", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/prost-derive/0.11.9/download", + "sha256": "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" + } + }, + "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.75", + "target": "anyhow" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "prost-types 0.11.9": { + "name": "prost-types", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/prost-types/0.11.9/download", + "sha256": "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" + } + }, + "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.9", + "target": "prost" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "quick-error 1.2.3": { + "name": "quick-error", + "version": "1.2.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "quote 1.0.33": { + "name": "quote", + "version": "1.0.33", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/quote/1.0.33/download", + "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quote", + "crate_root": "src/lib.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.67", + "target": "proc_macro2" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.33" + }, + "license": "MIT OR Apache-2.0" + }, + "rand 0.8.5": { + "name": "rand", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.3.1": { + "name": "rand_chacha", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.6.4": { + "name": "rand_core", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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.10", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_xorshift 0.3.0": { + "name": "rand_xorshift", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", + "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_xorshift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_xorshift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "redox_syscall 0.3.5": { + "name": "redox_syscall", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/redox_syscall/0.3.5/download", + "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" + } + }, + "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.3.5" + }, + "license": "MIT" + }, + "regex 1.9.5": { + "name": "regex", + "version": "1.9.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex/1.9.5/download", + "sha256": "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "perf", + "perf-backtrack", + "perf-cache", + "perf-dfa", + "perf-inline", + "perf-literal", + "perf-onepass", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 1.1.1", + "target": "aho_corasick" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "regex-automata 0.3.8", + "target": "regex_automata" + }, + { + "id": "regex-syntax 0.7.5", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.9.5" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-automata 0.3.8": { + "name": "regex-automata", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-automata/0.3.8/download", + "sha256": "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" + } + }, + "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": [ + "alloc", + "dfa-onepass", + "hybrid", + "meta", + "nfa-backtrack", + "nfa-pikevm", + "nfa-thompson", + "perf-inline", + "perf-literal", + "perf-literal-multisubstring", + "perf-literal-substring", + "std", + "syntax", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "unicode-word-boundary" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 1.1.1", + "target": "aho_corasick" + }, + { + "id": "memchr 2.6.3", + "target": "memchr" + }, + { + "id": "regex-syntax 0.7.5", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.8" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.6.29": { + "name": "regex-syntax", + "version": "0.6.29", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download", + "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + } + }, + "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.29" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.7.5": { + "name": "regex-syntax", + "version": "0.7.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-syntax/0.7.5/download", + "sha256": "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" + } + }, + "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", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "reqwest 0.11.20": { + "name": "reqwest", + "version": "0.11.20", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/reqwest/0.11.20/download", + "sha256": "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reqwest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "reqwest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__tls", + "blocking", + "default", + "default-tls", + "hyper-tls", + "native-tls-crate", + "tokio-native-tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.21.4", + "target": "base64" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "encoding_rs 0.8.33", + "target": "encoding_rs" + }, + { + "id": "h2 0.3.21", + "target": "h2" + }, + { + "id": "http-body 0.4.5", + "target": "http_body" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-tls 0.5.0", + "target": "hyper_tls" + }, + { + "id": "ipnet 2.8.0", + "target": "ipnet" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "native-tls 0.2.11", + "target": "native_tls", + "alias": "native_tls_crate" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "percent-encoding 2.3.0", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tokio-native-tls 0.3.1", + "target": "tokio_native_tls" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.77", + "target": "js_sys" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.37", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.64", + "target": "web_sys" + } + ], + "cfg(windows)": [ + { + "id": "winreg 0.50.0", + "target": "winreg" + } + ] + } + }, + "edition": "2018", + "version": "0.11.20" + }, + "license": "MIT OR Apache-2.0" + }, + "resolv-conf 0.7.0": { + "name": "resolv-conf", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.4.0": { + "name": "rfc6979", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.5.0", + "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://static.crates.io/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" + ], + "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.64", + "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.148", + "target": "libc" + }, + { + "id": "once_cell 1.18.0", + "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.18.0", + "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.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring-asm" + }, + "license": null + }, + "rocksdb 0.19.0": { + "name": "rocksdb", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "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 5.0.1": { + "name": "rpassword", + "version": "5.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rpassword/5.0.1/download", + "sha256": "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rpassword", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rpassword", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "5.0.1" + }, + "license": "Apache-2.0" + }, + "rpassword 7.2.0": { + "name": "rpassword", + "version": "7.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "7.2.0" + }, + "license": "Apache-2.0" + }, + "rtoolbox 0.0.1": { + "name": "rtoolbox", + "version": "0.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.0.1" + }, + "license": "Apache-2.0" + }, + "runloop 0.1.0": { + "name": "runloop", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/runloop/0.1.0/download", + "sha256": "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "runloop", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "runloop", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.0" + }, + "license": "MPL-2.0" + }, + "rustc-demangle 0.1.23": { + "name": "rustc-demangle", + "version": "0.1.23", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc-demangle/0.1.23/download", + "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" + } + }, + "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.23" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-hash 1.1.0": { + "name": "rustc-hash", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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_version 0.4.0": { + "name": "rustc_version", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.18", + "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://static.crates.io/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.37.23": { + "name": "rustix", + "version": "0.37.23", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustix/0.37.23/download", + "sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" + } + }, + "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": [ + "fs", + "io-lifetimes", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "io-lifetimes 1.0.11", + "target": "io_lifetimes" + }, + { + "id": "rustix 0.37.23", + "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.8", + "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": "linux-raw-sys 0.3.8", + "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.3", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.3", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.37.23" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustix 0.38.14": { + "name": "rustix", + "version": "0.38.14", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustix/0.38.14/download", + "sha256": "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" + } + }, + "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": [ + "alloc", + "fs", + "std" + ], + "selects": { + "aarch64-apple-darwin": [ + "default", + "termios", + "use-libc-auxv" + ], + "aarch64-apple-ios": [ + "default", + "termios", + "use-libc-auxv" + ], + "aarch64-apple-ios-sim": [ + "default", + "termios", + "use-libc-auxv" + ], + "aarch64-fuchsia": [ + "default", + "termios", + "use-libc-auxv" + ], + "aarch64-linux-android": [ + "default", + "termios", + "use-libc-auxv" + ], + "aarch64-unknown-linux-gnu": [ + "default", + "termios", + "use-libc-auxv" + ], + "arm-unknown-linux-gnueabi": [ + "default", + "termios", + "use-libc-auxv" + ], + "armv7-linux-androideabi": [ + "default", + "termios", + "use-libc-auxv" + ], + "armv7-unknown-linux-gnueabi": [ + "default", + "termios", + "use-libc-auxv" + ], + "i686-apple-darwin": [ + "default", + "termios", + "use-libc-auxv" + ], + "i686-linux-android": [ + "default", + "termios", + "use-libc-auxv" + ], + "i686-unknown-freebsd": [ + "default", + "termios", + "use-libc-auxv" + ], + "i686-unknown-linux-gnu": [ + "default", + "termios", + "use-libc-auxv" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "termios", + "use-libc-auxv" + ], + "riscv32imc-unknown-none-elf": [ + "default", + "termios", + "use-libc-auxv" + ], + "riscv64gc-unknown-none-elf": [ + "default", + "termios", + "use-libc-auxv" + ], + "s390x-unknown-linux-gnu": [ + "default", + "termios", + "use-libc-auxv" + ], + "thumbv7em-none-eabi": [ + "default", + "termios", + "use-libc-auxv" + ], + "thumbv8m.main-none-eabi": [ + "default", + "termios", + "use-libc-auxv" + ], + "wasm32-unknown-unknown": [ + "default", + "termios", + "use-libc-auxv" + ], + "wasm32-wasi": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-apple-darwin": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-apple-ios": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-fuchsia": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-linux-android": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-unknown-freebsd": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-unknown-linux-gnu": [ + "default", + "termios", + "use-libc-auxv" + ], + "x86_64-unknown-none": [ + "default", + "termios", + "use-libc-auxv" + ] + } + }, + "deps": { + "common": [ + { + "id": "bitflags 2.4.0", + "target": "bitflags" + }, + { + "id": "rustix 0.38.14", + "target": "build_script_build" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "linux-raw-sys 0.4.7", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + { + "id": "errno 0.3.3", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "linux-raw-sys 0.4.7", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "errno 0.3.3", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.3", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.38.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "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://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log", + "logging" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "log 0.4.20", + "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-native-certs 0.5.0": { + "name": "rustls-native-certs", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls-native-certs/0.5.0/download", + "sha256": "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" + } + }, + "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": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rustls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rustls 0.19.1", + "target": "rustls" + } + ], + "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.9.2", + "target": "security_framework" + } + ], + "cfg(windows)": [ + { + "id": "schannel 0.1.22", + "target": "schannel" + } + ] + } + }, + "edition": "2018", + "version": "0.5.0" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustversion 1.0.14": { + "name": "rustversion", + "version": "1.0.14", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustversion/1.0.14/download", + "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" + } + }, + "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.14", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "rusty-fork 0.3.0": { + "name": "rusty-fork", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rusty-fork/0.3.0/download", + "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rusty_fork", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rusty_fork", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "timeout", + "wait-timeout" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + }, + { + "id": "tempfile 3.8.0", + "target": "tempfile" + }, + { + "id": "wait-timeout 0.2.0", + "target": "wait_timeout" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "ryu 1.0.15": { + "name": "ryu", + "version": "1.0.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ryu/1.0.15/download", + "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" + } + }, + "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.15" + }, + "license": "Apache-2.0 OR BSL-1.0" + }, + "same-file 1.0.6": { + "name": "same-file", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/same-file/1.0.6/download", + "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" + } + }, + "targets": [ + { + "Library": { + "crate_name": "same_file", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "same_file", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "1.0.6" + }, + "license": "Unlicense/MIT" + }, + "schannel 0.1.22": { + "name": "schannel", + "version": "0.1.22", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/schannel/0.1.22/download", + "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" + } + }, + "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.48.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.22" + }, + "license": "MIT" + }, + "scopeguard 1.2.0": { + "name": "scopeguard", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", + "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + } + }, + "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.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sct 0.6.1": { + "name": "sct", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "sealed 0.3.0": { + "name": "sealed", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sealed/0.3.0/download", + "sha256": "636b9882a0f4cc2039488df89a10eb4b7976d4b6c1917fc0518f3f0f5e2c72ca" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sealed", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sealed", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.3.3", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sealed 0.4.0": { + "name": "sealed", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sealed/0.4.0/download", + "sha256": "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sealed", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sealed", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.3.3", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sealed 0.5.0": { + "name": "sealed", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sealed/0.5.0/download", + "sha256": "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sealed", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sealed", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sec1 0.7.3": { + "name": "sec1", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sec1/0.7.3/download", + "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" + } + }, + "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", + "pem", + "pkcs8", + "point", + "std", + "subtle", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "security-framework 2.9.2": { + "name": "security-framework", + "version": "2.9.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/security-framework/2.9.2/download", + "sha256": "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" + } + }, + "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.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "security-framework-sys 2.9.1", + "target": "security_framework_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.9.2" + }, + "license": "MIT OR Apache-2.0" + }, + "security-framework-sys 2.9.1": { + "name": "security-framework-sys", + "version": "2.9.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/security-framework-sys/2.9.1/download", + "sha256": "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" + } + }, + "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", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.148", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.9.1" + }, + "license": "MIT OR Apache-2.0" + }, + "semver 1.0.18": { + "name": "semver", + "version": "1.0.18", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/semver/1.0.18/download", + "sha256": "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" + } + }, + "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.18", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.18" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "separator 0.4.1": { + "name": "separator", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/separator/0.4.1/download", + "sha256": "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "separator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "separator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT" + }, + "serde 1.0.163": { + "name": "serde", + "version": "1.0.163", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde/1.0.163/download", + "sha256": "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" + } + }, + "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.163", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.163", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.163" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_bytes 0.11.10": { + "name": "serde_bytes", + "version": "0.11.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_bytes/0.11.10/download", + "sha256": "f3c5113243e4a3a1c96587342d067f3e6b0f50790b6cf40d2868eb647a3eef0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.10" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_cbor 0.11.2": { + "name": "serde_cbor", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_cbor/0.11.2/download", + "sha256": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_cbor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_cbor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "half 1.8.2", + "target": "half" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "serde_cbor_2 0.12.0-dev": { + "name": "serde_cbor_2", + "version": "0.12.0-dev", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_cbor_2/0.12.0-dev/download", + "sha256": "b46d75f449e01f1eddbe9b00f432d616fbbd899b809c837d0fbc380496a0dd55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_cbor_2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_cbor_2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "half 1.8.2", + "target": "half" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.0-dev" + }, + "license": "MIT/Apache-2.0" + }, + "serde_derive 1.0.163": { + "name": "serde_derive", + "version": "1.0.163", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_derive/1.0.163/download", + "sha256": "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.163" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_json 1.0.99": { + "name": "serde_json", + "version": "1.0.99", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_json/1.0.99/download", + "sha256": "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" + } + }, + "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", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.99" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_repr 0.1.16": { + "name": "serde_repr", + "version": "0.1.16", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_repr/0.1.16/download", + "sha256": "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_repr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_repr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.16" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_spanned 0.6.3": { + "name": "serde_spanned", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_spanned/0.6.3/download", + "sha256": "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_spanned", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_spanned", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.3" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_test 1.0.176": { + "name": "serde_test", + "version": "1.0.176", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_test/1.0.176/download", + "sha256": "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_test", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_test", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.176" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_tokenstream 0.2.0": { + "name": "serde_tokenstream", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_tokenstream/0.2.0/download", + "sha256": "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_tokenstream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_tokenstream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "Apache-2.0" + }, + "serde_urlencoded 0.7.1": { + "name": "serde_urlencoded", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", + "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "form_urlencoded 1.2.0", + "target": "form_urlencoded" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "MIT/Apache-2.0" + }, + "serde_yaml 0.9.25": { + "name": "serde_yaml", + "version": "0.9.25", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_yaml/0.9.25/download", + "sha256": "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_yaml", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_yaml", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "indexmap 2.0.0", + "target": "indexmap" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "unsafe-libyaml 0.2.9", + "target": "unsafe_libyaml" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.25" + }, + "license": "MIT OR Apache-2.0" + }, + "sha1 0.10.6": { + "name": "sha1", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha1/0.10.6/download", + "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha1", + "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.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.10.7": { + "name": "sha2", + "version": "0.10.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha2/0.10.7/download", + "sha256": "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" + } + }, + "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.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.7" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.9.9": { + "name": "sha2", + "version": "0.9.9", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "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.9", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.9.9" + }, + "license": "MIT OR Apache-2.0" + }, + "sha3 0.10.8": { + "name": "sha3", + "version": "0.10.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha3/0.10.8/download", + "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "keccak 0.1.4", + "target": "keccak" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sharded-slab 0.1.4": { + "name": "sharded-slab", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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.2.0": { + "name": "shlex", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/shlex/1.2.0/download", + "sha256": "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" + } + }, + "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.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "signal-hook 0.3.17": { + "name": "signal-hook", + "version": "0.3.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/signal-hook/0.3.17/download", + "sha256": "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signal_hook", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signal_hook", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "channel", + "default", + "iterator" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "signal-hook 0.3.17", + "target": "build_script_build" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0/MIT" + }, + "signal-hook-registry 1.4.1": { + "name": "signal-hook-registry", + "version": "1.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "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://static.crates.io/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": [ + "**" + ], + "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://static.crates.io/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.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "slab 0.4.9": { + "name": "slab", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/slab/0.4.9/download", + "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" + } + }, + "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.9", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "smallvec 1.11.1": { + "name": "smallvec", + "version": "1.11.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smallvec/1.11.1/download", + "sha256": "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smallvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smallvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.11.1" + }, + "license": "MIT OR Apache-2.0" + }, + "smart-default 0.6.0": { + "name": "smart-default", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smart-default/0.6.0/download", + "sha256": "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "smart_default", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smart_default", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.6.0" + }, + "license": "MIT" + }, + "smart-default 0.7.1": { + "name": "smart-default", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smart-default/0.7.1/download", + "sha256": "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "smart_default", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smart_default", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.1" + }, + "license": "MIT" + }, + "smawk 0.3.2": { + "name": "smawk", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smawk/0.3.2/download", + "sha256": "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smawk", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smawk", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.2" + }, + "license": "MIT" + }, + "smol 1.3.0": { + "name": "smol", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smol/1.3.0/download", + "sha256": "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smol", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smol", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "async-executor 1.5.1", + "target": "async_executor" + }, + { + "id": "async-fs 1.6.0", + "target": "async_fs" + }, + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-net 1.7.0", + "target": "async_net" + }, + { + "id": "async-process 1.7.0", + "target": "async_process" + }, + { + "id": "blocking 1.3.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "socket2 0.4.9": { + "name": "socket2", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/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.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.4.9" + }, + "license": "MIT OR Apache-2.0" + }, + "socket2 0.5.4": { + "name": "socket2", + "version": "0.5.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/socket2/0.5.4/download", + "sha256": "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" + } + }, + "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.148", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.5.4" + }, + "license": "MIT OR Apache-2.0" + }, + "spin 0.5.2": { + "name": "spin", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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.7.2": { + "name": "spki", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "pem", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "static_assertions 1.1.0": { + "name": "static_assertions", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "strsim 0.10.0": { + "name": "strsim", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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": [ + "default", + "derive", + "std", + "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 0.25.0": { + "name": "strum", + "version": "0.25.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/strum/0.25.0/download", + "sha256": "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "std", + "strum_macros" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "strum_macros 0.25.2", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.25.0" + }, + "license": "MIT" + }, + "strum_macros 0.24.3": { + "name": "strum_macros", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.24.3" + }, + "license": "MIT" + }, + "strum_macros 0.25.2": { + "name": "strum_macros", + "version": "0.25.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/strum_macros/0.25.2/download", + "sha256": "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.25.2" + }, + "license": "MIT" + }, + "subtle 2.5.0": { + "name": "subtle", + "version": "2.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/subtle/2.5.0/download", + "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "i128" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.5.0" + }, + "license": "BSD-3-Clause" + }, + "subtle-encoding 0.5.1": { + "name": "subtle-encoding", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/subtle-encoding/0.5.1/download", + "sha256": "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "base64", + "bech32-preview", + "hex", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "subtle-ng 2.5.0": { + "name": "subtle-ng", + "version": "2.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/subtle-ng/2.5.0/download", + "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle_ng", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle_ng", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "2.5.0" + }, + "license": "BSD-3-Clause" + }, + "syn 1.0.109": { + "name": "syn", + "version": "1.0.109", + "repository": { + "Http": { + "url": "https://static.crates.io/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", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.109" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "syn 2.0.37": { + "name": "syn", + "version": "2.0.37", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/syn/2.0.37/download", + "sha256": "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" + } + }, + "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", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.37" + }, + "license": "MIT OR Apache-2.0" + }, + "synstructure 0.12.6": { + "name": "synstructure", + "version": "0.12.6", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "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" + }, + "synthez 0.2.0": { + "name": "synthez", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez/0.2.0/download", + "sha256": "033178d0acccffc5490021657006e6a8dd586ee9dc6f7c24e7608b125e568cb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synthez", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synthez-core 0.2.0", + "target": "synthez_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "synthez-codegen 0.2.0", + "target": "synthez_codegen" + } + ], + "selects": {} + }, + "version": "0.2.0" + }, + "license": "BlueOak-1.0.0" + }, + "synthez 0.3.1": { + "name": "synthez", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez/0.3.1/download", + "sha256": "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synthez", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "syn 2.0.37", + "target": "syn" + }, + { + "id": "synthez-core 0.3.1", + "target": "synthez_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "synthez-codegen 0.3.1", + "target": "synthez_codegen" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "BlueOak-1.0.0" + }, + "synthez-codegen 0.2.0": { + "name": "synthez-codegen", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez-codegen/0.2.0/download", + "sha256": "69263462a40e46960f070618e20094ce69e783a41f86e54bc75545136afd597a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "synthez_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synthez-core 0.2.0", + "target": "synthez_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "BlueOak-1.0.0" + }, + "synthez-codegen 0.3.1": { + "name": "synthez-codegen", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez-codegen/0.3.1/download", + "sha256": "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "synthez_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "syn 2.0.37", + "target": "syn" + }, + { + "id": "synthez-core 0.3.1", + "target": "synthez_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.1" + }, + "license": "BlueOak-1.0.0" + }, + "synthez-core 0.2.0": { + "name": "synthez-core", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez-core/0.2.0/download", + "sha256": "bb8b5a4089fe1723279f06302afda64a5dacaa11a82bcbb4d08759590d4389d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synthez_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sealed 0.3.0", + "target": "sealed" + } + ], + "selects": {} + }, + "version": "0.2.0" + }, + "license": "BlueOak-1.0.0" + }, + "synthez-core 0.3.1": { + "name": "synthez-core", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/synthez-core/0.3.1/download", + "sha256": "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synthez_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synthez_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sealed 0.5.0", + "target": "sealed" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "BlueOak-1.0.0" + }, + "syslog-tracing 0.2.0": { + "name": "syslog-tracing", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/syslog-tracing/0.2.0/download", + "sha256": "2f890b68f60eb7e87373b3b8f1f412d2a7d90460cd18294acbc0e90ba496193e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syslog_tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syslog_tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "tracing-core 0.1.31", + "target": "tracing_core" + }, + { + "id": "tracing-subscriber 0.3.17", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "MIT" + }, + "target-lexicon 0.12.11": { + "name": "target-lexicon", + "version": "0.12.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/target-lexicon/0.12.11/download", + "sha256": "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" + } + }, + "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": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "target-lexicon 0.12.11", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "tempfile 3.8.0": { + "name": "tempfile", + "version": "3.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tempfile/3.8.0/download", + "sha256": "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" + } + }, + "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 2.0.0", + "target": "fastrand" + } + ], + "selects": { + "cfg(any(unix, target_os = \"wasi\"))": [ + { + "id": "rustix 0.38.14", + "target": "rustix" + } + ], + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.3.5", + "target": "syscall" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "3.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "tendermint 0.29.1": { + "name": "tendermint", + "version": "0.29.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tendermint/0.29.1/download", + "sha256": "cda53c85447577769cdfc94c10a56f34afef2c00e4108badb57fce6b1a0c75eb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tendermint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tendermint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clock", + "default", + "ed25519-consensus", + "rust-crypto", + "sha2", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ed25519 1.5.3", + "target": "ed25519" + }, + { + "id": "ed25519-consensus 2.1.0", + "target": "ed25519_consensus" + }, + { + "id": "flex-error 0.4.4", + "target": "flex_error" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "prost-types 0.11.9", + "target": "prost_types" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.10", + "target": "serde_bytes" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "sha2 0.10.7", + "target": "sha2" + }, + { + "id": "signature 1.6.4", + "target": "signature" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "subtle-encoding 0.5.1", + "target": "subtle_encoding" + }, + { + "id": "tendermint-proto 0.29.1", + "target": "tendermint_proto" + }, + { + "id": "time 0.3.26", + "target": "time" + }, + { + "id": "zeroize 1.6.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "serde_repr 0.1.16", + "target": "serde_repr" + } + ], + "selects": {} + }, + "version": "0.29.1" + }, + "license": "Apache-2.0" + }, + "tendermint-abci 0.29.1": { + "name": "tendermint-abci", + "version": "0.29.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tendermint-abci/0.29.1/download", + "sha256": "7bfbe8f0131aa45769055496404359f4f5d3e2cf5d66c7457a5986806941de34" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tendermint_abci", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tendermint_abci", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "flex-error 0.4.4", + "target": "flex_error" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "tendermint-proto 0.29.1", + "target": "tendermint_proto" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.29.1" + }, + "license": "Apache-2.0" + }, + "tendermint-config 0.29.1": { + "name": "tendermint-config", + "version": "0.29.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tendermint-config/0.29.1/download", + "sha256": "dd4eb17618539c95b48501e71ad3c7f4bf047af388aa30dcf3e000782b05abfd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tendermint_config", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tendermint_config", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "flex-error 0.4.4", + "target": "flex_error" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tendermint 0.29.1", + "target": "tendermint" + }, + { + "id": "toml 0.5.11", + "target": "toml" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.29.1" + }, + "license": "Apache-2.0" + }, + "tendermint-proto 0.29.1": { + "name": "tendermint-proto", + "version": "0.29.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tendermint-proto/0.29.1/download", + "sha256": "c943f78c929cdf14553842f705f2c30324bc35b9179caaa5c9b80620f60652e6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tendermint_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tendermint_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "flex-error 0.4.4", + "target": "flex_error" + }, + { + "id": "num-traits 0.2.16", + "target": "num_traits" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "prost-types 0.11.9", + "target": "prost_types" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.10", + "target": "serde_bytes" + }, + { + "id": "subtle-encoding 0.5.1", + "target": "subtle_encoding" + }, + { + "id": "time 0.3.26", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "num-derive 0.3.3", + "target": "num_derive" + } + ], + "selects": {} + }, + "version": "0.29.1" + }, + "license": "Apache-2.0" + }, + "tendermint-rpc 0.29.1": { + "name": "tendermint-rpc", + "version": "0.29.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tendermint-rpc/0.29.1/download", + "sha256": "991779ca9b697471df9d436489774d144a418c0e5da843c58ff9288105d5ddaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tendermint_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tendermint_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "futures", + "http", + "http-client", + "hyper", + "hyper-proxy", + "hyper-rustls", + "tokio", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "flex-error 0.4.4", + "target": "flex_error" + }, + { + "id": "futures 0.3.28", + "target": "futures" + }, + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-proxy 0.9.1", + "target": "hyper_proxy" + }, + { + "id": "hyper-rustls 0.22.1", + "target": "hyper_rustls" + }, + { + "id": "peg 0.7.0", + "target": "peg" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.10", + "target": "serde_bytes" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "subtle-encoding 0.5.1", + "target": "subtle_encoding" + }, + { + "id": "tendermint 0.29.1", + "target": "tendermint" + }, + { + "id": "tendermint-config 0.29.1", + "target": "tendermint_config" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "time 0.3.26", + "target": "time" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 0.8.2", + "target": "uuid" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.29.1" + }, + "license": "Apache-2.0" + }, + "termcolor 1.3.0": { + "name": "termcolor", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/termcolor/1.3.0/download", + "sha256": "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" + } + }, + "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.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "1.3.0" + }, + "license": "Unlicense OR MIT" + }, + "terminal_size 0.3.0": { + "name": "terminal_size", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/terminal_size/0.3.0/download", + "sha256": "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "terminal_size", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "terminal_size", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "rustix 0.38.14", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "termtree 0.4.1": { + "name": "termtree", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "textwrap 0.16.0": { + "name": "textwrap", + "version": "0.16.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/textwrap/0.16.0/download", + "sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "textwrap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "textwrap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "smawk", + "unicode-linebreak", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "smawk 0.3.2", + "target": "smawk" + }, + { + "id": "unicode-linebreak 0.1.5", + "target": "unicode_linebreak" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.0" + }, + "license": "MIT" + }, + "thiserror 1.0.48": { + "name": "thiserror", + "version": "1.0.48", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/thiserror/1.0.48/download", + "sha256": "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" + } + }, + "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.48", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-impl 1.0.48", + "target": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.48" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "thiserror-impl 1.0.48": { + "name": "thiserror-impl", + "version": "1.0.48", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/thiserror-impl/1.0.48/download", + "sha256": "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.48" + }, + "license": "MIT OR Apache-2.0" + }, + "thread_local 1.1.7": { + "name": "thread_local", + "version": "1.1.7", + "repository": { + "Http": { + "url": "https://static.crates.io/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.18.0", + "target": "once_cell" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.7" + }, + "license": "MIT OR Apache-2.0" + }, + "time 0.3.26": { + "name": "time", + "version": "0.3.26", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/time/0.3.26/download", + "sha256": "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "formatting", + "local-offset", + "macros", + "parsing", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "deranged 0.3.8", + "target": "deranged" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "time-core 0.1.1", + "target": "time_core" + } + ], + "selects": { + "cfg(target_family = \"unix\")": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "num_threads 0.1.6", + "target": "num_threads" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "time-macros 0.2.12", + "target": "time_macros" + } + ], + "selects": {} + }, + "version": "0.3.26" + }, + "license": "MIT OR Apache-2.0" + }, + "time-core 0.1.1": { + "name": "time-core", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/time-core/0.1.1/download", + "sha256": "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" + } + }, + "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.1" + }, + "license": "MIT OR Apache-2.0" + }, + "time-macros 0.2.12": { + "name": "time-macros", + "version": "0.2.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/time-macros/0.2.12/download", + "sha256": "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "time_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "formatting", + "parsing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "time-core 0.1.1", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.12" + }, + "license": "MIT OR Apache-2.0" + }, + "tiny_http 0.12.0": { + "name": "tiny_http", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tiny_http/0.12.0/download", + "sha256": "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tiny_http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tiny_http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ascii 1.1.0", + "target": "ascii" + }, + { + "id": "chunked_transfer 1.4.1", + "target": "chunked_transfer" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.0" + }, + "license": "MIT OR Apache-2.0" + }, + "tinyvec 1.6.0": { + "name": "tinyvec", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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.32.0": { + "name": "tokio", + "version": "1.32.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tokio/1.32.0/download", + "sha256": "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio", + "crate_root": "src/lib.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" + ], + "selects": { + "aarch64-pc-windows-msvc": [ + "windows-sys" + ], + "i686-pc-windows-msvc": [ + "windows-sys" + ], + "x86_64-pc-windows-msvc": [ + "windows-sys" + ] + } + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "mio 0.8.8", + "target": "mio" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "socket2 0.5.4", + "target": "socket2" + } + ], + "cfg(tokio_taskdump)": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "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.32.0" + }, + "license": "MIT" + }, + "tokio-macros 2.1.0": { + "name": "tokio-macros", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT" + }, + "tokio-native-tls 0.3.1": { + "name": "tokio-native-tls", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tokio-native-tls/0.3.1/download", + "sha256": "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_native_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_native_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "native-tls 0.2.11", + "target": "native_tls" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "tokio-rustls 0.22.0": { + "name": "tokio-rustls", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tokio-rustls/0.22.0/download", + "sha256": "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "tokio-util 0.7.9": { + "name": "tokio-util", + "version": "0.7.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tokio-util/0.7.9/download", + "sha256": "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" + } + }, + "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", + "default", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.28", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.28", + "target": "futures_sink" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.9" + }, + "license": "MIT" + }, + "toml 0.5.11": { + "name": "toml", + "version": "0.5.11", + "repository": { + "Http": { + "url": "https://static.crates.io/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.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.11" + }, + "license": "MIT/Apache-2.0" + }, + "toml 0.7.8": { + "name": "toml", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/toml/0.7.8/download", + "sha256": "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" + } + }, + "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", + "display", + "parse" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.3", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.3", + "target": "toml_datetime" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.8" + }, + "license": "MIT OR Apache-2.0" + }, + "toml_datetime 0.6.3": { + "name": "toml_datetime", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/toml_datetime/0.6.3/download", + "sha256": "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml_datetime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml_datetime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.3" + }, + "license": "MIT OR Apache-2.0" + }, + "toml_edit 0.19.15": { + "name": "toml_edit", + "version": "0.19.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/toml_edit/0.19.15/download", + "sha256": "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml_edit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml_edit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "indexmap 2.0.0", + "target": "indexmap" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.3", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.3", + "target": "toml_datetime" + }, + { + "id": "winnow 0.5.15", + "target": "winnow" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.19.15" + }, + "license": "MIT OR Apache-2.0" + }, + "tower-service 0.3.2": { + "name": "tower-service", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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://static.crates.io/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", + "std", + "tracing-attributes" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tracing-core 0.1.31", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "tracing-attributes 0.1.26", + "target": "tracing_attributes" + } + ], + "selects": {} + }, + "version": "0.1.37" + }, + "license": "MIT" + }, + "tracing-attributes 0.1.26": { + "name": "tracing-attributes", + "version": "0.1.26", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tracing-attributes/0.1.26/download", + "sha256": "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.26" + }, + "license": "MIT" + }, + "tracing-core 0.1.31": { + "name": "tracing-core", + "version": "0.1.31", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tracing-core/0.1.31/download", + "sha256": "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" + } + }, + "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" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": { + "cfg(tracing_unstable)": [ + { + "id": "valuable 0.1.0", + "target": "valuable" + } + ] + } + }, + "edition": "2018", + "version": "0.1.31" + }, + "license": "MIT" + }, + "tracing-log 0.1.3": { + "name": "tracing-log", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "log-tracer", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "tracing-core 0.1.31", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.3" + }, + "license": "MIT" + }, + "tracing-subscriber 0.3.17": { + "name": "tracing-subscriber", + "version": "0.3.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tracing-subscriber/0.3.17/download", + "sha256": "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" + } + }, + "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": [ + "alloc", + "ansi", + "default", + "fmt", + "nu-ansi-term", + "registry", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "tracing-log" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "nu-ansi-term 0.46.0", + "target": "nu_ansi_term" + }, + { + "id": "sharded-slab 0.1.4", + "target": "sharded_slab" + }, + { + "id": "smallvec 1.11.1", + "target": "smallvec" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "tracing-core 0.1.31", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.1.3", + "target": "tracing_log" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.17" + }, + "license": "MIT" + }, + "trust-dns-proto 0.23.0": { + "name": "trust-dns-proto", + "version": "0.23.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/trust-dns-proto/0.23.0/download", + "sha256": "0dc775440033cb114085f6f2437682b194fa7546466024b1037e82a48a052a69" + } + }, + "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": [ + "tokio", + "tokio-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "futures-channel 0.3.28", + "target": "futures_channel" + }, + { + "id": "futures-io 0.3.28", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.28", + "target": "futures_util" + }, + { + "id": "idna 0.4.0", + "target": "idna" + }, + { + "id": "ipnet 2.8.0", + "target": "ipnet" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.1", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.73", + "target": "async_trait" + }, + { + "id": "enum-as-inner 0.6.0", + "target": "enum_as_inner" + } + ], + "selects": {} + }, + "version": "0.23.0" + }, + "license": "MIT OR Apache-2.0" + }, + "trust-dns-resolver 0.23.0": { + "name": "trust-dns-resolver", + "version": "0.23.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/trust-dns-resolver/0.23.0/download", + "sha256": "2dff7aed33ef3e8bf2c9966fccdfed93f93d46f432282ea875cd66faabc6ef2f" + } + }, + "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": [ + "default", + "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.28", + "target": "futures_util" + }, + { + "id": "lru-cache 0.1.2", + "target": "lru_cache" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "resolv-conf 0.7.0", + "target": "resolv_conf" + }, + { + "id": "smallvec 1.11.1", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "trust-dns-proto 0.23.0", + "target": "trust_dns_proto" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "ipconfig 0.3.2", + "target": "ipconfig" + } + ] + } + }, + "edition": "2021", + "version": "0.23.0" + }, + "license": "MIT OR Apache-2.0" + }, + "try-lock 0.2.4": { + "name": "try-lock", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "typed-builder 0.10.0": { + "name": "typed-builder", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/typed-builder/0.10.0/download", + "sha256": "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "typed_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "typed_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0" + }, + "license": "MIT/Apache-2.0" + }, + "typenum 1.17.0": { + "name": "typenum", + "version": "1.17.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/typenum/1.17.0/download", + "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + } + }, + "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.17.0", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.17.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "ucd-trie 0.1.6": { + "name": "ucd-trie", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download", + "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ucd_trie", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ucd_trie", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "unarray 0.1.4": { + "name": "unarray", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unarray/0.1.4/download", + "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unarray", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unarray", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.4" + }, + "license": "MIT OR Apache-2.0" + }, + "unicase 2.7.0": { + "name": "unicase", + "version": "2.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicase/2.7.0/download", + "sha256": "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicase", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicase", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "unicase 2.7.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "unicode-bidi 0.3.13": { + "name": "unicode-bidi", + "version": "0.3.13", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "hardcoded-data", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.13" + }, + "license": "MIT OR Apache-2.0" + }, + "unicode-ident 1.0.12": { + "name": "unicode-ident", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", + "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + } + }, + "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.12" + }, + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" + }, + "unicode-linebreak 0.1.5": { + "name": "unicode-linebreak", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicode-linebreak/0.1.5/download", + "sha256": "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_linebreak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_linebreak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.5" + }, + "license": "Apache-2.0" + }, + "unicode-normalization 0.1.22": { + "name": "unicode-normalization", + "version": "0.1.22", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.22" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-segmentation 1.10.1": { + "name": "unicode-segmentation", + "version": "1.10.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicode-segmentation/1.10.1/download", + "sha256": "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_segmentation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_segmentation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.10.1" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-width 0.1.11": { + "name": "unicode-width", + "version": "0.1.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicode-width/0.1.11/download", + "sha256": "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_width", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_width", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.11" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-xid 0.2.4": { + "name": "unicode-xid", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "unsafe-libyaml 0.2.9": { + "name": "unsafe-libyaml", + "version": "0.2.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unsafe-libyaml/0.2.9/download", + "sha256": "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unsafe_libyaml", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unsafe_libyaml", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.2.9" + }, + "license": "MIT" + }, + "untrusted 0.7.1": { + "name": "untrusted", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/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.4.1": { + "name": "url", + "version": "2.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/url/2.4.1/download", + "sha256": "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" + } + }, + "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", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "form_urlencoded 1.2.0", + "target": "form_urlencoded" + }, + { + "id": "idna 0.4.0", + "target": "idna" + }, + { + "id": "percent-encoding 2.3.0", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "utf8parse 0.2.1": { + "name": "utf8parse", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", + "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "utf8parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "utf8parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "uuid 0.8.2": { + "name": "uuid", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/uuid/0.8.2/download", + "sha256": "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uuid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uuid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.8.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "uuid 1.4.1": { + "name": "uuid", + "version": "1.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/uuid/1.4.1/download", + "sha256": "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uuid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uuid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "rng", + "serde", + "std", + "v4" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "serde 1.0.163", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.4.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "valuable 0.1.0": { + "name": "valuable", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT" + }, + "vcpkg 0.2.15": { + "name": "vcpkg", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "vergen 8.2.5": { + "name": "vergen", + "version": "8.2.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/vergen/8.2.5/download", + "sha256": "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" + } + }, + "targets": [ + { + "Library": { + "crate_name": "vergen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "vergen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "git", + "git2", + "git2-rs", + "time" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "git2 0.18.1", + "target": "git2", + "alias": "git2_rs" + }, + { + "id": "time 0.3.26", + "target": "time" + }, + { + "id": "vergen 8.2.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.2.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "version_check 0.9.4": { + "name": "version_check", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "wait-timeout 0.2.0": { + "name": "wait-timeout", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download", + "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wait_timeout", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wait_timeout", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.148", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "waker-fn 1.1.0": { + "name": "waker-fn", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "walkdir 2.4.0": { + "name": "walkdir", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/walkdir/2.4.0/download", + "sha256": "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" + } + }, + "targets": [ + { + "Library": { + "crate_name": "walkdir", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "walkdir", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "same-file 1.0.6", + "target": "same_file" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "2.4.0" + }, + "license": "Unlicense/MIT" + }, + "want 0.3.1": { + "name": "want", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/want/0.3.1/download", + "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "want", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "want", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "try-lock 0.2.4", + "target": "try_lock" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "wasi 0.11.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://static.crates.io/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" + }, + "wasm-bindgen 0.2.100": { + "name": "wasm-bindgen", + "version": "0.2.100", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen/0.2.100/download", + "sha256": "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" + } + }, + "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", + "msrv", + "rustversion", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + }, + { + "id": "wasm-bindgen-macro 0.2.100", + "target": "wasm_bindgen_macro" + } + ], + "selects": {} + }, + "version": "0.2.100" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-backend 0.2.100": { + "name": "wasm-bindgen-backend", + "version": "0.2.100", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.100/download", + "sha256": "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" + } + }, + "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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bumpalo 3.14.0", + "target": "bumpalo" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + }, + { + "id": "wasm-bindgen-shared 0.2.100", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.100" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-futures 0.4.37": { + "name": "wasm-bindgen-futures", + "version": "0.4.37", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.37/download", + "sha256": "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" + } + }, + "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.77", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "selects": { + "cfg(target_feature = \"atomics\")": [ + { + "id": "web-sys 0.3.64", + "target": "web_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.37" + }, + "license": "MIT/Apache-2.0" + }, + "wasm-bindgen-macro 0.2.100": { + "name": "wasm-bindgen-macro", + "version": "0.2.100", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.100/download", + "sha256": "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" + } + }, + "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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "wasm-bindgen-macro-support 0.2.100", + "target": "wasm_bindgen_macro_support" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.100" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-macro-support 0.2.100": { + "name": "wasm-bindgen-macro-support", + "version": "0.2.100", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.100/download", + "sha256": "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" + } + }, + "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": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + }, + { + "id": "wasm-bindgen-backend 0.2.100", + "target": "wasm_bindgen_backend" + }, + { + "id": "wasm-bindgen-shared 0.2.100", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.100" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-shared 0.2.100": { + "name": "wasm-bindgen-shared", + "version": "0.2.100", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.100/download", + "sha256": "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" + } + }, + "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": "unicode-ident 1.0.12", + "target": "unicode_ident" + }, + { + "id": "wasm-bindgen-shared 0.2.100", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.100" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "wasm_bindgen" + }, + "license": "MIT OR Apache-2.0" + }, + "web 0.3.0": { + "name": "web", + "version": "0.3.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cbor-diag 0.1.12", + "target": "cbor_diag" + }, + { + "id": "clap 3.2.25", + "target": "clap" + }, + { + "id": "crc-any 2.4.3", + "target": "crc_any" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "indicatif 0.17.6", + "target": "indicatif" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "mime_guess 2.0.4", + "target": "mime_guess" + }, + { + "id": "minicbor 0.19.1", + "target": "minicbor" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "regex 1.9.5", + "target": "regex" + }, + { + "id": "rpassword 7.2.0", + "target": "rpassword" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tokio 1.32.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": null + }, + "web-sys 0.3.64": { + "name": "web-sys", + "version": "0.3.64", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/web-sys/0.3.64/download", + "sha256": "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" + } + }, + "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": [ + "AbortController", + "AbortSignal", + "Blob", + "BlobPropertyBag", + "EventTarget", + "File", + "FormData", + "Headers", + "ReadableStream", + "Request", + "RequestCredentials", + "RequestInit", + "RequestMode", + "Response", + "ServiceWorkerGlobalScope", + "Window", + "WorkerGlobalScope" + ], + "selects": { + "wasm32-unknown-unknown": [ + "Crypto" + ] + } + }, + "deps": { + "common": [ + { + "id": "js-sys 0.3.77", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.100", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.64" + }, + "license": "MIT/Apache-2.0" + }, + "webauthn-authenticator-rs 0.4.9": { + "name": "webauthn-authenticator-rs", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/webauthn-authenticator-rs/0.4.9/download", + "sha256": "603b8602cae2d6c3706b6195765ff582389494d10c442d84a1de2ed5a25679ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webauthn_authenticator_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webauthn_authenticator_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "authenticator", + "default", + "hidapi", + "u2fhid", + "usb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "authenticator-ctap2-2021 0.3.2-dev.1", + "target": "authenticator_ctap2_2021", + "alias": "authenticator" + }, + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "hidapi 1.5.0", + "target": "hidapi" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "openssl 0.10.57", + "target": "openssl" + }, + { + "id": "rpassword 5.0.1", + "target": "rpassword" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_cbor_2 0.12.0-dev", + "target": "serde_cbor_2", + "alias": "serde_cbor" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 1.4.1", + "target": "uuid" + }, + { + "id": "webauthn-rs-proto 0.4.9", + "target": "webauthn_rs_proto" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.9" + }, + "license": "MPL-2.0" + }, + "webauthn-rs 0.4.8": { + "name": "webauthn-rs", + "version": "0.4.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/webauthn-rs/0.4.8/download", + "sha256": "2db00711c712414e93b019c4596315085792215bc2ac2d5872f9e8913b0a6316" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webauthn_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webauthn_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 1.4.1", + "target": "uuid" + }, + { + "id": "webauthn-rs-core 0.4.9", + "target": "webauthn_rs_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.8" + }, + "license": "MPL-2.0" + }, + "webauthn-rs-core 0.4.9": { + "name": "webauthn-rs-core", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/webauthn-rs-core/0.4.9/download", + "sha256": "294c78c83f12153a51e1cf1e6970b5da1397645dada39033a9c3173a8fc4fc2b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webauthn_rs_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webauthn_rs_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "compact_jwt 0.2.10", + "target": "compact_jwt" + }, + { + "id": "der-parser 7.0.0", + "target": "der_parser" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "openssl 0.10.57", + "target": "openssl" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_cbor_2 0.12.0-dev", + "target": "serde_cbor_2", + "alias": "serde_cbor" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "tracing 0.1.37", + "target": "tracing" + }, + { + "id": "url 2.4.1", + "target": "url" + }, + { + "id": "uuid 1.4.1", + "target": "uuid" + }, + { + "id": "webauthn-rs-proto 0.4.9", + "target": "webauthn_rs_proto" + }, + { + "id": "x509-parser 0.13.2", + "target": "x509_parser" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.9" + }, + "license": "MPL-2.0" + }, + "webauthn-rs-proto 0.4.9": { + "name": "webauthn-rs-proto", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/webauthn-rs-proto/0.4.9/download", + "sha256": "d24e638361a63ba5c0a0be6a60229490fcdf33740ed63df5bb6bdb627b52a138" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webauthn_rs_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webauthn_rs_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64urlsafedata 0.1.3", + "target": "base64urlsafedata" + }, + { + "id": "serde 1.0.163", + "target": "serde" + }, + { + "id": "serde_json 1.0.99", + "target": "serde_json" + }, + { + "id": "url 2.4.1", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.9" + }, + "license": "MPL-2.0" + }, + "webpki 0.21.4": { + "name": "webpki", + "version": "0.21.4", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "trust_anchor_util" + ], + "selects": {} + }, + "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-roots 0.21.1": { + "name": "webpki-roots", + "version": "0.21.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/webpki-roots/0.21.1/download", + "sha256": "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" + } + }, + "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.21.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.1" + }, + "license": "MPL-2.0" + }, + "which 4.4.2": { + "name": "which", + "version": "4.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/which/4.4.2/download", + "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" + } + }, + "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.9.0", + "target": "either" + }, + { + "id": "rustix 0.38.14", + "target": "rustix" + } + ], + "selects": { + "cfg(any(windows, unix, target_os = \"redox\"))": [ + { + "id": "home 0.5.5", + "target": "home" + } + ], + "cfg(windows)": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ] + } + }, + "edition": "2021", + "version": "4.4.2" + }, + "license": "MIT" + }, + "widestring 1.0.2": { + "name": "widestring", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/widestring/1.0.2/download", + "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" + } + }, + "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": "2021", + "version": "1.0.2" + }, + "license": "MIT OR Apache-2.0" + }, + "winapi 0.3.9": { + "name": "winapi", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "hidclass", + "hidpi", + "hidusage", + "libloaderapi", + "minwinbase", + "minwindef", + "ntsecapi", + "processenv", + "setupapi", + "std", + "sysinfoapi", + "winbase", + "wincon", + "winerror", + "winnt", + "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": [ + "**" + ] + }, + "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://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "winapi-util 0.1.6": { + "name": "winapi-util", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/winapi-util/0.1.6/download", + "sha256": "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" + } + }, + "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": "2021", + "version": "0.1.6" + }, + "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://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "windows-core 0.52.0": { + "name": "windows-core", + "version": "0.52.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows-core/0.52.0/download", + "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows-targets 0.52.6", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-link 0.1.3": { + "name": "windows-link", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows-link/0.1.3/download", + "sha256": "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_link", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_link", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.45.0": { + "name": "windows-sys", + "version": "0.45.0", + "repository": { + "Http": { + "url": "https://static.crates.io/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_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_UI", + "Win32_UI_Input", + "Win32_UI_Input_KeyboardAndMouse", + "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://static.crates.io/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_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_Security_Cryptography", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_LibraryLoader", + "Win32_System_Memory", + "Win32_System_Pipes", + "Win32_System_Registry", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_Time", + "Win32_System_WindowsProgramming", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.48.5", + "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://static.crates.io/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.5": { + "name": "windows-targets", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows-targets/0.48.5/download", + "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" + } + }, + "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.48.5", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.48.5", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.48.5", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.48.5", + "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.5", + "target": "windows_x86_64_gnu" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.48.5", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.48.5", + "target": "windows_x86_64_gnullvm" + } + ] + } + }, + "edition": "2018", + "version": "0.48.5" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-targets 0.52.6": { + "name": "windows-targets", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows-targets/0.52.6/download", + "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" + } + }, + "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.52.6", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.52.6", + "target": "windows_x86_64_msvc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.52.6", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.52.6", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.52.6", + "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.52.6", + "target": "windows_x86_64_gnu" + } + ], + "i686-pc-windows-gnullvm": [ + { + "id": "windows_i686_gnullvm 0.52.6", + "target": "windows_i686_gnullvm" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.52.6", + "target": "windows_x86_64_gnullvm" + } + ] + } + }, + "edition": "2021", + "version": "0.52.6" + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.42.2": { + "name": "windows_aarch64_gnullvm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.48.5": { + "name": "windows_aarch64_gnullvm", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download", + "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.52.6": { + "name": "windows_aarch64_gnullvm", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download", + "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.42.2": { + "name": "windows_aarch64_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.48.5": { + "name": "windows_aarch64_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", + "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.52.6": { + "name": "windows_aarch64_msvc", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download", + "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.42.2": { + "name": "windows_i686_gnu", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.48.5": { + "name": "windows_i686_gnu", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", + "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.52.6": { + "name": "windows_i686_gnu", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download", + "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnullvm 0.52.6": { + "name": "windows_i686_gnullvm", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download", + "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnullvm 0.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.42.2": { + "name": "windows_i686_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.48.5": { + "name": "windows_i686_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", + "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.52.6": { + "name": "windows_i686_msvc", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download", + "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "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://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.48.5": { + "name": "windows_x86_64_gnu", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", + "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.52.6": { + "name": "windows_x86_64_gnu", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download", + "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "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://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.48.5": { + "name": "windows_x86_64_gnullvm", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", + "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.52.6": { + "name": "windows_x86_64_gnullvm", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download", + "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "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://static.crates.io/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": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.48.5": { + "name": "windows_x86_64_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", + "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + } + }, + "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.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.52.6": { + "name": "windows_x86_64_msvc", + "version": "0.52.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download", + "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + } + }, + "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.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "winnow 0.5.15": { + "name": "winnow", + "version": "0.5.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/winnow/0.5.15/download", + "sha256": "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winnow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winnow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.15" + }, + "license": "MIT" + }, + "winreg 0.50.0": { + "name": "winreg", + "version": "0.50.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/winreg/0.50.0/download", + "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winreg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winreg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.50.0" + }, + "license": "MIT" + }, + "x509-parser 0.13.2": { + "name": "x509-parser", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "data-encoding 2.4.0", + "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": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.48", + "target": "thiserror" + }, + { + "id": "time 0.3.26", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.2" + }, + "license": "MIT/Apache-2.0" + }, + "zeroize 1.6.0": { + "name": "zeroize", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/zeroize/1.6.0/download", + "sha256": "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" + } + }, + "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", + "zeroize_derive" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "zeroize_derive 1.4.2", + "target": "zeroize_derive" + } + ], + "selects": {} + }, + "version": "1.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "zeroize_derive 1.4.2": { + "name": "zeroize_derive", + "version": "1.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", + "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" + } + }, + "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.67", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.37", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.4.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "zip 0.6.6": { + "name": "zip", + "version": "0.6.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/zip/0.6.6/download", + "sha256": "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zip", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zip", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aes", + "aes-crypto", + "bzip2", + "constant_time_eq", + "default", + "deflate", + "flate2", + "hmac", + "pbkdf2", + "sha1", + "time", + "zstd" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aes 0.8.3", + "target": "aes" + }, + { + "id": "byteorder 1.4.3", + "target": "byteorder" + }, + { + "id": "bzip2 0.4.4", + "target": "bzip2" + }, + { + "id": "constant_time_eq 0.1.5", + "target": "constant_time_eq" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "flate2 1.0.27", + "target": "flate2" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "pbkdf2 0.11.0", + "target": "pbkdf2" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "time 0.3.26", + "target": "time" + }, + { + "id": "zstd 0.11.2+zstd.1.5.2", + "target": "zstd" + } + ], + "selects": { + "cfg(any(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))": [ + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + } + ] + } + }, + "edition": "2021", + "version": "0.6.6" + }, + "license": "MIT" + }, + "zstd 0.11.2+zstd.1.5.2": { + "name": "zstd", + "version": "0.11.2+zstd.1.5.2", + "repository": { + "Http": { + "url": "https://static.crates.io/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": [ + "**" + ], + "crate_features": { + "common": [ + "arrays", + "default", + "legacy", + "zdict_builder" + ], + "selects": {} + }, + "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://static.crates.io/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": [ + "arrays", + "legacy", + "std", + "zdict_builder" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "zstd-safe 5.0.2+zstd.1.5.2", + "target": "build_script_build" + }, + { + "id": "zstd-sys 2.0.8+zstd.1.5.5", + "target": "zstd_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "5.0.2+zstd.1.5.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "zstd-sys 2.0.8+zstd.1.5.5": { + "name": "zstd-sys", + "version": "2.0.8+zstd.1.5.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/zstd-sys/2.0.8+zstd.1.5.5/download", + "sha256": "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" + } + }, + "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": [ + "legacy", + "std", + "zdict_builder" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.148", + "target": "libc" + }, + { + "id": "zstd-sys 2.0.8+zstd.1.5.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.8+zstd.1.5.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "zstd" + }, + "license": "MIT/Apache-2.0" + } + }, + "binary_crates": [], + "workspace_members": { + "event-parser 0.3.0": "src/event-parser", + "genesis-from-db 0.3.0": "src/genesis-from-db", + "http-proxy 0.3.0": "src/http-proxy", + "idstore-export 0.3.0": "src/idstore-export", + "kvstore 0.3.0": "src/kvstore", + "ledger 0.3.0": "src/ledger", + "ledger-db 0.3.0": "src/ledger-db", + "many 0.3.0": "src/many", + "many-abci 0.3.0": "src/many-abci", + "many-cli-helpers 0.3.0": "src/many-cli-helpers", + "many-client 0.3.0": "src/many-client", + "many-client-macros 0.3.0": "src/many-client-macros", + "many-compute 0.3.0": "src/many-compute", + "many-error 0.3.0": "src/many-error", + "many-identity 0.3.0": "src/many-identity", + "many-identity-dsa 0.3.0": "src/many-identity-dsa", + "many-identity-hsm 0.3.0": "src/many-identity-hsm", + "many-identity-webauthn 0.3.0": "src/many-identity-webauthn", + "many-kvstore 0.3.0": "src/many-kvstore", + "many-ledger 0.3.0": "src/many-ledger", + "many-ledger-test-macros 0.3.0": "src/many-ledger/test-macros", + "many-ledger-test-utils 0.3.0": "src/many-ledger/test-utils", + "many-macros 0.3.0": "src/many-macros", + "many-migration 0.3.0": "src/many-migration", + "many-mock 0.3.0": "src/many-mock", + "many-modules 0.3.0": "src/many-modules", + "many-protocol 0.3.0": "src/many-protocol", + "many-server 0.3.0": "src/many-server", + "many-server-cache 0.3.0": "src/many-server-cache", + "many-types 0.3.0": "src/many-types", + "many-web 0.3.0": "src/many-web", + "web 0.3.0": "src/web" + }, + "conditions": { + "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 = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "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(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android" + ], + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + "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(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(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + "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(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "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 = \"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 = \"aarch64\", target_vendor = \"apple\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim" + ], + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + "wasm32-unknown-unknown" + ], + "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(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "i686-unknown-linux-gnu" + ], + "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 = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "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(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))": [ + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "powerpc-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi" + ], + "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 = \"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_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 = \"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 = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "i686-unknown-freebsd", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-unknown-freebsd" + ], + "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(any(windows, unix, 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", + "s390x-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" + ], + "cfg(curve25519_dalek_backend = \"fiat\")": [], + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + "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(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))": [ + "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", + "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-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_family = \"wasm\"))": [ + "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(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 = \"spirv\")": [], + "cfg(target_arch = \"wasm32\")": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(target_arch = \"x86_64\")": [ + "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_family = \"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(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 = \"freebsd\")": [ + "i686-unknown-freebsd", + "x86_64-unknown-freebsd" + ], + "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(tokio_taskdump)": [], + "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-gnullvm": [], + "i686-pc-windows-msvc": [ + "i686-pc-windows-msvc" + ], + "i686-uwp-windows-gnu": [], + "i686-uwp-windows-msvc": [], + "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": [] + } +} From 9d3d611098619d7cb23a8f6ff1d20cb794f147b2 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:54:41 -0400 Subject: [PATCH 4/4] chore: . --- src/ledger/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ledger/src/main.rs b/src/ledger/src/main.rs index 872cb108..65e13857 100644 --- a/src/ledger/src/main.rs +++ b/src/ledger/src/main.rs @@ -105,8 +105,6 @@ enum SubCommand { /// Perform a token operation Token(tokens::CommandOpt), - - // Events(events::EventsOpt), } #[derive(Parser)] @@ -383,7 +381,6 @@ fn main() { } SubCommand::Multisig(opts) => multisig::multisig(client, opts), SubCommand::Token(opts) => tokens::tokens(client, opts), - // SubCommand::Events(opts) => events::events(client, opts), }; if let Err(err) = result {